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
46f5b40f
Commit
46f5b40f
authored
Nov 23, 2023
by
tanyang
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/V20230915' into V20230915
parents
6cf8aed1
6b4182c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
2 deletions
+16
-2
members.vue
...te-ui/src/views/detail/groupAccount/component/members.vue
+16
-1
index.vue
...iews/enterpriseData/components/SearchEnterprise/index.vue
+0
-1
No files found.
dsk-operate-ui/src/views/detail/groupAccount/component/members.vue
View file @
46f5b40f
...
...
@@ -63,7 +63,7 @@
@
sort-change=
"sortChange"
>
<
template
slot=
"companyName"
slot-scope=
"scope"
>
<
router-link
:to=
"scope.row.uipId?`/enterprise/$
{encodeStr(scope.row.companyId)}`:`/company/${encodeStr(scope.row.companyId)}`" tag="a" class="a-link" v-if="scope.row.companyId
&&
scope.row.companyName" v-html="scope.row.companyName">
</router-link
>
<
div
v-if=
"scope.row.companyId&&scope.row.companyName"
class=
"a-link"
@
click=
"getUipIdByCid(scope.row.companyId)"
v-html=
"scope.row.companyName"
></div
>
<div
v-else
v-html=
"scope.row.companyName || '--'"
></div>
</
template
>
<
template
slot=
"stockPercent"
slot-scope=
"scope"
>
...
...
@@ -76,6 +76,7 @@
<
script
>
import
{
memberList
,
memberCount
,
memberListExport
}
from
'@/api/detail/groupAccount/groupAccount'
import
{
getUipIdByCid
}
from
'@/api/macro/macro'
import
dataRegion
from
'@/assets/json/dataRegion'
import
{
getDictType
}
from
'@/api/main'
import
mixin
from
'../../party-a/mixins/mixin'
...
...
@@ -479,6 +480,20 @@
this
.
handleQuery
(
params
)
this
.
$emit
(
'handle-scroll'
)
},
getUipIdByCid
(
companyId
){
var
params
=
[
companyId
]
getUipIdByCid
(
params
).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
if
(
res
.
data
&&
res
.
data
.
length
>
0
&&
res
.
data
[
0
].
uipId
){
this
.
$router
.
push
({
path
:
'/enterprise/'
+
this
.
encodeStr
(
companyId
)})
}
else
{
this
.
$router
.
push
({
path
:
'/company/'
+
this
.
encodeStr
(
companyId
)})
}
}
}).
catch
(
error
=>
{
});
},
clickDialog
(){
this
.
exportData
.
dialogExportVisible
=
true
;
},
...
...
dsk-operate-ui/src/views/enterpriseData/components/SearchEnterprise/index.vue
View file @
46f5b40f
...
...
@@ -3053,7 +3053,6 @@ export default {
}
else
{
this
.
dataEXCEL
.
exportCount
=
2000
;
}
console
.
log
(
this
.
exportData
)
//企业资质
if
(
this
.
exportData
.
type
===
1
){
api
.
aptitudeExport
(
this
.
dataEXCEL
).
then
(
res
=>
{
...
...
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