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
e164edfe
Commit
e164edfe
authored
Mar 07, 2025
by
18083
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
核销反冲租金是否出凭证逻辑调整
parent
939d7096
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
csh_transaction_receipt_write_off_reverse_wfl.lview
...SH514/csh_transaction_receipt_write_off_reverse_wfl.lview
+4
-4
No files found.
src/main/webapp/modules/csh/CSH514/csh_transaction_receipt_write_off_reverse_wfl.lview
View file @
e164edfe
...
@@ -181,7 +181,7 @@
...
@@ -181,7 +181,7 @@
</a:columns>
</a:columns>
</a:grid>
</a:grid>
</a:screenBody>
</a:screenBody>
<script>
<script>
<![CDATA[
Leaf.onReady(init);
Leaf.onReady(init);
function init() {
function init() {
var headers_ds = $('csh_transaction_receipt_write_off_reverse_detail_head_ds');
var headers_ds = $('csh_transaction_receipt_write_off_reverse_detail_head_ds');
...
@@ -191,11 +191,11 @@
...
@@ -191,11 +191,11 @@
if ('${/model/extend_month/record/@check_flag}' =='N'){
if ('${/model/extend_month/record/@check_flag}' =='N'){
$('extend_month_id').hide();
$('extend_month_id').hide();
}
}
if (
'${/model/extend_month/record/@check_flag}' =='N'
&&
'${/model/extend_gld_rent/record/@rent_check_flag}' =='N'
){
if (
('${/model/extend_month/record/@check_flag}' =='N')||('${/model/extend_month/record/@check_flag}' =='Y' && '${/model/extend_gld_rent/record/@rent_check_flag}' =='N')
){
$('gld_rent_id').hide();
$('gld_rent_id').hide();
}
}
}
}
</script>
]]>
</script>
</a:view>
</a:view>
</a:screen>
</a:screen>
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