From 7d4115c6aac35541169a6458ff43e10f8c8dd578 Mon Sep 17 00:00:00 2001 From: zhangds Date: Wed, 10 Apr 2024 23:43:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=BD=AE=E5=BE=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packkey/wx-combining.html | 6 +++--- packkey/ysf-combining.html | 6 +++--- wx-combining.html | 6 +++--- ysf-combining.html | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) 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; } }