From 9a799c20ba482cd751795365163ff9d491ec03d0 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期一, 12 一月 2026 13:45:59 +0800
Subject: [PATCH] 解决 来料检验单批量 设置检验结果 使用策略 金蝶云中值不变更的问题
---
pages/ZLGL/lailiaojianyan_fast/Kf_QCStockInCheckBill_Fast.vue | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/pages/ZLGL/lailiaojianyan_fast/Kf_QCStockInCheckBill_Fast.vue b/pages/ZLGL/lailiaojianyan_fast/Kf_QCStockInCheckBill_Fast.vue
index 34d0e38..37fb1b4 100644
--- a/pages/ZLGL/lailiaojianyan_fast/Kf_QCStockInCheckBill_Fast.vue
+++ b/pages/ZLGL/lailiaojianyan_fast/Kf_QCStockInCheckBill_Fast.vue
@@ -470,15 +470,13 @@
},
HCheckResultChangeHandle(e) {
-
this.detailManifestItem.HCheckResult =
- this.HCheckResultList.find(elem => elem.text = e)?.value
+ this.HCheckResultList.find(elem => elem.text == e)?.value
},
HUseResultChangeHandle(e) {
-
this.detailManifestItem.HUseResult =
- this.HUseResultList.find(elem => elem.text = e)?.value
+ this.HUseResultList.find(elem => elem.text == e)?.value
},
async toDetail(item, index) {
--
Gitblit v1.9.1