diff --git a/packkey/wx-combining.html b/packkey/wx-combining.html index d7a256a..fc040e9 100644 --- a/packkey/wx-combining.html +++ b/packkey/wx-combining.html @@ -412,17 +412,17 @@ if (el) { // 存储错误 - el.voucher.forEach(row => { + el.order_voucher.forEach(row => { if (row.receive_error !== "") { all_err.push(row.receive_error); } }); // 合并所有数组 用于判断最终状态 - new_voucher_all = new_voucher_all.concat(el.voucher); + new_voucher_all = new_voucher_all.concat(el.order_voucher); // 替换 voucher - old_product_all[i].voucher = el.voucher; + old_product_all[i].voucher = el.order_voucher; } } diff --git a/packkey/ysf-combining.html b/packkey/ysf-combining.html index 06c3a7d..3480819 100644 --- a/packkey/ysf-combining.html +++ b/packkey/ysf-combining.html @@ -412,17 +412,17 @@ if (el) { // 存储错误 - el.voucher.forEach(row => { + el.order_voucher.forEach(row => { if (row.receive_error !== "") { all_err.push(row.receive_error); } }); // 合并所有数组 用于判断最终状态 - new_voucher_all = new_voucher_all.concat(el.voucher); + new_voucher_all = new_voucher_all.concat(el.order_voucher); // 替换 voucher - old_product_all[i].voucher = el.voucher; + old_product_all[i].voucher = el.order_voucher; } } diff --git a/wx-combining.html b/wx-combining.html index 31c429b..5faacd7 100644 --- a/wx-combining.html +++ b/wx-combining.html @@ -398,17 +398,17 @@ if (el) { // 存储错误 - el.voucher.forEach(row => { + el.order_voucher.forEach(row => { if (row.receive_error !== "") { all_err.push(row.receive_error); } }); // 合并所有数组 用于判断最终状态 - new_voucher_all = new_voucher_all.concat(el.voucher); + new_voucher_all = new_voucher_all.concat(el.order_voucher); // 替换 voucher - old_product_all[i].voucher = el.voucher; + old_product_all[i].voucher = el.order_voucher; } } diff --git a/ysf-combining.html b/ysf-combining.html index b13da5a..533d19d 100644 --- a/ysf-combining.html +++ b/ysf-combining.html @@ -399,17 +399,17 @@ if (el) { // 存储错误 - el.voucher.forEach(row => { + el.order_voucher.forEach(row => { if (row.receive_error !== "") { all_err.push(row.receive_error); } }); // 合并所有数组 用于判断最终状态 - new_voucher_all = new_voucher_all.concat(el.voucher); + new_voucher_all = new_voucher_all.concat(el.order_voucher); // 替换 voucher - old_product_all[i].voucher = el.voucher; + old_product_all[i].voucher = el.order_voucher; } }