From 6eb88cc26b11a6ad79469e30b40eb9196e2ed0e1 Mon Sep 17 00:00:00 2001
From: 18516761980 <4761516tqsxp>
Date: 星期六, 26 三月 2022 15:54:40 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/locDetl/locDetl.js | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/webapp/static/js/locDetl/locDetl.js b/src/main/webapp/static/js/locDetl/locDetl.js
index a2c8519..27a8192 100644
--- a/src/main/webapp/static/js/locDetl/locDetl.js
+++ b/src/main/webapp/static/js/locDetl/locDetl.js
@@ -1,8 +1,8 @@
var pageCurr;
function getCol() {
- var cols = [{field: 'locNo$', align: 'center',title: '搴撲綅鍙�'},
- {field: 'matNo', align: 'center',title: '浜у搧缂栫爜'}
- ,{field: 'matName', align: 'center',title: '浜у搧鍚嶇О'}
+ var cols = [{field: 'locNo$', align: 'center',title: '搴撲綅鍙�', width:85},
+ {field: 'matNo', align: 'center',title: '浜у搧缂栫爜', width:160}
+ ,{field: 'matName', align: 'center',title: '浜у搧鍚嶇О', width:220}
,{field: 'specs', align: 'center',title: '瑙勬牸'}
,{field: 'qty', align: 'center',title: '鍏ュ簱鏁伴噺'}
,{field: 'qtyBox', align: 'center',title: '姣忕鏁伴噺(PCS)'}
@@ -45,7 +45,7 @@
limits: [16, 30, 50, 100, 200, 500],
even: true,
toolbar: '#toolbar',
- cellMinWidth: 50,
+ cellMinWidth: 200,
cols: [getCol()],
request: {
pageName: 'curr',
--
Gitblit v1.9.1