From bd1a2aef7fbe13e920c473b4f5e7ff5ba942c9a8 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期四, 18 五月 2023 11:52:56 +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