Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
leaf-hlcm
Project
Project
Details
Activity
Releases
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
hlcm
leaf-hlcm
Commits
b08057ce
Commit
b08057ce
authored
Apr 18, 2025
by
38823
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【建机】限制一张资管费对账单的最大条数
parent
9a80ea32
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
csh_asset_reconciliation.lview
...webapp/modules/csh/CSH1500/csh_asset_reconciliation.lview
+4
-0
No files found.
src/main/webapp/modules/csh/CSH1500/csh_asset_reconciliation.lview
View file @
b08057ce
...
@@ -37,6 +37,10 @@
...
@@ -37,6 +37,10 @@
$L.showMessage("提示",'请至少选择一条数据!');
$L.showMessage("提示",'请至少选择一条数据!');
return;
return;
}
}
if(records.length >
490){
$L.showMessage("提示",'每次提交不能超过490条!');
return;
}
var pe_count = 0;
var pe_count = 0;
var count = 0;
var count = 0;
for(var i=0; i
<records.length
;i++){
for(var i=0; i
<records.length
;i++){
...
...
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