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 +++--- 1 files changed, 3 insertions(+), 3 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); -- Gitblit v1.9.1