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
a24d7b2f
Commit
a24d7b2f
authored
Jun 05, 2023
by
38823
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
茂甲控制保证金上线页面完善
parent
9396b23a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
csh_transaction_receipt_maintain.lview
...modules/csh/CSH510/csh_transaction_receipt_maintain.lview
+14
-0
No files found.
src/main/webapp/modules/csh/CSH510/csh_transaction_receipt_maintain.lview
View file @
a24d7b2f
...
...
@@ -30,6 +30,9 @@
<!-- <a:link id="csh510_csh_transaction_import_link" url="${/request/@context_path}/modules/csh/CSH510/csh_transaction_import.lview"/>-->
<a:link
id=
"csh510_csh_transaction_import_link"
url=
"${/request/@context_path}/modules/csh/CSH510N/csh_transaction_import.lview"
/>
<a:link
id=
"csh_margin_check_id"
url=
"${/request/@context_path}/modules/csh/CSH531F/csh_bank_recoi_margin_check.lview"
/>
<a:link
id=
"hls_get_layout_code_link_id"
model=
"cont.CON500.con_contract_get_layout_code"
modelaction=
"update"
/>
<script
type=
"text/javascript"
>
<![CDATA[
Leaf.onReady(function(){
//console.log($('csh_transaction_receipt_maintain_result_ds'));
...
...
@@ -488,7 +491,16 @@
$('csh_transaction_receipt_maintain_grid_ds')._export(null,'收款维护');
}
function
csh531_margin_check()
{
var
param=
{};
param['function_code']=
'CSH531F3';
param['function_usage']
=
'MODIFY';
param['url_title']='控制茂甲保证金校验';
hls_doc_get_layout_code('hls_get_layout_code_link_id',param,'csh_margin_check_id');
}
]]
></script>
<a:screen-include
screen=
"modules/cont/CON500/con_contract_get_layout_code.lview"
/>
<a:dataSets>
<a:dataSet
id=
"confirmed_flag_ds"
>
<a:datas>
...
...
@@ -713,6 +725,8 @@
<a:gridButton
click=
"csh510_csh_trx_bank_apply_new"
text=
"提交复核"
id=
"csh510_csh_trx_bank_apply_new"
/>
<!-- <a:gridButton click="csh510_csh_trx_bank_drop" text="CSH510.CSH_TRANSACTION.DROP_BTN" id="csh510_csh_trx_bank_drop"/>-->
<a:gridButton
click=
"csh510_receipt_reset"
text=
"HLS.RESET"
/>
<a:gridButton
id=
"csh531_margin_check_id"
click=
"csh531_margin_check"
text=
"茂甲保证金校验"
/>
<!-- <a:gridButton click="csh510_csh_transaction_batch_update" text="批量过账"/>-->
<!-- <a:gridButton click="csh510_receipt" text="财务认领"/> -->
</a:screenTopToolbar>
...
...
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