Merge remote-tracking branch 'origin/master'

master
夜笙歌 10 months ago
commit 44043419a9

@ -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