From b9f7560cbe0e562a40e9515a0559a3e951f0fee6 Mon Sep 17 00:00:00 2001 From: zhaowc <526854230@qq.com> Date: 星期一, 07 四月 2025 09:16:01 +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