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
44576ef1
Commit
44576ef1
authored
Sep 15, 2023
by
邓乾隆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
收款退款校验添加
parent
ef6c562b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
csh_write_off_interface.lview
.../webapp/modules/csh/CSH531N/csh_write_off_interface.lview
+1
-1
No files found.
src/main/webapp/modules/csh/CSH531N/csh_write_off_interface.lview
View file @
44576ef1
...
...
@@ -687,7 +687,7 @@
//
以旧换新与三方协议合同的首付款不可进行电汇核销
var
cf_item_2_count =
0;
for
(var
i =
0;
i
<
interfaceRs.length;
i++)
{
if
((interfaceRs[i].get('payment_deduction')
==
'TRADE_IN'
||
interfaceRs[i].get('payment_deduction')
==
'TRI_AGREEMENT')
&&
interfaceRs[i].get('write_off_cf_item')
==
'2')
{
if
((interfaceRs[i].get('payment_deduction')
==
'TRADE_IN'
||
interfaceRs[i].get('payment_deduction')
==
'TRI_AGREEMENT'
||interfaceRs[i].get('payment_deduction')=='DOWN_PAYMENT_DEDUCTION'
)
&&
interfaceRs[i].get('write_off_cf_item')
==
'2')
{
cf_item_2_count =
plus(cf_item_2_count,
1);
}
}
...
...
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