fix:退货放行单审批
This commit is contained in:
parent
abb4ea8d24
commit
54d00c660a
|
@ -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({
|
||||
|
|
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue