Browse Source

预托书-重复保存

jbb 2 years ago
parent
commit
8e9ac55741

+ 1 - 1
src/views/pre-book/addPreBookDrawer.vue

@@ -241,7 +241,7 @@
         <a-popconfirm title="确定放弃新增?" @confirm="handleCancel" okText="确定" cancelText="取消">
           <a-button :style="{ marginRight: '8px' }">取消</a-button>
         </a-popconfirm>
-        <a-button type="primary" @click="myHandSave">
+        <a-button type="primary" @click="myHandSave" :disabled="confirmLoading">
           保存
         </a-button>
         <!-- <a-button type="primary" @click="myHandSubmit" style="margin-left: 8px">

+ 0 - 1
src/views/pre-book/advancePackingListModal.vue

@@ -353,7 +353,6 @@ export default {
           }).length>0
         });
         this.$emit('callback', filterDataList);
-
         this.filterDataList = []
         this.close()
         // this.advancePackingListModVis = false;