Commit b039e29b authored by 陆正友's avatar 陆正友

农行回单跳转调整

parent f9e556f0
...@@ -85,6 +85,8 @@ ...@@ -85,6 +85,8 @@
record.set('guarantor_name_duty',record.get('guarantor_name_duty_desc')); record.set('guarantor_name_duty',record.get('guarantor_name_duty_desc'));
record.set('collection_classes_desc',record.get('collection_classes_desc')); record.set('collection_classes_desc',record.get('collection_classes_desc'));
record.set('extra_nam',record.get('extra_nam')); record.set('extra_nam',record.get('extra_nam'));
record.set('bp_id',record.get('bp_id'));
record.set('bp_category',record.get('bp_category'));
if (record.get('collection_classes') == 'DEPOSIT') { if (record.get('collection_classes') == 'DEPOSIT') {
...@@ -120,7 +122,7 @@ ...@@ -120,7 +122,7 @@
}); });
//关闭该导入的界面 //关闭该导入的界面
backBtn(); backBtn();
returnBack(); //returnBack();
// location.href = "${/request/@context_path}/modules/csh/CSH1400/csh_agricultural_bank_check.lview"; // location.href = "${/request/@context_path}/modules/csh/CSH1400/csh_agricultural_bank_check.lview";
}, },
......
...@@ -34,7 +34,6 @@ ...@@ -34,7 +34,6 @@
$("OcrQueryDs").query(); $("OcrQueryDs").query();
$("AbcBankDs").query(); $("AbcBankDs").query();
} }
function returnBack() { function returnBack() {
// 刷新页面 // 刷新页面
top.refreshFrame(); top.refreshFrame();
...@@ -182,7 +181,7 @@ ...@@ -182,7 +181,7 @@
}); });
$('AbcBankDs').query(); $('AbcBankDs').query();
$("OcrQueryDs").query(); $("OcrQueryDs").query();
//returnBack(); returnBack();
}, },
scope: this scope: this
}); });
...@@ -200,7 +199,7 @@ ...@@ -200,7 +199,7 @@
}); });
$('AbcBankDs').query(); $('AbcBankDs').query();
$("OcrQueryDs").query(); $("OcrQueryDs").query();
//returnBack(); returnBack();
}, },
scope: this scope: this
}); });
...@@ -345,7 +344,6 @@ ...@@ -345,7 +344,6 @@
renderer="checkOcrRender"/> renderer="checkOcrRender"/>
<a:column name="bank_name" prompt="对方银行名称" width="100" align="left"/> <a:column name="bank_name" prompt="对方银行名称" width="100" align="left"/>
<a:column name="beneficiary_name" prompt="收款对象" width="100" editor="grid_lov" align="left" required="true"/> <a:column name="beneficiary_name" prompt="收款对象" width="100" editor="grid_lov" align="left" required="true"/>
<a:column name="bp_id" prompt="收款对象" />
<a:column name="paid_byother_flag_desc" prompt="是否代付" width="70" editor="grid_cb" <a:column name="paid_byother_flag_desc" prompt="是否代付" width="70" editor="grid_cb"
required="true" required="true"
align="center"/> align="center"/>
......
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