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

工艺设置

parent 5228119c
......@@ -193,6 +193,7 @@ export default {
row.productingPreparationPeople;
this.child.orderIds = row.id;
this.child.count = row.quantity;
this.child.mesCode = row.mesCode;
this.title = "工艺列表";
this.detail = () => import("./set");
this.modal = true;
......
......@@ -47,6 +47,7 @@ export default {
curId: Number,
productingPreparationPeople: Number,
orderIds: Number,
mesCode: String,
},
},
data() {
......@@ -274,6 +275,7 @@ export default {
productingPreparationPeople: this.eid.productingPreparationPeople,
orderIds: this.eid.orderIds,
routingList: this.routingList,
orderCodes: this.eid.mesCode,
};
Api.routingset(data).then((r) => {
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