FM20250523024-银保非实时单金掌桂投保系统需求

This commit is contained in:
liuhuiying
2025-07-01 11:24:40 +08:00
parent 787369053c
commit 42b0ac995a

View File

@@ -253,6 +253,7 @@ export default {
// 内外勤判断
this.isInner = /^N{1}/.test(result.branchType) || /^S/.test(result.branchType) || /^T/.test(result.branchType) || /^JZG/.test(result.branchType) // 判断是否内勤
this.branchType = result.branchType //6 网销渠道
window.localStorage.setItem('branchType', this.branchType)
this.isGoodStart = result.showTemplateKmh === 'KMH' ? '1' : '2' // 判断是否开门红 1-开门红 2-否
this.isPersonalInsu = this.personalInsu.indexOf(result.branchType) > -1 // 判断是否个险渠道
this.organizationImgUrl = this.isGoodStart == '1' ? this.organizationKmhImgUrl : this.organizationNormalImgUrl