Commit f9e556f0 authored by 38823's avatar 38823

销项发票维护页面查询修复

parent 16631232
......@@ -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_ops = $('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_ops.length; j++) {
var record_op = record_op[j];
var invoice_hd_id = record_op.get('invoice_hd_id');
Leaf.request({
......
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