Commit 0db1232a authored by youjie's avatar youjie

no message

parent 8b2c5cb2
......@@ -1217,6 +1217,7 @@ export default {
name: "invoicesManagerDetail",
query: {
id: x.OrderId,
InvoiceApplyType: 6,
blank: "y",
},
});
......
......@@ -1423,6 +1423,7 @@ export default {
name: "invoicesManagerDetail",
query: {
id: x.OrderId,
InvoiceApplyType: 5,
blank: "y",
},
});
......
......@@ -950,7 +950,7 @@ export default {
return Money
},
setChangePrice(type) {
if(this.titlePrice == "申请改价"){
if(this.titlePrice == "申请改价"||this.titlePrice == "修改改价"){
this.changePriceMsg.ApplyForState=1
this.SetOrderChangePrice()
}
......
......@@ -1432,6 +1432,7 @@
name: "invoicesManagerDetail",
query: {
id: x.OrderId,
InvoiceApplyType: 7,
blank: "y",
},
});
......
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