From 6ca18e0d2691d864e9796a64b58bb04bf44af99c Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 13 五月 2024 09:44:43 +0800
Subject: [PATCH] Merge branch 'phyzasrs' of http://47.97.1.152:5880/r/wms_app into phyzasrs
---
pages/phyz/order/orderList.vue | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/pages/phyz/order/orderList.vue b/pages/phyz/order/orderList.vue
index 815d4a6..fba7117 100644
--- a/pages/phyz/order/orderList.vue
+++ b/pages/phyz/order/orderList.vue
@@ -116,7 +116,9 @@
res = res.data
console.log(res);
if (res.code === 200) {
+ res.data.records
_this.dataList = res.data.records
+
_this.oldDataList = [..._this.dataList]
}
}
@@ -195,6 +197,7 @@
let _this = this
let combList = []
for (let k of _this.dataList) {
+ k['csocode'] = k.threeCode
if (k.checked) {
combList.push(k)
}
--
Gitblit v1.9.1