fix:wpm中index调整

This commit is contained in:
shijing 2025-08-05 15:06:01 +08:00
parent 7141516f3a
commit 92bdac7ea2
1 changed files with 5 additions and 2 deletions

View File

@ -61,7 +61,7 @@
:processId="processId"
:mgroupcode="mgroup_code"
></record>
<check v-else-if="values == '检验记录'&&mgroupName=='黑化'"
<check v-else-if="values == '检验记录'"
:mgroupId="mgroupId"
:deptId = "mgroupDept"
:mgroupName="mgroupName"
@ -94,7 +94,7 @@ export default {
return {
mgroups:[],
tableHieght: 200,
options: ["日志", "交接记录", "来料未完成","出料已完成","出入库记录","检验记录",'辅料'],
options: ["日志", "交接记录", "来料未完成","出料已完成","出入库记录",'辅料'],
values: "日志",
mgroupName: "",
mgroupId: "",
@ -140,6 +140,9 @@ export default {
that.mgroupMtype = res[0].mtype;
that.processtype = res[0].process_type;
that.mgroupDept = res[0].belong_dept;
if(that.mgroupName=='黑化'){
that.options.push("检验记录")
}
that.componentsShow = true;
});
},