Commit 8b503633 authored by youjie's avatar youjie

优化

parent 9fa24eb4
...@@ -1592,7 +1592,6 @@ ...@@ -1592,7 +1592,6 @@
myObj.tcid = this.currentPrice.tcid; myObj.tcid = this.currentPrice.tcid;
myObj.teamType = this.currentPrice.teamType; myObj.teamType = this.currentPrice.teamType;
myObj.lineteamId = this.dataList.lineteamId; myObj.lineteamId = this.dataList.lineteamId;
myObj.CreateBy = this.SaleId;
let imgCover = JSON.parse(this.dataList.imgCover); let imgCover = JSON.parse(this.dataList.imgCover);
if (imgCover.length > 0) { if (imgCover.length > 0) {
myObj.CoverImg = imgCover[0].Url; myObj.CoverImg = imgCover[0].Url;
...@@ -1609,7 +1608,9 @@ ...@@ -1609,7 +1608,9 @@
"&cityId=" + "&cityId=" +
this.delMsg.cityId + this.delMsg.cityId +
"&lineId=" + "&lineId=" +
this.dataList.lineId; this.dataList.lineId +
"&CreateBy=" +
this.SaleId;
console.log("tParams", tParams); console.log("tParams", tParams);
uni.navigateTo({ uni.navigateTo({
url: "/pages/jiuzhai/jz_Reserve?currentPriceInfo=" + url: "/pages/jiuzhai/jz_Reserve?currentPriceInfo=" +
......
...@@ -499,6 +499,7 @@ ...@@ -499,6 +499,7 @@
mainColor: '', mainColor: '',
realCurrentPriceInfo: {}, realCurrentPriceInfo: {},
customer: {}, customer: {},
CreateBy: 0,
}; };
}, },
created() { created() {
...@@ -530,6 +531,9 @@ ...@@ -530,6 +531,9 @@
if (option.lineId) { if (option.lineId) {
this.lineId = option.lineId this.lineId = option.lineId
} }
if (option.CreateBy) {
this.CreateBy = option.CreateBy
}
this.getUserCouponList(); this.getUserCouponList();
}, },
methods: { methods: {
...@@ -844,7 +848,7 @@ ...@@ -844,7 +848,7 @@
CommissionSharePeople: 0, CommissionSharePeople: 0,
CommissionShareMoney: 0, CommissionShareMoney: 0,
MiniAppUserId: MiniAppUserId, MiniAppUserId: MiniAppUserId,
CreateBy: this.currentPriceInfo.CreateBy, //同行联系人创建人 CustomerCreateBy CreateBy: this.CreateBy, //同行联系人创建人 CustomerCreateBy
DirectCustomerId: 0, //直客Id DirectCustomerId: 0, //直客Id
// #ifdef MP-WEIXIN // #ifdef MP-WEIXIN
OrderSource: 5, OrderSource: 5,
......
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