自动化立体仓库 - WMS系统
*
lsh
2025-11-25 af9df8d638cb1db1e298b0081ca385fa622ab38f
src/main/webapp/static/js/locDetlGroup/locDetlGroup.js
@@ -2,10 +2,12 @@
function getCol() {
    var cols = [
        {field: 'matnr', align: 'center', title: '物料号', sort: true}
        {field: 'matnr', align: 'center', title: 'sku', sort: true}
        , {field: 'maktx', align: 'center', title: '物料名称', sort: true}
        , {field: 'specs', align: 'center', title: '规格'}
        , {field: 'batch', align: 'center', title: '批号', width: 300, sort: true}
        ,{field: 'standby1', align: 'center',title: 'po'}
        ,{field: 'standby2', align: 'center',title: 'upc'}
        , {field: 'batch', align: 'center', title: '批号', width: 300, sort: true,hide:true}
        , {field: 'storeMax', align: 'center', title: '数量上限', sort: true}
        , {field: 'storeMin', align: 'center', title: '数量下限', sort: true}
        // , {field: 'storeMaxDate', align: 'center', title: '库龄上限', sort: true}