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
28e7d3d0
Commit
28e7d3d0
authored
May 08, 2021
by
李贺贺
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
担保代付协议附件上传校验——审批页面
parent
e527c66e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
11 deletions
+12
-11
acr_invoice_apply_detail_wfl.lview
...app/modules/acr/ACR610/acr_invoice_apply_detail_wfl.lview
+12
-11
No files found.
src/main/webapp/modules/acr/ACR610/acr_invoice_apply_detail_wfl.lview
View file @
28e7d3d0
...
...
@@ -99,7 +99,7 @@
return '<a href="javascript:acr610_detail_grid_readonly(' + record.id + ',' + record.get('invoice_hd_wfl_id') + ');">
' + value + '
</a>
';
}
if (name == 'attachment') {
if(record.get('cf_item') != '2') {
if (record.get('invoice_kind') == '0') {
if (record.get('paid_byother_flag') == 'T') {
if (record.get('guarantor_name_duty') != 'Y' || record.get('guarantor_name_duty') == 'NULL') {
...
...
@@ -115,6 +115,7 @@
}
}
}
}
if (name == 'received_amount') {
if ((!Leaf.isEmpty(value)
&&
value > 0)
&&
record.get('cf_item') != '9') {
return '
<a
href=
"javascript:csh_write_off_detail(' + record.id + ',' + record.get('invoice_hd_id') + ');"
>
' + Leaf.formatMoney(value) + '
</a>
';
...
...
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