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
8e9c8e90
Commit
8e9c8e90
authored
Dec 19, 2023
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
供应商管理
parent
173910b1
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
2625 additions
and
2577 deletions
+2625
-2577
supplier.js
dsk-operate-ui/src/api/supplier/supplier.js
+2
-1
supplierlist.scss
dsk-operate-ui/src/assets/styles/supplierlist.scss
+6
-0
index.vue
dsk-operate-ui/src/views/index.vue
+2568
-2560
login.vue
dsk-operate-ui/src/views/login.vue
+3
-0
laborSubcontractingTeam.vue
...c/views/supplier/supplierlist/laborSubcontractingTeam.vue
+44
-14
ledger.vue
dsk-operate-ui/src/views/supplier/supplierlist/ledger.vue
+2
-2
No files found.
dsk-operate-ui/src/api/supplier/supplier.js
View file @
8e9c8e90
...
@@ -21,7 +21,8 @@ export function customerExport(param) {
...
@@ -21,7 +21,8 @@ export function customerExport(param) {
url
:
'/customer/export'
,
url
:
'/customer/export'
,
method
:
'post'
,
method
:
'post'
,
data
:
param
,
data
:
param
,
responseType
:
'blob'
responseType
:
'blob'
,
timeout
:
60000
});
});
}
}
//专业类别选项列表
//专业类别选项列表
...
...
dsk-operate-ui/src/assets/styles/supplierlist.scss
View file @
8e9c8e90
.el-icon-arrow-down
{
color
:
#C0C4CC
;
}
.title_wrap
,
.el-divider
{
.title_wrap
,
.el-divider
{
border-color
:
#eee
;
border-color
:
#eee
;
}
}
...
@@ -203,3 +206,6 @@
...
@@ -203,3 +206,6 @@
}
}
}
}
.table-supplier
.fixed-table
.el-table__fixed-header-wrapper
{
top
:
-16px
!
important
;
}
dsk-operate-ui/src/views/index.vue
View file @
8e9c8e90
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/views/login.vue
View file @
8e9c8e90
...
@@ -77,6 +77,7 @@
...
@@ -77,6 +77,7 @@
type=
"text"
type=
"text"
auto-complete=
"off"
auto-complete=
"off"
placeholder=
"请输入登录账号"
placeholder=
"请输入登录账号"
:onkeyup=
"loginForm.username = loginForm.username.replace(/\s+/g,'')"
>
>
<img
class=
"img"
slot=
"prefix"
src=
"../assets/images/user.png"
/>
<img
class=
"img"
slot=
"prefix"
src=
"../assets/images/user.png"
/>
</el-input>
</el-input>
...
@@ -88,6 +89,7 @@
...
@@ -88,6 +89,7 @@
auto-complete=
"off"
auto-complete=
"off"
placeholder=
"请输入账号密码"
placeholder=
"请输入账号密码"
@
keyup
.
enter
.
native=
"handleLogin"
@
keyup
.
enter
.
native=
"handleLogin"
:onkeyup=
"loginForm.password = loginForm.password.replace(/\s+/g,'')"
>
>
<img
class=
"img"
slot=
"prefix"
src=
"../assets/images/password.png"
/>
<img
class=
"img"
slot=
"prefix"
src=
"../assets/images/password.png"
/>
</el-input>
</el-input>
...
@@ -99,6 +101,7 @@
...
@@ -99,6 +101,7 @@
placeholder=
"请输入图形验证码"
placeholder=
"请输入图形验证码"
style=
"width: 290px;float: left;"
style=
"width: 290px;float: left;"
@
keyup
.
enter
.
native=
"handleLogin"
@
keyup
.
enter
.
native=
"handleLogin"
:onkeyup=
"loginForm.code = loginForm.code.replace(/\s+/g,'')"
>
>
<img
class=
"img"
slot=
"prefix"
src=
"../assets/images/txyzm.png"
/>
<img
class=
"img"
slot=
"prefix"
src=
"../assets/images/txyzm.png"
/>
</el-input>
</el-input>
...
...
dsk-operate-ui/src/views/supplier/supplierlist/laborSubcontractingTeam.vue
View file @
8e9c8e90
...
@@ -120,6 +120,11 @@
...
@@ -120,6 +120,11 @@
</el-table-column>
</el-table-column>
<el-table-column
label=
"营业执照号码"
min-width=
"180"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
unifySocialCode
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"推荐单位"
min-width=
"280"
>
<el-table-column
label=
"推荐单位"
min-width=
"280"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
recommendOrg
||
"--"
}}
{{
scope
.
row
.
recommendOrg
||
"--"
}}
...
@@ -140,14 +145,24 @@
...
@@ -140,14 +145,24 @@
{{
scope
.
row
.
registerCity
||
"--"
}}
{{
scope
.
row
.
registerCity
||
"--"
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"
专业类别
"
min-width=
"85"
:resizable=
"false"
>
<el-table-column
label=
"
法人代表
"
min-width=
"85"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
groupSpecialty
||
"--"
}}
{{
scope
.
row
.
representative
||
"--"
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"
法人代表"
min-width=
"85
"
:resizable=
"false"
>
<el-table-column
label=
"
公司联系人"
min-width=
"120
"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
representative
||
"--"
}}
{{
scope
.
row
.
contactPerson
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"联系人电话"
min-width=
"120"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
contactPhone
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"注册资本(万元)"
min-width=
"120"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
registerCapital
||
"--"
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"纳税人身份"
min-width=
"120"
:resizable=
"false"
>
<el-table-column
label=
"纳税人身份"
min-width=
"120"
:resizable=
"false"
>
...
@@ -160,29 +175,44 @@
...
@@ -160,29 +175,44 @@
{{
scope
.
row
.
taxRate
||
"--"
}}
{{
scope
.
row
.
taxRate
||
"--"
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"施工承包范围"
min-width=
"120"
:resizable=
"false"
>
<el-table-column
label=
"资质等级"
min-width=
"85"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
credential
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"主项资质"
min-width=
"85"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
constructJobScope
||
"--"
}}
--
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"
资质等级
"
min-width=
"85"
:resizable=
"false"
>
<el-table-column
label=
"
劳务资质
"
min-width=
"85"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
credential
||
"--"
}}
--
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"
注册资本(万元)"
min-width=
"120
"
:resizable=
"false"
>
<el-table-column
label=
"
施工队长"
min-width=
"85
"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
registerCapital
||
"--"
}}
{{
scope
.
row
.
leaderName
||
'--'
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"
公司联系人
"
min-width=
"120"
:resizable=
"false"
>
<el-table-column
label=
"
联系电话
"
min-width=
"120"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
contactPerson
||
"--"
}}
{{
scope
.
row
.
laborCaptainPhone
||
'--'
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"
联系人电话"
min-width=
"12
0"
:resizable=
"false"
>
<el-table-column
label=
"
身份证号"
min-width=
"18
0"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
contactPhone
||
"--"
}}
{{
scope
.
row
.
laborCaptainIdcard
||
'--'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"队伍规模"
min-width=
"85"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
serviceTeamPersonnum
||
'--'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"专业特长"
min-width=
"85"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
serviceTeamSpeciality
||
"--"
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"准入时间"
min-width=
"120"
:resizable=
"false"
>
<el-table-column
label=
"准入时间"
min-width=
"120"
:resizable=
"false"
>
...
...
dsk-operate-ui/src/views/supplier/supplierlist/ledger.vue
View file @
8e9c8e90
...
@@ -204,12 +204,12 @@
...
@@ -204,12 +204,12 @@
</el-table-column>
</el-table-column>
<el-table-column
label=
"联系人电话"
min-width=
"120"
:resizable=
"false"
>
<el-table-column
label=
"联系人电话"
min-width=
"120"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
legalPerson
||
"--"
}}
{{
scope
.
row
.
contactPhone
||
"--"
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"准入时间"
min-width=
"120"
:resizable=
"false"
>
<el-table-column
label=
"准入时间"
min-width=
"120"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
contactPhone
||
"--"
}}
{{
scope
.
row
.
approveDate2
||
"--"
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"公司合作数量"
min-width=
"120"
:resizable=
"false"
>
<el-table-column
label=
"公司合作数量"
min-width=
"120"
:resizable=
"false"
>
...
...
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