自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-10 8986fcab6c94e451240fba90b26f3de631cb49c6
#
2个文件已修改
7 ■■■■■ 已修改文件
src/main/webapp/static/js/pakStore/pakStore.js 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/pakStore/matQuery.html 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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);
src/main/webapp/views/pakStore/matQuery.html
@@ -104,7 +104,6 @@
                if (res.code === 403) {
                    top.location.href = baseUrl + "/";
                }
            }
        });