Browse Source

装箱单面料调整列的位置

jbb 2 years ago
parent
commit
86335d731a
1 changed files with 8 additions and 7 deletions
  1. 8 7
      src/views/packing-list/packinglist-fabrics/addFabricDrawer.vue

+ 8 - 7
src/views/packing-list/packinglist-fabrics/addFabricDrawer.vue

@@ -438,6 +438,13 @@ export default {
           dataIndex: 'meter',
           width: 130,
           className: 'replacecolor'
+        },
+          {
+          title: '实际报关数量',
+          dataIndex: 'actualDeclaredQuantity',
+          scopedSlots: { customRender: 'actualDeclaredQuantity' },
+          width: 120,
+          className: 'replacecolor'
         },
         // {
         //   title: '价格',
@@ -542,13 +549,7 @@ export default {
           width: 120,
           className: 'replacecolor'
         },
-        {
-          title: '实际报关数量',
-          dataIndex: 'actualDeclaredQuantity',
-          scopedSlots: { customRender: 'actualDeclaredQuantity' },
-          width: 120,
-          className: 'replacecolor'
-        },
+      
         {
           title: '超发',
           dataIndex: 'excessQuantity',