自动化立体仓库 - WMS系统
mrzhssss
2022-01-26 162b2345e5cae6ad327b5e931d9459c0cb6843e1
src/main/webapp/views/pda/comb.html
@@ -56,7 +56,10 @@
            cols: [[
                {fixed: 'left', align: 'center', field: 'count', title: '数量', style:'color: blue', width:50},
                {field: 'matNo', align: 'center', title: '产品代号'},
                {field: 'matName', align: 'center', title: '产品名称'}
                {field: 'matName', align: 'center', title: '产品名称'},
                {field: 'supplier', align: 'center', title: '批号'},
                {field: 'memo', align: 'center', title: '生产日期'}
            ]],
            done: function (res, curr, count) {
            }