From bcb19e8c93c3cabf0d8eb3ee34ed819b3c5a10ef Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期一, 25 十一月 2024 13:14:11 +0800
Subject: [PATCH] #优化地图
---
src/main/webapp/static/js/agvLocMast/locMast.js | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/static/js/agvLocMast/locMast.js b/src/main/webapp/static/js/agvLocMast/locMast.js
index d1c84c4..53f0a38 100644
--- a/src/main/webapp/static/js/agvLocMast/locMast.js
+++ b/src/main/webapp/static/js/agvLocMast/locMast.js
@@ -34,7 +34,7 @@
,{field: 'lev1', align: 'center',title: '灞�', sort:true}
,{field: 'floor', align: 'center',title: '妤�', sort:true}
,{field: 'barcode', align: 'center',title: '璐ф灦鐮�', sort:true}
- ,{field: 'barcode', align: 'center',title: '璐ф灦绫诲瀷', sort:true}
+ ,{field: 'locType2', align: 'center',title: '璐ф灦绫诲瀷', sort:true}
,{field: 'fullPlt', align: 'center',title: '婊℃澘', templet:function(row){
var html = "<input value='fullPlt' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' disabled table-index='"+row.LAY_TABLE_INDEX+"'";
if(row.fullPlt === 'Y'){html += " checked ";}
@@ -463,6 +463,9 @@
bay1: $('#bay1').val(),
lev1: $('#lev1').val(),
floor: $('#floor').val(),
+ mapRow1: $('#mapRow1').val(),
+ mapBay1: $('#mapBay1').val(),
+ rightSide: $('#rightSide').val(),
fullPlt: $('#fullPlt').val(),
locType1: $('#locType1').val(),
outEnable: $('#outEnable').val(),
--
Gitblit v1.9.1