Commit 6f3485c0 authored by 李贺贺's avatar 李贺贺

担保代付协议附件上传校验

parent 13498439
......@@ -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') {
debugger;
if ((!Leaf.isEmpty(value) && value > 0)&&record.get('cf_item') != '9') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment