自动化立体仓库 - WMS系统
#
1
5 小时以前 c41ba9575e72dda93085759ad48882d055313005
src/main/webapp/static/js/locDetlStatis/locDetlStatis.js
@@ -1,11 +1,16 @@
var pageCurr;
function getCol() {
    var cols = [
        {field: 'standby1', align: 'center',title: '客户po', hide: false},
        {field: 'standby3', align: 'center',title: '客户sku', hide: false},
        {field: 'anfme', align: 'center',title: '库存数量', style: 'font-weight: bold'}
    ];
    arrRemove(detlCols, "field", "anfme")
    arrRemove(detlCols, "field", "zpallet")
    arrRemove(detlCols, "field", "orderNo")
    arrRemove(detlCols, "field", "standby1")
    arrRemove(detlCols, "field", "standby3")
    // arrRemove(detlCols, "field", "memo")
    cols.push.apply(cols, detlCols);
    // cols.push({field: 'anfme', align: 'center',title: '数量', style: 'font-weight: bold'}