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
503dbb91
Commit
503dbb91
authored
Nov 22, 2019
by
Darming
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/fix_bugs' into develop
parents
6ab92ed3
0b3e661c
Pipeline
#3746
canceled with stages
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
csh_bank_transfer_confirme.lview
...bapp/modules/csh/CSH531C/csh_bank_transfer_confirme.lview
+1
-1
csh_bank_transfer_processing.lview
...pp/modules/csh/CSH531N/csh_bank_transfer_processing.lview
+1
-1
hls_journal_query.lview
src/main/webapp/modules/hls/HLS301/hls_journal_query.lview
+4
-4
No files found.
src/main/webapp/modules/csh/CSH531C/csh_bank_transfer_confirme.lview
View file @
503dbb91
...
...
@@ -631,7 +631,7 @@
</a:fieldSet>
</a:form>
<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"
>
<!-- <a:toolBar>-->
<!-- <a:button click="csh531_terminal_manager" text="终端号管理"/>-->
...
...
src/main/webapp/modules/csh/CSH531N/csh_bank_transfer_processing.lview
View file @
503dbb91
...
...
@@ -643,7 +643,7 @@
</a:fieldSet>
</a:form>
<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"
>
<!-- <a:toolBar>-->
<!-- <a:button click="csh531_terminal_manager" text="终端号管理"/>-->
...
...
src/main/webapp/modules/hls/HLS301/hls_journal_query.lview
View file @
503dbb91
...
...
@@ -297,7 +297,7 @@
if (count > limit) {
Leaf.showConfirm('提示', '由于凭证行数超过'+limit+'行,传输至SBO后不能立即得到返回结果,您确定继续吗?', function() {
//lock_current_window();
lock_current_window2('正在传送,请勿离开当前界面。。。
');
Leaf.Masker.mask(Ext.getBody(),'正在传输...请勿离开当前界面...
');
Leaf.request({
url: $('hls301_send_data').getUrl(),
para: queryParams,
...
...
@@ -306,14 +306,14 @@
msg: '已提交请求',
duration: 3000
});
unlock_current_window(
);
Leaf.Masker.unmask(Ext.getBody()
);
$('hls_journal_header_result_ds').query();
},
failure: function() {
unlock_current_window(
);
Leaf.Masker.unmask(Ext.getBody()
);
},
error: function() {
unlock_current_window(
);
Leaf.Masker.unmask(Ext.getBody()
);
},
scope: this
});
...
...
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