自动化立体仓库 - WMS系统
#
1
昨天 c41ba9575e72dda93085759ad48882d055313005
src/main/webapp/static/js/pakStore/stockOut.js
@@ -2,10 +2,14 @@
var locDetlData = [];
function getCol() {
    var cols = [
        {field: 'standby1', align: 'center',title: '客户po', hide: false},
        {field: 'standby3', align: 'center',title: '客户sku', hide: false},
        {field: 'count', align: 'center',title: '出库数量', edit:'text', width: 130,  style:'color: blue;font-weight: bold'}
        ,{field: 'anfme', align: 'center',title: '库存数量'}
        ,{field: 'locNo$', align: 'center',title: '库位号'}
    ];
    arrRemove(detlCols, "field", "standby1")
    arrRemove(detlCols, "field", "standby3")
    arrRemove(detlCols,  'field', 'anfme');
    cols.push.apply(cols, detlCols);
    cols.push({fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width: 80})