Browse Source

托书参照面料列表字段调整

jbb 2 years ago
parent
commit
7056785f54
1 changed files with 8 additions and 8 deletions
  1. 8 8
      src/views/book/packingListModalFabrics.vue

+ 8 - 8
src/views/book/packingListModalFabrics.vue

@@ -104,7 +104,7 @@ export default {
       packingListColumns: [
         {
           title: '装箱单单据号',
-          dataIndex: 'itemNdocumentNo;umber',
+          dataIndex: 'documentNo',
           width: 120,
           ellipsis: true,
           // fixed: 'left',
@@ -112,7 +112,7 @@ export default {
         },
         {
           title: '装箱单制单人',
-          dataIndex: 'createBy;',
+          dataIndex: 'createBy',
           width: 120,
           ellipsis: true,
           // fixed: 'left',
@@ -129,21 +129,21 @@ export default {
         // },
         {
           title: '外销发票号',
-          dataIndex: 'exportInvoiceNo;',
+          dataIndex: 'exportInvoiceNo',
           width: 120,
           ellipsis: true,
           className: 'replacecolor'
         },
         {
           title: '集装箱号',
-          dataIndex: 'containerNumber;',
+          dataIndex: 'containerNumber',
           width: 120,
           ellipsis: true,
           className: 'replacecolor'
         },
         {
           title: '成衣工厂',
-          dataIndex: 'garmentFactory;',
+          dataIndex: 'garmentFactory',
           width: 120,
           ellipsis: true,
           className: 'replacecolor'
@@ -151,14 +151,14 @@ export default {
 
         {
           title: '供应商',
-          dataIndex: 'supplierPrintingPlant;',
+          dataIndex: 'supplierPrintingPlant',
           width: 120,
           ellipsis: true,
           className: 'replacecolor'
         },
         {
           title: '铅分号',
-          dataIndex: 'plumbumNo;',
+          dataIndex: 'plumbumNo',
           width: 120,
           ellipsis: true,
           className: 'replacecolor'
@@ -172,7 +172,7 @@ export default {
         },
         {
           title: '总件数',
-          dataIndex: 'total;',
+          dataIndex: 'total',
           width: 120,
           ellipsis: true,
           className: 'replacecolor'