shish 6 months ago
parent
commit
e7788b556b
1 changed files with 0 additions and 12 deletions
  1. 0 12
      ghsPad/src/pages/home/components/settlePop.vue

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

@@ -165,15 +165,6 @@
                 </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">
@@ -738,14 +729,11 @@ export default {
             this.getDeliveryQuotes();
         },
         getDeliveryQuotes() {
-            console.log('getDeliveryQuotes', Number(this.customId));
             if(Number(this.customId) === 0){
-                //this.$msg('请先选择客户')
                 return false;
             }
             //客户地址不完善
             if (this.isAddressInvalid) {
-                //this.$msg('客户地址不完善,无法发跑腿')
                 return false;
             }