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
f9e556f0
Commit
f9e556f0
authored
Mar 29, 2024
by
38823
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
销项发票维护页面查询修复
parent
16631232
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
acr_invoice_update_query.lview
.../webapp/modules/acr/ACR512/acr_invoice_update_query.lview
+2
-2
No files found.
src/main/webapp/modules/acr/ACR512/acr_invoice_update_query.lview
View file @
f9e556f0
...
...
@@ -91,7 +91,7 @@
$('acr512_invoice_result_ds').query();
$('acr512_invoice_op_result_ds').query();
var records = $('acr512_invoice_result_ds').getAll();
var record_op = $('acr512_invoice_op_result_ds').getAll();
var record_op
s
= $('acr512_invoice_op_result_ds').getAll();
for (var i = 0; i < records.length; i++) {
var record = record[i];
var invoice_hd_id = record.get('invoice_hd_id');
...
...
@@ -112,7 +112,7 @@
}
$('acr512_invoice_result_ds').query();
for (var j = 0; j
< record_op
.length
;
i
++)
{
for (var j = 0; j
< record_op
s.length
;
j
++)
{
var
record_op =
record_op[j];
var
invoice_hd_id =
record_op.get('invoice_hd_id');
Leaf.request({
...
...
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