Commit 7f813c00 authored by youjie's avatar youjie

no message

parent 76525cd0
......@@ -215,7 +215,8 @@ export default {
},
onLoad(option){
this.b2b_user_info = uni.getStorageSync('b2b_user')
if(this.msg.LeaderId=='') this.msg.LeaderId = this.b2b_user_info.erpBaseInfo.employeeId
if(option.LeaderId) this.msg.LeaderId = option.LeaderId
else this.msg.LeaderId = this.b2b_user_info.erpBaseInfo.employeeId
this.init()
},
created() {
......
......@@ -371,24 +371,24 @@ export default {
this.PrincipalList.forEach((item,index)=> {
let data = this.inforData1.PrincipalList[0]
data.CreateByNameList.push({
name:data.CreateByName,
tel:data.CreateByMobile
name: item.CreateByName,
tel: item.CreateByMobile
})
data.HConfirmNameList.push({
name:data.HConfirmName,
tel:data.HConfirmMobile
name:item.HConfirmName,
tel:item.HConfirmMobile
})
data.BConfirmNameList.push({
name:data.BConfirmName,
tel:data.BConfirmMobile
name:item.BConfirmName,
tel:item.BConfirmMobile
})
data.DConfirmNameList.push({
name:data.DConfirmName,
tel:data.DConfirmMobile
name:item.DConfirmName,
tel:item.DConfirmMobile
})
data.TConfirmNameList.push({
name:data.TConfirmName,
tel:data.TConfirmMobile
name:item.TConfirmName,
tel:item.TConfirmMobile
})
})
uni.hideLoading()
......
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