Commit 7f813c00 authored by youjie's avatar youjie

no message

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