From 84d7dbea21cbe9276bd1eccdb3e60daef095242e Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 08 六月 2021 11:33:57 +0800
Subject: [PATCH] Merge branch 'master' of https://gitee.com/luxiaotao1123/xtywms

---
 src/main/webapp/static/js/locNormal/normalReport.js |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/main/webapp/static/js/locNormal/normalReport.js b/src/main/webapp/static/js/locNormal/normalReport.js
index 883d25b..480a261 100644
--- a/src/main/webapp/static/js/locNormal/normalReport.js
+++ b/src/main/webapp/static/js/locNormal/normalReport.js
@@ -6,15 +6,16 @@
     var cols = [];
     cols.push(
         {field: 'appeTime$', align: 'center', title: '鍑哄叆搴撴椂闂�', width: 180}
-        , {field: 'warehouse', align: 'center', title: '搴撳尯'}
-        , {field: 'matnr', align: 'center', title: '鐗╂枡缂栫爜'}
+        , {field: 'warehouse', align: 'center', title: '搴撳尯', width: 100}
+        , {field: 'matnr', align: 'center', title: '鐗╂枡缂栫爜', width: 140}
         , {field: 'maktx', align: 'center', title: '鐗╂枡鍚嶇О', width: 400}
-        , {field: 'lgnum', align: 'center', title: '瑙勬牸'}
-        , {field: 'type', align: 'center', title: '鐗╂枡绫诲埆'}
-        , {field: 'mnemonic', align: 'center', title: '鐢熶骇鍗曞彿'}
-        , {field: 'supplier', align: 'center', title: '閫氱煡鍗曞彿'}
+        , {field: 'anfme', align: 'center', title: '鏁伴噺', width: 120}
+        , {field: 'lgnum', align: 'center', title: '瑙勬牸', width: 120}
+        , {field: 'type', align: 'center', title: '鐗╂枡绫诲埆', width: 120}
+        , {field: 'mnemonic', align: 'center', title: '鐢熶骇鍗曞彿', width: 140}
+        , {field: 'supplier', align: 'center', title: '閫氱煡鍗曞彿', width: 140}
         , {field: 'altme', align: 'center', title: '鍗曚綅', hide: true}
-        , {field: 'anfme', align: 'center', title: '鏁伴噺'}
+        , {field: 'memo', align: 'center', title: '澶囨敞'}
     )
     return cols;
 }

--
Gitblit v1.9.1