Jelajahi Sumber

细节调整

jbb 2 tahun lalu
induk
melakukan
f41c3659c4

+ 1 - 1
src/views/book/addBookDrawer.vue

@@ -191,7 +191,7 @@
       <a-card :bordered="true" style="margin:10px 0  40px 0;">
         <div class="table-operator">
           <a-button type="primary" @click="referPackingList('0')" icon="ordered-list">参照装箱单-成衣</a-button>
-          <a-button type="primary" @click="referPackingList('1')" icon="ordered-list">参照装箱单-面料</a-button>
+          <a-button type="primary" @click="referPackingList('1')" icon="ordered-list">参照装箱单-面料</a-button>
           <!-- <a-button type="primary" @click="handleAddColumn" icon="plus" style="margin-left: 20px">増行</a-button> -->
         </div>
 

+ 8 - 3
src/views/packing-list/packinglist-fabrics/referShipDetailsModal.vue

@@ -306,7 +306,8 @@ export default {
 
       // 查询条件
       queryParam: {
-        pageNo: '' // 初始页
+        pageNo: '', // 初始页
+        status:'y'
       },
       pagination: {}
     }
@@ -344,7 +345,9 @@ export default {
     },
     // 重置
     searchReset() {
-      this.queryParam = {}
+      this.queryParam = {
+        status:'y'
+      }
       this.preDeliveryDate = []
       this.getReferenceList()
       // this.getShipmentList()
@@ -364,7 +367,9 @@ export default {
     },
     close() {
       this.$emit('close')
-      this.queryParam = {}
+      this.queryParam = {
+        status:'y'
+      }
       this.preDeliveryDate = []
       this.referShipDetailsModVis = false
     },