Commit b8bff971 authored by 38823's avatar 38823

茂甲控制保证金上线页面完善

parent 6fc2f31d
...@@ -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';
...@@ -50,7 +47,6 @@ ...@@ -50,7 +47,6 @@
//自定义提交审批保存 //自定义提交审批保存
window['${/parameter/@layout_code}_user_button1_layout_dynamic_click'] = function() { window['${/parameter/@layout_code}_user_button1_layout_dynamic_click'] = function() {
debugger;
window['${/parameter/@bp_seq}${/parameter/@layout_code}_lock_layout_dynamic_window'](); window['${/parameter/@bp_seq}${/parameter/@layout_code}_lock_layout_dynamic_window']();
var ds_id = 'MARGIN_CHECK_F_QUERY_csh_margin_check_ds'; var ds_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';
...@@ -122,7 +118,6 @@ ...@@ -122,7 +118,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