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
ad6eb5c3
Commit
ad6eb5c3
authored
Jan 11, 2024
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
供应商管理
parent
0aedb9ac
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
access.vue
dsk-operate-ui/src/views/supplier/supplierlist/access.vue
+1
-1
laborSubcontracting.vue
...i/src/views/supplier/supplierlist/laborSubcontracting.vue
+1
-1
professionalSubcontracting.vue
...iews/supplier/supplierlist/professionalSubcontracting.vue
+1
-1
No files found.
dsk-operate-ui/src/views/supplier/supplierlist/access.vue
View file @
ad6eb5c3
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
<p>
<p>
<label
class=
"label"
>
纳税人身份
</label>
<label
class=
"label"
>
纳税人身份
</label>
<span>
{{
custmerInfo
.
paytaxType
||
'--'
}}
</span>
<span>
{{
custmerInfo
.
paytaxType
||
'--'
}}
</span>
<label
class=
"label"
>
纳税人税率
</label>
<label
class=
"label"
>
纳税人税率
(%)
</label>
<span>
{{
custmerInfo
.
taxRate
||
'--'
}}
</span>
<span>
{{
custmerInfo
.
taxRate
||
'--'
}}
</span>
</p>
</p>
<p>
<p>
...
...
dsk-operate-ui/src/views/supplier/supplierlist/laborSubcontracting.vue
View file @
ad6eb5c3
...
@@ -173,7 +173,7 @@
...
@@ -173,7 +173,7 @@
{{
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=
"
520px
"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-tooltip
placement=
"top-start"
v-if=
"scope.row.constructJobScope&&scope.row.constructJobScope.length>35"
>
<el-tooltip
placement=
"top-start"
v-if=
"scope.row.constructJobScope&&scope.row.constructJobScope.length>35"
>
<div
slot=
"content"
>
{{
scope
.
row
.
constructJobScope
}}
</div>
<div
slot=
"content"
>
{{
scope
.
row
.
constructJobScope
}}
</div>
...
...
dsk-operate-ui/src/views/supplier/supplierlist/professionalSubcontracting.vue
View file @
ad6eb5c3
...
@@ -167,7 +167,7 @@
...
@@ -167,7 +167,7 @@
{{
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=
"520px
"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-tooltip
placement=
"top-start"
v-if=
"scope.row.constructJobScope&&scope.row.constructJobScope.length>35"
>
<el-tooltip
placement=
"top-start"
v-if=
"scope.row.constructJobScope&&scope.row.constructJobScope.length>35"
>
<div
slot=
"content"
>
{{
scope
.
row
.
constructJobScope
}}
</div>
<div
slot=
"content"
>
{{
scope
.
row
.
constructJobScope
}}
</div>
...
...
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