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
b4a1b63f
authored
2024-03-21 14:26:59 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
税务信息
1 parent
96b0b0f9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
src/views/workflow/main/swxx/index.vue
src/views/workflow/main/swxx/index.vue
View file @
b4a1b63
...
...
@@ -174,7 +174,7 @@
</div>
<lb-table
:column=
"clmMsr"
:key=
"key"
:key=
"key
1
"
:pagination=
"false"
:heightNumSetting=
"true"
:minHeight=
"0"
:rowStyleHeight=
'25'
:data=
"ywrList"
>
...
...
@@ -186,7 +186,7 @@
<lb-table
:column=
"clmSwxx"
:pagination=
"false"
:key=
"key"
:key=
"key
2
"
:heightNumSetting=
"true"
:minHeight=
"0"
:rowStyleHeight=
'25'
:data=
"swxxList"
>
</lb-table>
...
...
@@ -209,6 +209,8 @@
data
()
{
return
{
key
:
0
,
key1
:
1
,
key2
:
2
,
ruleForm
:
{},
loading
:
false
,
//表单是否可操作
...
...
@@ -293,6 +295,8 @@
this
.
qlrList
=
htxx
[
1
].
msr
;
this
.
ywrList
=
htxx
[
2
].
cmr
;
this
.
key
++
this
.
key1
++
this
.
key2
++
}
if
(
res
.
result
.
wqht
.
jsnr
!=
""
&&
res
.
result
.
wqht
.
jsnr
!=
null
)
{
this
.
swxxList
=
JSON
.
parse
(
res
.
result
.
wqht
.
jsnr
);
...
...
Please
register
or
sign in
to post a comment