Commit dfc8999d authored by 38823's avatar 38823

茂甲控制保证金上线代码整理

parent 98411324
...@@ -336,6 +336,7 @@ var enableLayoutConfig = { ...@@ -336,6 +336,7 @@ var enableLayoutConfig = {
'modules/hsbc/HSBC130/pingan_account_hisbalance_query.lview':true, 'modules/hsbc/HSBC130/pingan_account_hisbalance_query.lview':true,
'modules/prj/PRJ501N/prj_project_lease_import_details.lview':true, 'modules/prj/PRJ501N/prj_project_lease_import_details.lview':true,
'modules/prj/PRJ501N/prj_project_lease_import.lview:':true, 'modules/prj/PRJ501N/prj_project_lease_import.lview:':true,
'modules/csh/CSH531F/csh_bank_recoi_margin_check.lview:':true,
'modules/csh/CSH531F/csh_bank_recoi_processing.lview':true, 'modules/csh/CSH531F/csh_bank_recoi_processing.lview':true,
'modules/csh/CSH531F/csh_bank_recoi_processing_workflow.lview':true 'modules/csh/CSH531F/csh_bank_recoi_processing_workflow.lview':true
}; };
\ No newline at end of file
...@@ -608,7 +608,6 @@ ...@@ -608,7 +608,6 @@
return; return;
} }
if ($(ds_id).validate()) { if ($(ds_id).validate()) {
debugger;
if('${/model/wfl_status/record/@mar_status}' != 'Y'){ if('${/model/wfl_status/record/@mar_status}' != 'Y'){
if(record.get('division')=='70'&&record.get('write_off_amount')<record.get('customer_margin')){ if(record.get('division')=='70'&&record.get('write_off_amount')<record.get('customer_margin')){
Leaf.showMessage('${l:PROMPT}', '铁甲业务需要保证金入账后才能起租'); Leaf.showMessage('${l:PROMPT}', '铁甲业务需要保证金入账后才能起租');
......
...@@ -726,7 +726,6 @@ ...@@ -726,7 +726,6 @@
<!-- <a:gridButton click="csh510_csh_trx_bank_drop" text="CSH510.CSH_TRANSACTION.DROP_BTN" id="csh510_csh_trx_bank_drop"/>--> <!-- <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 click="csh510_receipt_reset" text="HLS.RESET"/>
<a:gridButton id="csh531_margin_check_id" click="csh531_margin_check" text="茂甲保证金校验"/> <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_csh_transaction_batch_update" text="批量过账"/>-->
<!-- <a:gridButton click="csh510_receipt" text="财务认领"/> --> <!-- <a:gridButton click="csh510_receipt" text="财务认领"/> -->
</a:screenTopToolbar> </a:screenTopToolbar>
......
...@@ -15,9 +15,6 @@ ...@@ -15,9 +15,6 @@
if(document.getElementById('${/parameter/@layout_code}_user_button1')){ if(document.getElementById('${/parameter/@layout_code}_user_button1')){
$jq('#${/parameter/@layout_code}_user_button1').hide(); $jq('#${/parameter/@layout_code}_user_button1').hide();
} }
if(document.getElementById('${/parameter/@layout_code}_user_button2')){
$jq('#${/parameter/@layout_code}_user_button2').hide();
}
var marginCheckId="${/parameter/@MARGIN_CHECK_ID}"; var marginCheckId="${/parameter/@MARGIN_CHECK_ID}";
var ds_query_id= 'MARGIN_CHECK_F_QUERY_csh_margin_check_ds'; var ds_query_id= 'MARGIN_CHECK_F_QUERY_csh_margin_check_ds';
var ds_result_id= 'MARGIN_CHECK_F_RESULT_csh_margin_check_ds'; var ds_result_id= 'MARGIN_CHECK_F_RESULT_csh_margin_check_ds';
...@@ -83,9 +80,6 @@ ...@@ -83,9 +80,6 @@
url: $('${/parameter/@layout_code}_csh531_margin_check_save_link_id').getUrl(), url: $('${/parameter/@layout_code}_csh531_margin_check_save_link_id').getUrl(),
para: params, para: params,
success: function(res) { success: function(res) {
window['${/parameter/@bp_seq}${/parameter/@layout_code}_unlock_layout_dynamic_window']();
debugger;
window['${/parameter/@layout_code}_lock_layout_dynamic_window']();
var marginCheckId=res.result.margin_check_id; var marginCheckId=res.result.margin_check_id;
Leaf.request({ Leaf.request({
url: $('${/parameter/@layout_code}_csh531_margin_check_submit_link_id').getUrl(), url: $('${/parameter/@layout_code}_csh531_margin_check_submit_link_id').getUrl(),
...@@ -121,7 +115,6 @@ ...@@ -121,7 +115,6 @@
scope: this scope: this
}); });
},function (){ },function (){
debugger;
window['${/parameter/@layout_code}_unlock_layout_dynamic_window'](); window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
}); });
} }
......
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