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
f8d3b747
Commit
f8d3b747
authored
Feb 10, 2023
by
Luochenglong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复双击保存多条数据BUG add by luochenglong
parent
c5992a6f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
cloumn_define.lview
src/main/webapp/modules/efile/EFILE1010/cloumn_define.lview
+3
-1
elec_type_define.lview
...ain/webapp/modules/efile/EFILE1010/elec_type_define.lview
+1
-1
voucher_ass_template.lview
...webapp/modules/efile/EFILE1010/voucher_ass_template.lview
+3
-1
No files found.
src/main/webapp/modules/efile/EFILE1010/cloumn_define.lview
View file @
f8d3b747
...
...
@@ -35,6 +35,7 @@
}
if (records.length != 0) {
Leaf.showConfirm('${l:HLS.PROMPT}', '${l:HLS030.CONFIRM_DELETE}', function() {
Leaf.Masker.mask(detail_mask, '${l:HLS.EXECUTING}');
Leaf.request({
url: $('cloumn_code_delete_link').getUrl(),
para: paras,
...
...
@@ -42,6 +43,7 @@
Leaf.showMessage('提示','删除成功',function(){
ds.query();
});
Leaf.Masker.unmask(detail_mask);
},
failure: function() {
Leaf.Masker.unmask(detail_mask);
...
...
@@ -82,8 +84,8 @@
success: function(res) {
Leaf.showMessage('提示','保存成功',function(){
ds.query();
Leaf.Masker.unmask(detail_mask);
});
Leaf.Masker.unmask(detail_mask);
},
failure: function() {
Leaf.Masker.unmask(detail_mask);
...
...
src/main/webapp/modules/efile/EFILE1010/elec_type_define.lview
View file @
f8d3b747
...
...
@@ -54,8 +54,8 @@
success: function(res) {
Leaf.showMessage('提示','保存成功',function(){
ds.query();
Leaf.Masker.unmask(detail_mask);
});
Leaf.Masker.unmask(detail_mask);
},
failure: function() {
Leaf.Masker.unmask(detail_mask);
...
...
src/main/webapp/modules/efile/EFILE1010/voucher_ass_template.lview
View file @
f8d3b747
...
...
@@ -34,6 +34,7 @@
}
if (records.length != 0) {
Leaf.showConfirm('${l:HLS.PROMPT}', '${l:HLS030.CONFIRM_DELETE}', function() {
Leaf.Masker.mask(detail_mask, '${l:HLS.EXECUTING}');
Leaf.request({
url: $('je_template_delete_link').getUrl(),
para: paras,
...
...
@@ -41,6 +42,7 @@
Leaf.showMessage('提示','删除成功',function(){
ds.query();
});
Leaf.Masker.unmask(detail_mask);
},
failure: function() {
Leaf.Masker.unmask(detail_mask);
...
...
@@ -78,8 +80,8 @@
success: function(res) {
Leaf.showMessage('提示','保存成功',function(){
ds.query();
Leaf.Masker.unmask(detail_mask);
});
Leaf.Masker.unmask(detail_mask);
},
failure: function() {
Leaf.Masker.unmask(detail_mask);
...
...
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