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
e64b04db
Commit
e64b04db
authored
Mar 05, 2024
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
8c2c519c
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
144 additions
and
184 deletions
+144
-184
index.vue
.../projectCostLedger/detail/components/DirectCost/index.vue
+121
-161
historySearch.vue
dsk-operate-ui/src/views/supplier/aptitude/historySearch.vue
+1
-1
zizhi.vue
dsk-operate-ui/src/views/supplier/aptitude/zizhi.vue
+2
-2
zzStandard.vue
dsk-operate-ui/src/views/supplier/aptitude/zzStandard.vue
+1
-1
assistant.vue
dsk-operate-ui/src/views/supplier/assistant.vue
+1
-1
SearchAptitude.vue
...erate-ui/src/views/supplier/components/SearchAptitude.vue
+14
-14
SearchResult.vue
...operate-ui/src/views/supplier/components/SearchResult.vue
+4
-4
No files found.
dsk-operate-ui/src/views/projectCostLedger/detail/components/DirectCost/index.vue
View file @
e64b04db
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/views/supplier/aptitude/
searchResult
.vue
→
dsk-operate-ui/src/views/supplier/aptitude/
historySearch
.vue
View file @
e64b04db
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
import
SearchResult
from
'../components/SearchResult'
import
SearchResult
from
'../components/SearchResult'
export
default
{
export
default
{
name
:
'
SearchAptitude
'
,
name
:
'
historySearch
'
,
components
:
{
components
:
{
SearchResult
SearchResult
},
},
...
...
dsk-operate-ui/src/views/supplier/aptitude/
searchAptitude
.vue
→
dsk-operate-ui/src/views/supplier/aptitude/
zizhi
.vue
View file @
e64b04db
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<!--
<el-tab-pane
label=
"历史批量查询结果"
name=
"third"
></el-tab-pane>
-->
<!--
<el-tab-pane
label=
"历史批量查询结果"
name=
"third"
></el-tab-pane>
-->
<!--
</el-tabs>
-->
<!--
</el-tabs>
-->
<!--
</div>
-->
<!--
</div>
-->
<SearchAptitude
@
changeActiveName=
"activeName = 'third'"
v-if=
"activeName === 'first'"
></SearchAptitude>
<SearchAptitude></SearchAptitude>
<!--
<AptitudeStandard
v-if=
"activeName === 'second'"
></AptitudeStandard>
-->
<!--
<AptitudeStandard
v-if=
"activeName === 'second'"
></AptitudeStandard>
-->
<!--
<SearchResult
v-if=
"activeName === 'third'"
></SearchResult>
-->
<!--
<SearchResult
v-if=
"activeName === 'third'"
></SearchResult>
-->
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
import
SearchAptitude
from
'../components/SearchAptitude'
import
SearchAptitude
from
'../components/SearchAptitude'
export
default
{
export
default
{
name
:
'
SearchAptitude
'
,
name
:
'
zizhi
'
,
components
:
{
components
:
{
SearchAptitude
SearchAptitude
},
},
...
...
dsk-operate-ui/src/views/supplier/aptitude/
aptitude
Standard.vue
→
dsk-operate-ui/src/views/supplier/aptitude/
zz
Standard.vue
View file @
e64b04db
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
import
AptitudeStandard
from
'../components/AptitudeStandard'
import
AptitudeStandard
from
'../components/AptitudeStandard'
export
default
{
export
default
{
name
:
'
Aptitude
Standard'
,
name
:
'
zz
Standard'
,
components
:
{
components
:
{
AptitudeStandard
AptitudeStandard
},
},
...
...
dsk-operate-ui/src/views/supplier/assistant.vue
View file @
e64b04db
...
@@ -75,4 +75,4 @@ export default {
...
@@ -75,4 +75,4 @@ export default {
}
}
}
}
}
}
</
style
>
</
style
>
\ No newline at end of file
dsk-operate-ui/src/views/supplier/components/SearchAptitude.vue
View file @
e64b04db
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
添加资质
添加资质
</span>
</span>
</div>
</div>
</div>
</div>
...
@@ -85,7 +85,7 @@
...
@@ -85,7 +85,7 @@
{{
scope
.
row
.
serial
||
"--"
}}
{{
scope
.
row
.
serial
||
"--"
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
:resizable=
"false"
label=
"资质名称"
fixed
width=
"273"
>
<el-table-column
:resizable=
"false"
label=
"资质名称"
fixed
width=
"273"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
name
||
"--"
}}
{{
scope
.
row
.
name
||
"--"
}}
...
@@ -98,7 +98,7 @@
...
@@ -98,7 +98,7 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
:resizable=
"false"
label=
"发证日期"
width=
"119"
>
<el-table-column
:resizable=
"false"
label=
"发证日期"
width=
"119"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
issuTime
||
"--"
}}
{{
scope
.
row
.
issuTime
||
"--"
}}
...
@@ -231,7 +231,7 @@ export default {
...
@@ -231,7 +231,7 @@ export default {
{
{
nameStr
:
''
,
nameStr
:
''
,
codeStr
:
[],
codeStr
:
[],
}
}
],
],
queryTypelist
:
[
queryTypelist
:
[
...
@@ -486,8 +486,8 @@ export default {
...
@@ -486,8 +486,8 @@ export default {
margin
:
30px
;
margin
:
30px
;
}
}
</
style
>
</
style
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
::v-deep
.search_aptittude_success_dialog
{
::v-deep
.search_aptittude_success_dialog
{
border-radius
:
4px
;
border-radius
:
4px
;
.el-dialog__header
{
.el-dialog__header
{
...
@@ -570,7 +570,7 @@ export default {
...
@@ -570,7 +570,7 @@ export default {
text-align
:
center
;
text-align
:
center
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
}
}
.item_ckquery_list
{
.item_ckquery_list
{
...
@@ -688,7 +688,7 @@ export default {
...
@@ -688,7 +688,7 @@ export default {
.content_item_padding0
{
.content_item_padding0
{
padding
:
0
;
padding
:
0
;
}
}
}
}
.bottomlist
{
.bottomlist
{
width
:
100%
;
width
:
100%
;
...
@@ -767,7 +767,7 @@ export default {
...
@@ -767,7 +767,7 @@ export default {
::v-deep
.el-table__fixed
::before
{
::v-deep
.el-table__fixed
::before
{
height
:
0
;
height
:
0
;
}
}
.el-table
{
.el-table
{
th
,
th
,
...
@@ -815,13 +815,13 @@ export default {
...
@@ -815,13 +815,13 @@ export default {
::v-deep
.el-table__header-wrapper
{
::v-deep
.el-table__header-wrapper
{
position
:
sticky
;
position
:
sticky
;
top
:
5
6px
;
top
:
-1
6px
;
z-index
:
9
;
z-index
:
9
;
}
}
::v-deep
.el-table__fixed-header-wrapper
{
::v-deep
.el-table__fixed-header-wrapper
{
position
:
sticky
;
position
:
sticky
;
z-index
:
9
;
z-index
:
9
;
top
:
5
6px
;
top
:
-1
6px
;
}
}
::v-deep
.el-table__fixed
{
::v-deep
.el-table__fixed
{
overflow-x
:
clip
;
overflow-x
:
clip
;
...
@@ -838,7 +838,7 @@ export default {
...
@@ -838,7 +838,7 @@ export default {
.line_2
{
.line_2
{
overflow
:hidden
;
overflow
:hidden
;
text-overflow
:ellipsis
;
text-overflow
:ellipsis
;
line-clamp
:
2
;
line-clamp
:
2
;
display
:
-
webkit-box
;
display
:
-
webkit-box
;
text-overflow
:
-
o-ellipsis-lastline
;
text-overflow
:
-
o-ellipsis-lastline
;
-webkit-line-clamp
:
2
;
-webkit-line-clamp
:
2
;
...
@@ -888,6 +888,6 @@ export default {
...
@@ -888,6 +888,6 @@ export default {
float
:right
;
float
:right
;
margin-top
:
12px
;
margin-top
:
12px
;
margin-right
:
-10px
;
margin-right
:
-10px
;
}
}
}
}
</
style
>
</
style
>
\ No newline at end of file
dsk-operate-ui/src/views/supplier/components/SearchResult.vue
View file @
e64b04db
<
template
>
<
template
>
<div
class=
"search_result_box"
>
<div
class=
"search_result_box"
>
<el-table
:data=
"tableData"
:header-cell-style=
"
{ background:'#f0f3fa',color: 'rgba(35,35,35,0.8)'}" v-horizontal-scroll="'hover'"
<el-table
:data=
"tableData"
:header-cell-style=
"
{ background:'#f0f3fa',color: 'rgba(35,35,35,0.8)'}" v-horizontal-scroll="'hover'"
class="table-item1
fixed-table
" border highlight-current-row>
class="table-item1" border highlight-current-row>
<el-table-column
:resizable=
"false"
type=
"index"
label=
"序号"
fixed
width=
"60"
>
<el-table-column
:resizable=
"false"
type=
"index"
label=
"序号"
fixed
width=
"60"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<span>
{{
(
pageNum
-
1
)
*
pageSize
+
scope
.
$index
+
1
}}
</span>
<span>
{{
(
pageNum
-
1
)
*
pageSize
+
scope
.
$index
+
1
}}
</span>
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
:resizable=
"false"
label=
"操作"
width=
"154"
>
<el-table-column
:resizable=
"false"
label=
"操作"
width=
"154"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<a
class=
"download_span"
:href=
"scope.row.url"
v-if=
"scope.row.url"
>
下载
</a>
<a
class=
"download_span"
:href=
"scope.row.url"
v-if=
"scope.row.url"
>
下载
</a>
...
@@ -85,5 +85,5 @@ export default {
...
@@ -85,5 +85,5 @@ export default {
cursor
:
pointer
;
cursor
:
pointer
;
}
}
}
}
</
style
>
</
style
>
\ No newline at end of file
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