Commit 250f5243 authored by youjie's avatar youjie

no message

parent 0da5b114
......@@ -216,7 +216,7 @@
<p style="margin-top: 15px;">手配总金额:
{{totalZD.toFixed(2)}}
</p>
<p style="margin-top: 15px;">返佣总金额:
<p style="margin-top: 15px;" v-if="totalZDFY">返佣总金额:
{{totalZDFY.toFixed(2)}}
</p>
</div>
......@@ -429,8 +429,10 @@
})
this.totalZD = totalZD / 100
this.totalBWZD = totalBWZD / 100
if(totalZDFY){
this.totalZDFY = totalZDFY / 100
this.totalBWZDFY = totalBWZDFY / 100
}
},
handleClose(rows) {
if (rows) {
......@@ -478,10 +480,13 @@
}
this.getMoney()
this.BillMakingMsg.Money = this.totalZD
this.BillMakingMsg.Money2 = this.totalZDFY
this.BillMakingMsg.hiddenAddType = true
this.BillMakingMsg.CostType = 130
if(this.totalZDFY){
this.BillMakingMsg.CostType2 = 1851
this.BillMakingMsg.Money2 = this.totalZDFY
this.BillMakingMsg.hiddenAddType = true
}
this.iszhidanBox = true
this.loadingStandard = true
this.apipost('Financial_post_SetFinanceHandFeeCode', {
......
......@@ -2018,7 +2018,7 @@
}
if(this.orderObj.Money&&this.orderObj.CostType
&&!this.orderObj.Money2&&!this.orderObj.CostType2){
&&!this.orderObj.Money2){
this.msg.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;
......
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