From 8986fcab6c94e451240fba90b26f3de631cb49c6 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 10 六月 2020 17:17:50 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/pakStore/pakStore.js | 6 +++---
src/main/webapp/views/pakStore/matQuery.html | 1 -
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/main/webapp/static/js/pakStore/pakStore.js b/src/main/webapp/static/js/pakStore/pakStore.js
index c652138..2cffe9f 100644
--- a/src/main/webapp/static/js/pakStore/pakStore.js
+++ b/src/main/webapp/static/js/pakStore/pakStore.js
@@ -17,13 +17,13 @@
cellMinWidth: 50,
toolbar: '#toolbar',
cols: [[
- {fixed: 'left', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:80},
- {fixed: 'left', field: 'count', title: '鏁伴噺(蹇呭~)', align: 'center', edit:'text', width: 120, style:'color: blue;'},
+ {fixed: 'left', field: 'count', title: '鏁伴噺(蹇呭~)', align: 'center', edit:'text', width: 120, style:'color: blue;font-weight: bold'},
{field: 'matNo', align: 'center', title: '鐗╂枡缂栫爜'},
{field: 'barcode', align: 'center', title: '鏉$爜'},
{field: 'matName', align: 'center', title: '鐗╂枡鍚嶇О'},
{field: 'str1', align: 'center', title: '鐗╂枡鍗曚綅'},
- {field: 'str2', align: 'center', title: '鐗╂枡瑙勬牸'}
+ {field: 'str2', align: 'center', title: '鐗╂枡瑙勬牸'},
+ {fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:80}
]],
done: function (res, curr, count) {
$('td[data-field=count] div').html(initCountVal);
diff --git a/src/main/webapp/views/pakStore/matQuery.html b/src/main/webapp/views/pakStore/matQuery.html
index 458e0cc..0004d2b 100644
--- a/src/main/webapp/views/pakStore/matQuery.html
+++ b/src/main/webapp/views/pakStore/matQuery.html
@@ -104,7 +104,6 @@
if (res.code === 403) {
top.location.href = baseUrl + "/";
}
-
}
});
--
Gitblit v1.9.1