Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
leaf-hlcm
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hlcm
leaf-hlcm
Commits
c6d6ef11
Commit
c6d6ef11
authored
Feb 20, 2020
by
Darming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fix]建行-划扣导出修复
框架导出查询参数异常导致后台异常 修改了bindName--原因未知 添加记录变更事件
parent
7348a1c2
Pipeline
#4906
canceled with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
26 deletions
+31
-26
ccb_ebank_manager.lview
src/main/webapp/modules/ccb/CCB600/ccb_ebank_manager.lview
+31
-26
No files found.
src/main/webapp/modules/ccb/CCB600/ccb_ebank_manager.lview
View file @
c6d6ef11
...
...
@@ -299,10 +299,15 @@
});
}
function query_reset(){
function query_reset()
{
$('hls_ccb_batch_query_ds').reset();
}
function hls_ccb_batch_set_queryPara(ds){
var r = ds.getCurrentRecord();
$('hls_ccb_batch_merge_result_ds').setQueryParameter('batch_id',r.get('batch_id'));
}
]]>
</script>
<a:dataSets>
<a:dataSet
id=
"bank_name_combobox_ds"
>
...
...
@@ -320,16 +325,16 @@
</a:fields>
</a:dataSet>
<a:dataSet
id=
"hls_ccb_batch_result_ds"
auto
Count=
"true"
auto
Query=
"true"
fetchAll=
"false"
<a:dataSet
id=
"hls_ccb_batch_result_ds"
autoQuery=
"true"
fetchAll=
"false"
model=
"ccb.CCB600.hls_ebank_batch"
pageSize=
"15"
queryDataSet=
"hls_ccb_batch_query_ds"
queryUrl=
"${/request/@context_path}/autocrud/ccb.CCB600.hls_ebank_batch/query"
selectable=
"true"
selectionModel=
"single"
>
<a:
field
s>
</a:
field
s>
<a:
event
s>
<a:event
name=
"indexchange"
handler=
"hls_ccb_batch_set_queryPara"
/>
</a:
event
s>
</a:dataSet>
<a:dataSet
id=
"hls_ccb_batch_merge_result_ds"
model=
"ccb.CCB600.hls_ebank_batch_ln_group"
bindName=
"
merge
_result"
bindTarget=
"hls_ccb_batch_result_ds"
>
<a:dataSet
id=
"hls_ccb_batch_merge_result_ds"
fetchAll=
"true"
model=
"ccb.CCB600.hls_ebank_batch_ln_group"
bindName=
"
ccb_out
_result"
bindTarget=
"hls_ccb_batch_result_ds"
>
</a:dataSet>
</a:dataSets>
<a:screenBody>
...
...
@@ -346,7 +351,7 @@
<!-- <a:gridButton click="withhold_list" text="手工代扣单"/>-->
</a:screenTopToolbar>
<a:form
column=
"3"
>
<!-- <a:comboBox name="bank_name" bindTarget="hls_ccb_batch_query_ds" prompt="银行名称"/>-->
<!-- <a:comboBox name="bank_name" bindTarget="hls_ccb_batch_query_ds" prompt="银行名称"/>-->
<a:comboBox
name=
"status_desc"
bindTarget=
"hls_ccb_batch_query_ds"
prompt=
"状态"
/>
<a:datePicker
name=
"batch_date"
bindTarget=
"hls_ccb_batch_query_ds"
prompt=
"创建日期"
/>
</a:form>
...
...
@@ -369,7 +374,7 @@
</a:columns>
</a:grid>
<a:grid
hidden=
"true"
width=
"1"
height=
"1"
id=
"hls_ccb_batch_merge_result_grid"
bindTarget=
"hls_ccb_batch_merge_result_ds"
>
bindTarget=
"hls_ccb_batch_merge_result_ds"
title=
"待导出划扣单"
>
<a:columns>
<a:column
name=
"sequence_num"
prompt=
"序号(必填)"
/>
<a:column
name=
"bank_account_num"
prompt=
"账号(必填)"
/>
...
...
@@ -384,23 +389,23 @@
<a:column
prompt=
"备注(选填)"
/>
</a:columns>
</a:grid>
<a:grid
hidden=
"true"
width=
"1"
height=
"1"
id=
"hls_abc_batch_merge_result_grid"
bindTarget=
"hls_ccb_batch_merge_result_ds"
>
<a:columns
>
<a:column
name=
"abc_sequence_num"
prompt=
"serial-no"
/
>
<a:column
name=
"abc_pay_type"
prompt=
"pay-type"
/
>
<a:column
name=
"abc_transaction_type"
prompt=
"transaction-type"
/
>
<a:column
name=
"csh_bank_account_num"
prompt=
"account-no"
/
>
<a:column
name=
"csh_bank_account_name"
prompt=
"account-name"
/
>
<a:column
name=
"bank_account_num"
prompt=
"payee-account-to"
/
>
<a:column
name=
"bank_account_name"
prompt=
"payee-name"
/
>
<a:column
name=
"abc_payee_bank"
prompt=
"payee-bank"
/
>
<a:column
name=
"abc_usage"
prompt=
"usage"
/
>
<a:column
name=
"abc_fen_code"
prompt=
"fen-code"
/
>
<a:column
name=
"abc_curr_flag"
prompt=
"curr-flag"
/
>
<a:column
name=
"actual_amount"
align=
"right"
renderer=
"Leaf.formatMoney"
prompt=
"amount"
/
>
</a:columns
>
</a:grid
>
<!-- <a:grid hidden="true" width="1" height="1" id="hls_abc_batch_merge_result_grid"-->
<!-- bindTarget="hls_ccb_batch_merge_result_ds">--
>
<!-- <a:columns>--
>
<!-- <a:column name="abc_sequence_num" prompt="serial-no"/>--
>
<!-- <a:column name="abc_pay_type" prompt="pay-type"/>--
>
<!-- <a:column name="abc_transaction_type" prompt="transaction-type"/>--
>
<!-- <a:column name="csh_bank_account_num" prompt="account-no"/>--
>
<!-- <a:column name="csh_bank_account_name" prompt="account-name"/>--
>
<!-- <a:column name="bank_account_num" prompt="payee-account-to"/>--
>
<!-- <a:column name="bank_account_name" prompt="payee-name"/>--
>
<!-- <a:column name="abc_payee_bank" prompt="payee-bank"/>--
>
<!-- <a:column name="abc_usage" prompt="usage"/>--
>
<!-- <a:column name="abc_fen_code" prompt="fen-code"/>--
>
<!-- <a:column name="abc_curr_flag" prompt="curr-flag"/>--
>
<!-- <a:column name="actual_amount" align="right" renderer="Leaf.formatMoney" prompt="amount"/>--
>
<!-- </a:columns>--
>
<!-- </a:grid>--
>
</a:screenBody>
</a:view>
</a:screen>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment