change - 生产工单发布跳转添加派工页面

master
yinq 7 months ago
parent fc971fd3a0
commit c611fe16c4

@ -795,8 +795,12 @@ export default {
}).then(() => {
productOrderPublish(this.form).then(response => {
this.$modal.msgSuccess("发布成功");
this.getList();
this.$router.push("/mes/plan/productplan");
const productOrderId = row.productOrderId || this.ids[0];
const orderCode = row.orderCode;
const params = {queryParams: this.queryParams};
this.$tab.closeOpenPage(router.currentRoute);
this.$tab.openPage("工单[" + orderCode + "]生产派工", '/mes/product-plan/index/' + productOrderId, params);
});
}).catch(() => {
});

Loading…
Cancel
Save