소스 검색

成品入库-字段顺序调整

jingbb 10 달 전
부모
커밋
07a5fe7e81
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      src/views/production/productionTotalOrder/modules/productWarehousModel.vue

+ 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,
                 },
                 {