fix:退货放行单审批

This commit is contained in:
shijing 2024-09-03 15:21:16 +08:00
parent abb4ea8d24
commit 54d00c660a
2 changed files with 4 additions and 1 deletions

View File

@ -158,7 +158,7 @@ export default {
} else if (cateType.indexOf("opl_") != -1) {
projectId = row.ticket_data.opl;
cateType = "opl";
} else if (cateType == "routepack") {
} else if (cateType == "routepack"||cateType == "backfire") {
projectId = row.ticket_data.t_id;
}
this.$router.push({

View File

@ -168,6 +168,7 @@
</el-card>
<el-card
style="margin-top: 4px; position: relative"
v-if="cateType === 'routepack'"
header="工艺流程"
>
<el-table
@ -599,6 +600,8 @@ export default {
this.getRpj();
} else if (this.cateType === "routepack") {
this.getRoutePack();
} else if (this.cateType === "backfire") {
// 退
} else {
this.getOpl();
}