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
a2fe5714
Commit
a2fe5714
authored
Jul 20, 2023
by
yht15023815643
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
查企业跳转详情
parent
1e4da622
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
26 deletions
+23
-26
index.vue
dsk-operate-ui/src/views/detail/party-b/index.vue
+9
-1
index.vue
...te-ui/src/views/enterpriseData/components/Owner/index.vue
+6
-17
index.vue
...iews/enterpriseData/components/SearchEnterprise/index.vue
+8
-8
No files found.
dsk-operate-ui/src/views/detail/party-b/index.vue
View file @
a2fe5714
...
@@ -27,7 +27,15 @@ export default {
...
@@ -27,7 +27,15 @@ export default {
if
(
this
.
$route
.
params
.
id
)
{
// 获取companyId
if
(
this
.
$route
.
params
.
id
)
{
// 获取companyId
this
.
loading
=
true
this
.
loading
=
true
if
(
this
.
$route
.
name
==
'Company'
){
//企业详情
if
(
this
.
$route
.
name
==
'Company'
){
//企业详情
this
.
src
=
`
${
this
.
domain
}
/enterprise/
${
this
.
$route
.
params
.
id
}
?ak=
${
this
.
ak
}
`
if
(
this
.
$route
.
query
.
html
){
if
(
this
.
$route
.
query
.
type
){
this
.
src
=
`
${
this
.
domain
}
/enterprise/
${
this
.
$route
.
params
.
id
}
/
${
this
.
$route
.
query
.
html
}
?flag=true&type=
${
this
.
$route
.
query
.
type
}
&ak=
${
this
.
ak
}
`
}
else
{
this
.
src
=
`
${
this
.
domain
}
/enterprise/
${
this
.
$route
.
params
.
id
}
/
${
this
.
$route
.
query
.
html
}
?ak=
${
this
.
ak
}
`
}
}
else
{
this
.
src
=
`
${
this
.
domain
}
/enterprise/
${
this
.
$route
.
params
.
id
}
?ak=
${
this
.
ak
}
`
}
}
}
if
(
this
.
$route
.
name
==
'Personnel'
){
//人员详情
if
(
this
.
$route
.
name
==
'Personnel'
){
//人员详情
this
.
src
=
`
${
this
.
domain
}
/personnel/
${
this
.
$route
.
params
.
id
}
.html?ak=
${
this
.
ak
}
`
this
.
src
=
`
${
this
.
domain
}
/personnel/
${
this
.
$route
.
params
.
id
}
.html?ak=
${
this
.
ak
}
`
...
...
dsk-operate-ui/src/views/enterpriseData/components/Owner/index.vue
View file @
a2fe5714
...
@@ -614,25 +614,9 @@ export default {
...
@@ -614,25 +614,9 @@ export default {
});
});
},
},
mounted
()
{
mounted
()
{
window
.
addEventListener
(
"scroll"
,
this
.
scrolling
)
this
.
init
();
this
.
init
();
},
},
beforeDestroy
()
{
window
.
removeEventListener
(
"scroll"
,
this
.
scrolling
);
},
methods
:
{
methods
:
{
scrolling
()
{
let
el
=
document
.
getElementsByClassName
(
"el-table__fixed-header-wrapper"
)[
0
]
let
el1
=
document
.
getElementsByClassName
(
"el-table"
)[
0
]
let
scrollTop
=
document
.
documentElement
.
scrollTop
||
document
.
body
.
scrollTop
;
if
(
scrollTop
>
el1
.
offsetTop
){
let
top
=
scrollTop
-
el1
.
offsetTop
-
13
el
.
style
.
top
=
top
+
'px'
}
else
{
el
.
style
.
top
=
0
}
},
domicileChange
()
{
domicileChange
()
{
let
arr
=
this
.
$refs
.
address
.
getCheckedNodes
();
let
arr
=
this
.
$refs
.
address
.
getCheckedNodes
();
let
provinceIds
=
[],
let
provinceIds
=
[],
...
@@ -1271,9 +1255,14 @@ export default {
...
@@ -1271,9 +1255,14 @@ export default {
z-index
:
9
;
z-index
:
9
;
}
}
::v-deep
.el-table__fixed-header-wrapper
{
::v-deep
.el-table__fixed-header-wrapper
{
position
:
sticky
;
z-index
:
9
;
z-index
:
9
;
top
:
56px
;
}
::v-deep
.el-table__fixed
{
overflow-x
:
clip
;
overflow-y
:
clip
;
}
}
}
}
.table-item-jf1
{
.table-item-jf1
{
...
...
dsk-operate-ui/src/views/enterpriseData/components/SearchEnterprise/index.vue
View file @
a2fe5714
...
@@ -512,43 +512,43 @@
...
@@ -512,43 +512,43 @@
</
template
>
</
template
>
<
template
v-if=
"item.recentlyCount!=null"
>
<
template
v-if=
"item.recentlyCount!=null"
>
<span
class=
"right-title-grey"
>
中标业绩:
</span>
<span
class=
"right-title-grey"
>
中标业绩:
</span>
<router-link
:to=
"toEnterprise(item.jskEid,'
/
performance')"
target=
"_blank"
>
<router-link
:to=
"toEnterprise(item.jskEid,'performance')"
target=
"_blank"
>
<span
class=
"right-title-blue"
v-html=
"item.recentlyCount"
>
</span>
<span
class=
"right-title-blue"
v-html=
"item.recentlyCount"
>
</span>
</router-link>
</router-link>
</
template
>
</
template
>
<
template
v-if=
"item.skyCount!=null"
>
<
template
v-if=
"item.skyCount!=null"
>
<span
class=
"right-title-grey"
>
四库业绩:
</span>
<span
class=
"right-title-grey"
>
四库业绩:
</span>
<router-link
:to=
"toEnterprise(item.jskEid,'
/performance',1
)"
target=
"_blank"
>
<router-link
:to=
"toEnterprise(item.jskEid,'
performance',2
)"
target=
"_blank"
>
<span
class=
"right-title-blue"
v-html=
"item.skyCount"
>
</span>
<span
class=
"right-title-blue"
v-html=
"item.skyCount"
>
</span>
</router-link>
</router-link>
</
template
>
</
template
>
<
template
v-if=
"item.registeredPersonnelCount!=null"
>
<
template
v-if=
"item.registeredPersonnelCount!=null"
>
<span
class=
"right-title-grey"
>
注册人员:
</span>
<span
class=
"right-title-grey"
>
注册人员:
</span>
<router-link
:to=
"toEnterprise(item.jskEid,'
/personnel',1
)"
target=
"_blank"
>
<router-link
:to=
"toEnterprise(item.jskEid,'
personnel',2
)"
target=
"_blank"
>
<span
class=
"right-title-blue"
v-html=
"item.registeredPersonnelCount"
>
</span>
<span
class=
"right-title-blue"
v-html=
"item.registeredPersonnelCount"
>
</span>
</router-link>
</router-link>
</
template
>
</
template
>
<
template
v-if=
"item.threePersonnelCount!=null"
>
<
template
v-if=
"item.threePersonnelCount!=null"
>
<span
class=
"right-title-grey"
>
三类人员:
</span>
<span
class=
"right-title-grey"
>
三类人员:
</span>
<router-link
:to=
"toEnterprise(item.jskEid,'
/personnel',4
)"
target=
"_blank"
>
<router-link
:to=
"toEnterprise(item.jskEid,'
personnel',5
)"
target=
"_blank"
>
<span
class=
"right-title-blue"
v-html=
"item.threePersonnelCount"
>
</span>
<span
class=
"right-title-blue"
v-html=
"item.threePersonnelCount"
>
</span>
</router-link>
</router-link>
</
template
>
</
template
>
<
template
v-if=
"item.jskBidCount>0"
>
<
template
v-if=
"item.jskBidCount>0"
>
<span
class=
"right-title-grey"
>
招标公告:
</span>
<span
class=
"right-title-grey"
>
招标公告:
</span>
<router-link
:to=
"toEnterprise(item.jskEid,'
/business',6
)"
target=
"_blank"
>
<router-link
:to=
"toEnterprise(item.jskEid,'
business',5
)"
target=
"_blank"
>
<span
class=
"right-title-blue"
v-html=
"item.jskBidCount"
>
</span>
<span
class=
"right-title-blue"
v-html=
"item.jskBidCount"
>
</span>
</router-link>
</router-link>
</
template
>
</
template
>
<
template
v-if=
"item.customerCount>0"
>
<
template
v-if=
"item.customerCount>0"
>
<span
class=
"right-title-grey"
>
客户:
</span>
<span
class=
"right-title-grey"
>
客户:
</span>
<router-link
:to=
"toEnterprise(item.jskEid,'
/
business',1)"
target=
"_blank"
>
<router-link
:to=
"toEnterprise(item.jskEid,'business',1)"
target=
"_blank"
>
<span
class=
"right-title-blue"
v-html=
"item.customerCount"
>
</span>
<span
class=
"right-title-blue"
v-html=
"item.customerCount"
>
</span>
</router-link>
</router-link>
</
template
>
</
template
>
<
template
v-if=
"item.supplierCount>0"
>
<
template
v-if=
"item.supplierCount>0"
>
<span
class=
"right-title-grey"
>
供应商:
</span>
<span
class=
"right-title-grey"
>
供应商:
</span>
<router-link
:to=
"toEnterprise(item.jskEid,'
/
business',2)"
target=
"_blank"
>
<router-link
:to=
"toEnterprise(item.jskEid,'business',2)"
target=
"_blank"
>
<span
class=
"right-title-blue"
v-html=
"item.supplierCount"
>
</span>
<span
class=
"right-title-blue"
v-html=
"item.supplierCount"
>
</span>
</router-link>
</router-link>
</
template
>
</
template
>
...
@@ -2764,7 +2764,7 @@
...
@@ -2764,7 +2764,7 @@
},
},
toEnterprise
(
id
,
html
,
type
)
{
toEnterprise
(
id
,
html
,
type
)
{
return
'/company/'
+
encodeStr
(
id
)
+
html
+
'/'
+
(
type
?
'?
flag=true&type='
+
type
:
''
);
return
'/company/'
+
encodeStr
(
id
)
+
'/'
+
(
html
?
'?html='
+
html
:
''
)
+
(
type
?
'&
flag=true&type='
+
type
:
''
);
},
},
toEnterpriseDetail
(
id
)
{
toEnterpriseDetail
(
id
)
{
...
...
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