Commit 7a4744d0 authored by youjie's avatar youjie

no message

parent 75d1ed44
...@@ -1974,23 +1974,24 @@ ...@@ -1974,23 +1974,24 @@
if(this.orderObj.Money){ if(this.orderObj.Money){
let orderObjMoney = this.$commonUtils.addCommas(Math.round(this.orderObj.Money * 100) / 100); let orderObjMoney = this.$commonUtils.addCommas(Math.round(this.orderObj.Money * 100) / 100);
let obj = { let obj = {
"ID": 0, ID: 0,
"UnitPrice": this.orderObj.Money, UnitPrice: this.orderObj.Money,
"UnitPriceTo": orderObjMoney, UnitPriceTo: orderObjMoney,
"Number": 1, Number: 1,
"Rate": 1, Rate: 1,
"CostTypeId": this.orderObj.CostType, CostTypeId: this.orderObj.CostType,
"CurrencyId": 1, CurrencyName: '',
"Remark": "", CurrencyId: 0,
"CostTypeName": "用房手配费", Remark: "",
"yTotalPrice": this.orderObj.Money, CostTypeName: "用房手配费",
"yTotalPriceTo": orderObjMoney, yTotalPrice: this.orderObj.Money,
"bTotalPrice": this.orderObj.Money, yTotalPriceTo: orderObjMoney,
"bTotalPriceTo": orderObjMoney, bTotalPrice: this.orderObj.Money,
"show": true, bTotalPriceTo: orderObjMoney,
"currenName": "", show: this.orderObj.Money2?true:false,
"ybFee": 0, currenName: "",
"bbFee": 0 ybFee: 0,
bbFee: 0
} }
this.msg.detailList.push(obj) this.msg.detailList.push(obj)
} }
...@@ -1998,23 +1999,24 @@ ...@@ -1998,23 +1999,24 @@
if(this.orderObj.Money2){ if(this.orderObj.Money2){
let orderObjMoney2 = this.$commonUtils.addCommas(Math.round(this.orderObj.Money2 * 100) / 100); let orderObjMoney2 = this.$commonUtils.addCommas(Math.round(this.orderObj.Money2 * 100) / 100);
let obj2 = { let obj2 = {
"ID": 0, ID: 0,
"UnitPrice": this.orderObj.Money2, UnitPrice: this.orderObj.Money2,
"UnitPriceTo": orderObjMoney2, UnitPriceTo: orderObjMoney2,
"Number": 1, Number: 1,
"Rate": 1, Rate: 1,
"CostTypeId": this.orderObj.CostType2, CostTypeId: this.orderObj.CostType2,
"CurrencyId": 1, CurrencyName: '',
"Remark": "", CurrencyId: 0,
"CostTypeName": "房费送客手数料", Remark: "",
"yTotalPrice": this.orderObj.Money2, CostTypeName: "房费送客手数料",
"yTotalPriceTo": orderObjMoney2, yTotalPrice: this.orderObj.Money2,
"bTotalPrice": this.orderObj.Money2, yTotalPriceTo: orderObjMoney2,
"bTotalPriceTo": orderObjMoney2, bTotalPrice: this.orderObj.Money2,
"show": this.orderObj.Money?false:true, bTotalPriceTo: orderObjMoney2,
"currenName": "", show: this.orderObj.Money?false:true,
"ybFee": 0, currenName: "",
"bbFee": 0 ybFee: 0,
bbFee: 0
} }
this.msg.detailList.push(obj2) this.msg.detailList.push(obj2)
} }
......
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