Commit 6904f636 authored by zhengke's avatar zhengke

no message

parent 83c15bcf
...@@ -925,6 +925,7 @@ export default { ...@@ -925,6 +925,7 @@ export default {
this.msg.ReFinanceId = this.crmOrderObj.ReFinanceId this.msg.ReFinanceId = this.crmOrderObj.ReFinanceId
this.msg.ReFinanceId2 = this.crmOrderObj.ReFinanceId2 this.msg.ReFinanceId2 = this.crmOrderObj.ReFinanceId2
this.msg.GuestId = this.crmOrderObj.GuestId this.msg.GuestId = this.crmOrderObj.GuestId
this.msg.RelevanceFrId = this.crmOrderObj.RelevanceFrId
} }
// 2019-12-3 18:29:31 新增费用类型判断 // 2019-12-3 18:29:31 新增费用类型判断
let riqi = false let riqi = false
......
...@@ -1322,6 +1322,7 @@ ...@@ -1322,6 +1322,7 @@
this.msg.ReFinanceId = this.crmOrderObj.ReFinanceId this.msg.ReFinanceId = this.crmOrderObj.ReFinanceId
this.msg.ReFinanceId2 = this.crmOrderObj.ReFinanceId2 this.msg.ReFinanceId2 = this.crmOrderObj.ReFinanceId2
this.msg.GuestId = this.crmOrderObj.GuestId this.msg.GuestId = this.crmOrderObj.GuestId
this.msg.RelevanceFrId = this.crmOrderObj.RelevanceFrId
} }
this.msg.detailList.forEach(x => { this.msg.detailList.forEach(x => {
delete x.rate; delete x.rate;
......
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