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
e5068e0c
Commit
e5068e0c
authored
Dec 05, 2023
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
供应商管理-供应商列表
parent
108148a0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1067 additions
and
19 deletions
+1067
-19
supplierlist.scss
dsk-operate-ui/src/assets/styles/supplierlist.scss
+166
-6
access.vue
dsk-operate-ui/src/views/supplier/supplierlist/access.vue
+370
-0
ledger.vue
dsk-operate-ui/src/views/supplier/supplierlist/ledger.vue
+531
-13
No files found.
dsk-operate-ui/src/assets/styles/supplierlist.scss
View file @
e5068e0c
.search-the-owner
{
.title_wrap
,
.el-divider
{
border-color
:
#eee
;
}
.supplier
{
padding
:
16px
24px
;
width
:
100%
;
height
:
100%
;
padding
:
16px
24px
;
}
.search-supplier
{
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
border-radius
:
4px
4px
0px
0px
;
overflow
:
hidden
;
}
::v-deep
.el-form
{
.el-form-item__label
{
font-weight
:
400
!
important
;
}
}
::v-deep
.el-form-item__label
{
.el-form-item__label
{
font-weight
:
400
;
}
.content-outer-container
{
.content-supplier
{
overflow
:
hidden
;
background
:
#ffffff
;
border-top-left-radius
:
4px
;
border-bottom-left-radius
:
4px
;
padding
:
20px
16px
;
padding
:
20px
16px
4px
;
.el-form-item
{
margin-bottom
:
16px
;
}
.el-divider
{
margin-top
:
4px
;
margin-bottom
:
20px
;
}
.el-form-item__content
{
width
:
282px
;
.el-cascader
,
.el-select
,
.el-date-editor
{
width
:
100%
;
}
.el-icon-date
{
display
:
none
;
}
.el-button--small
{
font-size
:
14px
;
}
.el-button
+
.el-button
{
margin-left
:
12px
;
}
}
}
.table-supplier
{
background
:
#fff
;
padding
:
16px
;
margin-top
:
16px
;
border-radius
:
0px
0px
4px
4px
;
.total-title
{
height
:
24px
;
line-height
:
24px
;
.totals
{
padding-left
:
6px
;
position
:
relative
;
font-size
:
12px
;
color
:
#3D3D3D
;
display
:
inline-block
;
&
:
:
before
{
content
:
' '
;
position
:
absolute
;
width
:
2px
;
height
:
2px
;
background
:
rgba
(
35
,
35
,
35
,
0
.4
);
border-radius
:
50%
;
left
:
0
;
top
:
12px
;
}
}
.total-dc
{
float
:
right
;
img
{
width
:
18px
;
margin-right
:
6px
;
margin-top
:
-4px
;
}
color
:
rgba
(
35
,
35
,
35
,
0
.8
);
}
margin-bottom
:
16px
;
}
.pagination
{
text-align
:
right
;
margin-right
:
-10px
;
}
.table-item
.el-table
.is-scrolling-left
+
.el-table__fixed
,
.table-item
.el-table
.is-scrolling-middle
+
.el-table__fixed
,
.table-item
.el-table
.is-scrolling-right
+
.el-table__fixed
{
bottom
:
10px
!
important
;
}
.cell
a
:hover
{
color
:
#0081ff
;
}
.tabs
{
margin-right
:
20px
;
&
:last-child
{
margin
:
0
;
}
}
}
.dialog-supplier
{
.el-dialog__header
{
line-height
:
24px
;
padding
:
16px
20px
;
font-size
:
16px
;
color
:
#232323
;
font-weight
:
700
;
border-bottom
:
1px
solid
#E5E6EB
;
}
.el-dialog__body
{
padding
:
20px
;
}
}
.title_wrap.i
{
border
:
0
;
}
.access-content
{
background
:
#fff
;
border-radius
:
0
0
4px
4px
;
.tabpane
.el-tabs__header
{
margin-top
:
-14px
;
}
.acc-title
{
line-height
:
22px
;
&
.i
{
margin-top
:
24px
;
}
}
.main3-box
{
margin-top
:
16px
;
border-top
:
1px
solid
#E6E9F0
;
p
{
display
:
flex
;
margin
:
0
;
border-left
:
1px
solid
#E6E9F0
;
border-right
:
1px
solid
#E6E9F0
;
border-bottom
:
1px
solid
#E6E9F0
;
background
:
#fff
;
.label
{
width
:
10%
;
height
:
auto
;
font-weight
:
400
;
font-size
:
12px
;
padding
:
12px
;
background
:
#F0F3FA
;
display
:
flex
;
align-items
:
center
;
}
span
{
display
:
flex
;
align-items
:
center
;
width
:
40%
;
color
:
#000
;
padding
:
12px
;
font-size
:
12px
;
}
.span-one
{
width
:
90%
;
}
.blue
{
color
:
#0081FF
!
important
;
cursor
:
pointer
;
}
}
}
}
dsk-operate-ui/src/views/supplier/supplierlist/access.vue
0 → 100644
View file @
e5068e0c
<
template
>
<div
class=
"supplier"
>
<div
class=
"search-supplier"
>
<div
class=
"title_wrap i"
>
<div
class=
"enterprise_title"
>
准入情况
</div>
</div>
<div
class=
"access-content"
>
<el-tabs
v-model=
"activeName"
@
tab-click=
"handleClick"
class=
"tabpane w100"
>
<el-tab-pane
label=
"分包基本信息"
name=
"first"
>
<div
class=
"acc-title"
>
基本信息
</div>
<div
class=
"main3-box"
>
<p>
<label
class=
"label"
>
资源平台分类
</label>
<span
class=
"span-one"
>
-
</span>
</p>
<p>
<label
class=
"label"
>
公司名称
</label>
<span>
555
</span>
<label
class=
"label"
>
注册资本(万元)
</label>
<span>
555
</span>
</p>
<p>
<label
class=
"label"
>
证件选择
</label>
<span>
555
</span>
<label
class=
"label"
>
统一社会信用代码
</label>
<span>
555
</span>
</p>
<p>
<label
class=
"label"
>
工商注册号
</label>
<span>
555
</span>
<label
class=
"label"
>
组织机构代码证号
</label>
<span>
555
</span>
</p>
<p>
<label
class=
"label"
>
税务登记号
</label>
<span
class=
"span-one"
>
-
</span>
</p>
<p>
<label
class=
"label"
>
身份选择
</label>
<span>
555
</span>
<label
class=
"label"
>
法人身份证号/护照/其他
</label>
<span>
555
</span>
</p>
<p>
<label
class=
"label"
>
纳税人身份
</label>
<span>
555
</span>
<label
class=
"label"
>
纳税人税率
</label>
<span>
555
</span>
</p>
<p>
<label
class=
"label"
>
享受优惠政策说明
</label>
<span
class=
"span-one"
style=
"height: 64px"
>
-
</span>
</p>
</div>
<div
class=
"main3-box"
>
<p>
<label
class=
"label"
>
法人代表
</label>
<span>
555
</span>
<label
class=
"label"
>
公司联系人
</label>
<span>
555
</span>
</p>
<p>
<label
class=
"label"
>
公司联系人电话
</label>
<span>
555
</span>
<label
class=
"label"
>
主项资质
</label>
<span>
555
</span>
</p>
<p>
<label
class=
"label"
>
公司性质
</label>
<span>
555
</span>
<label
class=
"label"
>
资质等级
</label>
<span>
555
</span>
</p>
<p>
<label
class=
"label"
>
施工承包范围
</label>
<span>
555
</span>
<label
class=
"label"
>
专业类别
</label>
<span>
555
</span>
</p>
<p>
<label
class=
"label"
>
公司注册地所属区域
</label>
<span>
555
</span>
<label
class=
"label"
>
公司注册地所属省
</label>
<span>
555
</span>
</p>
<p>
<label
class=
"label"
>
公司注册地所属城市
</label>
<span>
555
</span>
<label
class=
"label"
>
注册地址
</label>
<span>
555
</span>
</p>
<p>
<label
class=
"label"
>
开户行
</label>
<span>
555
</span>
<label
class=
"label"
>
银行账号
</label>
<span>
555
</span>
</p>
</div>
<div
class=
"acc-title i"
>
上传证书及其他信息
</div>
<skeleton
v-if=
"fbsisSkeleton"
></skeleton>
<div
class=
"table-item-jf table-item"
style=
"margin-top: 16px"
v-if=
"!fbsisSkeleton&&tableData.length>0"
>
<el-table
:data=
"tableData"
:header-cell-style=
"
{ background:'#f0f3fa',color: 'rgba(35,35,35,0.8)'}"
v-sticky-header.always="{offsetTop : '56px',offsetBottom : '10px'}" class="table-item1 fixed-table" border highlight-current-row>
<el-table-column
label=
"证书类型"
:resizable=
"false"
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
legalPerson
||
'--'
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"到期时间"
width=
"120"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
<span>
2020-12-30
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"状态"
width=
"180"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
legalPerson
||
'--'
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"查看"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
<span
class=
"wordprimary"
>
{{
scope
.
row
.
legalPerson
||
'--'
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
width=
"180"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
<span
class=
"wordprimary"
>
下载
</span>
</
template
>
</el-table-column>
</el-table>
</div>
<div
class=
"acc-title i"
>
项目部意见
</div>
<div
class=
"main3-box"
>
<p>
<label
class=
"label"
>
准入情况
</label>
<span
class=
"span-one"
>
-
</span>
</p>
<p>
<label
class=
"label"
>
经办人
</label>
<span>
555
</span>
<label
class=
"label"
>
准入时间
</label>
<span>
555
</span>
</p>
<p>
<label
class=
"label"
>
商务经理
</label>
<span>
555
</span>
<label
class=
"label"
>
准入时间
</label>
<span>
555
</span>
</p>
<p>
<label
class=
"label"
>
项目经理
</label>
<span>
555
</span>
<label
class=
"label"
>
准入时间
</label>
<span>
555
</span>
</p>
</div>
<div
class=
"acc-title i"
>
公司意见
</div>
<div
class=
"main3-box"
>
<p>
<label
class=
"label"
>
公司意见
</label>
<span>
555
</span>
<label
class=
"label"
>
准入时间
</label>
<span>
555
</span>
</p>
</div>
</el-tab-pane>
<el-tab-pane
label=
"施工业绩"
name=
"second"
>
<div
class=
"table-item-jf table-item-jf1 empty-table"
v-if=
"!tableData.length && !isSkeleton"
>
<img
class=
"item-jf-img"
src=
"@/assets/images/kong.png"
alt=
""
>
<div
class=
"item-jf-titel"
>
暂无相关数据
</div>
<div
class=
"item-jf-text"
>
抱歉,暂无数据,试试更换搜索条件吧
</div>
</div>
<skeleton
v-if=
"isSkeleton"
></skeleton>
<div
class=
"table-item-jf table-item"
v-if=
"!isSkeleton&&tableData.length>0"
>
<el-table
:data=
"tableData"
:header-cell-style=
"{ background:'#f0f3fa',color: 'rgba(35,35,35,0.8)'}"
v-sticky-header
.
always=
"{offsetTop : '0px',offsetBottom : '10px'}"
class=
"table-item1 fixed-table"
border
highlight-current-row
:header-row-class-name=
"setHeaderRow"
:cell-class-name=
"setCellClass"
:row-class-name=
"setRowClass"
:header-cell-class-name=
"setCellClass"
ref=
"theOwnerListTable"
>
<el-table-column
type=
"index"
label=
"序号"
:fixed=
"tableColumnFixed"
width=
"60"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
<span>
{{
(
pageNum
-
1
)
*
pageSize
+
scope
.
$index
+
1
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"标志性工程"
:fixed=
"tableColumnFixed"
width=
"120"
:resizable=
"false"
>
</el-table-column>
<el-table-column
label=
"年度"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
</
template
>
</el-table-column>
<el-table-column
label=
"所在区域"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"所属省份"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"施工面积(㎡)"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"年施工产值(亿)"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"所获荣誉"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"备注说明"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"考察项目"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"考察公司"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</
template
>
</el-table-column>
</el-table>
</div>
<div
class=
"pagination clearfix"
v-show=
"total>0"
>
<el-pagination
background
:page-size=
"pageSize"
:current-page
.
sync=
"pageNum"
@
current-change=
"handleCurrentChange"
layout=
"prev, pager, next"
:total=
"total"
>
</el-pagination>
</div>
</el-tab-pane>
<el-tab-pane
label=
"在施工情况"
name=
"third"
>
<div
class=
"table-item-jf table-item-jf1 empty-table"
v-if=
"!tableData.length && !isSkeleton"
>
<img
class=
"item-jf-img"
src=
"@/assets/images/kong.png"
alt=
""
>
<div
class=
"item-jf-titel"
>
暂无相关数据
</div>
<div
class=
"item-jf-text"
>
抱歉,暂无数据,试试更换搜索条件吧
</div>
</div>
<skeleton
v-if=
"isSkeleton"
></skeleton>
<div
class=
"table-item-jf table-item"
v-if=
"!isSkeleton&&tableData.length>0"
>
<el-table
:data=
"tableData"
:header-cell-style=
"{ background:'#f0f3fa',color: 'rgba(35,35,35,0.8)'}"
v-sticky-header
.
always=
"{offsetTop : '0px',offsetBottom : '10px'}"
class=
"table-item1 fixed-table"
border
highlight-current-row
:header-row-class-name=
"setHeaderRow"
:cell-class-name=
"setCellClass"
:row-class-name=
"setRowClass"
:header-cell-class-name=
"setCellClass"
ref=
"theOwnerListTable"
>
<el-table-column
type=
"index"
label=
"序号"
:fixed=
"tableColumnFixed"
width=
"60"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
<span>
{{
(
pageNum
-
1
)
*
pageSize
+
scope
.
$index
+
1
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"工程名称"
:fixed=
"tableColumnFixed"
width=
"120"
:resizable=
"false"
>
</el-table-column>
<el-table-column
label=
"施工承包范围"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
</
template
>
</el-table-column>
<el-table-column
label=
"建筑平面(㎡)"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"队长名称"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"管理人员数量(人)"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"施工人员数量(人)"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"质量目标"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"考察项目"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"考察公司"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</
template
>
</el-table-column>
</el-table>
</div>
<div
class=
"pagination clearfix"
v-show=
"total>0"
>
<el-pagination
background
:page-size=
"pageSize"
:current-page
.
sync=
"pageNum"
@
current-change=
"handleCurrentChange"
layout=
"prev, pager, next"
:total=
"total"
>
</el-pagination>
</div>
</el-tab-pane>
</el-tabs>
</div>
</div>
</div>
</template>
<
script
>
import
{
encodeStr
}
from
"@/assets/js/common.js"
;
import
'@/assets/styles/public.scss'
import
'@/assets/styles/supplierlist.scss'
import
skeleton
from
'@/views/project/projectList/component/skeleton'
;
export
default
{
name
:
'access'
,
components
:{
skeleton
},
data
(){
return
{
encodeStr
,
activeName
:
'first'
,
isSkeleton
:
false
,
fbsisSkeleton
:
false
,
total
:
100
,
tableData
:[{
legalPerson
:
8888
}],
pageSize
:
20
,
pageNum
:
1
,
// table列是否悬浮
tableColumnFixed
:
true
,
}
},
created
()
{
},
methods
:{
handleClick
(){},
handleCurrentChange
(){},
setHeaderRow
()
{
return
"owner-table-list-header"
;
},
setCellClass
({
row
,
column
,
rowIndex
,
columnIndex
})
{
if
(
columnIndex
==
1
)
{
return
"enterprise-name-column"
;
}
},
setRowClass
({
row
,
rowIndex
})
{
return
"enterprise-name-row"
;
},
}
}
</
script
>
<
style
scoped
lang=
"scss"
>
.pagination
{
margin-top
:
16px
;
text-align
:
right
;
margin-right
:
-10px
;
}
</
style
>
dsk-operate-ui/src/views/supplier/supplierlist/ledger.vue
View file @
e5068e0c
<
template
>
<div
class=
"search-the-owner"
>
<div
class=
"title_wrap"
>
<div
class=
"enterprise_title"
>
供应商总台账
<div
class=
"supplier"
>
<div
class=
"search-supplier"
>
<div
class=
"title_wrap"
>
<div
class=
"enterprise_title"
>
供应商总台账
</div>
</div>
</div>
<div
class=
"content-outer-container"
>
<el-form
:model=
"formdata"
label-width=
"82px"
label-position=
"right"
>
<el-row>
<el-form-item
label=
"分供方名称"
>
<el-input
v-model=
"formdata.user"
placeholder=
"审批人"
></el-input>
<div
class=
"content-supplier"
>
<el-form
:model=
"formdata"
label-width=
"82px"
label-position=
"right"
:inline=
"true"
>
<el-row>
<el-form-item
label=
"分供方名称"
>
<el-input
v-model=
"formdata.user"
placeholder=
"请输入分供方名称"
></el-input>
</el-form-item>
<el-form-item
label=
"注册地区"
>
<el-select
v-model=
"formdata.user"
placeholder=
"请选择"
>
<el-option
label=
"区域一"
value=
"shanghai"
></el-option>
<el-option
label=
"区域二"
value=
"beijing"
></el-option>
</el-select>
</el-form-item>
<el-form-item
label=
"注册城市"
>
<el-cascader
v-model=
"formdata.user"
:options=
"options"
></el-cascader>
</el-form-item>
</el-row>
<el-row>
<el-form-item
label=
"供应商状态"
>
<el-select
v-model=
"formdata.user"
placeholder=
"请选择"
>
<el-option
label=
"区域一"
value=
"shanghai"
></el-option>
<el-option
label=
"区域二"
value=
"beijing"
></el-option>
</el-select>
</el-form-item>
<el-form-item
label=
"评价等级"
>
<el-select
v-model=
"formdata.user"
placeholder=
"请选择"
>
<el-option
label=
"区域一"
value=
"shanghai"
></el-option>
<el-option
label=
"区域二"
value=
"beijing"
></el-option>
</el-select>
</el-form-item>
<el-form-item
label=
"准入时间"
>
<el-date-picker
v-model=
"formdata.time"
type=
"daterange"
value-format=
"yyyy-MM-dd"
range-separator=
"至"
start-placeholder=
"年/月/日"
end-placeholder=
"年/月/日"
>
</el-date-picker>
</el-form-item>
</el-row>
<el-divider></el-divider>
<el-row>
<el-form-item
label=
"纳税人身份"
>
<el-select
v-model=
"formdata.user"
placeholder=
"请选择"
>
<el-option
label=
"区域一"
value=
"shanghai"
></el-option>
<el-option
label=
"区域二"
value=
"beijing"
></el-option>
</el-select>
</el-form-item>
<el-form-item
label=
"纳税人税率"
>
<el-select
v-model=
"formdata.user"
placeholder=
"请选择"
>
<el-option
label=
"区域一"
value=
"shanghai"
></el-option>
<el-option
label=
"区域二"
value=
"beijing"
></el-option>
</el-select>
</el-form-item>
</el-row>
<el-divider></el-divider>
<el-form-item
label=
" "
>
<el-button
type=
"primary"
size=
"small"
>
查询
</el-button>
<el-button
size=
"small"
>
重置
</el-button>
</el-form-item>
</el-row>
</el-form>
</el-form>
</div>
</div>
<div
class=
"table-supplier"
>
<div
class=
"total-title"
>
<div
class=
"totals"
>
共
{{
total
}}
条
</div>
<p
class=
"total-dc"
>
<img
src=
"@/assets/images/EXCEL.png"
alt=
""
>
<span
class=
"excel"
@
click=
"$message(
{message: '功能正在开发中',type: 'warning'})">导出EXCEL
</span>
</p>
</div>
<div
class=
"table-item-jf table-item-jf1 empty-table"
v-if=
"!tableData.length && !isSkeleton"
>
<img
class=
"item-jf-img"
src=
"@/assets/images/kong.png"
alt=
""
>
<div
class=
"item-jf-titel"
>
暂无相关数据
</div>
<div
class=
"item-jf-text"
>
抱歉,暂无数据,试试更换搜索条件吧
</div>
</div>
<skeleton
v-if=
"isSkeleton"
></skeleton>
<div
class=
"table-item-jf table-item"
v-if=
"!isSkeleton&&tableData.length>0"
>
<el-table
:data=
"tableData"
:header-cell-style=
"
{ background:'#f0f3fa',color: 'rgba(35,35,35,0.8)'}"
v-sticky-header.always="{offsetTop : '56px',offsetBottom : '10px'}" class="table-item1 fixed-table" border highlight-current-row
:header-row-class-name="setHeaderRow" :cell-class-name="setCellClass" :row-class-name="setRowClass" :header-cell-class-name="setCellClass"
ref="theOwnerListTable">
<el-table-column
type=
"index"
label=
"序号"
:fixed=
"tableColumnFixed"
width=
"60"
:resizable=
"false"
>
<template
slot-scope=
"scope"
>
<span>
{{
(
pageNum
-
1
)
*
pageSize
+
scope
.
$index
+
1
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"供应商编号"
:fixed=
"tableColumnFixed"
width=
"120"
:resizable=
"false"
>
</el-table-column>
<el-table-column
label=
"供应商名称"
:fixed=
"tableColumnFixed"
width=
"380"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
<div
class=
"renling"
>
<div
style=
"display:flex;align-items:center"
>
<router-link
:to=
"`/enterprise/$
{encodeStr(scope.row.id)}`" tag="a"
class="wordprimary" v-html="scope.row.name">
</router-link>
</div>
</div>
</
template
>
</el-table-column>
<el-table-column
label=
"推荐单位"
min-width=
"280"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"公司注册区域"
min-width=
"120"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"公司注册省"
min-width=
"120"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"公司注册城市"
min-width=
"120"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"供应商类别"
min-width=
"120"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"专业类别"
min-width=
"85"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"纳税人身份"
min-width=
"120"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"纳税人税率"
min-width=
"120"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"状态"
min-width=
"120"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"限用/禁用状态"
min-width=
"120"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"劳务队长"
min-width=
"120"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"队长联系电话"
min-width=
"120"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"队长身份证"
min-width=
"120"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"队伍规模"
min-width=
"120"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"专业特长"
min-width=
"120"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"施工承包范围"
min-width=
"200"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"资质等级"
min-width=
"120"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"注册资本(万元)"
min-width=
"120"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"公司联系人"
min-width=
"120"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"联系人电话"
min-width=
"120"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"准入时间"
min-width=
"120"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"公司合作数量"
min-width=
"120"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"合作项目数量"
min-width=
"120"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
<span
class=
"wordprimary"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"分包商等级"
min-width=
"120"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
<span
class=
"wordprimary"
@
click=
"getFBS(scope.row)"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"链接"
min-width=
"160"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
<span
class=
"wordprimary tabs"
@
click=
"goAccess(scope.row)"
>
准入
</span>
<span
class=
"wordprimary tabs"
>
考评
</span>
<span
class=
"wordprimary tabs"
>
处置
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"资源平台分类"
min-width=
"120"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
</
template
>
</el-table-column>
</el-table>
</div>
<div
class=
"pagination clearfix"
v-show=
"total>0"
>
<el-pagination
background
:page-size=
"pageSize"
:current-page
.
sync=
"pageNum"
@
current-change=
"handleCurrentChange"
layout=
"prev, pager, next"
:total=
"total"
>
</el-pagination>
</div>
</div>
<el-dialog
title=
"等级及状态变更"
:visible
.
sync=
"fbsvisib"
custom-class=
'dialog-supplier'
>
<skeleton
v-if=
"fbsisSkeleton"
></skeleton>
<div
class=
"table-item-jf table-item"
v-if=
"!fbsisSkeleton&&tableData.length>0"
>
<el-table
:data=
"tableData"
:header-cell-style=
"{ background:'#f0f3fa',color: 'rgba(35,35,35,0.8)'}"
v-sticky-header
.
always=
"{offsetTop : '56px',offsetBottom : '10px'}"
class=
"table-item1 fixed-table"
border
highlight-current-row
>
<el-table-column
type=
"index"
label=
"序号"
width=
"60"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
$index
+
1
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"处置时间"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
legalPerson
||
'--'
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"处置前状态"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
legalPerson
||
'--'
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"处置后状态"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
legalPerson
||
'--'
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"处置前等级"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
legalPerson
||
'--'
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"处置后等级"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
legalPerson
||
'--'
}}
</span>
</
template
>
</el-table-column>
</el-table>
</div>
</el-dialog>
</div>
</template>
<
script
>
import
{
encodeStr
}
from
"@/assets/js/common.js"
;
import
"@/assets/styles/public.scss"
;
import
"@/assets/styles/supplierlist.scss"
;
import
skeleton
from
'@/views/project/projectList/component/skeleton'
;
import
api
from
'@/api/enterpriseData/enterpriseData.js'
;
export
default
{
name
:
'ledger'
,
components
:{
skeleton
},
data
(){
return
{
encodeStr
,
formdata
:{},
options
:
[
{
value
:
'zhinan'
,
label
:
'指南'
,
children
:
[{
value
:
'shejiyuanze'
,
label
:
'设计原则'
,
children
:
[{
value
:
'yizhi'
,
label
:
'一致'
},
{
value
:
'fankui'
,
label
:
'反馈'
},
{
value
:
'xiaolv'
,
label
:
'效率'
},
{
value
:
'kekong'
,
label
:
'可控'
}]
},
{
value
:
'daohang'
,
label
:
'导航'
,
children
:
[{
value
:
'cexiangdaohang'
,
label
:
'侧向导航'
},
{
value
:
'dingbudaohang'
,
label
:
'顶部导航'
}]
}]
},
{
value
:
'zujian'
,
label
:
'组件'
,
children
:
[{
value
:
'basic'
,
label
:
'Basic'
,
children
:
[{
value
:
'layout'
,
label
:
'Layout 布局'
},
{
value
:
'color'
,
label
:
'Color 色彩'
},
{
value
:
'typography'
,
label
:
'Typography 字体'
},
{
value
:
'icon'
,
label
:
'Icon 图标'
},
{
value
:
'button'
,
label
:
'Button 按钮'
}]
},
{
value
:
'form'
,
label
:
'Form'
,
children
:
[{
value
:
'radio'
,
label
:
'Radio 单选框'
},
{
value
:
'checkbox'
,
label
:
'Checkbox 多选框'
},
{
value
:
'input'
,
label
:
'Input 输入框'
},
{
value
:
'input-number'
,
label
:
'InputNumber 计数器'
},
{
value
:
'select'
,
label
:
'Select 选择器'
},
{
value
:
'cascader'
,
label
:
'Cascader 级联选择器'
},
{
value
:
'switch'
,
label
:
'Switch 开关'
},
{
value
:
'slider'
,
label
:
'Slider 滑块'
},
{
value
:
'time-picker'
,
label
:
'TimePicker 时间选择器'
},
{
value
:
'date-picker'
,
label
:
'DatePicker 日期选择器'
},
{
value
:
'datetime-picker'
,
label
:
'DateTimePicker 日期时间选择器'
},
{
value
:
'upload'
,
label
:
'Upload 上传'
},
{
value
:
'rate'
,
label
:
'Rate 评分'
},
{
value
:
'form'
,
label
:
'Form 表单'
}]
},
{
value
:
'data'
,
label
:
'Data'
,
children
:
[{
value
:
'table'
,
label
:
'Table 表格'
},
{
value
:
'tag'
,
label
:
'Tag 标签'
},
{
value
:
'progress'
,
label
:
'Progress 进度条'
},
{
value
:
'tree'
,
label
:
'Tree 树形控件'
},
{
value
:
'pagination'
,
label
:
'Pagination 分页'
},
{
value
:
'badge'
,
label
:
'Badge 标记'
}]
},
{
value
:
'notice'
,
label
:
'Notice'
,
children
:
[{
value
:
'alert'
,
label
:
'Alert 警告'
},
{
value
:
'loading'
,
label
:
'Loading 加载'
},
{
value
:
'message'
,
label
:
'Message 消息提示'
},
{
value
:
'message-box'
,
label
:
'MessageBox 弹框'
},
{
value
:
'notification'
,
label
:
'Notification 通知'
}]
},
{
value
:
'navigation'
,
label
:
'Navigation'
,
children
:
[{
value
:
'menu'
,
label
:
'NavMenu 导航菜单'
},
{
value
:
'tabs'
,
label
:
'Tabs 标签页'
},
{
value
:
'breadcrumb'
,
label
:
'Breadcrumb 面包屑'
},
{
value
:
'dropdown'
,
label
:
'Dropdown 下拉菜单'
},
{
value
:
'steps'
,
label
:
'Steps 步骤条'
}]
},
{
value
:
'others'
,
label
:
'Others'
,
children
:
[{
value
:
'dialog'
,
label
:
'Dialog 对话框'
},
{
value
:
'tooltip'
,
label
:
'Tooltip 文字提示'
},
{
value
:
'popover'
,
label
:
'Popover 弹出框'
},
{
value
:
'card'
,
label
:
'Card 卡片'
},
{
value
:
'carousel'
,
label
:
'Carousel 走马灯'
},
{
value
:
'collapse'
,
label
:
'Collapse 折叠面板'
}]
}]
},
{
value
:
'ziyuan'
,
label
:
'资源'
,
children
:
[{
value
:
'axure'
,
label
:
'Axure Components'
},
{
value
:
'sketch'
,
label
:
'Sketch Templates'
},
{
value
:
'jiaohu'
,
label
:
'组件交互文档'
}]
}
],
tableData
:[
{
name
:
'测试'
,
legalPerson
:
'AAAA'
}
],
isSkeleton
:
false
,
total
:
0
,
pageSize
:
50
,
pageNum
:
1
,
// table列是否悬浮
tableColumnFixed
:
true
,
fbsvisib
:
false
,
fbsisSkeleton
:
false
,
}
},
created
()
{
},
methods
:{
handleCurrentChange
(){
},
setHeaderRow
()
{
return
"owner-table-list-header"
;
},
setCellClass
({
row
,
column
,
rowIndex
,
columnIndex
})
{
if
(
columnIndex
==
1
)
{
return
"enterprise-name-column"
;
}
},
setRowClass
({
row
,
rowIndex
})
{
return
"enterprise-name-row"
;
},
//点击分包商等级
getFBS
(
row
){
this
.
fbsvisib
=
true
this
.
fbsisSkeleton
=
true
},
//点击准入
goAccess
(
row
){
this
.
$tab
.
openPage
(
'测试一下-准入情况'
,
'/supplier/supplierlist/access'
)
},
}
}
</
script
>
...
...
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