|
|
@@ -21,12 +21,6 @@
|
|
|
<view :key="item.id" @tap="changeNeedPrint(item.id)" v-for="item in needPrintList" :class="[form.needPrint===item.id?'active':'']"> {{item.name}} </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="select-item_box" v-if="$util.isEmpty(groupInfo)">
|
|
|
- <view class="title">如需保存此组合,请输入名称:</view>
|
|
|
- <view class="inpup_box">
|
|
|
- <view><input type="text" v-model="form.groupName" name="groupName" /></view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
<view class="select-item_box">
|
|
|
<view class="title">备注:</view>
|
|
|
<view class="inpup_box">
|
|
|
@@ -82,7 +76,6 @@ export default {
|
|
|
payWay:0,
|
|
|
needPrint:1,
|
|
|
freight: '',
|
|
|
- groupName:'',
|
|
|
remark:'',
|
|
|
sendCost:0,
|
|
|
modifyPrice:0,
|
|
|
@@ -138,7 +131,6 @@ export default {
|
|
|
this.form.hasPay = 0
|
|
|
this.form.payWay = 0
|
|
|
this.form.needPrint = 1
|
|
|
- this.form.groupName = ''
|
|
|
this.form.remark = ''
|
|
|
this.form.sendCost = 0
|
|
|
}
|