From 7182f72ba4781c620eebdf501ca46b3f69f5585d Mon Sep 17 00:00:00 2001
From: wang..123 <brook_w@163.com>
Date: 星期二, 15 二月 2022 11:11:09 +0800
Subject: [PATCH] 字段添加完成,测试完成

---
 src/main/webapp/static/js/locDetl/locDetl.js |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/static/js/locDetl/locDetl.js b/src/main/webapp/static/js/locDetl/locDetl.js
index 4631d76..f0deea4 100644
--- a/src/main/webapp/static/js/locDetl/locDetl.js
+++ b/src/main/webapp/static/js/locDetl/locDetl.js
@@ -4,9 +4,11 @@
         {field: 'matNo', align: 'center',title: '浜у搧缂栫爜'}
         ,{field: 'matName', align: 'center',title: '浜у搧鍚嶇О'}
         ,{field: 'specs', align: 'center',title: '瑙勬牸'}
-        ,{field: 'qty', align: 'center',title: '鏁伴噺'}
-        ,{field: 'allQty', align: 'center',title: '鎬绘暟閲�'}
-        ,{field: 'allWeight', align: 'center',title: '鎬婚噸閲�'}
+        ,{field: 'qty', align: 'center',title: '鍏ュ簱鏁伴噺'}
+        ,{field: 'qtyBox', align: 'center',title: '姣忕鏁伴噺(PCS)'}
+        ,{field: 'allQty', align: 'center',title: '鎬绘暟閲�(PCS)'}
+        ,{field: 'weight', align: 'center',title: '姣忕閲嶉噺(KG)'}
+        ,{field: 'allWeight', align: 'center',title: '鎬婚噸閲�(KG)'}
         ,{field: 'source', align: 'center',title: '鏉ユ簮'}
         ,{field: 'vendor', align: 'center',title: '渚涘簲鍟�'}
         ,{field: 'unit', align: 'center',title: '鍗曚綅', width:80, hide: true}

--
Gitblit v1.9.1