Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
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
fulixin
dsk-operate-sys-cscec
Commits
486eea5f
Commit
486eea5f
authored
Jun 24, 2024
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
705ec9e5
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
336 additions
and
175 deletions
+336
-175
consultingAgency.vue
...ent/components/EnterpriseList/detail/consultingAgency.vue
+135
-48
index.vue
...nsultingOrgManagement/components/EnterpriseList/index.vue
+2
-1
index.vue
.../consultingOrgManagement/components/ProjectList/index.vue
+175
-102
consultingAgencyCooperation.vue
...rty-a/internalCooperation/consultingAgencyCooperation.vue
+24
-24
No files found.
dsk-operate-ui/src/views/consultingOrgManagement/components/EnterpriseList/detail/consultingAgency.vue
View file @
486eea5f
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/views/consultingOrgManagement/components/EnterpriseList/index.vue
View file @
486eea5f
...
@@ -144,7 +144,8 @@ export default {
...
@@ -144,7 +144,8 @@ export default {
// 跳转到企业详情
// 跳转到企业详情
viewEnterprise
(
row
)
{
viewEnterprise
(
row
)
{
if
(
!
row
.
advisoryBodyCid
)
return
this
.
$message
.
warning
(
"缺少咨询机构id"
);
if
(
!
row
.
advisoryBodyCid
)
return
this
.
$message
.
warning
(
"缺少咨询机构id"
);
this
.
$tab
.
openPage
(
row
.
advisoryBodyName
?
row
.
advisoryBodyName
:
"咨询机构详情"
,
`/enterprise/
${
encodeStr
(
row
.
advisoryBodyCid
)}
`
);
// this.$tab.openPage(row.advisoryBodyName ? row.advisoryBodyName : "咨询机构详情", `/enterprise/${encodeStr(row.advisoryBodyCid)}`);
this
.
$tab
.
openPage
(
`
${
row
.
advisoryBodyName
}
合作明细`
,
`/enterprise/
${
encodeStr
(
row
.
advisoryBodyCid
)}
?path=consultingAgencyCooperation&companyName=
${
replaceDomTags
(
row
.
advisoryBodyName
)}
`
);
},
},
// 创建最终查询条件
// 创建最终查询条件
mergeCondition
()
{
mergeCondition
()
{
...
...
dsk-operate-ui/src/views/consultingOrgManagement/components/ProjectList/index.vue
View file @
486eea5f
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/views/detail/party-a/internalCooperation/consultingAgencyCooperation.vue
View file @
486eea5f
...
@@ -76,16 +76,16 @@ export default {
...
@@ -76,16 +76,16 @@ export default {
{
label
:
'创建时间'
,
prop
:
'loadTime'
,
width
:
"172"
}
,
{
label
:
'创建时间'
,
prop
:
'loadTime'
,
width
:
"172"
}
,
],
],
formData
:
[
formData
:
[
{
//
{
type
:
7
,
fieldName
:
'projectProvince'
,
value
:
''
,
placeholder
:
'项目省市'
,
uid
:
this
.
getUid
(),
options
:
[],
props
:
{
//
type: 7, fieldName: 'projectProvince', value: '', placeholder: '项目省市', uid: this.getUid(), options: [], props:
{
multiple
:
true
,
//
multiple: true,
value
:
"value"
,
//
value: "value",
label
:
"value"
,
//
label: "value",
// checkStrictly: true
//
// checkStrictly: true
}
//
}
}
,
//
}
,
{
type
:
1
,
fieldName
:
'isinvestproject'
,
value
:
''
,
placeholder
:
'项目承接类型'
,
options
:
[],
uid
:
this
.
getUid
()
}
,
//
{
type
:
1
,
fieldName
:
'isinvestproject'
,
value
:
''
,
placeholder
:
'项目承接类型'
,
options
:
[],
uid
:
this
.
getUid
()
}
,
{
type
:
1
,
fieldName
:
'projectType2'
,
value
:
''
,
placeholder
:
'工程类别明细'
,
options
:
[],
uid
:
this
.
getUid
()
}
,
//
{
type
:
1
,
fieldName
:
'projectType2'
,
value
:
''
,
placeholder
:
'工程类别明细'
,
options
:
[],
uid
:
this
.
getUid
()
}
,
{
type
:
3
,
fieldName
:
'projectName'
,
value
:
''
,
placeholder
:
'请输入'
,
uid
:
this
.
getUid
()
}
,
{
type
:
3
,
fieldName
:
'projectName'
,
value
:
''
,
placeholder
:
'请输入'
,
uid
:
this
.
getUid
()
}
,
],
],
//列表
//列表
...
@@ -213,20 +213,20 @@ export default {
...
@@ -213,20 +213,20 @@ export default {
const
areaSearchList
=
this
.
$refs
[
"searchFormNew"
].
$refs
[
"cascader"
][
0
].
getCheckedNodes
();
const
areaSearchList
=
this
.
$refs
[
"searchFormNew"
].
$refs
[
"cascader"
][
0
].
getCheckedNodes
();
let
province
=
[]
let
province
=
[]
let
city
=
[]
let
city
=
[]
if
(
params
.
projectProvince
){
//
if(params.projectProvince)
{
for
(
let
i
=
0
;
i
<
params
.
projectProvince
.
length
;
i
++
){
//
for (let i=0; i<params.projectProvince.length; i++)
{
province
.
push
(
params
.
projectProvince
[
i
][
1
])
//
province.push(params.projectProvince[i][1])
city
.
push
(
params
.
projectProvince
[
i
][
2
])
//
city.push(params.projectProvince[i][2])
}
//
}
}
//
}
province
=
province
.
filter
((
item
,
index
,
self
)
=>
self
.
indexOf
(
item
)
===
index
);
//
province=province.filter((item, index, self) => self.indexOf(item) === index);
if
(
province
){
//
if(province)
{
params
.
province
=
province
//
params.province=province
}
//
}
if
(
city
){
//
if(city)
{
params
.
city
=
city
//
params.city=city
}
//
}
delete
params
.
projectProvince
//
delete params.projectProvince
this
.
handleQuery
(
params
)
this
.
handleQuery
(
params
)
}
catch
(
error
)
{
}
catch
(
error
)
{
...
...
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