Commit bca0be47 authored by chenzhuo's avatar chenzhuo

月结校验

parent 12343267
...@@ -620,10 +620,10 @@ ...@@ -620,10 +620,10 @@
} }
if (role_flag == 'YES') { if (role_flag == 'YES') {
if (record.get('csh_confirm_flag') == 'N') { /*if (record.get('csh_confirm_flag') == 'N') {
$L.showMessage('提示', '请先进行营业确认'); $L.showMessage('提示', '请先进行营业确认');
return; return;
} }*/
$L.Masker.mask(Ext.getBody(), '正在执行......'); $L.Masker.mask(Ext.getBody(), '正在执行......');
$L.request({ $L.request({
url: $('csh_check_acr_link').getUrl(), url: $('csh_check_acr_link').getUrl(),
......
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