From b9290d948861fb895e9b1a00bd6ca5a097420af3 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期三, 24 五月 2023 14:06:13 +0800
Subject: [PATCH] 任务查看明细增加时间条件

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

diff --git a/src/main/webapp/static/wms/js/wmsWrkLog/wmsWrkLog.js b/src/main/webapp/static/wms/js/wmsWrkLog/wmsWrkLog.js
index fa9e4d7..2220a38 100644
--- a/src/main/webapp/static/wms/js/wmsWrkLog/wmsWrkLog.js
+++ b/src/main/webapp/static/wms/js/wmsWrkLog/wmsWrkLog.js
@@ -21,8 +21,8 @@
         cellMinWidth: 50,
         height: 'full-120',
         cols: [[
-            {type: 'checkbox'}
-            ,{field: 'id', align: 'center',title: '缂栧彿'}
+            // {type: 'checkbox'}
+            {field: 'id', align: 'center',title: '缂栧彿'}
             ,{field: 'wmsWrkNo', align: 'center',title: 'wms浠诲姟鍙�'}
             ,{field: 'wmsStatus$', align: 'center',title: 'wms浠诲姟鐘舵��'}
             ,{field: 'wrkNo', align: 'center',title: '浠诲姟鍙�'}

--
Gitblit v1.9.1