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
6f3485c0
Commit
6f3485c0
authored
May 07, 2021
by
李贺贺
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
担保代付协议附件上传校验
parent
13498439
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
11 deletions
+12
-11
acr_invoice_apply_detail.lview
.../webapp/modules/acr/ACR610/acr_invoice_apply_detail.lview
+12
-11
No files found.
src/main/webapp/modules/acr/ACR610/acr_invoice_apply_detail.lview
View file @
6f3485c0
...
...
@@ -99,18 +99,19 @@
return '<a href="javascript:acr610_detail_grid_readonly(' + record.id + ',' + record.get('invoice_hd_wfl_id') + ');">
' + value + '
</a>
';
}
if (name == 'attachment') {
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') {
return '
<a
href=
"javascript:acr610_detail_upload_window(' + record.get('file_id') + ')"
>
附件
</a>
';
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') {
return '
<a
href=
"javascript:acr610_detail_upload_window(' + record.get('file_id') + ')"
>
附件
</a>
';
}
}
}
} else if (record.get('invoice_kind') == '2'
) {
if (record.get('paid_byother_sum_flag') > 0) {
var current_record = $('acr610_invoice_detail_result_ds').getAt(0);
if (current_record.id == record.id) {
return '
<a
href=
"javascript:acr610_detail_upload_window(' + record.get('file_id') + ')"
>
附件
</a>
';
}
else if (record.get('invoice_kind') == '2') {
if (record.get('paid_byother_sum_flag') > 0
) {
var current_record = $('acr610_invoice_detail_result_ds').getAt(0);
if (current_record.id == record.id) {
return '
<a
href=
"javascript:acr610_detail_upload_window(' + record.get('file_id') + ')"
>
附件
</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