Commit 4375c2c9 authored by 陆正友's avatar 陆正友

农行回单跳转调整

parent 875f6227
......@@ -85,6 +85,8 @@
record.set('guarantor_name_duty',record.get('guarantor_name_duty_desc'));
record.set('collection_classes_desc',record.get('collection_classes_desc'));
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') {
......@@ -120,7 +122,7 @@
});
//关闭该导入的界面
backBtn();
returnBack();
//returnBack();
// location.href = "${/request/@context_path}/modules/csh/CSH1400/csh_agricultural_bank_check.lview";
},
......
......@@ -34,7 +34,6 @@
$("OcrQueryDs").query();
$("AbcBankDs").query();
}
function returnBack() {
// 刷新页面
top.refreshFrame();
......@@ -182,7 +181,7 @@
});
$('AbcBankDs').query();
$("OcrQueryDs").query();
//returnBack();
returnBack();
},
scope: this
});
......@@ -200,7 +199,7 @@
});
$('AbcBankDs').query();
$("OcrQueryDs").query();
//returnBack();
returnBack();
},
scope: this
});
......@@ -345,7 +344,6 @@
<a:column name="bank_name" prompt="对方银行名称" width="100" align="left"
renderer="checkOcrRender"/>
<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"
required="true"
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