فهرست منبع

各节点查询条件调整

jbb 2 سال پیش
والد
کامیت
af2857eb4e

+ 1 - 1
src/views/advance-packingList/adPaList-clothes.vue

@@ -627,7 +627,7 @@ export default {
     searchReset() {
       this.range = []
       this.queryParam = {
-        pageSize:201
+        pageSize:20
       }
       this.getadPaListClothes()
     },

+ 1 - 1
src/views/advance-packingList/referShipmentDetailsModal.vue

@@ -39,7 +39,7 @@
             </a-col>
             <a-col :md="6" :sm="8">
                <a-form-item label="业务员">
-                 <a-input placeholder="请输入Po" v-model="queryParam.salesman"></a-input>
+                 <a-input placeholder="请输入业务员" v-model="queryParam.salesman"></a-input>
                </a-form-item>
               </a-col>
             <template v-if="toggleSearchStatus">

+ 4 - 4
src/views/book/packingListModal.vue

@@ -45,18 +45,18 @@
              </a-col>
               <a-col :md="6" :sm="8">
               <a-form-item label="小po">
-                <a-input placeholder="请输入款号" v-model="queryParam.smallPo"></a-input>
+                <a-input placeholder="请输入小po" v-model="queryParam.smallPo"></a-input>
               </a-form-item>
              </a-col>
              <a-col :md="6" :sm="8">
               <a-form-item label="供应商">
-                <a-input placeholder="请输入款号" v-model="queryParam.supplier"></a-input>
+                <a-input placeholder="请输入供应商" v-model="queryParam.supplier"></a-input>
               </a-form-item>
-              <a-col :md="6" :sm="8">
+             </a-col>
+             <a-col :md="6" :sm="8">
               <a-form-item label="预托书号">
                 <a-input placeholder="请输入预托书号" v-model="queryParam.depositaryReceiptNo"></a-input>
               </a-form-item>
-             </a-col>
              </a-col>
 
               </template>

+ 2 - 2
src/views/packing-list/clothes-list.vue

@@ -24,7 +24,7 @@
             </a-col>
             <a-col :md="6" :sm="8">
               <a-form-item label="分销点">
-                <a-input placeholder="请输入分销点" v-model="queryParam.distributionPoint"></a-input>
+                <a-input placeholder="请输入分销点" v-model="queryParam.distributionPoint"></a-input>
               </a-form-item>
             </a-col>
            
@@ -272,7 +272,7 @@ export default {
          {
           title: '订单号',
           dataIndex: 'orderNumber',
-          width: 120,
+          width: 220,
           ellipsis: true,
           // fixed: 'left',
           className: 'replacecolor'

+ 10 - 14
src/views/shipment-details/referOrderDataModal.vue

@@ -432,13 +432,15 @@ export default {
 
       // 查询条件
       queryParam: {
-        itemNumber: '', // 订单号
-        smallPo:'',//小po
-        account: '', //账套
-        pageSize:100,
-        preDeliveryDateS:'', //预发货开始日期
-        preDeliveryDateE:'', //预发货结束日期
-        flourOrGarment:'', //类型
+        // itemNumber: '', // 订单号
+        // smallPo:'',//小po
+        // account: '', //账套
+        // pageSize:100,
+        // preDeliveryDateS:'', //预发货开始日期
+        // preDeliveryDateE:'', //预发货结束日期
+        // flourOrGarment:'', //类型
+        // startDeliveryDate :'',
+        // endDeliveryDate : ''
         // pageNo: '', // 初始页
         // pageSize: '-1' // 每页显示条数
       },
@@ -613,16 +615,10 @@ export default {
 
     // 重置
     searchReset() {
-      this.queryParam.itemNumber = '';
-      this.queryParam.smallPo = ''
-      this.queryParam.account = '';
-      this.queryParam.salesman = '';
+      this.queryParam = {}
       // this.queryParam.customerName = '';
       this.dateRange = [];
       this.range = [];
-      this.queryParam.flourOrGarment = '';
-      this.queryParam.preDeliveryDateS = '';
-      this.queryParam.preDeliveryDateE = '';
       this.orderListData = []
       this.selectedRowKeys = [];
       this.selectedRows = [];