fix:工序type

This commit is contained in:
shijing 2024-12-13 09:35:56 +08:00
parent 1750e89138
commit 42baf79b76
2 changed files with 4 additions and 4 deletions

View File

@ -149,8 +149,8 @@ export default {
60: "辅助工装",
},
types:{
'PRO_PROD':'生产工序',
'PRO_TEST':'检验工序',
10:'生产工序',
20:'检验工序',
},
baseCode :this.$TOOL.data.get('BASE_INFO').base.base_code
};

View File

@ -130,8 +130,8 @@ export default {
],
},
processOptions:[
{name:'生产工序',value:'PRO_PROD'},
{name:'检验工序',value:'PRO_TEST'},
{name:'生产工序',value:10},
{name:'检验工序',value:20},
],
visible: false,
isSaveing: false,