From 62b8506fe5bcb8716a423a3e60a6aae14fa6a43a Mon Sep 17 00:00:00 2001
From: tzsk <Administrator@qq.com>
Date: 星期三, 11 九月 2024 19:24:05 +0800
Subject: [PATCH] #

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

diff --git a/src/main/webapp/static/js/locMast/locMast.js b/src/main/webapp/static/js/locMast/locMast.js
index 98692a4..92dd739 100644
--- a/src/main/webapp/static/js/locMast/locMast.js
+++ b/src/main/webapp/static/js/locMast/locMast.js
@@ -28,6 +28,7 @@
             // ,{field: 'locSts', align: 'center',title: ''}
             // ,{field: 'sheetNo', align: 'center',title: ''}
             ,{field: 'crnNo', align: 'center',title: '鍫嗗灈鏈哄彿'}
+            ,{field: 'qrCodeValue', align: 'center',title: '浜岀淮鐮佸��', sort:true}
             ,{field: 'row1', align: 'center',title: '鎺�', sort:true}
             ,{field: 'bay1', align: 'center',title: '鍒�', sort:true}
             ,{field: 'lev1', align: 'center',title: '灞�', sort:true}
@@ -441,7 +442,7 @@
             bay1: $('#bay1').val(),
             lev1: $('#lev1').val(),
             fullPlt: $('#fullPlt').val(),
-            locType: $('#locType').val(),
+            locType1: $('#locType1').val(),
             outEnable: $('#outEnable').val(),
             ioTime: top.strToDate($('#ioTime\\$').val()),
             firstTime: top.strToDate($('#firstTime\\$').val()),

--
Gitblit v1.9.1