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
d97cf052
Commit
d97cf052
authored
May 28, 2025
by
taoruidan18083
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
I-22993【建机运维】农行导入数据删除问题
parent
94c2f7f0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
17 deletions
+6
-17
csh_transaction.lwm
...in/webapp/WEB-INF/classes/csh/CSH531N/csh_transaction.lwm
+1
-1
csh_agricultural_bank_check.lview
...app/modules/csh/CSH1400/csh_agricultural_bank_check.lview
+5
-16
No files found.
src/main/webapp/WEB-INF/classes/csh/CSH531N/csh_transaction.lwm
View file @
d97cf052
...
...
@@ -23,7 +23,7 @@
<bm:update-sql>
<![CDATA[
begin
csh_abc_import_pkg.delete_import_bank(
p_
receipt_no=>
${@receipt_no
}
p_
import_itfc_id=>
${@import_itfc_id
}
);
end;
]]>
</bm:update-sql>
...
...
src/main/webapp/modules/csh/CSH1400/csh_agricultural_bank_check.lview
View file @
d97cf052
...
...
@@ -52,7 +52,6 @@
}
function batch_delete(){
debugger;
var ds_id = 'AbcBankDs';
var ds = $(ds_id);
var records = ds.getSelected();
...
...
@@ -64,7 +63,7 @@
var post_data = [];
for (var i = 0; i < records.length; i++) {
post_data.push({
'
receipt_no': records[i].get('receipt_no
'),
'
import_itfc_id': records[i].get('import_itfc_id
'),
'_status': 'delete'
});
}
...
...
@@ -73,17 +72,8 @@
url: $('csh1400_delete_link_id').getUrl(),
para: post_data,
success: function () {
var allRecords = ds.getAll();
if(records.length == allRecords.length) {
ds.removeAll();
}else{
for (var i=records.length-1;i>
=0;i--)
{
ds.removeLocal(records[i]);
}
ds.query();
}
}, failure: function () {
ds.query();
}, failure: function () {
},
error: function () {
},
...
...
@@ -532,8 +522,7 @@
</a:mapping>
</a:field>
<a:field
name=
"bp_code"
/>
</a:fields>
</a:fields>
<a:events>
<a:event
name=
"update"
handler=
"update_import_data"
/>
</a:events>
...
...
@@ -618,7 +607,7 @@
<a:column
name=
"bp_code"
prompt=
"代理店简称code"
hidden=
"true"
/>
<a:column
name=
"guarantor_name_duty_desc"
prompt=
"担保人履行担保义务"
width=
"145"
align=
"center"
/>
</a:columns>
</a:columns>
<a:editors>
<a:textField
id=
"txt"
/>
<a:comboBox
id=
"grid_cb"
/>
...
...
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