Browse Source

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

jbb 2 years ago
parent
commit
c6f50a6614
1 changed files with 23 additions and 113 deletions
  1. 23 113
      src/views/book/packingListModalFabrics.vue

+ 23 - 113
src/views/book/packingListModalFabrics.vue

@@ -21,14 +21,14 @@
             </a-col>
 
             <a-col :md="6" :sm="8">
-              <a-form-item label="品名">
-                <a-input placeholder="请输入品名" v-model="queryParam.name"></a-input>
+              <a-form-item label="外销发票号">
+                <a-input placeholder="请输入外销发票号" v-model="queryParam.orderNumber"></a-input>
               </a-form-item>
             </a-col>
 
             <a-col :md="6" :sm="8">
-              <a-form-item label="号">
-                <a-input placeholder="请输入款号" v-model="queryParam.itemNumber"></a-input>
+              <a-form-item label="集装箱号">
+                <a-input placeholder="请输入集装箱" v-model="queryParam.containerNumber"></a-input>
               </a-form-item>
             </a-col>
 
@@ -92,17 +92,17 @@ export default {
       // 表头
       packingListColumns: [
         {
-          title: '号',
-          dataIndex: 'itemNumber',
+          title: '装箱单单据号',
+          dataIndex: 'itemNdocumentNo;umber',
           width: 120,
-          fixed: 'left',
+          // fixed: 'left',
           className: 'replacecolor'
         },
         {
-          title: '客户简称',
-          dataIndex: 'customerAbbreviation',
+          title: '装箱单制单人',
+          dataIndex: 'createBy;',
           width: 120,
-          fixed: 'left',
+          // fixed: 'left',
           className: 'replacecolor'
         },
         //  {
@@ -115,138 +115,48 @@ export default {
         //   }
         // },
         {
-          title: '预发货日期',
-          dataIndex: 'preDeliveryDate',
+          title: '外销发票号',
+          dataIndex: 'exportInvoiceNo;',
           width: 120,
           className: 'replacecolor'
         },
         {
-          title: '小PO',
-          dataIndex: 'smallPo',
-          width: 120,
-          className: 'replacecolor'
-        },
-        {
-          title: '分销点',
-          dataIndex: 'distributionPoint',
-          width: 120,
-          className: 'replacecolor'
-        },
-
-        {
-          title: '备注',
-          dataIndex: 'memo',
-          width: 120,
-          className: 'replacecolor'
-        },
-        {
-          title: '发货日期',
-          dataIndex: 'shipDate',
-          width: 120,
-          className: 'replacecolor'
-        },
-        {
-          title: '业务员',
-          dataIndex: 'salesman',
-          width: 120,
-          className: 'replacecolor'
-        },
-        {
-          title: '客户',
-          dataIndex: 'customer',
-          width: 120,
-          className: 'replacecolor'
-        },
-        {
-          title: '存货名称',
-          dataIndex: 'inventoryName',
-          width: 120,
-          className: 'replacecolor'
-        },
-
-        {
-          title: '颜色',
-          dataIndex: 'colour',
+          title: '集装箱号',
+          dataIndex: 'containerNumber;',
           width: 120,
           className: 'replacecolor'
         },
         {
-          title: '采购/委外订单号',
-          dataIndex: 'purOrSubOrder',
-          width: 140,
-          className: 'replacecolor'
-        },
-        {
-          title: '订单类型',
-          dataIndex: 'orderType',
+          title: '成衣工厂',
+          dataIndex: 'garmentFactory;',
           width: 120,
           className: 'replacecolor'
         },
 
         {
-          title: '工厂单价',
-          dataIndex: 'factoryUnitPrice',
+          title: '供应商',
+          dataIndex: 'supplierPrintingPlant;',
           width: 120,
           className: 'replacecolor'
         },
         {
-          title: '数量(按合并规则累计)',
-          dataIndex: 'planQuantity',
-          width: 180,
-          className: 'replacecolor'
-        },
-        {
-          title: '箱数',
-          dataIndex: 'actualPackingQty',
-          width: 90,
-          className: 'replacecolor'
-        },
-        {
-          title: '总净重',
-          dataIndex: 'totalNetWeight',
+          title: '铅分号',
+          dataIndex: 'plumbumNo;',
           width: 120,
           className: 'replacecolor'
         },
         {
           title: '总毛重',
-          dataIndex: 'totalGrossWeight',
+          dataIndex: 'grossWeight',
           width: 120,
           className: 'replacecolor'
         },
-
         {
-          title: '总体积',
-          dataIndex: 'totalVolume',
+          title: '总件数',
+          dataIndex: 'total;',
           width: 120,
           className: 'replacecolor'
         },
-        {
-          title: '总价',
-          dataIndex: 'totalPrices',
-          width: 120,
-          className: 'replacecolor'
-        },
-        {
-          title: '集装箱代号',
-          dataIndex: 'containerCode',
-          width: 120,
-          className: 'replacecolor'
-        },
-
-        {
-          title: '集装箱号',
-          dataIndex: 'containerNumber',
-          width: 120,
-          fixed: 'right',
-          className: 'replacecolor'
-        },
-        {
-          title: '预托书号',
-          dataIndex: 'depositaryReceiptNo',
-          width: 120,
-          fixed: 'right',
-          className: 'replacecolor'
-        }
       ],
       packingListData: [],
       error:[],