fix:工序type
This commit is contained in:
parent
1750e89138
commit
42baf79b76
|
@ -149,8 +149,8 @@ export default {
|
||||||
60: "辅助工装",
|
60: "辅助工装",
|
||||||
},
|
},
|
||||||
types:{
|
types:{
|
||||||
'PRO_PROD':'生产工序',
|
10:'生产工序',
|
||||||
'PRO_TEST':'检验工序',
|
20:'检验工序',
|
||||||
},
|
},
|
||||||
baseCode :this.$TOOL.data.get('BASE_INFO').base.base_code
|
baseCode :this.$TOOL.data.get('BASE_INFO').base.base_code
|
||||||
};
|
};
|
||||||
|
|
|
@ -130,8 +130,8 @@ export default {
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
processOptions:[
|
processOptions:[
|
||||||
{name:'生产工序',value:'PRO_PROD'},
|
{name:'生产工序',value:10},
|
||||||
{name:'检验工序',value:'PRO_TEST'},
|
{name:'检验工序',value:20},
|
||||||
],
|
],
|
||||||
visible: false,
|
visible: false,
|
||||||
isSaveing: false,
|
isSaveing: false,
|
||||||
|
|
Loading…
Reference in New Issue