Quellcode durchsuchen

装箱单面料调整列的位置

jbb vor 2 Jahren
Ursprung
Commit
86335d731a
1 geänderte Dateien mit 8 neuen und 7 gelöschten Zeilen
  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',