浏览代码

发运明细参照订单新增字段

zengtx 2 年之前
父节点
当前提交
b059aa9e25
共有 1 个文件被更改,包括 31 次插入1 次删除
  1. 31 1
      src/views/shipment-details/referOrderDataModal.vue

+ 31 - 1
src/views/shipment-details/referOrderDataModal.vue

@@ -167,6 +167,12 @@ export default {
           width: 180,
           className: 'replacecolor'
         },
+        {
+          title: '箱数',
+          dataIndex: 'boxNumber',
+          width: 100,
+          className: 'replacecolor'
+        },
         {
           title: '数量',
           dataIndex: 'quantity',
@@ -184,6 +190,18 @@ export default {
           dataIndex: 'unitPriceIncludingTax',
           width: 100,
           className: 'replacecolor'
+        },
+         {
+          title: '成衣工厂',
+          dataIndex: 'garmentFactory',
+          width: 100,
+          className: 'replacecolor'
+        },
+        {
+          title: '成衣件数',
+          dataIndex: 'garmentNmb',
+          width: 100,
+          className: 'replacecolor'
         },
         {
           title: '业务类型',
@@ -217,6 +235,12 @@ export default {
            customRender: t => ellipsis(t),
           width: 220,
           className: 'replacecolor'
+        },
+         {
+          title: '供应商编码',
+          dataIndex: 'supplierCode',
+          width: 100,
+          className: 'replacecolor'
         },
         {
           title: '供应商',
@@ -317,9 +341,15 @@ export default {
         {
           title: '订单变更说明',
           dataIndex: 'orderChangeDescription',
-          width: 280,
+          width: 220,
           customRender: t => ellipsis(t),
           className: 'replacecolor'
+        },
+         {
+          title: '订单日期',
+          dataIndex: 'orderDate',
+          width: 120,
+          className: 'replacecolor'
         },
         {
           title: '订单主表ID',