From 75d1bcdfefd5b8dcbc0777fe1508404e79f8cc8c Mon Sep 17 00:00:00 2001
From: test <15284381150@163.com>
Date: 星期一, 11 八月 2025 10:05:24 +0800
Subject: [PATCH] 修改质检

---
 Pda/View/SoSetting/ExNoticeOut.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Pda/View/SoSetting/ExNoticeOut.html b/Pda/View/SoSetting/ExNoticeOut.html
index 26b6c46..c37f187 100644
--- a/Pda/View/SoSetting/ExNoticeOut.html
+++ b/Pda/View/SoSetting/ExNoticeOut.html
@@ -253,7 +253,7 @@
 
                             } else {
                                 if (res.data[i].LotNo == '' || res.data[i].LotNo == null) {
-                                    $("#goodSelect").append('<option value =' + res.data[i].ISoDetailIdd+ i + '>' + res.data[i]
+                                    $("#goodSelect").append('<option value =' + res.data[i].SoDetailId + '>' + res.data[i]
                                         .SkuName +
                                         '</option>');
                                 } else {

--
Gitblit v1.8.0