Explorar el Código

装箱单成衣参照页面字段调整

jbb hace 2 años
padre
commit
132222e663

+ 19 - 7
src/views/packing-list/packinglist-clothes/referencePrePacklist.vue

@@ -177,13 +177,13 @@ export default {
         },
 
        
-        {
-          title: '客户',
-          dataIndex: 'customer',
-          width: 250,
-          customRender: t => ellipsis(t),
-          className: 'replacecolor'
-        },
+        // {
+        //   title: '客户',
+        //   dataIndex: 'customer',
+        //   width: 250,
+        //   customRender: t => ellipsis(t),
+        //   className: 'replacecolor'
+        // },
         {
           title: '存货名称',
           dataIndex: 'inventoryName',
@@ -244,6 +244,12 @@ export default {
           dataIndex: 'containerNumber',
           width: 120,
           className: 'replacecolor'
+        },
+         {
+          title: '预托书号',
+          dataIndex: 'depositaryReceiptNo',
+          width: 120,
+          className: 'replacecolor'
         },
         {
           title: '总净重',
@@ -263,6 +269,12 @@ export default {
           dataIndex: 'totalVolume',
           width: 90,
           className: 'replacecolor'
+        }, 
+         {
+          title: '成衣工厂',
+          dataIndex: 'garmentFactory',
+          width: 90,
+          className: 'replacecolor'
         },
          {
           title: '备注',