自动化立体仓库 - WMS系统
ZY
2024-12-18 184a0722e53f64f40ddb2c88f11f26941f565a8c
src/main/webapp/static/js/agvPakStore/locMove.js
@@ -3,7 +3,9 @@
function getCol() {
    var cols = [
        {field: 'locNo', align: 'center',title: '库位号', merge: true, style: 'font-weight: bold'}
        ,{field: 'anfme', align: 'center',title: '数量'}
    ];
    arrRemove(detlCols,  'field', 'zpallet');
    cols.push.apply(cols, detlCols);
    return cols;
}