自动化立体仓库 - WMS系统
#1
lsh
3 天以前 3f4dc532dcd3268ab90ca0f0ec10d5c70a529cdb
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: 'supp', align: 'center',title: 'po'}
        ,{field: 'sku', 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}