From 64c5bb7bfadd7a3b7bf5e386a31208037b586026 Mon Sep 17 00:00:00 2001
From: DESKTOP-9BNTV8O <DESKTOP-9BNTV8O@163.com>
Date: 星期六, 14 十二月 2024 11:22:51 +0800
Subject: [PATCH] 修改问题

---
 HTML/views/WareHouseSetting/Area.html |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/HTML/views/WareHouseSetting/Area.html b/HTML/views/WareHouseSetting/Area.html
index 556d41a..77c8e60 100644
--- a/HTML/views/WareHouseSetting/Area.html
+++ b/HTML/views/WareHouseSetting/Area.html
@@ -197,7 +197,7 @@
 							},{
 								field: 'WareHouseName',
 								title: '鎵�灞炰粨搴�',
-								width: 120,
+								width: 160,
 								align: 'center',
 								templet: function(d) {
 
@@ -213,6 +213,11 @@
 							}, {
 								field: 'AreaName',
 								title: '鍖哄煙鍚嶇О', 
+								align: 'center'
+								
+							}, {
+								field: 'DeviceCode',
+								title: '璁惧缂栫爜', 
 								align: 'center'
 								
 							}, {
@@ -309,8 +314,9 @@
 										console.log(field)
 										//鎻愪氦 Ajax 鎴愬姛鍚庯紝闈欐�佹洿鏂拌〃鏍间腑鐨勬暟鎹�
 										var param = {
-                                            // AreaNo: field.AreaNo, //鍖哄煙缂栫爜
+                                            AreaNo: field.AreaNo, //鍖哄煙缂栫爜
                                             AreaName: field.AreaName, //鍖哄煙鍚嶇О
+											DeviceCode:field.DeviceCode,//璁惧缂栫爜
                                             WareHouseNo: field.WareHouseNo, //鎵�灞炰粨搴�
                                             Status: field.Status, //鏄惁鍚敤 0
                                             Priority: parseInt(field.Priority), //浼樺厛绾�
@@ -408,7 +414,7 @@
 								title: '鍖哄煙绠$悊淇℃伅',
 								content: 'AreaFrom.html?id=' +  cusId,
 								maxmin: true,
-								area: ['445px', '340px'],
+								area: ['445px', '380px'],
 								btn: ['纭畾', '鍙栨秷'],
 								yes: function(index, layero){
 								  var iframeWindow = window['layui-layer-iframe'+ index]
@@ -425,6 +431,7 @@
 										Priority: parseInt(field.Priority),
 										Type:field.Type,
 										Temperature:field.Temperature,  
+										DeviceCode:field.DeviceCode
 									};
 									sendData(IP + "/Sys/EditStorageArea", param, 'post', function(res) {
 										console.log(res);

--
Gitblit v1.8.0