Commit 0db1232a authored by youjie's avatar youjie

no message

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