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
8650227a
Commit
8650227a
authored
Dec 28, 2023
by
yht15023815643
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
评标助手列表缩放取消
parent
0c650190
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
31 additions
and
25 deletions
+31
-25
AptitudeStandard.vue
...ate-ui/src/views/supplier/components/AptitudeStandard.vue
+3
-3
BatchImport.vue
dsk-operate-ui/src/views/supplier/components/BatchImport.vue
+1
-1
SearchAptitude.vue
...erate-ui/src/views/supplier/components/SearchAptitude.vue
+23
-17
SearchResult.vue
...operate-ui/src/views/supplier/components/SearchResult.vue
+4
-4
No files found.
dsk-operate-ui/src/views/supplier/components/AptitudeStandard.vue
View file @
8650227a
...
...
@@ -26,19 +26,19 @@
<el-table
:data=
"info.list"
:span-method=
"objectSpanMethod"
: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>
<el-table-column
label=
"资质名称"
fixed
>
<el-table-column
:resizable=
"false"
label=
"资质名称"
fixed
>
<template
slot-scope=
"scope"
>
{{
scope
.
row
.
name
}}
</
template
>
</el-table-column>
<el-table-column
label=
"等级"
width=
"274"
>
<el-table-column
:resizable=
"false"
label=
"等级"
width=
"274"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
level
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"经营范围"
>
<el-table-column
:resizable=
"false"
label=
"经营范围"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
contractScope
||
"--"
}}
</
template
>
...
...
dsk-operate-ui/src/views/supplier/components/BatchImport.vue
View file @
8650227a
<
template
>
<el-dialog
title=
"批量查资质"
custom-class=
"batch_import_dialog"
:visible
.
sync=
"visible"
>
<el-dialog
title=
"批量查资质"
:close-on-click-modal=
"false"
custom-class=
"batch_import_dialog"
:visible
.
sync=
"visible"
>
<div
class=
"upload"
>
<div
class=
"up_title"
>
导入Excel文件,高效查询或导出企业信息;查询成功后可使用筛选项二次筛选
</div>
<div>
...
...
dsk-operate-ui/src/views/supplier/components/SearchAptitude.vue
View file @
8650227a
...
...
@@ -80,41 +80,41 @@
</div>
<el-table
:data=
"item.aptitudeListude"
: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>
<el-table-column
label=
"证书编号"
fixed
width=
"119"
>
<el-table-column
:resizable=
"false"
label=
"证书编号"
fixed
width=
"119"
>
<template
slot-scope=
"scope"
>
{{
scope
.
row
.
serial
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"资质名称"
fixed
width=
"273"
>
<el-table-column
:resizable=
"false"
label=
"资质名称"
fixed
width=
"273"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
name
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"承包工程范围"
width=
"415"
>
<el-table-column
:resizable=
"false"
label=
"承包工程范围"
width=
"415"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
contractScope
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"发证日期"
width=
"119"
>
<el-table-column
:resizable=
"false"
label=
"发证日期"
width=
"119"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
issuTime
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"有效期至"
width=
"119"
>
<el-table-column
:resizable=
"false"
label=
"有效期至"
width=
"119"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
validate
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"发证机关"
width=
"204"
>
<el-table-column
:resizable=
"false"
label=
"发证机关"
width=
"204"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
organ
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"经营范围"
width=
"415"
>
<el-table-column
:resizable=
"false"
label=
"经营范围"
width=
"415"
>
<
template
slot-scope=
"scope"
>
<el-tooltip
class=
"item"
effect=
"light"
:content=
"scope.row.businessScope"
placement=
"bottom"
>
<span
class=
"line_2"
>
{{
scope
.
row
.
businessScope
||
"--"
}}
</span>
...
...
@@ -125,7 +125,7 @@
</div>
</div>
<div
class=
"pagination clearfix"
v-show=
"total>0"
>
<el-pagination
background
:page-size=
"pageSize"
:current-page=
"pageNum"
@
current-change=
"handleCurrentChange"
layout=
"prev, pager, next"
<el-pagination
background
:page-size=
"pageSize"
:current-page
.
sync
=
"pageNum"
@
current-change=
"handleCurrentChange"
layout=
"prev, pager, next"
:total=
"total"
>
</el-pagination>
</div>
...
...
@@ -140,41 +140,41 @@
<span
class=
"float_r"
>
共有
<span
style=
"color: #0081FF;"
>
{{ dialogData.total }}
</span>
个资质
</span>
</div>
<el-table
:data=
"dialogData.list"
: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
>
<el-table-column
label=
"证书编号"
fixed
width=
"119"
>
<el-table-column
:resizable=
"false"
label=
"证书编号"
fixed
width=
"119"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
serial
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"资质名称"
fixed
width=
"273"
>
<el-table-column
:resizable=
"false"
label=
"资质名称"
fixed
width=
"273"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
name
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"承包工程范围"
width=
"415"
>
<el-table-column
:resizable=
"false"
label=
"承包工程范围"
width=
"415"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
contractScope
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"发证日期"
width=
"119"
>
<el-table-column
:resizable=
"false"
label=
"发证日期"
width=
"119"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
issuTime
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"有效期至"
width=
"119"
>
<el-table-column
:resizable=
"false"
label=
"有效期至"
width=
"119"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
validate
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"发证机关"
width=
"204"
>
<el-table-column
:resizable=
"false"
label=
"发证机关"
width=
"204"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
organ
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"经营范围"
width=
"415"
>
<el-table-column
:resizable=
"false"
label=
"经营范围"
width=
"415"
>
<
template
slot-scope=
"scope"
>
<el-tooltip
class=
"item"
effect=
"light"
:content=
"scope.row.businessScope"
placement=
"bottom"
>
<span
class=
"line_2"
>
{{
scope
.
row
.
businessScope
||
"--"
}}
</span>
...
...
@@ -374,8 +374,14 @@ export default {
},
handleCurrentChange
(
pageNum
)
{
this
.
pageNum
=
pageNum
;
this
.
search
();
if
(
pageNum
*
this
.
pageSize
>
10000
){
this
.
$message
.
warning
(
"数据达上限"
)
this
.
pageNum
=
10000
/
this
.
pageSize
}
else
{
this
.
pageNum
=
pageNum
;
}
this
.
search
()
},
handleCurrentChange1
(
pageNum
)
{
this
.
pageNum1
=
pageNum
;
...
...
dsk-operate-ui/src/views/supplier/components/SearchResult.vue
View file @
8650227a
...
...
@@ -2,25 +2,25 @@
<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'"
class="table-item1 fixed-table" border highlight-current-row>
<el-table-column
type=
"index"
label=
"序号"
fixed
width=
"60"
>
<el-table-column
:resizable=
"false"
type=
"index"
label=
"序号"
fixed
width=
"60"
>
<template
slot-scope=
"scope"
>
<span>
{{
(
pageNum
-
1
)
*
pageSize
+
scope
.
$index
+
1
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"表格名称"
>
<el-table-column
:resizable=
"false"
label=
"表格名称"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
fileName
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"查询时间"
width=
"189"
>
<el-table-column
:resizable=
"false"
label=
"查询时间"
width=
"189"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
createTime
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
width=
"154"
>
<el-table-column
:resizable=
"false"
label=
"操作"
width=
"154"
>
<
template
slot-scope=
"scope"
>
<a
class=
"download_span"
:href=
"scope.row.url"
v-if=
"scope.row.url"
>
下载
</a>
<span
v-else
>
--
</span>
...
...
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