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
da08aa18
Commit
da08aa18
authored
Dec 15, 2023
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
供应商管理
parent
787914bb
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
650 additions
and
1175 deletions
+650
-1175
access.vue
dsk-operate-ui/src/views/supplier/supplierlist/access.vue
+2
-3
laborSubcontracting.vue
...i/src/views/supplier/supplierlist/laborSubcontracting.vue
+161
-283
laborSubcontractingTeam.vue
...c/views/supplier/supplierlist/laborSubcontractingTeam.vue
+169
-321
ledger.vue
dsk-operate-ui/src/views/supplier/supplierlist/ledger.vue
+1
-1
professionalSubcontracting.vue
...iews/supplier/supplierlist/professionalSubcontracting.vue
+11
-9
rentalServices.vue
...ate-ui/src/views/supplier/supplierlist/rentalServices.vue
+153
-280
supplySubcontracting.vue
.../src/views/supplier/supplierlist/supplySubcontracting.vue
+153
-278
No files found.
dsk-operate-ui/src/views/supplier/supplierlist/access.vue
View file @
da08aa18
...
...
@@ -25,7 +25,6 @@
<p>
<label
class=
"label"
>
证件选择
</label>
<span></span>
<!--
<span>
{{
custmerInfo
.
registerCapital
||
'--'
}}
</span>
-->
<label
class=
"label"
>
统一社会信用代码
</label>
<span>
{{
custmerInfo
.
unifySocialCode
||
'--'
}}
</span>
</p>
...
...
@@ -203,9 +202,9 @@
<div
class=
"main3-box"
>
<p>
<label
class=
"label"
>
公司意见
</label>
<span></span>
<span>
{{
custmerInfo
.
purchasePrincipal
||
'--'
}}
</span>
<label
class=
"label"
>
准入时间
</label>
<span></span>
<span>
{{
custmerInfo
.
approveDate2
||
'--'
}}
</span>
</p>
</div>
</el-tab-pane>
...
...
dsk-operate-ui/src/views/supplier/supplierlist/laborSubcontracting.vue
View file @
da08aa18
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/views/supplier/supplierlist/laborSubcontractingTeam.vue
View file @
da08aa18
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/views/supplier/supplierlist/ledger.vue
View file @
da08aa18
...
...
@@ -75,7 +75,7 @@
<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"
>
<div
class=
"table-item-jf table-item-jf1 empty-table"
v-if=
"
total == 0
&& !isSkeleton"
>
<img
class=
"item-jf-img"
src=
"@/assets/images/kong.png"
alt=
""
>
<div
class=
"item-jf-titel"
>
暂无相关数据
</div>
<div
class=
"item-jf-text"
>
抱歉,暂无数据,试试更换搜索条件吧
</div>
...
...
dsk-operate-ui/src/views/supplier/supplierlist/professionalSubcontracting.vue
View file @
da08aa18
...
...
@@ -32,7 +32,7 @@
</el-form-item>
<el-form-item
label=
"专业类别"
>
<el-cascader
clearable
v-model=
"formdata.groupSpecialty"
v-model=
"formdata.groupSpecialty
s
"
:options=
"groupSpecialty"
:collapse-tags=
"true"
:props=
"groupprops"
></el-cascader>
</el-form-item>
...
...
@@ -76,6 +76,11 @@
<div
class=
"total-title"
>
<div
class=
"totals"
>
共
{{
total
}}
条
</div>
</div>
<div
class=
"table-item-jf table-item-jf1 empty-table"
v-if=
"total == 0 && !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"
>
...
...
@@ -294,7 +299,7 @@
areas
:[],
customerState
:[],
credential
:[],
groupSpecialty
:[],
groupSpecialty
s
:[],
groupSpecialtyId
:[],
creditLevel
:[],
paytaxType
:[],
...
...
@@ -359,7 +364,7 @@
areas
:
[],
customerState
:
[],
credential
:
[],
groupSpecialty
:
[],
groupSpecialty
s
:
[],
groupSpecialtyId
:
[],
creditLevel
:
[],
paytaxType
:
[],
...
...
@@ -381,12 +386,11 @@
param
.
approveDate2Start
=
''
param
.
approveDate2End
=
''
}
if
(
param
.
groupSpecialty
){
param
.
groupSpecialty
.
forEach
(
item
=>
{
param
.
groupSpecialtyId
=
[]
if
(
param
.
groupSpecialtys
){
param
.
groupSpecialtys
.
forEach
(
item
=>
{
param
.
groupSpecialtyId
.
push
(
item
[
item
.
length
-
1
])
})
}
else
{
param
.
groupSpecialtyId
=
[]
}
if
(
param
.
areas
){
let
province
=
[]
...
...
@@ -406,8 +410,6 @@
param
.
registerProvince
=
[]
param
.
registerCity
=
[]
}
console
.
log
(
queryConditionFiltering
(
this
.
formdata
))
return
false
custmerInfolist
(
queryConditionFiltering
(
this
.
formdata
)).
then
(
res
=>
{
this
.
isSkeleton
=
false
this
.
tableData
=
res
.
rows
...
...
dsk-operate-ui/src/views/supplier/supplierlist/rentalServices.vue
View file @
da08aa18
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/views/supplier/supplierlist/supplySubcontracting.vue
View file @
da08aa18
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