Commit 135e7b21 authored by youjie's avatar youjie

no message

parent 250f5243
...@@ -480,7 +480,6 @@ ...@@ -480,7 +480,6 @@
} }
this.getMoney() this.getMoney()
this.BillMakingMsg.Money = this.totalZD this.BillMakingMsg.Money = this.totalZD
this.BillMakingMsg.CostType = 130 this.BillMakingMsg.CostType = 130
if(this.totalZDFY){ if(this.totalZDFY){
this.BillMakingMsg.CostType2 = 1851 this.BillMakingMsg.CostType2 = 1851
......
...@@ -2017,8 +2017,7 @@ ...@@ -2017,8 +2017,7 @@
this.msg.detailList.push(obj2) this.msg.detailList.push(obj2)
} }
if(this.orderObj.Money&&this.orderObj.CostType if(this.orderObj.Money&&!this.orderObj.Money2){
&&!this.orderObj.Money2){
this.msg.CostTypeId = this.orderObj.CostType ? this.orderObj.CostType : ''; this.msg.CostTypeId = this.orderObj.CostType ? this.orderObj.CostType : '';
this.detailList.CostTypeId = this.orderObj.CostType ? this.orderObj.CostType : ''; this.detailList.CostTypeId = this.orderObj.CostType ? this.orderObj.CostType : '';
this.detailList.UnitPrice = this.orderObj.Money ? this.orderObj.Money : 0; this.detailList.UnitPrice = this.orderObj.Money ? this.orderObj.Money : 0;
......
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