From 10f65a42b77e2c5642ea56b715f25ea4f024fd3f Mon Sep 17 00:00:00 2001
From: lty <876263681@qq.com>
Date: 星期五, 25 四月 2025 10:58:48 +0800
Subject: [PATCH] #新增明细编号

---
 src/main/webapp/static/js/locDetlStatis/check.js |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/src/main/webapp/static/js/locDetlStatis/check.js b/src/main/webapp/static/js/locDetlStatis/check.js
index 9731060..72596ef 100644
--- a/src/main/webapp/static/js/locDetlStatis/check.js
+++ b/src/main/webapp/static/js/locDetlStatis/check.js
@@ -20,20 +20,13 @@
         cellMinWidth: 50,
         cols: [[
             {type: 'checkbox'},
-//            ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80}
-//             ,{field: 'typeId', align: 'center',title: '璺緞ID'}
-            // ,{field: 'typeDesc', align: 'center',title: '浣滀笟绫诲瀷'}
             {field: 'orderNo', align: 'center',title: '鐩樼偣鍗曠紪鍙�', style: 'font-weight: bold'},
             {field: 'anfme', align: 'center',title: '鐩樼偣鐩堜簭', style: 'font-weight: bold'},
             {field: 'createTime$', align: 'center',title: '鍒涘缓鏃堕棿', style: 'font-weight: bold'},
             {field: 'matnr', align: 'center',title: '鍟嗗搧缂栧彿', style: 'font-weight: bold'},
-
             {field: 'maktx', align: 'center',title: '鍟嗗搧鍚嶇О', style: 'font-weight: bold'},
             {field: 'specs', align: 'center',title: '瑙勬牸', style: 'font-weight: bold'},
             {field: 'batch', align: 'center',title: '鎵瑰彿', style: 'font-weight: bold'}
-
-            // ,{field: 'appeUser$', align: 'center',title: '鍒涘缓鑰�',event: 'appeUser', style: 'cursor:pointer'}
-            // ,{field: 'appeTime$', align: 'center',title: '娣诲姞鏃堕棿'}
         ]],
         request: {
             pageName: 'curr',

--
Gitblit v1.9.1