Parcourir la source

批发端开单

shish il y a 4 ans
Parent
commit
8a532f6f1c
1 fichiers modifiés avec 0 ajouts et 8 suppressions
  1. 0 8
      ghsPad/src/pages/home/components/settlePop.vue

+ 0 - 8
ghsPad/src/pages/home/components/settlePop.vue

@@ -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
                 }