From 17485bf8af53591618ca052dfb76559b8e67ce51 Mon Sep 17 00:00:00 2001
From: lsh <1>
Date: 星期六, 20 五月 2023 11:13:51 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/locMast/locMast.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/static/js/locMast/locMast.js b/src/main/webapp/static/js/locMast/locMast.js
index a823f63..5384f03 100644
--- a/src/main/webapp/static/js/locMast/locMast.js
+++ b/src/main/webapp/static/js/locMast/locMast.js
@@ -27,6 +27,7 @@
             ,{field: 'packStatus$', align: 'center',title: '浜у搧鐘舵��', hide:false}
             ,{field: 'locType1$', align: 'center',title: '搴撲綅绫诲瀷'}
             ,{field: 'locType2$', align: 'center',title: '娴嬭瘯璁惧鍙�'}
+            ,{field: 'freeze$', align: 'center',title: '鍐荤粨鐘舵��'}
             // ,{field: 'whsType$', align: 'center',title: '搴撲綅绫诲瀷'}
             // ,{field: 'pltType', align: 'center',title: ''}
             // ,{field: 'ctnType', align: 'center',title: ''}
@@ -518,6 +519,7 @@
             fireNo: $('#fireNo').val(),
             fireStatus: $('#fireStatus').val(),
             packStatus: $('#packStatus').val(),
+            freeze: $('#freeze').val(),
         };
         $.ajax({
             url: baseUrl+"/locMast/"+name+"/auth",

--
Gitblit v1.9.1