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
9563f702
Commit
9563f702
authored
Oct 24, 2023
by
yht15023815643
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
查企业跳转详情
parent
f178e9f9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
51 additions
and
23 deletions
+51
-23
index.vue
...iews/enterpriseData/components/SearchEnterprise/index.vue
+51
-23
No files found.
dsk-operate-ui/src/views/enterpriseData/components/SearchEnterprise/index.vue
View file @
9563f702
...
...
@@ -446,9 +446,12 @@
</div>
<div
class=
"info-list-right"
>
<p
class=
"card-right-title"
>
<
router-link
:to=
"toEnterpriseDetail(item.jskEid
)"
>
<
span
@
click=
"toEnterpriseDetail(item.jskEid,item.name
)"
>
<span
class=
"title"
v-html=
"item.name"
>
</span>
</router-link>
</span>
<!-- <router-link :to="toEnterpriseDetail(item.jskEid,item.name)">
<span class="title" v-html="item.name"> </span>
</router-link> -->
</p>
<p
class=
"card-right-title card-right-title1"
:ref=
"'labels'+item.id"
:style=
"{padding: '16px 0px 12px 0px'}"
>
...
...
@@ -485,51 +488,75 @@
<p
class=
"card-right-title"
style=
"padding-top: 8px ;"
>
<
template
v-if=
"item.aptitudeCountNew!=null"
>
<span
class=
"right-title-grey"
>
资质资格:
</span>
<
router-link
:to=
"toEnterprise(item.jskEid,'')"
target=
"_blank
"
>
<
span
@
click=
"toEnterprise(item.jskEid,'','',item.name)
"
>
<span
class=
"right-title-blue"
v-html=
"item.aptitudeCountNew"
>
</span>
</router-link>
</span>
<!--
<router-link
:to=
"toEnterprise(item.jskEid,'','',item.name)"
>
<span
class=
"right-title-blue"
v-html=
"item.aptitudeCountNew"
>
</span>
</router-link>
-->
</
template
>
<
template
v-if=
"item.recentlyCount!=null"
>
<span
class=
"right-title-grey"
>
中标业绩:
</span>
<router-link
:to=
"toEnterprise(item.jskEid,'performance')"
target=
"_blank"
>
<span
@
click=
"toEnterprise(item.jskEid,'performance','',item.name)"
>
<span
class=
"right-title-blue"
v-html=
"item.recentlyCount"
>
</span>
</span>
<!--
<router-link
:to=
"toEnterprise(item.jskEid,'performance')"
>
<span
class=
"right-title-blue"
v-html=
"item.recentlyCount"
>
</span>
</router-link>
</router-link>
-->
</
template
>
<
template
v-if=
"item.skyCount!=null"
>
<span
class=
"right-title-grey"
>
四库业绩:
</span>
<router-link
:to=
"toEnterprise(item.jskEid,'performance',2)"
target=
"_blank"
>
<span
@
click=
"toEnterprise(item.jskEid,'performance',2,item.name)"
>
<span
class=
"right-title-blue"
v-html=
"item.skyCount"
>
</span>
</span>
<!--
<router-link
:to=
"toEnterprise(item.jskEid,'performance',2)"
>
<span
class=
"right-title-blue"
v-html=
"item.skyCount"
>
</span>
</router-link>
</router-link>
-->
</
template
>
<
template
v-if=
"item.registeredPersonnelCount!=null"
>
<span
class=
"right-title-grey"
>
注册人员:
</span>
<router-link
:to=
"toEnterprise(item.jskEid,'personnel',2)"
target=
"_blank"
>
<span
@
click=
"toEnterprise(item.jskEid,'personnel',2,item.name)"
>
<span
class=
"right-title-blue"
v-html=
"item.registeredPersonnelCount"
>
</span>
</span>
<!--
<router-link
:to=
"toEnterprise(item.jskEid,'personnel',2)"
>
<span
class=
"right-title-blue"
v-html=
"item.registeredPersonnelCount"
>
</span>
</router-link>
</router-link>
-->
</
template
>
<
template
v-if=
"item.threePersonnelCount!=null"
>
<span
class=
"right-title-grey"
>
三类人员:
</span>
<
router-link
:to=
"toEnterprise(item.jskEid,'personnel',5)"
target=
"_blank
"
>
<
span
@
click=
"toEnterprise(item.jskEid,'personnel',5,item.name)
"
>
<span
class=
"right-title-blue"
v-html=
"item.threePersonnelCount"
>
</span>
</router-link>
</span>
<!--
<router-link
:to=
"toEnterprise(item.jskEid,'personnel',5)"
>
<span
class=
"right-title-blue"
v-html=
"item.threePersonnelCount"
>
</span>
</router-link>
-->
</
template
>
<
template
v-if=
"item.jskBidCount>0"
>
<span
class=
"right-title-grey"
>
招标公告:
</span>
<
router-link
:to=
"toEnterprise(item.jskEid,'business',5)"
target=
"_blank
"
>
<
span
@
click=
"toEnterprise(item.jskEid,'business',5,item.name)
"
>
<span
class=
"right-title-blue"
v-html=
"item.jskBidCount"
>
</span>
</router-link>
</span>
<!--
<router-link
:to=
"toEnterprise(item.jskEid,'business',5)"
>
<span
class=
"right-title-blue"
v-html=
"item.jskBidCount"
>
</span>
</router-link>
-->
</
template
>
<
template
v-if=
"item.customerCount>0"
>
<span
class=
"right-title-grey"
>
客户:
</span>
<
router-link
:to=
"toEnterprise(item.jskEid,'business',1)"
target=
"_blank
"
>
<
span
@
click=
"toEnterprise(item.jskEid,'business',1,item.name)
"
>
<span
class=
"right-title-blue"
v-html=
"item.customerCount"
>
</span>
</router-link>
</span>
<!--
<router-link
:to=
"toEnterprise(item.jskEid,'business',1)"
>
<span
class=
"right-title-blue"
v-html=
"item.customerCount"
>
</span>
</router-link>
-->
</
template
>
<
template
v-if=
"item.supplierCount>0"
>
<span
class=
"right-title-grey"
>
供应商:
</span>
<router-link
:to=
"toEnterprise(item.jskEid,'business',2)"
target=
"_blank"
>
<span
@
click=
"toEnterprise(item.jskEid,'business',2,item.name)"
>
<span
class=
"right-title-blue"
v-html=
"item.supplierCount"
>
</span>
</span>
<!--
<router-link
:to=
"toEnterprise(item.jskEid,'business',2)"
>
<span
class=
"right-title-blue"
v-html=
"item.supplierCount"
>
</span>
</router-link>
</router-link>
-->
</
template
>
</p>
<p
class=
"card-right-title"
v-if=
"item.formerName!=null&&(item.formerName.indexOf('color')!=-1||item.name.indexOf('color')!=-1)"
...
...
@@ -2748,12 +2775,13 @@ export default {
},
toEnterprise
(
id
,
html
,
type
)
{
return
'/company/'
+
encodeStr
(
id
)
+
'/'
+
(
html
?
'?html='
+
html
:
''
)
+
(
type
?
'&flag=true&type='
+
type
:
''
);
toEnterprise
(
id
,
html
,
type
,
name
)
{
// this.$tab.openPage(name, '/company/' + encodeStr(id) + '/' + (html ? '?html=' + html : '') + (type ? '&flag=true&type=' + type : ''))
this
.
$router
.
push
({
path
:
'/company/'
+
encodeStr
(
id
)
+
'/'
+
(
html
?
html
:
''
)
+
(
type
?
'?flag=true&type='
+
type
:
''
)}
)
},
toEnterpriseDetail
(
id
)
{
return
'/company/'
+
encodeStr
(
id
)
+
'/?index=true'
;
toEnterpriseDetail
(
id
,
name
)
{
// this.$tab.openPage(name, '/company/' + encodeStr(id) + '/?index=true')
this
.
$router
.
push
({
path
:
'/company/'
+
encodeStr
(
id
)
+
'/?index=true'
}
)
},
labelsWidth
(
e
,
t
=
0
)
{
...
...
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