From 45d602719964509214d06ec5173f23e5307d5dfe Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期二, 16 四月 2024 12:24:10 +0800
Subject: [PATCH] 无空库位时,不做空板入库操作

---
 src/main/webapp/static/js/agvStoMan/stoQue.js |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/static/js/agvStoMan/stoQue.js b/src/main/webapp/static/js/agvStoMan/stoQue.js
index aa285c38..300fa9d 100644
--- a/src/main/webapp/static/js/agvStoMan/stoQue.js
+++ b/src/main/webapp/static/js/agvStoMan/stoQue.js
@@ -30,11 +30,14 @@
             ,{field: 'locSts$', align: 'center',title: '搴撲綅鐘舵��', width: 180, style: 'color: #8E2323'}
             // ,{field: 'whsType$', align: 'center',title: '搴撲綅绫诲瀷'}
             //,{field: 'crnNo', align: 'center',title: '鍫嗗灈鏈哄彿'}
-            ,{field: 'qrCodeValue', align: 'center',title: '浜岀淮鐮佸��', sort:true}
+            //,{field: 'qrCodeValue', align: 'center',title: '浜岀淮鐮佸��', sort:true}
             ,{field: 'row1', align: 'center',title: '鎺�'}
             ,{field: 'bay1', align: 'center',title: '鍒�'}
             ,{field: 'lev1', align: 'center',title: '灞�'}
             ,{field: 'floor', align: 'center',title: '妤�', sort:true}
+            ,{field: 'barcode', align: 'center',title: '瀹瑰櫒鐮�', sort:true}
+            ,{field: 'locType1$', 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' table-index='"+row.LAY_TABLE_INDEX+"'";
                     if(row.fullPlt === 'Y'){html += " checked ";}
@@ -174,6 +177,7 @@
     // iframe鐗╂枡璇︽儏
     function locDetlToLayer(val) {
         locNo = val;
+        url = '/agv/locDetl/list/auth';
         layer.open({
             type: 2,
             title: '搴撳瓨鏄庣粏',

--
Gitblit v1.9.1