From 3fb6058bfb7d7a03722e35a043b95095fd8443d7 Mon Sep 17 00:00:00 2001
From: chengsc <11752@DESKTOP-DS49RCP>
Date: 星期六, 18 一月 2025 09:19:15 +0800
Subject: [PATCH] 修改抽检

---
 HTML/views/WareHouseSetting/Locate.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/HTML/views/WareHouseSetting/Locate.html b/HTML/views/WareHouseSetting/Locate.html
index 315d822..e6a1d3f 100644
--- a/HTML/views/WareHouseSetting/Locate.html
+++ b/HTML/views/WareHouseSetting/Locate.html
@@ -518,7 +518,8 @@
 										Id: id,
 										Status:field.Status,
 										Flag:field.Flag,
-										Temperature:field.Temp
+										Temperature:field.Temp,
+										Area:field.AreaNo
 									};
 									sendData(IP + "/Sys/EditStorageLocat", param, 'post', function(res) {
 										console.log(res);

--
Gitblit v1.8.0