Commit 601557c4 authored by panhong18943's avatar panhong18943

资管费银企直连

(cherry picked from commit b748d130)
parent a71a08ca
...@@ -13,7 +13,7 @@ var add_datafilters = [ ...@@ -13,7 +13,7 @@ var add_datafilters = [
{ {
name : 'init_filter', name : 'init_filter',
//expression : "t1.status in ('NEW','ERROR','FINISHED','SEND_MID','CONFIRM1_ERROR','CONFIRM2_FULL_ERROR') and t1.collection_classes = 'REFUND'" //expression : "t1.status in ('NEW','ERROR','FINISHED','SEND_MID','CONFIRM1_ERROR','CONFIRM2_FULL_ERROR') and t1.collection_classes = 'REFUND'"
expression : "t1.status in ('NEW','ERROR','FINISHED','SEND_MID','CONFIRM1_ERROR','CONFIRM2_FULL_ERROR') and nvl(t1.cf_item,'-1') <> '0'" expression : "t1.status in ('NEW','ERROR','FINISHED','SEND_MID','CONFIRM1_ERROR','CONFIRM2_FULL_ERROR') and nvl(t1.cf_item,'-1') not in ('0','40')"
} }
]; ];
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
<a:view> <a:view>
<a:link id="hsbc_paying_batch_create_link_id" url="${/request/@context_path}/modules/hsbc/HSBC100/hsbc_paying_batch_create.lsc"/> <a:link id="hsbc_paying_batch_create_link_id" url="${/request/@context_path}/modules/hsbc/HSBC100/hsbc_paying_batch_create.lsc"/>
<a:link id="hsbc_paying_batch_create_return_link_id" url="${/request/@context_path}/modules/hsbc/HSBC100/hsbc_paying_batch_create_return.lsc"/> <a:link id="hsbc_paying_batch_create_return_link_id" url="${/request/@context_path}/modules/hsbc/HSBC100/hsbc_paying_batch_create_return.lsc"/>
<a:link id="hsbc_paying_batch_create_manage_link_id" url="${/request/@context_path}/modules/hsbc/HSBC100/hsbc_paying_batch_create_manage.lsc"/>
<script><![CDATA[ <script><![CDATA[
function create_paying_batch() { function create_paying_batch() {
var winId = '${/parameter/@winId}'; var winId = '${/parameter/@winId}';
...@@ -34,6 +35,8 @@ ...@@ -34,6 +35,8 @@
url = $('hsbc_paying_batch_create_link_id').getUrl(); url = $('hsbc_paying_batch_create_link_id').getUrl();
}else if(pay_type == 'RETURN'){ }else if(pay_type == 'RETURN'){
url = $('hsbc_paying_batch_create_return_link_id').getUrl(); url = $('hsbc_paying_batch_create_return_link_id').getUrl();
}else if(pay_type == 'MANAGE'){
url = $('hsbc_paying_batch_create_manage_link_id').getUrl();
} }
Leaf.request({ Leaf.request({
......
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