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
9914e5b1
Commit
9914e5b1
authored
Mar 20, 2024
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
77e284af
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
443 additions
and
8 deletions
+443
-8
cooperativeConstructionUnit.vue
...y-a/consultingTransaction/cooperativeConstructionUnit.vue
+10
-7
cooperativeOwnerUnits.vue
...l/party-a/consultingTransaction/cooperativeOwnerUnits.vue
+2
-1
overview.vue
...operate-ui/src/views/supplier/supplierRating/overview.vue
+431
-0
No files found.
dsk-operate-ui/src/views/detail/party-a/consultingTransaction/cooperativeConstructionUnit.vue
View file @
9914e5b1
...
...
@@ -42,7 +42,8 @@
<div
v-else
v-html=
"scope.row.projectName || '--'"
></div>
</
template
>
<
template
v-else
>
<span
@
click=
"linkTo1(scope.row.sourceId)"
v-if=
"scope.row.projectName"
style=
"color: #0081FF;cursor: pointer;"
v-html=
"scope.row.projectName"
>
{{
scope
.
row
.
projectName
}}
</span>
<span
@
click=
"linkTo1(scope.row.sourceId)"
v-if=
"scope.row.projectName && scope.row.sourceId"
style=
"color: #0081FF;cursor: pointer;"
v-html=
"scope.row.projectName"
>
{{
scope
.
row
.
projectName
}}
</span>
<span
v-else-if=
"scope.row.projectName"
v-html=
"scope.row.projectName"
>
{{
scope
.
row
.
projectName
}}
</span>
<span
v-else
>
-
</span>
</
template
>
</template>
...
...
@@ -367,12 +368,14 @@ export default {
}
,
linkTo1
(
id
){
let
url
=
""
skyProjectDetail
({
sourceId
:
id
}
).
then
(
res
=>
{
if
(
res
.
data
&&
res
.
data
.
sourceUrl
){
url
=
res
.
data
.
sourceUrl
window
.
open
(
url
,
"_blank"
)
}
}
)
if
(
id
){
skyProjectDetail
({
sourceId
:
id
}
).
then
(
res
=>
{
if
(
res
.
data
&&
res
.
data
.
sourceUrl
){
url
=
res
.
data
.
sourceUrl
window
.
open
(
url
,
"_blank"
)
}
}
)
}
}
}
,
}
...
...
dsk-operate-ui/src/views/detail/party-a/consultingTransaction/cooperativeOwnerUnits.vue
View file @
9914e5b1
...
...
@@ -42,7 +42,8 @@
<div
v-else
v-html=
"scope.row.projectName || '--'"
></div>
</
template
>
<
template
v-else
>
<span
@
click=
"linkTo1(scope.row.sourceId)"
v-if=
"scope.row.projectName"
style=
"color: #0081FF;cursor: pointer;"
v-html=
"scope.row.projectName"
>
{{
scope
.
row
.
projectName
}}
</span>
<span
@
click=
"linkTo1(scope.row.sourceId)"
v-if=
"scope.row.projectName && scope.row.sourceId"
style=
"color: #0081FF;cursor: pointer;"
v-html=
"scope.row.projectName"
>
{{
scope
.
row
.
projectName
}}
</span>
<span
v-else-if=
"scope.row.projectName"
v-html=
"scope.row.projectName"
>
{{
scope
.
row
.
projectName
}}
</span>
<span
v-else
>
-
</span>
</
template
>
</template>
...
...
dsk-operate-ui/src/views/supplier/supplierRating/overview.vue
0 → 100644
View file @
9914e5b1
This diff is collapsed.
Click to expand it.
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