From 1da595aa0da816fe33d0eed7fdab97fd8f38cc51 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期六, 20 五月 2023 09:08:14 +0800
Subject: [PATCH] 工作号变任务号等

---
 src/main/webapp/static/wms/js/basDevp/basDevp.js |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/src/main/webapp/static/wms/js/basDevp/basDevp.js b/src/main/webapp/static/wms/js/basDevp/basDevp.js
index 7fea76d..da7d7e5 100644
--- a/src/main/webapp/static/wms/js/basDevp/basDevp.js
+++ b/src/main/webapp/static/wms/js/basDevp/basDevp.js
@@ -63,21 +63,21 @@
             // ,{field: 'rearing', align: 'center',title: ''}
             // ,{field: 'uping', align: 'center',title: ''}
             // ,{field: 'downing', align: 'center',title: ''}
-            ,{field: 'inreq1', align: 'center',title: '闇�姹�1', templet:function(row){
-                    var html = "<input value='inreq1' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' table-index='"+row.LAY_TABLE_INDEX+"'";
-                    if(row.inreq1 === 'Y'){html += " checked ";}
-                    html += ">";
-                    return html;
-                }}
-            ,{field: 'inreq2', align: 'center',title: '闇�姹�2', templet:function(row){
-                    var html = "<input value='inreq2' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' table-index='"+row.LAY_TABLE_INDEX+"'";
-                    if(row.inreq2 === 'Y'){html += " checked ";}
-                    html += ">";
-                    return html;
-                }}
-            ,{field: 'wrkNo', align: 'center',title: '宸ヤ綔鍙�', edit:true,  style:'color: blue;font-weight: bold'}
+            // ,{field: 'inreq1', align: 'center',title: '闇�姹�1', templet:function(row){
+            //         var html = "<input value='inreq1' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' table-index='"+row.LAY_TABLE_INDEX+"'";
+            //         if(row.inreq1 === 'Y'){html += " checked ";}
+            //         html += ">";
+            //         return html;
+            //     }}
+            // ,{field: 'inreq2', align: 'center',title: '闇�姹�2', templet:function(row){
+            //         var html = "<input value='inreq2' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' table-index='"+row.LAY_TABLE_INDEX+"'";
+            //         if(row.inreq2 === 'Y'){html += " checked ";}
+            //         html += ">";
+            //         return html;
+            //     }}
+            ,{field: 'wrkNo', align: 'center',title: '浠诲姟鍙�', edit:true,  style:'color: blue;font-weight: bold'}
             // ,{field: 'wrkNo1', align: 'center',title: ''}
-            ,{field: 'locType1$', align: 'center',title: '妗剁被鍨�'}
+            ,{field: 'locType1$', align: 'center',title: '搴撲綅绫诲瀷'}
             // ,{field: 'barcode', align: 'center',title: '鏉″舰鐮�'}
             ,{field: 'inQty', align: 'center',title: '鍏ュ簱鏆傚瓨'}
             // ,{field: 'row1', align: 'center',title: ''}

--
Gitblit v1.9.1