From e350fc16a0655dee101b3198cfa6bd6a6b56877c Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期一, 12 一月 2026 15:41:56 +0800
Subject: [PATCH] 入库流程功能 优化

---
 src/main/webapp/static/js/common.js |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/main/webapp/static/js/common.js b/src/main/webapp/static/js/common.js
index 7c7961f..3b135cb 100644
--- a/src/main/webapp/static/js/common.js
+++ b/src/main/webapp/static/js/common.js
@@ -212,7 +212,7 @@
     , {field: 'weight', align: 'center', title: '鍗曠鍑�閲�', hide: true}
     , {field: 'length', align: 'center', title: '鍗曠姣涢噸', hide: true}
     , {
-        field: 'volume', align: 'center', title: 'kg/cm', templet: function (d) {
+        field: 'volume', align: 'center', title: '姣忓叕鏂ら暱搴�', templet: function (d) {
             var raw = d.volume;
             if (raw === null || raw === undefined) return '';
             if (typeof raw === 'string' && raw.trim() === '') return '';
@@ -262,10 +262,10 @@
 ]
 
 var detlCols = [
-    {field: 'matnr', align: 'center', title: '鍟嗗搧缂栧彿锛堝搧鍙凤級', sort: true}
-    , {field: 'maktx', align: 'center', title: '鍟嗗搧鍚嶇О锛堝搧鍚嶏級', sort: true}
-    , {field: 'orderNo', align: 'center', title: '鍗曟嵁缂栧彿', hide: false}
-    , {field: 'batch', align: 'center', title: '璐у搧鐗瑰緛', sort: true}
+    {field: 'matnr', align: 'center', title: '鍟嗗搧缂栧彿', sort: true, width: 160}
+    , {field: 'maktx', align: 'center', title: '鍟嗗搧鍚嶇О', sort: true, width: 120}
+    , {field: 'orderNo', align: 'center', title: '鍗曟嵁缂栧彿', hide: false, width: 120}
+    , {field: 'batch', align: 'center', title: '鎵规', sort: false}
     , {
         field: 'anfme', align: 'center', title: '鏁伴噺', hide: false, templet: function (d) {
             var raw = d.anfme;
@@ -279,7 +279,7 @@
     , {field: 'zpallet', align: 'center', title: '鎵樼洏鏉$爜', hide: false}
     , {field: 'specs', align: 'center', title: '瑙勬牸', hide: false}
     , {
-        field: 'safeQty', align: 'center', title: '褰掗浂闃�鍊�', hide: false, templet: function (d) {
+        field: 'safeQty', align: 'center', title: '褰掗浂闃�鍊�', hide: true, templet: function (d) {
             var raw = d.safeQty;
             if (raw === null || raw === undefined) return '';
             if (typeof raw === 'string' && raw.trim() === '') return '';
@@ -289,7 +289,7 @@
         }
     }
     , {
-        field: 'volume', align: 'center', title: 'km/cm', hide: false, templet: function (d) {
+        field: 'volume', align: 'center', title: '姣忓叕鏂ら暱搴�', hide: true, templet: function (d) {
             var raw = d.volume;
             if (raw === null || raw === undefined) return '';
             if (typeof raw === 'string' && raw.trim() === '') return '';
@@ -300,12 +300,12 @@
     }
     , {field: 'model', align: 'center', title: '浠g爜', hide: true}
     , {field: 'color', align: 'center', title: '棰滆壊', hide: true}
-    , {field: 'brand', align: 'center', title: '鍝佺墝', hide: true}
+    , {field: 'brand', align: 'center', title: '鍝佺墝', hide: false}
     , {field: 'unit', align: 'center', title: '鍗曚綅', hide: false}
     , {field: 'price', align: 'center', title: '鍗曚环', hide: true}
     , {field: 'sku', align: 'center', title: 'sku', hide: true}
     , {field: 'units', align: 'center', title: '鍗曚綅閲�', hide: true}
-    , {field: 'barcode', align: 'center', title: '鏉$爜', hide: true}
+    , {field: 'barcode', align: 'center', title: 'SN', hide: false}
     , {field: 'origin', align: 'center', title: '浜у湴', hide: true}
     , {field: 'manu', align: 'center', title: '鍘傚', hide: true}
     , {field: 'manuDate', align: 'center', title: '鐢熶骇鏃ユ湡', hide: true}

--
Gitblit v1.9.1