Commit 37f93cb4 authored by 仇晓婷's avatar 仇晓婷

工艺设置

parent 5228119c
...@@ -193,6 +193,7 @@ export default { ...@@ -193,6 +193,7 @@ export default {
row.productingPreparationPeople; row.productingPreparationPeople;
this.child.orderIds = row.id; this.child.orderIds = row.id;
this.child.count = row.quantity; this.child.count = row.quantity;
this.child.mesCode = row.mesCode;
this.title = "工艺列表"; this.title = "工艺列表";
this.detail = () => import("./set"); this.detail = () => import("./set");
this.modal = true; this.modal = true;
......
...@@ -47,6 +47,7 @@ export default { ...@@ -47,6 +47,7 @@ export default {
curId: Number, curId: Number,
productingPreparationPeople: Number, productingPreparationPeople: Number,
orderIds: Number, orderIds: Number,
mesCode: String,
}, },
}, },
data() { data() {
...@@ -274,6 +275,7 @@ export default { ...@@ -274,6 +275,7 @@ export default {
productingPreparationPeople: this.eid.productingPreparationPeople, productingPreparationPeople: this.eid.productingPreparationPeople,
orderIds: this.eid.orderIds, orderIds: this.eid.orderIds,
routingList: this.routingList, routingList: this.routingList,
orderCodes: this.eid.mesCode,
}; };
Api.routingset(data).then((r) => { Api.routingset(data).then((r) => {
if (r.success) { if (r.success) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment