Commit 7a4744d0 authored by youjie's avatar youjie

no message

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