Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
f023515c
"vscode:/vscode.git/clone" did not exist on "25f50d74c5b71876f62bd7374eae6cb4d44df2f2"
Commit
f023515c
authored
Jul 05, 2021
by
季圣华
Browse files
优化关联单据和欠款单据列表
parent
0d643529
Changes
2
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/bill/dialog/LinkBillList.vue
View file @
f023515c
...
...
@@ -19,7 +19,8 @@
:pagination=
"ipagination"
:loading=
"loading"
:rowSelection=
"
{selectedRowKeys: selectedRowKeys, onChange: onSelectChange, type: getType}"
:customRow="rowAction">
:customRow="rowAction"
@change="handleTableChange">
</a-table>
<!-- table区域-end -->
</a-modal>
...
...
jshERP-web/src/views/financial/dialog/DebtBillList.vue
View file @
f023515c
...
...
@@ -52,9 +52,11 @@
rowKey=
"id"
:columns=
"columns"
:dataSource=
"dataSource"
:pagination=
"ipagination"
:loading=
"loading"
:rowSelection=
"
{selectedRowKeys: selectedRowKeys, onChange: onSelectChange, type: getType}"
:customRow="rowAction">
:customRow="rowAction"
@change="handleTableChange">
</a-table>
<!-- table区域-end -->
</a-modal>
...
...
@@ -155,6 +157,8 @@
}
this
.
model
=
Object
.
assign
({},
{});
this
.
visible
=
true
;
this
.
ipagination
.
pageSize
=
100
this
.
ipagination
.
pageSizeOptions
=
[
'
100
'
,
'
200
'
,
'
300
'
]
this
.
loadData
(
1
)
},
close
()
{
...
...
Write
Preview
Supports
Markdown
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