Browse Source

装箱单面料列表字段调整

jbb 2 years ago
parent
commit
ef50fe22f6
1 changed files with 17 additions and 18 deletions
  1. 17 18
      src/views/packing-list/fabric-list.vue

+ 17 - 18
src/views/packing-list/fabric-list.vue

@@ -26,8 +26,8 @@
             </a-col>
 
             <a-col :md="6" :sm="8">
-              <a-form-item label="发票号">
-                <a-input placeholder="请输入发票号" v-model="queryParam.invoiceNo"></a-input>
+              <a-form-item label="外销发票号">
+                <a-input placeholder="请输入外销发票号" v-model="queryParam.exportInvoiceNo"></a-input>
               </a-form-item>
             </a-col>
 
@@ -148,13 +148,7 @@ export default {
         //   width: 160,
         //   className: 'replacecolor'
         // },
-        {
-          title: '外销发票号',
-          dataIndex: 'exportInvoiceNo',
-          width: 160,
-          className: 'replacecolor'
-        },
-        {
+         {
           title: '集装箱号',
           dataIndex: 'containerNumber',
           width: 140,
@@ -162,6 +156,19 @@ export default {
           className: 'replacecolor'
         },
 
+         {
+          title: '发票号',
+          dataIndex: 'invoiceNo',
+          width: 160,
+          className: 'replacecolor'
+        },
+        {
+          title: '外销发票号',
+          dataIndex: 'exportInvoiceNo',
+          width: 160,
+          className: 'replacecolor'
+        },
+       
         {
           title: '装柜日期',
           dataIndex: 'latestDateOfShipment',
@@ -174,12 +181,7 @@ export default {
           width: 160,
           className: 'replacecolor'
         },
-        {
-          title: '发票号',
-          dataIndex: 'invoiceNo',
-          width: 160,
-          className: 'replacecolor'
-        },
+       
 
         {
           title: '制单人',
@@ -227,9 +229,6 @@ export default {
 
       // 查询条件
       queryParam: {
-        // orderNumber: '',
-        containerNumber: '', // 集装箱号
-        invoiceNo: '', // 发票号
         pageNo: '' // 初始页
       },
       pagination:{},