From 704f65c54fec25aed30e6bf98bc763056dde6dc2 Mon Sep 17 00:00:00 2001
From: 野心家 <1051256694@qq.com>
Date: 星期三, 28 五月 2025 00:28:36 +0800
Subject: [PATCH] 合格

---
 src/main/webapp/static/js/locDetl/locDetl.js |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/static/js/locDetl/locDetl.js b/src/main/webapp/static/js/locDetl/locDetl.js
index 9072da6..d0ab093 100644
--- a/src/main/webapp/static/js/locDetl/locDetl.js
+++ b/src/main/webapp/static/js/locDetl/locDetl.js
@@ -41,6 +41,8 @@
     // cols.push.apply(cols, detlCols);
     cols.push({field: 'modiUser$', align: 'center',title: '淇敼浜哄憳',hide: true}
         ,{field: 'modiTime$', align: 'center',title: '淇敼鏃堕棿'}
+        ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:100}
+
     )
     return cols;
 }
@@ -391,6 +393,8 @@
         var data = {
 //            id: $('#id').val(),
             locNo: $('#locNo').val(),
+            batch: $('#batch').val(),
+            danger: $('#danger').val(),
             matnr: $('#matnr').val(),
             lgnum: $('#lgnum').val(),
             tbnum: $('#tbnum').val(),

--
Gitblit v1.9.1