ysy 1 год назад
Родитель
Сommit
1882d97509
2 измененных файлов с 18 добавлено и 1 удалено
  1. 9 1
      src/views/productionPlan/index.vue
  2. 9 0
      src/views/workOrder/index.vue

+ 9 - 1
src/views/productionPlan/index.vue

@@ -111,7 +111,7 @@
 import { getList, del, updatePriority } from '@/api/productionPlan/index.js';
 import productionPlanSearch from './components/productionPlan-search.vue';
 import { release } from '@/api/productionPlan/order.js';
-import { multiply } from '@/utils/math';
+
 import { getCode } from '@/api/codeManagement';
 import { debounce } from 'lodash';
 export default {
@@ -267,6 +267,14 @@ export default {
           sortable: 'custom'
         },
 
+        {
+          prop: 'produceRoutingName',
+          label: '工艺路线',
+          align: 'center',
+          minWidth: 120,
+          sortable: 'custom'
+        },
+
         {
           prop: 'productNum',
           label: '计划数量'+(this.clientEnvironmentId=='4'?'(方)':''),

+ 9 - 0
src/views/workOrder/index.vue

@@ -186,6 +186,15 @@
             sortable: 'custom'
           },
 
+          {
+          prop: 'produceRoutingName',
+          label: '工艺路线',
+          align: 'center',
+          minWidth: 120,
+          sortable: 'custom'
+        },
+
+
           {
             prop: 'formingNum',
             label: '要求生产数量'+this.clientEnvironmentId==4?'(方)':'',