From 0069b25d77cf2dd36b030fa4c86d4f3738f552e8 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期二, 13 五月 2025 08:44:37 +0800
Subject: [PATCH] 跑库测试程序

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

diff --git a/src/main/webapp/static/wms/js/wmsWrkLog/wmsWrkLog.js b/src/main/webapp/static/wms/js/wmsWrkLog/wmsWrkLog.js
index 401de26..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: '浠诲姟鍙�'}
@@ -41,7 +41,7 @@
             ,{field: 'barcode', align: 'center',title: '鏉$爜'}
             ,{field: 'endTime$', align: 'center',title: '缁撴潫鏃堕棿'}
 
-            ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:120}
+            // ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:120}
         ]],
         request: {
             pageName: 'curr',

--
Gitblit v1.9.1