From 5cff51cedf8320fd944e7748a09166f4c061b58b Mon Sep 17 00:00:00 2001 From: wxw <Administrator@DESKTOP-5BIMHQ3> Date: 星期三, 17 九月 2025 09:04:56 +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