|
|
@@ -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'?'(方)':''),
|