Commit 6922aee2 authored by 仇晓婷's avatar 仇晓婷

dd

parent 19438693
......@@ -139,7 +139,7 @@ export default {
params.row.materialbillStatus == 0
? "生成料单"
: params.row.mainRoutingStatus == 1 &&
params.row.materialbillStatus == -1
params.row.materialbillStatus == 1
? "查看"
: "",
},
......@@ -162,7 +162,7 @@ export default {
material(row) {
if (row.materialbillStatus == 0) {
this.saveBill(row.id, row.quantity);
} else if (row.materialbillStatus == -1) {
} else if (row.materialbillStatus == 1) {
this.title = "查看料单";
this.detail = () => import("./materialDetails");
this.modal = true;
......
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