自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-27 c99a39f34856027216097a63188809a76acbfe12
#
1个文件已修改
8 ■■■■■ 已修改文件
src/main/webapp/views/pda/comb.html 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/pda/comb.html
@@ -68,7 +68,9 @@
        .layui-table-cell {
            padding: 0;
        }
        .layui-table-grid-down {
            display: none;
        }
        /* 尾部 */
        footer {
            position: absolute;
@@ -120,9 +122,9 @@
            limit: 500,
            cellMinWidth: 50,
            cols: [[
                {fixed: 'left', field: 'count', title: '数量', align: 'center', edit:'text',  style:'color: blue;font-weight: bold', width:50},
                {field: 'matNo', align: 'center', title: '物料编码'},
                {field: 'matName', align: 'center', title: '物料名称'}
                {field: 'matName', align: 'center', title: '物料名称'},
                {fixed: 'left', field: 'count', title: '数量', align: 'center', style:'color: blue', width:40}
            ]],
            done: function (res, curr, count) {
            }