From 16a3dbbf28606a90dd6dadeffe843f53f72d3955 Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期五, 29 三月 2024 16:28:57 +0800
Subject: [PATCH] 初始化库位和站点

---
 src/main/webapp/static/js/agvBasDevp/basDevp.js |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/static/js/agvBasDevp/basDevp.js b/src/main/webapp/static/js/agvBasDevp/basDevp.js
index cbe7787..e787e19 100644
--- a/src/main/webapp/static/js/agvBasDevp/basDevp.js
+++ b/src/main/webapp/static/js/agvBasDevp/basDevp.js
@@ -40,7 +40,7 @@
             ,{field: 'floor', align: 'center',title: '妤�'}
             //,{field: 'locType1$', align: 'center',title: '楂樹綆'}
             ,{field: 'barcode', align: 'center',title: '鏉″舰鐮�'}
-            ,{field: 'locType1', align: 'center',title: '搴撲綅绫诲瀷'}
+            ,{field: 'locType1$', align: 'center',title: '搴撲綅绫诲瀷'}
             ,{field: 'locType2', align: 'center',title: "瀹瑰櫒绫诲瀷"}
 
             ,{field: 'modiUser$', align: 'center',title: '淇敼浜哄憳',event: 'modiUser', hide:true}
@@ -471,8 +471,8 @@
             cacheShelves: $('#cacheShelves').val(),
             decDesc: $('#decDesc').val(),
             devMk: $('#devMk').val(),
-            inEnable: $('#inEnable').val(),
-            outEnable: $('#outEnable').val(),
+            inEnable: $('#inEnable').next().hasClass('layui-form-checked') ? "Y" : "N",
+            outEnable: $('#outEnable').next().hasClass('layui-form-checked') ? "Y" : "N",
             autoing: $('#autoing').val(),
             loading: $('#loading').val(),
             canining: $('#canining').val(),
@@ -502,6 +502,9 @@
             maxWt: $('#maxWt').val(),
             grossWt: $('#grossWt').val(),
             cartPos: $('#cartPos').val(),
+            floor: $('#floor').val(),
+            locType1: $('#locType1').val(),
+            locType2: $('#locType2').val(),
 
         };
         console.log(data);

--
Gitblit v1.9.1