jbb 2 years ago
parent
commit
ce1f9c89c8

+ 1 - 0
src/views/advance-packingList/addAdpackingDrawer.vue

@@ -731,6 +731,7 @@ export default {
     referShipmentDetails() {
       // console.log('打开参照发运明细')
       this.$refs.referShipmentDetailsModal.referShipDetModVis = true
+      this.$refs.referShipmentDetailsModal.getShipData()
     },
     myHandSave(){
       this.addAdpacking.status=0;

+ 6 - 2
src/views/advance-packingList/referShipmentDetailsModal.vue

@@ -8,6 +8,10 @@
     width="86%"
     style="top:330px;left:100px;"
   >
+  <!-- <template slot="footer">
+      <a-button @click="handleCancel">关闭</a-button>
+      <a-button @click="onSubmit" v-preventReClick="2000" type="primary">确定</a-button>
+    </template> -->
     <a-spin :spinning="confirmLoading">
       <!-- 查询  -->
       <div class="table-page-search-wrapper">
@@ -357,7 +361,7 @@ export default {
   //   }
   // },
   created() {
-    this.getShipData()
+    // this.getShipData()
   },
   methods: {
     //参照发运明细数据
@@ -429,7 +433,7 @@ export default {
         status:'y'
       }
       this.preDeliveryDate = []
-      this.getShipData()
+      // this.getShipData()
     },
     handleCancel() {
       this.close()

+ 4 - 0
src/views/packing-list/packinglist-clothes/referencePrePacklist.vue

@@ -8,6 +8,10 @@
     width="86%"
     style="top:330px;left:100px;"
   >
+   <template slot="footer">
+      <a-button @click="handleCancel">关闭</a-button>
+      <a-button @click="onSubmit" v-preventReClick="2000" type="primary">确定</a-button>
+    </template>
     <!-- tabel 加载 -->
     <a-spin :spinning="confirmLoading">
       <!-- 查询  -->