|
@@ -14,6 +14,9 @@ var inBIPropertyiframe = getParam('property') === 'BIProperty'
|
|
|
if (!(tParams.isEntniche || tParams.isVip || tParams.isMember)) {
|
|
|
localStorage.setItem('login-clear-bidsearch-list-model', 'S')
|
|
|
}
|
|
|
+if(searchInnerVue.inBIPropertyiframe){
|
|
|
+ localStorage.removeItem('login-clear-bidsearch-list-model')
|
|
|
+}
|
|
|
var listModel = localStorage.getItem('login-clear-bidsearch-list-model') || 'S' // 列表精简or详细 S:精简 D:详细
|
|
|
// 采购单位画像中转页
|
|
|
var buyerLink = '/swordfish/page_big_pc/free/loading/buyer/'
|
|
@@ -1944,6 +1947,10 @@ function getEmployData () {
|
|
|
data: JSON.stringify(params),
|
|
|
success: function (res) {
|
|
|
if (res.error_code === 0) {
|
|
|
+ if(res.batchEmploy) {
|
|
|
+ $('#right-employ').show()
|
|
|
+ $('.shoulu-line').show()
|
|
|
+ }
|
|
|
if(res.data && res.data.length > 0) {
|
|
|
employList = res.data
|
|
|
res.data.forEach(function (item, index) {
|
|
@@ -1997,6 +2004,7 @@ $(document).on('click', '.icon-shoulu', function() {
|
|
|
} else if (res.code === 1) {
|
|
|
// 未创建情报信息,需要手动创建
|
|
|
searchInnerVue.showPropertyDialog = true
|
|
|
+ searchInnerVue.IframeSrc = `${location.origin}/succbi/crm_system/app/crm.app/%E9%80%9A%E7%94%A8%E5%88%9B%E5%BB%BA/create_intelligence.spg`
|
|
|
} else {
|
|
|
toastFn(res.msg, 800)
|
|
|
}
|