Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
dsk-cr20g
Commits
8140b78c
Commit
8140b78c
authored
Oct 11, 2023
by
tianhongyang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'V20230915' of
http://192.168.60.201/root/dsk-operate-sys
into V20230915
parents
453eac9d
0ee1bbd3
Changes
20
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
811 additions
and
156 deletions
+811
-156
CustomerController.java
.../main/java/com/dsk/biz/controller/CustomerController.java
+1
-1
EnterpriseProjectService.java
...in/java/com/dsk/jsk/service/EnterpriseProjectService.java
+1
-1
BusinessOpportunityRadarService.java
...m/dsk/search/service/BusinessOpportunityRadarService.java
+5
-7
MarketAnalysisService.java
...in/java/com/dsk/search/service/MarketAnalysisService.java
+4
-4
index.scss
dsk-operate-ui/src/assets/styles/index.scss
+4
-1
index.js
dsk-operate-ui/src/router/index.js
+1
-1
index.vue
dsk-operate-ui/src/views/custom/customList/index.vue
+229
-13
members.vue
...te-ui/src/views/detail/groupAccount/component/members.vue
+10
-8
performance.vue
...i/src/views/detail/groupAccount/component/performance.vue
+11
-9
zbxmfx.vue
...ate-ui/src/views/detail/groupAccount/component/zbxmfx.vue
+162
-64
zbxmmx.vue
...ate-ui/src/views/detail/groupAccount/component/zbxmmx.vue
+11
-9
zhaobiao.vue
...e-ui/src/views/detail/groupAccount/component/zhaobiao.vue
+4
-2
HeadFormNew.vue
...ate-ui/src/views/detail/party-a/component/HeadFormNew.vue
+2
-2
mixin.js
dsk-operate-ui/src/views/detail/party-a/mixins/mixin.js
+3
-0
announcement.vue
...erate-ui/src/views/detail/party-a/opport/announcement.vue
+17
-13
sameRegion.vue
...i/src/views/detail/party-a/urbanLnvestment/sameRegion.vue
+2
-2
index.vue
dsk-operate-ui/src/views/index.vue
+4
-0
index.vue
dsk-operate-ui/src/views/macro/enterprises/index.vue
+217
-11
qgjjdq.vue
...ui/src/views/macro/nationalEconomies/component/qgjjdq.vue
+121
-7
lxr.vue
...perate-ui/src/views/project/projectList/component/lxr.vue
+2
-1
No files found.
dsk-module/dsk-biz-api/src/main/java/com/dsk/biz/controller/CustomerController.java
View file @
8140b78c
...
@@ -77,7 +77,7 @@ public class CustomerController extends BaseController {
...
@@ -77,7 +77,7 @@ public class CustomerController extends BaseController {
@PostMapping
(
"/claim"
)
@PostMapping
(
"/claim"
)
@RepeatSubmit
@RepeatSubmit
public
R
<
Map
<
String
,
Object
>>
claim
(
@RequestBody
Customer
customer
)
{
public
R
<
Map
<
String
,
Object
>>
claim
(
@RequestBody
Customer
customer
)
{
if
(
ObjectUtils
.
isEmpty
(
customer
.
getUipId
()))
throw
new
BeanException
(
"城投uipId不能为空"
);
//
if (ObjectUtils.isEmpty(customer.getUipId())) throw new BeanException("城投uipId不能为空");
boolean
add
=
baseService
.
add
(
customer
);
boolean
add
=
baseService
.
add
(
customer
);
if
(
add
)
{
if
(
add
)
{
Map
<
String
,
Object
>
map
=
new
HashMap
<>();
Map
<
String
,
Object
>
map
=
new
HashMap
<>();
...
...
dsk-module/dsk-biz-api/src/main/java/com/dsk/jsk/service/EnterpriseProjectService.java
View file @
8140b78c
...
@@ -277,7 +277,7 @@ public class EnterpriseProjectService {
...
@@ -277,7 +277,7 @@ public class EnterpriseProjectService {
}
}
public
TableDataInfo
importantList
(
EnterpriseProjectImportantListDto
dto
)
throws
Exception
{
public
TableDataInfo
importantList
(
EnterpriseProjectImportantListDto
dto
)
throws
Exception
{
if
(
ObjectUtil
.
isEmpty
(
dto
.
getC
ompanyI
d
()))
throw
new
BeanException
(
"企业id不能为空!"
);
if
(
ObjectUtil
.
isEmpty
(
dto
.
getC
i
d
()))
throw
new
BeanException
(
"企业id不能为空!"
);
Map
<
String
,
Object
>
map
=
dskOpenApiUtil
.
requestBody
(
"/operate/enterpriseProject/importantList"
,
BeanUtil
.
beanToMap
(
dto
,
false
,
false
));
Map
<
String
,
Object
>
map
=
dskOpenApiUtil
.
requestBody
(
"/operate/enterpriseProject/importantList"
,
BeanUtil
.
beanToMap
(
dto
,
false
,
false
));
return
dskOpenApiUtil
.
responsePage
(
map
);
return
dskOpenApiUtil
.
responsePage
(
map
);
}
}
...
...
dsk-module/dsk-biz-api/src/main/java/com/dsk/search/service/BusinessOpportunityRadarService.java
View file @
8140b78c
...
@@ -91,29 +91,27 @@ public class BusinessOpportunityRadarService {
...
@@ -91,29 +91,27 @@ public class BusinessOpportunityRadarService {
}
}
ArrayList
<
String
>
companyNames
=
new
ArrayList
<>();
ArrayList
<
String
>
companyNames
=
new
ArrayList
<>();
ArrayList
<
Long
>
cIds
=
new
ArrayList
<>();
for
(
Object
dataMap
:
list
)
{
for
(
Object
dataMap
:
list
)
{
String
name
=
MapUtils
.
getString
(
CommonUtils
.
assertAsMap
(
dataMap
),
"
companyN
ame"
);
String
name
=
MapUtils
.
getString
(
CommonUtils
.
assertAsMap
(
dataMap
),
"
n
ame"
);
if
(
ObjectUtil
.
isNotEmpty
(
name
)
&&
name
.
contains
(
"font"
))
{
if
(
ObjectUtil
.
isNotEmpty
(
name
)
&&
name
.
contains
(
"font"
))
{
name
=
name
.
replaceAll
(
"<font color='
red
'>"
,
""
);
name
=
name
.
replaceAll
(
"<font color='
#FF204E
'>"
,
""
);
name
=
name
.
replaceAll
(
"</font>"
,
""
);
name
=
name
.
replaceAll
(
"</font>"
,
""
);
companyNames
.
add
(
name
);
companyNames
.
add
(
name
);
}
else
{
}
else
{
companyNames
.
add
(
name
);
companyNames
.
add
(
name
);
}
}
cIds
.
add
(
MapUtils
.
getLong
(
CommonUtils
.
assertAsMap
(
dataMap
),
"companyId"
));
}
}
List
<
CustomerStatusListVo
>
claimStatusList
=
iCustomerService
.
selectStatusListByCompanyName
(
companyNames
);
List
<
CustomerStatusListVo
>
claimStatusList
=
iCustomerService
.
selectStatusListByCompanyName
(
companyNames
);
for
(
Object
enterprise
:
list
)
{
for
(
Object
enterprise
:
list
)
{
Map
<
String
,
Object
>
companyMap
=
CommonUtils
.
assertAsMap
(
enterprise
);
Map
<
String
,
Object
>
companyMap
=
CommonUtils
.
assertAsMap
(
enterprise
);
String
companyName
=
MapUtils
.
getString
(
companyMap
,
"
companyN
ame"
,
""
);
String
companyName
=
MapUtils
.
getString
(
companyMap
,
"
n
ame"
,
""
);
if
(
ObjectUtil
.
isNotEmpty
(
companyName
)
&&
companyName
.
contains
(
"font"
))
{
if
(
ObjectUtil
.
isNotEmpty
(
companyName
)
&&
companyName
.
contains
(
"font"
))
{
companyName
=
companyName
.
replace
(
"<font color='
red
'>"
,
""
);
companyName
=
companyName
.
replace
(
"<font color='
#FF204E
'>"
,
""
);
companyName
=
companyName
.
replace
(
"</font>"
,
""
);
companyName
=
companyName
.
replace
(
"</font>"
,
""
);
}
}
companyMap
.
put
(
"claimStatus"
,
null
);
companyMap
.
put
(
"claimStatus"
,
0
);
for
(
CustomerStatusListVo
vo
:
claimStatusList
)
{
for
(
CustomerStatusListVo
vo
:
claimStatusList
)
{
if
(
companyName
.
equals
(
vo
.
getCompanyName
()))
{
if
(
companyName
.
equals
(
vo
.
getCompanyName
()))
{
companyMap
.
put
(
"claimStatus"
,
vo
.
getStatus
());
companyMap
.
put
(
"claimStatus"
,
vo
.
getStatus
());
...
...
dsk-module/dsk-biz-api/src/main/java/com/dsk/search/service/MarketAnalysisService.java
View file @
8140b78c
...
@@ -127,8 +127,8 @@ public class MarketAnalysisService {
...
@@ -127,8 +127,8 @@ public class MarketAnalysisService {
if
(!
ObjectUtils
.
isEmpty
(
map
.
get
(
"data"
)))
{
if
(!
ObjectUtils
.
isEmpty
(
map
.
get
(
"data"
)))
{
List
<
Map
<
String
,
Object
>>
list
=
(
List
<
Map
<
String
,
Object
>>)
map
.
get
(
"data"
);
List
<
Map
<
String
,
Object
>>
list
=
(
List
<
Map
<
String
,
Object
>>)
map
.
get
(
"data"
);
list
.
parallelStream
().
forEach
(
res
->
{
list
.
parallelStream
().
forEach
(
res
->
{
Integer
companyId
=
MapUtils
.
getInteger
(
res
,
"
company
Id"
);
Integer
companyId
=
MapUtils
.
getInteger
(
res
,
"
tenderee
Id"
);
String
companyName
=
MapUtils
.
getString
(
res
,
"
companyNam
e"
);
String
companyName
=
MapUtils
.
getString
(
res
,
"
tendere
e"
);
res
.
put
(
"uipId"
,
enterpriseService
.
getUipIdByCompanyNameOrCompanyId
(
companyName
,
companyId
));
res
.
put
(
"uipId"
,
enterpriseService
.
getUipIdByCompanyNameOrCompanyId
(
companyName
,
companyId
));
});
});
}
}
...
@@ -140,8 +140,8 @@ public class MarketAnalysisService {
...
@@ -140,8 +140,8 @@ public class MarketAnalysisService {
if
(!
ObjectUtils
.
isEmpty
(
map
.
get
(
"data"
)))
{
if
(!
ObjectUtils
.
isEmpty
(
map
.
get
(
"data"
)))
{
List
<
Map
<
String
,
Object
>>
list
=
(
List
<
Map
<
String
,
Object
>>)
map
.
get
(
"data"
);
List
<
Map
<
String
,
Object
>>
list
=
(
List
<
Map
<
String
,
Object
>>)
map
.
get
(
"data"
);
list
.
parallelStream
().
forEach
(
res
->
{
list
.
parallelStream
().
forEach
(
res
->
{
Integer
companyId
=
MapUtils
.
getInteger
(
res
,
"
tenderee
Id"
);
Integer
companyId
=
MapUtils
.
getInteger
(
res
,
"
company
Id"
);
String
companyName
=
MapUtils
.
getString
(
res
,
"
tendere
e"
);
String
companyName
=
MapUtils
.
getString
(
res
,
"
companyNam
e"
);
res
.
put
(
"uipId"
,
enterpriseService
.
getUipIdByCompanyNameOrCompanyId
(
companyName
,
companyId
));
res
.
put
(
"uipId"
,
enterpriseService
.
getUipIdByCompanyNameOrCompanyId
(
companyName
,
companyId
));
});
});
}
}
...
...
dsk-operate-ui/src/assets/styles/index.scss
View file @
8140b78c
...
@@ -228,9 +228,12 @@ ul, li {
...
@@ -228,9 +228,12 @@ ul, li {
border-color
:
#D9D9D9
;
border-color
:
#D9D9D9
;
color
:
#232323
;
color
:
#232323
;
&
:
:
placeholder
{
&
:
:
placeholder
{
color
:
rgba
(
35
,
35
,
35
,
0
.
5
);
color
:
rgba
(
35
,
35
,
35
,
0
.
4
);
}
}
}
}
.
el-input__inner
:
:
placeholder
{
color
:
rgba
(
35
,
35
,
35
,
0
.4
)
!
important
;
}
.el-select
.el-input
.el-select__caret
{
.el-select
.el-input
.el-select__caret
{
color
:
#232323
;
color
:
#232323
;
}
}
...
...
dsk-operate-ui/src/router/index.js
View file @
8140b78c
...
@@ -70,7 +70,7 @@ export const constantRoutes = [
...
@@ -70,7 +70,7 @@ export const constantRoutes = [
path
:
'index'
,
path
:
'index'
,
component
:
()
=>
import
(
'@/views/index'
),
component
:
()
=>
import
(
'@/views/index'
),
name
:
'Index'
,
name
:
'Index'
,
meta
:
{
title
:
'首页'
,
icon
:
'index'
,
noCache
:
tru
e
}
meta
:
{
title
:
'首页'
,
icon
:
'index'
,
noCache
:
fals
e
}
}
}
]
]
},
},
...
...
dsk-operate-ui/src/views/custom/customList/index.vue
View file @
8140b78c
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/views/detail/groupAccount/component/members.vue
View file @
8140b78c
<
template
>
<
template
>
<div
class=
"members"
>
<div
class=
"members"
>
<head-form
<head-form-new
ref=
"headForm"
title=
"集团成员"
title=
"集团成员"
:form-data=
"formData"
:form-data=
"formData"
:query-params=
"queryParams"
:query-params=
"queryParams"
...
@@ -44,7 +45,7 @@
...
@@ -44,7 +45,7 @@
</div>
</div>
</div>
</div>
</template>
</template>
</head-form>
</head-form
-new
>
<skeleton
style=
"margin-left:16px;"
v-if=
"isSkeleton"
></skeleton>
<skeleton
style=
"margin-left:16px;"
v-if=
"isSkeleton"
></skeleton>
<tables
<tables
v-if=
"!isSkeleton"
v-if=
"!isSkeleton"
...
@@ -101,12 +102,12 @@
...
@@ -101,12 +102,12 @@
{
label
:
'企业地区'
,
prop
:
'address'
,
minWidth
:
'200'
},
{
label
:
'企业地区'
,
prop
:
'address'
,
minWidth
:
'200'
},
],
],
formData
:
[
formData
:
[
{
type
:
4
,
fieldName
:
'combineMemberLevels'
,
value
:
''
,
placeholder
:
'成员层级'
,
options
:[]},
{
type
:
4
,
fieldName
:
'combineMemberLevels'
,
value
:
''
,
placeholder
:
'成员层级'
,
options
:[]
,
uid
:
this
.
getUid
()
},
{
type
:
1
,
fieldName
:
'businessType'
,
value
:
''
,
placeholder
:
'主营业务'
,
options
:[]},
{
type
:
1
,
fieldName
:
'businessType'
,
value
:
''
,
placeholder
:
'主营业务'
,
options
:[]
,
uid
:
this
.
getUid
()
},
{
type
:
7
,
fieldName
:
'province'
,
value
:
''
,
props
:
{
multiple
:
true
,
value
:
'id'
,
expandTrigger
:
'hover'
},
placeholder
:
'地区'
,
options
:[]},
{
type
:
7
,
fieldName
:
'province'
,
value
:
''
,
props
:
{
multiple
:
true
,
value
:
'id'
,
expandTrigger
:
'hover'
},
placeholder
:
'地区'
,
options
:[]
,
uid
:
this
.
getUid
()
},
{
type
:
6
,
fieldName
:
'money'
,
value
:
''
,
placeholder
:
'注册资本'
,
startMoney
:
'minAmount'
,
endMoney
:
'maxAmount'
,
moneyList
:[]
},
{
type
:
6
,
fieldName
:
'money'
,
value
:
''
,
placeholder
:
'注册资本'
,
startMoney
:
'minAmount'
,
endMoney
:
'maxAmount'
,
moneyList
:[]
,
uid
:
this
.
getUid
()
},
{
type
:
0
,
fieldName
:
'penalizeReasonType'
,
value
:
''
,
placeholder
:
'筛选'
,
options
:
[]},
{
type
:
0
,
fieldName
:
'penalizeReasonType'
,
value
:
''
,
placeholder
:
'筛选'
,
options
:
[]
,
uid
:
this
.
getUid
()
},
{
type
:
3
,
fieldName
:
'searchValue'
,
value
:
''
,
placeholder
:
'输入关键词查询'
},
{
type
:
3
,
fieldName
:
'searchValue'
,
value
:
''
,
placeholder
:
'输入关键词查询'
,
uid
:
this
.
getUid
()
},
],
],
cycj
:[
cycj
:[
{
{
...
@@ -548,5 +549,6 @@
...
@@ -548,5 +549,6 @@
font-size
:
14px
;
font-size
:
14px
;
color
:
#232323
!
important
;
color
:
#232323
!
important
;
}
}
@import
"@/assets/styles/search-common.scss"
;
}
}
</
style
>
</
style
>
dsk-operate-ui/src/views/detail/groupAccount/component/performance.vue
View file @
8140b78c
<
template
>
<
template
>
<div
class=
"performance"
>
<div
class=
"performance"
>
<head-form
<head-form-new
ref=
"headForm"
title=
"集团业绩"
title=
"集团业绩"
:form-data=
"formData"
:form-data=
"formData"
:query-params=
"queryParams"
:query-params=
"queryParams"
...
@@ -12,7 +13,7 @@
...
@@ -12,7 +13,7 @@
<template
slot=
"slot"
>
<template
slot=
"slot"
>
</
template
>
</
template
>
</head-form>
</head-form
-new
>
<skeleton
style=
"margin-left:16px;"
v-if=
"isSkeleton"
></skeleton>
<skeleton
style=
"margin-left:16px;"
v-if=
"isSkeleton"
></skeleton>
<tables
<tables
v-if=
"!isSkeleton"
v-if=
"!isSkeleton"
...
@@ -84,14 +85,14 @@
...
@@ -84,14 +85,14 @@
{
label
:
'业主单位'
,
prop
:
'projectUnit'
,
slot
:
true
,
minWidth
:
'190'
},
{
label
:
'业主单位'
,
prop
:
'projectUnit'
,
slot
:
true
,
minWidth
:
'190'
},
],
],
formData
:
[
formData
:
[
{
type
:
7
,
fieldName
:
'province'
,
value
:
''
,
props
:
{
multiple
:
true
,
value
:
'id'
,
expandTrigger
:
'hover'
},
placeholder
:
'项目地区'
,
options
:[]},
{
type
:
7
,
fieldName
:
'province'
,
value
:
''
,
props
:
{
multiple
:
true
,
value
:
'id'
,
expandTrigger
:
'hover'
},
placeholder
:
'项目地区'
,
options
:[]
,
uid
:
this
.
getUid
()
},
{
type
:
5
,
fieldName
:
'time'
,
value
:
''
,
placeholder
:
'中标时间'
,
startTime
:
'startBidTime'
,
endTime
:
'endBidTime'
,
timeList
:[],
dateTo
:
this
.
formatDate
(
new
Date
())
},
{
type
:
5
,
fieldName
:
'time'
,
value
:
''
,
placeholder
:
'中标时间'
,
startTime
:
'startBidTime'
,
endTime
:
'endBidTime'
,
timeList
:[],
dateTo
:
this
.
formatDate
(
new
Date
())
,
uid
:
this
.
getUid
()
},
{
type
:
6
,
fieldName
:
'money'
,
value
:
''
,
placeholder
:
'中标金额'
,
startMoney
:
'minAmount'
,
endMoney
:
'maxAmount'
,
moneyList
:[]
},
{
type
:
6
,
fieldName
:
'money'
,
value
:
''
,
placeholder
:
'中标金额'
,
startMoney
:
'minAmount'
,
endMoney
:
'maxAmount'
,
moneyList
:[]
,
uid
:
this
.
getUid
()
},
{
type
:
4
,
fieldName
:
'boundTypes'
,
value
:
''
,
placeholder
:
'业绩类型'
,
options
:
[],
width
:
150
},
{
type
:
4
,
fieldName
:
'boundTypes'
,
value
:
''
,
placeholder
:
'业绩类型'
,
options
:
[],
width
:
150
,
uid
:
this
.
getUid
()
},
{
type
:
4
,
fieldName
:
'projectTypes'
,
value
:
''
,
placeholder
:
'项目类型'
,
options
:
[],
width
:
150
},
{
type
:
4
,
fieldName
:
'projectTypes'
,
value
:
''
,
placeholder
:
'项目类型'
,
options
:
[],
width
:
150
,
uid
:
this
.
getUid
()
},
{
type
:
1
,
fieldName
:
'cgbl'
,
value
:
''
,
placeholder
:
'持股比例'
,
options
:
[],
width
:
100
},
{
type
:
1
,
fieldName
:
'cgbl'
,
value
:
''
,
placeholder
:
'持股比例'
,
options
:
[],
width
:
100
,
uid
:
this
.
getUid
()
},
// { type: 3, fieldName: 'searchValue', value: '', placeholder: '搜索中标成员名称/项目名称'},
// { type: 3, fieldName: 'searchValue', value: '', placeholder: '搜索中标成员名称/项目名称'},
{
type
:
3
,
fieldName
:
'searchValue'
,
value
:
''
,
placeholder
:
'
查询'
},
{
type
:
3
,
fieldName
:
'searchValue'
,
value
:
''
,
placeholder
:
'
输入关键词查询'
,
uid
:
this
.
getUid
()
},
],
],
tableData
:[],
tableData
:[],
tableDataTotal
:
0
,
tableDataTotal
:
0
,
...
@@ -323,5 +324,6 @@
...
@@ -323,5 +324,6 @@
background
:
#F0F3FA
;
background
:
#F0F3FA
;
}
}
}
}
@import
"@/assets/styles/search-common.scss"
;
}
}
</
style
>
</
style
>
dsk-operate-ui/src/views/detail/groupAccount/component/zbxmfx.vue
View file @
8140b78c
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/views/detail/groupAccount/component/zbxmmx.vue
View file @
8140b78c
<
template
>
<
template
>
<div
class=
"performance"
>
<div
class=
"performance"
>
<head-form
<head-form-new
ref=
"headForm"
title=
""
title=
""
:form-data=
"formData"
:form-data=
"formData"
:query-params=
"queryParams"
:query-params=
"queryParams"
:total=
"tableDataTotal"
:total=
"tableDataTotal"
:isExcel=
"false"
:isExcel=
"false"
@
handle-search=
"handleSearch"
@
handle-search=
"handleSearch"
></head-form>
></head-form
-new
>
<skeleton
style=
"margin-left:16px;"
v-if=
"isSkeleton"
></skeleton>
<skeleton
style=
"margin-left:16px;"
v-if=
"isSkeleton"
></skeleton>
<tables
<tables
v-if=
"!isSkeleton"
v-if=
"!isSkeleton"
...
@@ -129,13 +130,13 @@
...
@@ -129,13 +130,13 @@
{
label
:
'代理单位'
,
prop
:
'agency'
,
minWidth
:
'160'
,
slot
:
true
},
{
label
:
'代理单位'
,
prop
:
'agency'
,
minWidth
:
'160'
,
slot
:
true
},
],
],
formData
:
[
formData
:
[
{
type
:
7
,
fieldName
:
'province'
,
value
:
''
,
props
:
{
multiple
:
true
,
value
:
'id'
,
expandTrigger
:
'hover'
},
placeholder
:
'项目地区'
,
options
:[]},
{
type
:
7
,
fieldName
:
'province'
,
value
:
''
,
props
:
{
multiple
:
true
,
value
:
'id'
,
expandTrigger
:
'hover'
},
placeholder
:
'项目地区'
,
options
:[]
,
uid
:
this
.
getUid
()
},
{
type
:
5
,
fieldName
:
'time'
,
value
:
''
,
placeholder
:
'招标发布时间'
,
startTime
:
'startTime'
,
endTime
:
'endTime'
,
timeList
:[]
},
{
type
:
5
,
fieldName
:
'time'
,
value
:
''
,
placeholder
:
'招标发布时间'
,
startTime
:
'startTime'
,
endTime
:
'endTime'
,
timeList
:[]
,
uid
:
this
.
getUid
()
},
{
type
:
6
,
fieldName
:
'money'
,
value
:
''
,
placeholder
:
'预算金额'
,
startMoney
:
'minAmount'
,
endMoney
:
'maxAmount'
,
moneyList
:[]
},
{
type
:
6
,
fieldName
:
'money'
,
value
:
''
,
placeholder
:
'预算金额'
,
startMoney
:
'minAmount'
,
endMoney
:
'maxAmount'
,
moneyList
:[]
,
uid
:
this
.
getUid
()
},
{
type
:
1
,
fieldName
:
'subjectMatters'
,
value
:
''
,
placeholder
:
'招标采购分类'
,
options
:
[],
width
:
125
},
{
type
:
1
,
fieldName
:
'subjectMatters'
,
value
:
''
,
placeholder
:
'招标采购分类'
,
options
:
[],
width
:
125
,
uid
:
this
.
getUid
()
},
{
type
:
4
,
fieldName
:
'projectTypes'
,
value
:
''
,
placeholder
:
'项目类型'
,
options
:
[],
width
:
150
},
{
type
:
4
,
fieldName
:
'projectTypes'
,
value
:
''
,
placeholder
:
'项目类型'
,
options
:
[],
width
:
150
,
uid
:
this
.
getUid
()
},
{
type
:
1
,
fieldName
:
'cgbl'
,
value
:
''
,
placeholder
:
'持股比例'
,
options
:
[],
width
:
110
},
{
type
:
1
,
fieldName
:
'cgbl'
,
value
:
''
,
placeholder
:
'持股比例'
,
options
:
[],
width
:
110
,
uid
:
this
.
getUid
()
},
{
type
:
3
,
fieldName
:
'keys'
,
value
:
''
,
placeholder
:
'查询'
},
{
type
:
3
,
fieldName
:
'keys'
,
value
:
''
,
placeholder
:
'
输入关键词
查询'
},
],
],
tableData
:[],
tableData
:[],
tableDataTotal
:
0
,
tableDataTotal
:
0
,
...
@@ -373,6 +374,7 @@
...
@@ -373,6 +374,7 @@
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.performance
{
.performance
{
@import
"@/assets/styles/search-common.scss"
;
background
:
#ffffff
;
background
:
#ffffff
;
border-radius
:
4px
;
border-radius
:
4px
;
padding
:
16px
;
padding
:
16px
;
...
...
dsk-operate-ui/src/views/detail/groupAccount/component/zhaobiao.vue
View file @
8140b78c
...
@@ -30,8 +30,10 @@
...
@@ -30,8 +30,10 @@
},
},
methods
:
{
methods
:
{
handleClick
()
{
handleClick
(
key
)
{
if
(
key
===
'second'
){
this
.
activeName
=
key
}
}
}
}
}
}
}
...
...
dsk-operate-ui/src/views/detail/party-a/component/HeadFormNew.vue
View file @
8140b78c
...
@@ -493,7 +493,7 @@ export default {
...
@@ -493,7 +493,7 @@ export default {
&
>
span
{
&
>
span
{
color
:
#232323
;
color
:
#232323
;
color
:
rgba
(
35
,
35
,
35
,
0
.
8
);
color
:
rgba
(
35
,
35
,
35
,
0
.
4
);
font-weight
:
400
;
font-weight
:
400
;
margin-left
:
8px
;
margin-left
:
8px
;
line-height
:
22px
;
line-height
:
22px
;
...
...
dsk-operate-ui/src/views/detail/party-a/mixins/mixin.js
View file @
8140b78c
...
@@ -21,6 +21,9 @@ export default {
...
@@ -21,6 +21,9 @@ export default {
},
},
methods
:
{
methods
:
{
check
(){
this
.
$parent
.
handleClick
(
'second'
);
},
getUid
()
{
getUid
()
{
return
v4
();
return
v4
();
},
},
...
...
dsk-operate-ui/src/views/detail/party-a/opport/announcement.vue
View file @
8140b78c
...
@@ -10,6 +10,10 @@
...
@@ -10,6 +10,10 @@
v-html="scope.row.projectName">
</router-link>
v-html="scope.row.projectName">
</router-link>
<div
v-else
v-html=
"scope.row.projectName || '--'"
></div>
<div
v-else
v-html=
"scope.row.projectName || '--'"
></div>
</
template
>
</
template
>
<
template
slot=
"agency"
slot-scope=
"scope"
>
<router-link
:to=
"`/company/$
{encodeStr(scope.row.agencyId)}`" tag="a" class="a-link" v-if="scope.row.agencyId
&&
scope.row.agency" v-html="scope.row.agency">
</router-link>
<div
v-else
v-html=
"scope.row.agency || '--'"
></div>
</
template
>
<
template
slot=
"province"
slot-scope=
"scope"
>
<
template
slot=
"province"
slot-scope=
"scope"
>
{{
scope
.
row
.
province
}}{{
`${scope.row.city?'-'+scope.row.city:''
}
`
}}
{{
`${scope.row.area?'-'+scope.row.area:''
}
`
}}
{{
scope
.
row
.
province
}}{{
`${scope.row.city?'-'+scope.row.city:''
}
`
}}
{{
`${scope.row.area?'-'+scope.row.area:''
}
`
}}
<
/template
>
<
/template
>
...
@@ -40,21 +44,21 @@ export default {
...
@@ -40,21 +44,21 @@ export default {
}
,
}
,
defaultSort
:
{
prop
:
'issueTime'
,
order
:
'descending'
}
,
defaultSort
:
{
prop
:
'issueTime'
,
order
:
'descending'
}
,
forData
:
[
forData
:
[
{
label
:
'项目名称'
,
prop
:
'projectName'
,
minWidth
:
'300'
,
slot
:
true
,
fixed
:
true
}
,
{
label
:
'项目名称'
,
prop
:
'projectName'
,
minWidth
:
'300'
,
slot
:
true
,
fixed
:
true
}
,
{
label
:
'发布日期'
,
prop
:
'issueTime'
,
sortable
:
'custom'
,
descending
:
'3'
,
ascending
:
'4'
,
width
:
'120'
}
,
{
label
:
'发布日期'
,
prop
:
'issueTime'
,
sortable
:
'custom'
,
descending
:
'3'
,
ascending
:
'4'
,
width
:
'120'
}
,
{
label
:
'预算金额(万元)'
,
prop
:
'projectAmount'
,
sortable
:
'custom'
,
descending
:
'1'
,
ascending
:
'2'
,
width
:
'140'
}
,
{
label
:
'预算金额(万元)'
,
prop
:
'projectAmount'
,
sortable
:
'custom'
,
descending
:
'1'
,
ascending
:
'2'
,
width
:
'140'
}
,
{
label
:
'项目类型'
,
prop
:
'projectCategory'
,
width
:
'110'
}
,
{
label
:
'项目类型'
,
prop
:
'projectCategory'
,
width
:
'110'
}
,
{
label
:
'项目地区'
,
prop
:
'province'
,
width
:
'120'
,
slot
:
true
}
,
{
label
:
'项目地区'
,
prop
:
'province'
,
width
:
'120'
,
slot
:
true
}
,
{
label
:
'招标阶段'
,
prop
:
'tenderStage'
,
width
:
'90'
}
,
{
label
:
'招标阶段'
,
prop
:
'tenderStage'
,
width
:
'90'
}
,
{
label
:
'招采单位联系人'
,
prop
:
'contact'
,
width
:
'120'
}
,
{
label
:
'招采单位联系人'
,
prop
:
'contact'
,
width
:
'120'
}
,
{
label
:
'招采单位联系方式'
,
prop
:
'contactTel'
,
width
:
'130'
}
,
{
label
:
'招采单位联系方式'
,
prop
:
'contactTel'
,
width
:
'130'
}
,
{
label
:
'代理单位'
,
prop
:
'agency'
,
minWidth
:
'170'
}
,
{
label
:
'代理单位'
,
prop
:
'agency'
,
minWidth
:
'170'
,
slot
:
true
}
,
{
label
:
'代理单位联系人'
,
prop
:
'agencyContact'
,
width
:
'120'
}
,
{
label
:
'代理单位联系人'
,
prop
:
'agencyContact'
,
width
:
'120'
}
,
{
label
:
'代理单位联系方式'
,
prop
:
'agencyContactTel'
,
width
:
'130'
}
,
{
label
:
'代理单位联系方式'
,
prop
:
'agencyContactTel'
,
width
:
'130'
}
,
{
label
:
'报名截止日期'
,
prop
:
'overTime'
,
width
:
'110'
}
{
label
:
'报名截止日期'
,
prop
:
'overTime'
,
width
:
'110'
}
],
],
formData
:
[
formData
:
[
{
type
:
7
,
fieldName
:
'province'
,
value
:
''
,
props
:
{
multiple
:
true
}
,
placeholder
:
'项目地区'
,
options
:
[],
uid
:
this
.
getUid
()
}
,
{
type
:
7
,
fieldName
:
'province'
,
value
:
''
,
props
:
{
multiple
:
true
}
,
placeholder
:
'项目地区'
,
options
:
[],
uid
:
this
.
getUid
()
}
,
{
type
:
4
,
fieldName
:
'projectCategory'
,
value
:
''
,
placeholder
:
'项目类型'
,
options
:
[],
uid
:
this
.
getUid
()
}
,
{
type
:
4
,
fieldName
:
'projectCategory'
,
value
:
''
,
placeholder
:
'项目类型'
,
options
:
[],
uid
:
this
.
getUid
()
}
,
{
type
:
4
,
fieldName
:
'tenderStage'
,
value
:
''
,
placeholder
:
'招标阶段'
,
options
:
[],
uid
:
this
.
getUid
()
}
,
{
type
:
4
,
fieldName
:
'tenderStage'
,
value
:
''
,
placeholder
:
'招标阶段'
,
options
:
[],
uid
:
this
.
getUid
()
}
,
{
type
:
3
,
fieldName
:
'keys'
,
value
:
''
,
placeholder
:
'输入关键词查询'
,
options
:
[],
uid
:
this
.
getUid
()
}
{
type
:
3
,
fieldName
:
'keys'
,
value
:
''
,
placeholder
:
'输入关键词查询'
,
options
:
[],
uid
:
this
.
getUid
()
}
...
...
dsk-operate-ui/src/views/detail/party-a/urbanLnvestment/sameRegion.vue
View file @
8140b78c
...
@@ -86,7 +86,7 @@
...
@@ -86,7 +86,7 @@
</template>
</template>
</head-form-new>
</head-form-new>
<skeleton
v-if=
"isSkeleton"
style=
"padding: 16px"
></skeleton>
<skeleton
v-if=
"isSkeleton"
style=
"padding: 16px"
></skeleton>
<tables
v-if=
"!isSkeleton"
:tableLoading=
"tableLoading"
:tableData=
"tableData"
:forData=
"forData"
:tableDataTotal=
"tableDataTotal"
<tables
v-if=
"!isSkeleton"
:
indexFixed=
"true"
:
tableLoading=
"tableLoading"
:tableData=
"tableData"
:forData=
"forData"
:tableDataTotal=
"tableDataTotal"
:queryParams=
"queryParams"
@
handle-current-change=
"handleCurrentChange"
@
sort-change=
"sortChange"
>
:queryParams=
"queryParams"
@
handle-current-change=
"handleCurrentChange"
@
sort-change=
"sortChange"
>
<
template
slot=
"companyName"
slot-scope=
"scope"
>
<
template
slot=
"companyName"
slot-scope=
"scope"
>
<router-link
:to=
"scope.row.uipId?`/enterprise/$
{encodeStr(scope.row.companyId)}`:`/company/${encodeStr(scope.row.companyId)}`" tag="a"
<router-link
:to=
"scope.row.uipId?`/enterprise/$
{encodeStr(scope.row.companyId)}`:`/company/${encodeStr(scope.row.companyId)}`" tag="a"
...
@@ -139,7 +139,7 @@ export default {
...
@@ -139,7 +139,7 @@ export default {
pageSize
:
20
pageSize
:
20
},
},
forData
:
[
forData
:
[
{
label
:
'企业名称'
,
prop
:
'companyName'
,
width
:
'369'
,
slot
:
true
},
{
label
:
'企业名称'
,
prop
:
'companyName'
,
width
:
'369'
,
slot
:
true
,
fixed
:
true
},
{
label
:
'区域'
,
prop
:
'area'
,
width
:
'120'
,
slot
:
true
},
{
label
:
'区域'
,
prop
:
'area'
,
width
:
'120'
,
slot
:
true
},
{
label
:
'招标数量'
,
prop
:
'biddingCount'
,
width
:
'100'
,
sortable
:
true
},
{
label
:
'招标数量'
,
prop
:
'biddingCount'
,
width
:
'100'
,
sortable
:
true
},
{
label
:
'城投拿地'
,
prop
:
'landInfoCount'
,
width
:
'100'
,
sortable
:
true
},
{
label
:
'城投拿地'
,
prop
:
'landInfoCount'
,
width
:
'100'
,
sortable
:
true
},
...
...
dsk-operate-ui/src/views/index.vue
View file @
8140b78c
...
@@ -882,6 +882,8 @@ export default {
...
@@ -882,6 +882,8 @@ export default {
data
.
push
(
list
[
i
])
data
.
push
(
list
[
i
])
}
}
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
// 让 指定id 的 div 的_echarts_instance_属性值 为 空状态
document
.
getElementById
(
"zbtj-echarts"
).
removeAttribute
(
'_echarts_instance_'
);
let
myChart
=
echarts
.
init
(
document
.
getElementById
(
"zbtj-echarts"
))
let
myChart
=
echarts
.
init
(
document
.
getElementById
(
"zbtj-echarts"
))
let
option
=
{
let
option
=
{
tooltip
:
{
tooltip
:
{
...
@@ -1020,6 +1022,8 @@ export default {
...
@@ -1020,6 +1022,8 @@ export default {
require
(
'@/assets/images/index/10.png'
),
require
(
'@/assets/images/index/10.png'
),
]
]
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
// 让 指定id 的 div 的_echarts_instance_属性值 为 空状态
document
.
getElementById
(
"zbph-echarts"
).
removeAttribute
(
'_echarts_instance_'
);
let
myChart
=
echarts
.
init
(
document
.
getElementById
(
"zbph-echarts"
))
let
myChart
=
echarts
.
init
(
document
.
getElementById
(
"zbph-echarts"
))
// let option ={
// let option ={
// legend: {
// legend: {
...
...
dsk-operate-ui/src/views/macro/enterprises/index.vue
View file @
8140b78c
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/views/macro/nationalEconomies/component/qgjjdq.vue
View file @
8140b78c
...
@@ -6,17 +6,18 @@
...
@@ -6,17 +6,18 @@
<span
class=
"common-title"
>
全国经济大全
</span>
<span
class=
"common-title"
>
全国经济大全
</span>
<el-form
ref=
"queryForm"
:model=
"queryParams"
:inline=
"true"
size=
"small"
>
<el-form
ref=
"queryForm"
:model=
"queryParams"
:inline=
"true"
size=
"small"
>
<el-form-item
prop=
"year"
>
<el-form-item
prop=
"year"
>
<el-select
v-model=
"queryParams.year"
filterable
class=
"form-content-width
"
placeholder=
"请选择
"
@
change=
"handleSearch"
:popper-append-to-body=
'false'
>
<el-select
v-model=
"queryParams.year"
filterable
class=
"form-content-width
same-select-com"
placeholder=
"请选择"
:class=
"[`select-adaptive-$
{inputID1}`]
" @change="handleSearch" :popper-append-to-body='false'>
<el-option
v-for=
"(item, index) in yearOptions"
:key=
"index"
:label=
"item.year"
:value=
"item.year"
/>
<el-option
v-for=
"(item, index) in yearOptions"
:key=
"index"
:label=
"item.year"
:value=
"item.year"
/>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
prop=
"area"
>
<el-form-item
prop=
"area"
>
<el-cascader
<el-cascader
ref=
"address"
ref=
"address"
:class=
"[`select-adaptive-$
{inputID2}`]"
:options="addressList"
:options="addressList"
:props="props"
:props="props"
v-model="queryParams.address"
v-model="queryParams.address"
@
change=
"
handleSearch
"
@change="
iptAdaptive(inputID2,true)
"
placeholder="地区选择"
placeholder="地区选择"
collapse-tags
collapse-tags
clearable>
</el-cascader>
clearable>
</el-cascader>
...
@@ -124,6 +125,7 @@
...
@@ -124,6 +125,7 @@
import
dataRegion
from
'@/assets/json/dataRegion'
import
dataRegion
from
'@/assets/json/dataRegion'
import
economiesDetail
from
'./economies-detail'
import
economiesDetail
from
'./economies-detail'
import
skeleton
from
'../../component/skeleton'
import
skeleton
from
'../../component/skeleton'
import
{
v4
}
from
"uuid"
;
export
default
{
export
default
{
name
:
'NationalEconomies'
,
name
:
'NationalEconomies'
,
components
:
{
components
:
{
...
@@ -149,7 +151,9 @@
...
@@ -149,7 +151,9 @@
tableDataTotal
:
null
,
tableDataTotal
:
null
,
show_page
:
true
,
show_page
:
true
,
MaxPage
:
500
,
MaxPage
:
500
,
isSkeleton
:
true
isSkeleton
:
true
,
inputID1
:
this
.
getUid
(),
inputID2
:
this
.
getUid
()
}
}
},
},
created
()
{
created
()
{
...
@@ -353,7 +357,89 @@
...
@@ -353,7 +357,89 @@
path
:
'/macro/economies'
,
path
:
'/macro/economies'
,
query
:
params
query
:
params
})
})
},
iptAdaptive
(
uid
,
multiple
=
false
)
{
multiple
?
this
.
multipleAdaptiveHandle
(
uid
)
:
this
.
iptAdaptiveHandle
(
uid
);
},
getUid
()
{
return
v4
();
},
// 多选处理
async
multipleAdaptiveHandle
(
uid
)
{
try
{
await
this
.
$nextTick
();
const
dom
=
document
.
querySelector
(
`.select-adaptive-
${
uid
}
`
);
const
iptChild
=
dom
.
querySelector
(
".el-input__inner"
);
if
(
dom
)
{
const
textContainer
=
document
.
createElement
(
"span"
);
const
textName
=
`text-
${
uid
}
`
;
textContainer
.
classList
.
add
(
textName
);
const
selectChildren
=
dom
.
querySelectorAll
(
".el-tag"
);
if
(
selectChildren
.
length
)
{
let
width
=
0
;
selectChildren
.
forEach
(
item
=>
{
const
text
=
item
.
textContent
;
const
itemInfo
=
window
.
getComputedStyle
(
item
);
textContainer
.
style
.
setProperty
(
"visibility"
,
"hidden"
);
textContainer
.
style
.
setProperty
(
"display"
,
"inline-block"
);
textContainer
.
style
.
setProperty
(
"font-size"
,
"14px"
);
textContainer
.
style
.
setProperty
(
"padding"
,
itemInfo
.
padding
);
textContainer
.
style
.
setProperty
(
"box-sizing"
,
"border-box"
);
textContainer
.
textContent
=
text
;
document
.
body
.
append
(
textContainer
);
width
+=
textContainer
.
offsetWidth
+
parseInt
(
itemInfo
.
marginLeft
)
+
parseInt
(
itemInfo
.
marginRight
);
textContainer
.
remove
();
});
dom
.
style
.
setProperty
(
"width"
,
`
${
width
+
20
}
px`
);
this
.
handleSearch
();
return
;
}
textContainer
.
style
.
setProperty
(
"visibility"
,
"hidden"
);
textContainer
.
style
.
setProperty
(
"display"
,
"inline-block"
);
textContainer
.
style
.
setProperty
(
"font-size"
,
"14px"
);
textContainer
.
style
.
setProperty
(
"padding"
,
"0px 8px"
);
textContainer
.
style
.
setProperty
(
"box-sizing"
,
"border-box"
);
textContainer
.
textContent
=
iptChild
.
getAttribute
(
"placeholder"
);
document
.
body
.
append
(
textContainer
);
// let containerWidth = textContainer.offsetWidth + 12 + 8;
let
containerWidth
=
150
;
textContainer
.
remove
();
dom
.
style
.
setProperty
(
"width"
,
`
${
containerWidth
}
px`
);
this
.
handleSearch
();
}
}
catch
(
error
)
{
console
.
log
(
error
);
}
}
},
// 单选处理
async
iptAdaptiveHandle
(
uid
)
{
try
{
await
this
.
$nextTick
();
const
dom
=
document
.
querySelector
(
`.select-adaptive-
${
uid
}
`
);
const
realStyles
=
window
.
getComputedStyle
(
dom
);
if
(
dom
)
{
const
iptChild
=
dom
.
querySelector
(
".el-input__inner"
);
const
textContainer
=
document
.
createElement
(
"span"
);
const
textName
=
`text-
${
uid
}
`
;
textContainer
.
classList
.
add
(
textName
);
textContainer
.
style
.
setProperty
(
"visibility"
,
"hidden"
);
textContainer
.
style
.
setProperty
(
"display"
,
"inline-block"
);
textContainer
.
style
.
setProperty
(
"font-size"
,
"14px"
);
const
hasPadding
=
(
parseInt
(
realStyles
.
paddingLeft
)
||
parseInt
(
realStyles
.
paddingRight
))
?
true
:
false
;
hasPadding
?
textContainer
.
style
.
setProperty
(
"padding"
,
"0px 8px"
)
:
null
;
textContainer
.
style
.
setProperty
(
"box-sizing"
,
"border-box"
);
textContainer
.
textContent
=
iptChild
.
value
?
iptChild
.
value
:
iptChild
.
getAttribute
(
"placeholder"
);
document
.
body
.
append
(
textContainer
);
let
containerWidth
=
textContainer
.
offsetWidth
+
12
+
8
;
textContainer
.
remove
();
dom
.
style
.
setProperty
(
"width"
,
`
${
containerWidth
}
px`
);
}
this
.
handleSearch
();
}
catch
(
error
)
{
}
},
}
}
}
}
</
script
>
</
script
>
...
@@ -361,6 +447,7 @@
...
@@ -361,6 +447,7 @@
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.qgjjdq
{
.qgjjdq
{
@import
"@/assets/styles/search-common.scss"
;
.query-box
{
.query-box
{
margin
:
-8px
0
8px
0
;
margin
:
-8px
0
8px
0
;
.a-link
:hover
{
.a-link
:hover
{
...
@@ -370,15 +457,42 @@
...
@@ -370,15 +457,42 @@
.el-form
{
.el-form
{
margin-left
:
24px
;
margin-left
:
24px
;
}
}
::v-deep
.el-form
{
.el-form-item--small.el-form-item
{
margin-top
:
0
;
margin-bottom
:
0
;
}
.el-form-item
{
height
:
32px
;
}
.el-form-item__content
{
line-height
:
32px
;
}
.el-input
{
line-height
:
32px
;
.el-input__inner
{
height
:
32px
;
line-height
:
32px
;
border-radius
:
4px
;
border
:
0
;
}
}
.is-focus
{
.el-input__inner
{
background
:
#F4F6F9
;
}
}
}
.form-content-width
{
.form-content-width
{
width
:
11
0px
;
width
:
9
0px
;
}
}
::v-deep
.el-cascader
{
::v-deep
.el-cascader
{
width
:
20
0px
;
width
:
18
0px
;
.el-cascader__tags
{
.el-cascader__tags
{
flex-wrap
:
inherit
;
flex-wrap
:
inherit
;
.el-tag
{
.el-tag
{
max-width
:
130px
;
/*max-width: 130px;*/
}
}
}
}
}
}
...
...
dsk-operate-ui/src/views/project/projectList/component/lxr.vue
View file @
8140b78c
...
@@ -343,10 +343,11 @@
...
@@ -343,10 +343,11 @@
companyName
:
""
,
companyName
:
""
,
// accendant:"",
// accendant:"",
}
}
console
.
log
(
this
.
$route
.
query
.
projectname
)
if
(
this
.
thistype
==
'project'
){
if
(
this
.
thistype
==
'project'
){
this
.
queryParam
.
businessId
=
this
.
searchParam
.
businessId
this
.
queryParam
.
businessId
=
this
.
searchParam
.
businessId
this
.
companyName
=
""
this
.
companyName
=
""
this
.
queryParam
.
companyName
=
this
.
$route
.
query
.
projectname
this
.
queryParam
.
companyName
=
''
}
}
if
(
this
.
thistype
==
'custom'
){
if
(
this
.
thistype
==
'custom'
){
this
.
queryParam
.
customerId
=
this
.
searchParam
.
customerId
this
.
queryParam
.
customerId
=
this
.
searchParam
.
customerId
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment