fix:生产执行添加辅料列表

This commit is contained in:
shijing 2025-07-30 15:49:02 +08:00
parent b16894ae86
commit 8ea961626d
1 changed files with 11 additions and 3 deletions

View File

@ -63,13 +63,20 @@
:processId="processId" :processId="processId"
:mgroupcode="mgroup_code" :mgroupcode="mgroup_code"
></inmOut> ></inmOut>
<record v-else <record v-else-if="values == '出入库记录'"
:mgroupId="mgroupId" :mgroupId="mgroupId"
:deptId = "mgroupDept" :deptId = "mgroupDept"
:mgroupName="mgroupName" :mgroupName="mgroupName"
:processId="processId" :processId="processId"
:mgroupcode="mgroup_code" :mgroupcode="mgroup_code"
></record> ></record>
<helpso v-else-if="values == '辅料'"
:mgroupId="mgroupId"
:deptId = "mgroupDept"
:mgroupName="mgroupName"
:processId="processId"
:mgroupcode="mgroup_code"
></helpso>
</el-main> </el-main>
</el-container> </el-container>
</template> </template>
@ -81,15 +88,16 @@ import mtask from "./mtask.vue";
import handover from "./handover.vue"; import handover from "./handover.vue";
import record from "./inmrecord.vue"; import record from "./inmrecord.vue";
import mlogsList from "./mlogs.vue"; import mlogsList from "./mlogs.vue";
import helpso from "./helpso.vue";
export default { export default {
name: "bx", name: "bx",
components: { inm, inmOut,mlogs, mtask, handover,record,mlogsList }, components: { inm, inmOut,mlogs, mtask, handover,record,mlogsList,helpso },
data() { data() {
return { return {
mgroups:[], mgroups:[],
tableHieght: 200, tableHieght: 200,
options: ["日志", "日志记录","交接记录", "来料未完成","出料已完成","出入库记录"], options: ["日志", "日志记录","交接记录", "来料未完成","出料已完成","出入库记录",'辅料'],
values: "日志", values: "日志",
mgroupName: "", mgroupName: "",
mgroupId: "", mgroupId: "",