Browse Source

成品入库-字段顺序调整

jingbb 8 months ago
parent
commit
07a5fe7e81

+ 4 - 4
src/views/production/productionTotalOrder/modules/productWarehousModel.vue

@@ -159,15 +159,15 @@
                     ellipsis: true,
                 },
                 {
-                    title: '已入库数量',
+                    title: '已入库数量',
                     align:"center",
-                    dataIndex: 'executeInLeaf',
+                    dataIndex: 'executeInFrames',
                     ellipsis: true,
                 },
                 {
-                    title: '已入库数量',
+                    title: '已入库数量',
                     align:"center",
-                    dataIndex: 'executeInFrames',
+                    dataIndex: 'executeInLeaf',
                     ellipsis: true,
                 },
                 {