mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-08 18:46:43 +08:00
投保人页面的项目信息如果有问题的话请求接口获取详细信息
This commit is contained in:
@@ -194,12 +194,17 @@ export default {
|
||||
})
|
||||
}
|
||||
}
|
||||
if(this.$route.query.orderNo) {
|
||||
this.projectName = res.orderDTO.ebizOrderGbcRelDTO.projectName
|
||||
}
|
||||
}
|
||||
})
|
||||
this.selectTab()
|
||||
if(window.localStorage.getItem('branchType') == '13') {
|
||||
this.branchType = '13'
|
||||
that.gbcProjectDetail()
|
||||
if(!this.$route.query.orderNo) {
|
||||
that.gbcProjectDetail()
|
||||
}
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
@@ -684,6 +684,17 @@
|
||||
} else if (res.orderDTO.orderInfoDTO.productCode == 'GFRS_M0040') {
|
||||
this.specilFlag = '1'
|
||||
}
|
||||
if(this.$route.query.orderNo) {
|
||||
this.projectDTO.platformName = res.orderDTO.ebizOrderGbcRelDTO.unitName
|
||||
this.projectDTO.projectName = res.orderDTO.ebizOrderGbcRelDTO.projectName
|
||||
this.projectDTO.teamCode = res.orderDTO.ebizOrderGbcRelDTO.teamCode
|
||||
this.projectDTO.endDate = res.orderDTO.ebizOrderGbcRelDTO.projectEndDate
|
||||
this.projectDTO.personCode = res.orderDTO.ebizOrderGbcRelDTO.personCode
|
||||
this.projectDTO.leaderCode = res.orderDTO.ebizOrderGbcRelDTO.teamLeaderCode
|
||||
this.projectDTO.departmentName = res.orderDTO.ebizOrderGbcRelDTO.departmentName
|
||||
this.projectDTO.departmentCode = res.orderDTO.ebizOrderGbcRelDTO.departmentCode
|
||||
}
|
||||
|
||||
// ------------------------专为桂企写死--end---------------//
|
||||
}
|
||||
})
|
||||
@@ -719,7 +730,9 @@
|
||||
this.areaLists = areaLists
|
||||
if(window.localStorage.getItem('branchType') == '13') {
|
||||
this.branchType = '13'
|
||||
this.gbcProjectDetail()
|
||||
if(!this.$route.query.orderNo) {
|
||||
this.gbcProjectDetail()
|
||||
}
|
||||
this.getDepartmentByProjectNo()
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user