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 ++++----
src/main/webapp/views/locDetl/locDetl.html | 2 +-
src/main/webapp/static/js/matCode/matCode.js | 2 +-
src/main/webapp/static/js/common.js | 8 ++++----
4 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/src/main/webapp/static/js/common.js b/src/main/webapp/static/js/common.js
index a32832d..303cce5 100644
--- a/src/main/webapp/static/js/common.js
+++ b/src/main/webapp/static/js/common.js
@@ -170,15 +170,15 @@
{field: 'matNo', align: 'center',title: '浜у搧缂栫爜'}
,{field: 'matName', align: 'center',title: '浜у搧鍚嶇О'}
,{field: 'specs', align: 'center',title: '瑙勬牸鍨嬪彿'}
- ,{field: 'unit', align: 'center',title: '鍗曚綅'}
+ ,{field: 'unit', align: 'center',title: '鍗曚綅', width:80}
// ,{field: 'num1', align: 'center',title: '鏁伴噺'}
,{field: 'size', align: 'center',title: '灏哄', hide: true}
,{field: 'color', align: 'center',title: '棰滆壊'}
- ,{field: 'weight', align: 'center', title: '姣忕閲嶉噺(KG)'}
+ ,{field: 'weight', align: 'center', title: '姣忕閲嶉噺(KG)', width:120}
,{field: 'str3', align: 'center', title: '瀹㈡埛鍚嶇О'}
,{field: 'str4', align: 'center', title: '椤圭洰淇℃伅'}
- ,{field: 'str5$', align: 'center', title: '绫诲埆'}
- ,{field: 'str6', align: 'center', title: '姣忕鏁伴噺(PCS)'}
+ ,{field: 'str5$', align: 'center', title: '绫诲埆', width:120}
+ ,{field: 'str6', align: 'center', title: '姣忕鏁伴噺(PCS)', width:125}
]
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',
diff --git a/src/main/webapp/static/js/matCode/matCode.js b/src/main/webapp/static/js/matCode/matCode.js
index a5871d6..13c2806 100644
--- a/src/main/webapp/static/js/matCode/matCode.js
+++ b/src/main/webapp/static/js/matCode/matCode.js
@@ -7,7 +7,7 @@
cols.push.apply(cols, matCols);
cols.push({field: 'modiUser$', align: 'center',title: '淇敼浜哄憳', hide: true}
,{field: 'modiTime$', align: 'center',title: '淇敼鏃堕棿', hide: true}
- ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:110})
+ ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:120})
return cols;
}
layui.use(['table','laydate', 'form','upload'], function(){
diff --git a/src/main/webapp/views/locDetl/locDetl.html b/src/main/webapp/views/locDetl/locDetl.html
index 03b6d23..e655c07 100644
--- a/src/main/webapp/views/locDetl/locDetl.html
+++ b/src/main/webapp/views/locDetl/locDetl.html
@@ -25,7 +25,7 @@
</div>
</div>
<div class="layui-inline">
- <div class="layui-input-inline">
+ <div class="layui-input-inline" style="width: 200px">
<input class="layui-input" type="text" name="condition" placeholder="璇疯緭鍏�" autocomplete="off">
</div>
</div>
--
Gitblit v1.9.1