自动化立体仓库 - WMS系统
#
1
5 小时以前 c41ba9575e72dda93085759ad48882d055313005
src/main/webapp/static/js/pakStore/locCheckOut.js
@@ -3,8 +3,16 @@
var locDetlData = [];
function getCol() {
    var cols = [
        {field: 'locNo', align: 'center',title: '库位号', merge: true, style: 'font-weight: bold'}
        {field: 'locNo', align: 'center',title: '库位号', merge: true, style: 'font-weight: bold'},
        {field: 'matnr', align: 'center',title: '商品编号', sort:true}
        ,{field: 'orderNo', align: 'center',title: '单据编号', hide: false},
        {field: 'standby1', align: 'center',title: '客户po', hide: false},
        {field: 'standby3', align: 'center',title: '客户sku', hide: false},
    ];
    arrRemove(detlCols, "field", "matnr")
    arrRemove(detlCols, "field", "orderNo")
    arrRemove(detlCols, "field", "standby1")
    arrRemove(detlCols, "field", "standby3")
    cols.push.apply(cols, detlCols);
    return cols;
}