Commit 297a198d authored by Mac's avatar Mac

1

parent 6ccfd014
...@@ -54,6 +54,7 @@ ...@@ -54,6 +54,7 @@
OrderSource: 0, OrderSource: 0,
SaleRemark: "", SaleRemark: "",
Class_Price: 0, Class_Price: 0,
OrderId:0,
}, },
UPrice: false, UPrice: false,
StepPriceList: [], StepPriceList: [],
...@@ -96,6 +97,7 @@ ...@@ -96,6 +97,7 @@
this.OrderMsg.OrderSource = res.Data.OrderInfo.OrderSource; this.OrderMsg.OrderSource = res.Data.OrderInfo.OrderSource;
this.OrderMsg.SaleRemark = res.Data.OrderInfo.SaleRemark; this.OrderMsg.SaleRemark = res.Data.OrderInfo.SaleRemark;
this.OrderMsg.Class_Price = res.Data.OrderInfo.Class_Price; this.OrderMsg.Class_Price = res.Data.OrderInfo.Class_Price;
this.OrderMsg.OrderId = res.Data.OrderInfo.OrderId;
this.UnitPrice = this.OrderMsg.Unit_Price; this.UnitPrice = this.OrderMsg.Unit_Price;
this.StepPriceList = res.Data.StepPriceList; this.StepPriceList = res.Data.StepPriceList;
this.IsShowEditOrder = true; this.IsShowEditOrder = 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