فهرست منبع

生产总订单-框扇出库字段显示先有框再有扇

jingbb 8 ماه پیش
والد
کامیت
785714c8ba
1فایلهای تغییر یافته به همراه8 افزوده شده و 9 حذف شده
  1. 8 9
      src/views/production/productionTotalOrder/modules/KSOutbound.vue

+ 8 - 9
src/views/production/productionTotalOrder/modules/KSOutbound.vue

@@ -126,15 +126,6 @@
                     dataIndex: 'inventoryName',
                     ellipsis: true,
                 },
-               
-                {
-                    // title: '本次执行扇数量',
-                    align:"center",
-                    dataIndex: 'executeOutLeafNow',
-                    ellipsis: true,
-                    scopedSlots: { customRender: 'executeOutLeafNow' } ,
-                    slots:{title:'executeOutLeafNowTitle'},
-                },
                 {
                     // title: '本次执行框数量',
                     align:"center",
@@ -143,6 +134,14 @@
                     scopedSlots: { customRender: 'executeOutFramesNow' } ,
                     slots:{title:'executeOutFramesNowTitle'},
                 },
+                {
+                    // title: '本次执行扇数量',
+                    align:"center",
+                    dataIndex: 'executeOutLeafNow',
+                    ellipsis: true,
+                    scopedSlots: { customRender: 'executeOutLeafNow' } ,
+                    slots:{title:'executeOutLeafNowTitle'},
+                },
                 {
                     // title: '框运费',
                     align:"center",