From 471b03ba06439af15d23bfcfb72a457f6cd1bf8f Mon Sep 17 00:00:00 2001
From: 王佳豪 <g675230687@126.com>
Date: 星期一, 29 三月 2021 10:23:31 +0800
Subject: [PATCH] 1.0.5 入库通知档案-状态运行中改为“已处理”、增加托盘码条码检索条件

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

diff --git a/src/main/webapp/static/js/waitPakinLog/waitPakinLog.js b/src/main/webapp/static/js/waitPakinLog/waitPakinLog.js
index 54fc129..a0131e9 100644
--- a/src/main/webapp/static/js/waitPakinLog/waitPakinLog.js
+++ b/src/main/webapp/static/js/waitPakinLog/waitPakinLog.js
@@ -10,7 +10,7 @@
                 return html;
             }}
         ,{field: 'ioStatus', align: 'center',title: '鍏ュ嚭鐘舵��', templet:function(row){
-                var html = "<input value='ioStatus' type='checkbox' lay-skin='switch' lay-text='杩愯涓瓅寰呭鐞�' lay-filter='tableCheckbox' disabled='disabled' table-index='"+row.LAY_TABLE_INDEX+"'";
+                var html = "<input value='ioStatus' type='checkbox' lay-skin='switch' lay-text='宸插鐞唡寰呭鐞�' lay-filter='tableCheckbox' disabled='disabled' table-index='"+row.LAY_TABLE_INDEX+"'";
                 if(row.ioStatus === 'Y'){html += " checked ";}
                 html += ">";
                 return html;

--
Gitblit v1.9.1