Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f0542fe8
authored
2023-09-05 16:49:35 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:税务信息
1 parent
a0bb3c03
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
3 deletions
src/views/workflow/components/swxx.vue
src/views/workflow/components/swxx.vue
View file @
f0542fe
<
template
>
<div
class=
"slxx swxx"
>
<!--
<div>
缴税信息
</div>
-->
<el-form
:model=
"ruleForm"
ref=
"ruleForm"
...
...
@@ -90,6 +88,13 @@
</el-form-item>
</el-col>
</el-row>
<div
class=
"slxx_title title-block"
>
缴税信息
<div
class=
"triangle"
></div>
</div>
<lb-table
:column=
"column2"
:pagination=
"false"
:heightNumSetting=
"true"
:data=
"ruleForm.tableDataList"
>
</lb-table>
</div>
<el-row
class=
"btn"
v-if=
"viewEdit"
>
<el-form-item>
...
...
@@ -152,7 +157,32 @@
{
prop
:
"zjhm"
,
label
:
"证件号码"
},],
}],
column2
:
[{
type
:
'index'
,
label
:
"序号"
,
width
:
'50'
},
{
prop
:
"nsr"
,
label
:
"纳税人"
},
{
prop
:
"sz"
,
label
:
"税种"
},
{
prop
:
"jsyj"
,
label
:
"计税依据"
},
{
prop
:
"sl"
,
label
:
"税率"
},
{
prop
:
"jsje"
,
label
:
"计税金额"
}],
ruleForm
:
{
tableDataList
:
[]
}
...
...
Please
register
or
sign in
to post a comment