fix:wpm中index调整
This commit is contained in:
parent
7141516f3a
commit
92bdac7ea2
|
|
@ -61,7 +61,7 @@
|
||||||
:processId="processId"
|
:processId="processId"
|
||||||
:mgroupcode="mgroup_code"
|
:mgroupcode="mgroup_code"
|
||||||
></record>
|
></record>
|
||||||
<check v-else-if="values == '检验记录'&&mgroupName=='黑化'"
|
<check v-else-if="values == '检验记录'"
|
||||||
:mgroupId="mgroupId"
|
:mgroupId="mgroupId"
|
||||||
:deptId = "mgroupDept"
|
:deptId = "mgroupDept"
|
||||||
:mgroupName="mgroupName"
|
:mgroupName="mgroupName"
|
||||||
|
|
@ -94,7 +94,7 @@ export default {
|
||||||
return {
|
return {
|
||||||
mgroups:[],
|
mgroups:[],
|
||||||
tableHieght: 200,
|
tableHieght: 200,
|
||||||
options: ["日志", "交接记录", "来料未完成","出料已完成","出入库记录","检验记录",'辅料'],
|
options: ["日志", "交接记录", "来料未完成","出料已完成","出入库记录",'辅料'],
|
||||||
values: "日志",
|
values: "日志",
|
||||||
mgroupName: "",
|
mgroupName: "",
|
||||||
mgroupId: "",
|
mgroupId: "",
|
||||||
|
|
@ -140,6 +140,9 @@ export default {
|
||||||
that.mgroupMtype = res[0].mtype;
|
that.mgroupMtype = res[0].mtype;
|
||||||
that.processtype = res[0].process_type;
|
that.processtype = res[0].process_type;
|
||||||
that.mgroupDept = res[0].belong_dept;
|
that.mgroupDept = res[0].belong_dept;
|
||||||
|
if(that.mgroupName=='黑化'){
|
||||||
|
that.options.push("检验记录")
|
||||||
|
}
|
||||||
that.componentsShow = true;
|
that.componentsShow = true;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue