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

农行回单二次调整

parent eaaf7504
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
hc.last_updated_by, hc.last_updated_by,
hc.bp_id, hc.bp_id,
hc.bank_account_id, hc.bank_account_id,
hc.bp_category,
'N' re_flag, 'N' re_flag,
NULL AS bank_num_r, NULL AS bank_num_r,
NULL AS bank_receipt_date_r, NULL AS bank_receipt_date_r,
...@@ -80,6 +81,7 @@ ...@@ -80,6 +81,7 @@
hc.last_updated_by, hc.last_updated_by,
hc.bp_id, hc.bp_id,
hc.bank_account_id, hc.bank_account_id,
hc.bp_category,
'Y' re_flag, 'Y' re_flag,
a.bank_num bank_num_r, a.bank_num bank_num_r,
to_char(a.bank_receipt_date, 'yyyy-MM-dd') bank_receipt_date_r, to_char(a.bank_receipt_date, 'yyyy-MM-dd') bank_receipt_date_r,
...@@ -100,11 +102,11 @@ ...@@ -100,11 +102,11 @@
</bm:operations> </bm:operations>
<bm:query-fields> <bm:query-fields>
<!-- <bm:query-field name="exchange_hour_from" queryExpression="t1.bank_receipt_date &gt;= to_date(${@exchange_hour_from},&apos;yyyy-mm-dd&apos;)"/>-->
<!-- <bm:query-field name="exchange_hour_to" queryExpression="t1.bank_receipt_date &lt;= to_date(${@exchange_hour_to},&apos;yyyy-mm-dd&apos;)"/>-->
<bm:query-field name="exchange_hour_from" queryExpression="t1.bank_receipt_date &gt;= ${@exchange_hour_from} "/> <bm:query-field name="exchange_hour_from" queryExpression="t1.bank_receipt_date &gt;= ${@exchange_hour_from} "/>
<bm:query-field name="exchange_hour_to" queryExpression="t1.bank_receipt_date &lt;= ${@exchange_hour_to} "/> <bm:query-field name="exchange_hour_to" queryExpression="t1.bank_receipt_date &lt;= ${@exchange_hour_to} "/>
<bm:query-field name="money_from" queryExpression="t1.total_amount &gt;= ${@money_from} "/>
<bm:query-field name="money_to" queryExpression="t1.total_amount &lt;= ${@money_to} "/>
</bm:query-fields> </bm:query-fields>
</bm:model> </bm:model>
...@@ -148,11 +148,11 @@ ...@@ -148,11 +148,11 @@
</bm:operations> </bm:operations>
<bm:query-fields> <bm:query-fields>
<!-- <bm:query-field name="exchange_hour_from" queryExpression="t1.bank_receipt_date &gt;= to_date(${@exchange_hour_from},&apos;yyyy-mm-dd&apos;)"/>-->
<!-- <bm:query-field name="exchange_hour_to" queryExpression="t1.bank_receipt_date &lt;= to_date(${@exchange_hour_to},&apos;yyyy-mm-dd&apos;)"/>-->
<bm:query-field name="exchange_hour_from" queryExpression="t1.bank_receipt_date &gt;= ${@exchange_hour_from} "/> <bm:query-field name="exchange_hour_from" queryExpression="t1.bank_receipt_date &gt;= ${@exchange_hour_from} "/>
<bm:query-field name="exchange_hour_to" queryExpression="t1.bank_receipt_date &lt;= ${@exchange_hour_to} "/> <bm:query-field name="exchange_hour_to" queryExpression="t1.bank_receipt_date &lt;= ${@exchange_hour_to} "/>
<bm:query-field name="money_from" queryExpression="t1.total_amount &gt;= ${@money_from} "/>
<bm:query-field name="money_to" queryExpression="t1.total_amount &lt;= ${@money_to} "/>
</bm:query-fields> </bm:query-fields>
......
...@@ -456,7 +456,7 @@ ...@@ -456,7 +456,7 @@
</a:dataSet> </a:dataSet>
</a:dataSets> </a:dataSets>
<a:screenBody> <a:screenBody>
<a:form id="success_form" height="400" title="THE_IMPORTED_DATA" width="980"> <a:form id="success_form" height="400" title="收款导入" width="980">
<a:screenTopToolbar> <a:screenTopToolbar>
<a:gridButton click="backBtn" text="退出"/> <a:gridButton click="backBtn" text="退出"/>
<a:gridButton click="import_btn" text="导入"/> <a:gridButton click="import_btn" text="导入"/>
......
...@@ -511,7 +511,7 @@ ...@@ -511,7 +511,7 @@
url:$('agricultural_bank_link').getUrl(), url:$('agricultural_bank_link').getUrl(),
title: '农行回单', title: '农行回单',
width: 1500, width: 1500,
height: 590 height: 580
}); });
} }
......
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