Commit b933fa1c authored by stone's avatar stone

Merge branch 'develop' of https://hel.hand-china.com/hlcm/leaf-hlcm into develop

parents b425a3a1 d49b35cf
...@@ -631,7 +631,7 @@ ...@@ -631,7 +631,7 @@
</a:fieldSet> </a:fieldSet>
</a:form> </a:form>
<a:grid id="csh_transaction_receipt_write_off_grid_ds" <a:grid id="csh_transaction_receipt_write_off_grid_ds"
bindTarget="csh531n_sap_bankflow_info_result_ds" marginHeight="305" marginWidth="30" bindTarget="csh531n_sap_bankflow_info_result_ds" marginHeight="210" marginWidth="30"
navBar="true"> navBar="true">
<!-- <a:toolBar>--> <!-- <a:toolBar>-->
<!-- <a:button click="csh531_terminal_manager" text="终端号管理"/>--> <!-- <a:button click="csh531_terminal_manager" text="终端号管理"/>-->
......
...@@ -643,7 +643,7 @@ ...@@ -643,7 +643,7 @@
</a:fieldSet> </a:fieldSet>
</a:form> </a:form>
<a:grid id="csh_transaction_receipt_write_off_grid_ds" <a:grid id="csh_transaction_receipt_write_off_grid_ds"
bindTarget="csh531n_sap_bankflow_info_result_ds" marginHeight="305" marginWidth="30" bindTarget="csh531n_sap_bankflow_info_result_ds" marginHeight="210" marginWidth="30"
navBar="true"> navBar="true">
<!-- <a:toolBar>--> <!-- <a:toolBar>-->
<!-- <a:button click="csh531_terminal_manager" text="终端号管理"/>--> <!-- <a:button click="csh531_terminal_manager" text="终端号管理"/>-->
......
...@@ -297,7 +297,7 @@ ...@@ -297,7 +297,7 @@
if (count > limit) { if (count > limit) {
Leaf.showConfirm('提示', '由于凭证行数超过'+limit+'行,传输至SBO后不能立即得到返回结果,您确定继续吗?', function() { Leaf.showConfirm('提示', '由于凭证行数超过'+limit+'行,传输至SBO后不能立即得到返回结果,您确定继续吗?', function() {
//lock_current_window(); //lock_current_window();
lock_current_window2('正在传送,请勿离开当前界面。。。'); Leaf.Masker.mask(Ext.getBody(),'正在传输...请勿离开当前界面...');
Leaf.request({ Leaf.request({
url: $('hls301_send_data').getUrl(), url: $('hls301_send_data').getUrl(),
para: queryParams, para: queryParams,
...@@ -306,14 +306,14 @@ ...@@ -306,14 +306,14 @@
msg: '已提交请求', msg: '已提交请求',
duration: 3000 duration: 3000
}); });
unlock_current_window(); Leaf.Masker.unmask(Ext.getBody());
$('hls_journal_header_result_ds').query(); $('hls_journal_header_result_ds').query();
}, },
failure: function() { failure: function() {
unlock_current_window(); Leaf.Masker.unmask(Ext.getBody());
}, },
error: function() { error: function() {
unlock_current_window(); Leaf.Masker.unmask(Ext.getBody());
}, },
scope: this scope: this
}); });
......
...@@ -1292,6 +1292,7 @@ ...@@ -1292,6 +1292,7 @@
}, },
success: function() { success: function() {
if('${/parameter/@document_category}'=='PROJECT'){ if('${/parameter/@document_category}'=='PROJECT'){
$('PROJECT_CREATE_NP_F_QUOTATION_N_prj_quotation_ds').query();
$('PROJECT_CREATE_NP_G_CASHFLOW_NS_prj_quotation_ds').query(); $('PROJECT_CREATE_NP_G_CASHFLOW_NS_prj_quotation_ds').query();
}else if('${/parameter/@document_category}'=='CONTRACT'){ }else if('${/parameter/@document_category}'=='CONTRACT'){
$('CONTRACT_CREATE_INC_G_CASHFLOW_1_con_contract_cashflow_ds').query(); $('CONTRACT_CREATE_INC_G_CASHFLOW_1_con_contract_cashflow_ds').query();
......
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