Commit 0017a7da authored by 吴春's avatar 吴春

提交改价申请的默认金额

parent 7c96027e
...@@ -756,7 +756,7 @@ export default { ...@@ -756,7 +756,7 @@ export default {
OrderId: 0, OrderId: 0,
OrderType: 0, OrderType: 0,
PreferPrice: 0, PreferPrice: 0,
Money: 0, Money: '',
ApplyForReason: "", ApplyForReason: "",
RefuseReason: "", RefuseReason: "",
ApplyForState: 1, ApplyForState: 1,
...@@ -1016,7 +1016,7 @@ export default { ...@@ -1016,7 +1016,7 @@ export default {
if(item.OrderChangePriceId){ if(item.OrderChangePriceId){
this.getGetOrderChangePriceDetai(item); this.getGetOrderChangePriceDetai(item);
}else{ }else{
this.changePriceMsg.Money = item.Money; this.changePriceMsg.Money = '';//item.Money;
this.changePriceMsg.ApplyForState = 1; this.changePriceMsg.ApplyForState = 1;
this.changePriceMsg.ApplyForReason = ''; this.changePriceMsg.ApplyForReason = '';
this.changePriceMsg.PreferPrice = item.Money; this.changePriceMsg.PreferPrice = item.Money;
......
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