|
@@ -555,6 +555,7 @@
|
|
workScope: true,
|
|
workScope: true,
|
|
partnerNeeds: true,
|
|
partnerNeeds: true,
|
|
agree: true,
|
|
agree: true,
|
|
|
|
+ branch: true
|
|
},
|
|
},
|
|
jobJson: [
|
|
jobJson: [
|
|
'总裁',
|
|
'总裁',
|
|
@@ -645,7 +646,7 @@
|
|
document.title = '完善信息'
|
|
document.title = '完善信息'
|
|
}
|
|
}
|
|
if (source == 'bid_document_Introduction_page') {
|
|
if (source == 'bid_document_Introduction_page') {
|
|
- var hideType = ['email', 'class', 'companyType', 'workScope', 'partnerNeeds', 'agree', 'position']
|
|
|
|
|
|
+ var hideType = ['email', 'class', 'companyType', 'workScope', 'partnerNeeds', 'agree', 'position', 'branch']
|
|
for (var k in this.moduleShow) {
|
|
for (var k in this.moduleShow) {
|
|
if (hideType.indexOf(k) !== -1)
|
|
if (hideType.indexOf(k) !== -1)
|
|
this.moduleShow[k] = false
|
|
this.moduleShow[k] = false
|
|
@@ -743,7 +744,7 @@
|
|
}
|
|
}
|
|
var zc = this.infoMap.position.indexOf('总裁') > -1
|
|
var zc = this.infoMap.position.indexOf('总裁') > -1
|
|
var zjl = this.infoMap.position.indexOf('总经理') > -1
|
|
var zjl = this.infoMap.position.indexOf('总经理') > -1
|
|
- return !(zc || zjl) && this.infoMap.position
|
|
|
|
|
|
+ return Boolean(!(zc || zjl) && this.infoMap.position && this.moduleShow['position'])
|
|
}
|
|
}
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|