소스 검색

委外出入库增加订单号

fenghaifu 2 년 전
부모
커밋
49d4c0bfb8

+ 7 - 0
src/views/reportForms/fabric-loss-table/materialsOutQuantityModal.vue

@@ -120,6 +120,13 @@ export default {
           key: '',
           className: 'replacecolor'
         },
+        {
+          title: '订单号',
+          dataIndex: 'cplanCode',
+          width: 120,
+          key: '',
+          className: 'replacecolor'
+        },
         {
           title: '入库单号',
           dataIndex: 'ccode',

+ 1 - 1
src/views/reportForms/fabric-loss-table/purchaseInQuantityModal.vue

@@ -111,7 +111,7 @@ export default {
         },
         {
           title: '委外订单号',
-          dataIndex: 'ccode',
+          dataIndex: 'cplanCode',
           width: 120,
           key: '',
           className: 'replacecolor'