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
cfd88687
Commit
cfd88687
authored
Feb 08, 2025
by
18083
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
核销保证金划转页面调整
parent
cb2724ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
csh_write_off_interface.lview
.../webapp/modules/csh/CSH531N/csh_write_off_interface.lview
+3
-2
csh_transaction_deposit_entry_detail.lview
...CUS_DEPOSIT100/csh_transaction_deposit_entry_detail.lview
+1
-1
No files found.
src/main/webapp/modules/csh/CSH531N/csh_write_off_interface.lview
View file @
cfd88687
...
...
@@ -157,7 +157,7 @@
if (name == 'write_off_amount') {
if(!checkAmount()){
setTimeout(function () {//防止递归
record.set(name,
oldValue
);
record.set(name,
0
);
});
}
...
...
@@ -278,6 +278,7 @@
record.set('due_date', '');
record.set('write_off_principal', '');
record.set('write_off_interest', '');
record.set('write_off_amount', '');
record.set('left_amount', '');
record.set('left_principal', '');
record.set('left_interest', '');
...
...
@@ -793,7 +794,7 @@
return;
}
if (write_date_count > 0) {
Leaf.showInfoMessage('提示', '经
营性租赁合同收款核销
当天的系统日期不得早于应收日!');
Leaf.showInfoMessage('提示', '经
当天的系统日期不得早于应收日!');
return;
}
//收款核销为融租保证金和经租保证金时:校验收款日期和核销日期存在跨月且收款日期所在月份的营业月结未确认时 18083 2024/7/15
...
...
src/main/webapp/modules/cus_deposit/CUS_DEPOSIT100/csh_transaction_deposit_entry_detail.lview
View file @
cfd88687
...
...
@@ -359,7 +359,7 @@
prompt=
"CSH510.CSH_TRANSACTION.YOUR_ACCOUNT_USERNAME"
readOnly=
"true"
/>
</a:box>
</a:fieldSet>
<a:grid
id=
"deposit_ertry_detail_result_grid"
bindTarget=
"deposit_ertry_detail_result_ds"
height=
"
2
00"
<a:grid
id=
"deposit_ertry_detail_result_grid"
bindTarget=
"deposit_ertry_detail_result_ds"
height=
"
4
00"
navBar=
"false"
width=
"1050"
>
<a:toolBar>
<a:button
type=
"add"
/>
...
...
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