Commit 585881d1 authored by renjintao's avatar renjintao

计划管理

parent ab5e5b7e
...@@ -808,6 +808,11 @@ export default { ...@@ -808,6 +808,11 @@ export default {
return outPar return outPar
}, },
openAccessory(row) { openAccessory(row) {
if(row.mainRoutingSetStatus!=1)
{
this.$Message.error("请设置订单工艺!")
return
}
this.orderId = row.id; this.orderId = row.id;
this.mesCode = row.mesCode; this.mesCode = row.mesCode;
this.productName = row.productName; this.productName = row.productName;
......
...@@ -104,7 +104,8 @@ export default { ...@@ -104,7 +104,8 @@ export default {
"op", "op",
{ {
attrs: { oprate: "edit" }, attrs: { oprate: "edit" },
on: { click: () => this.getOutBound(params.row) }, style:{color:params.row.status==0?"#bebebe":""},
on: { click: () => params.row.status!=0?this.getOutBound(params.row):null },
}, },
"出库单" "出库单"
), ),
......
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