自动化立体仓库 - WMS系统
1
bfwms
2025-03-29 d8282bc83c48030c3338ce014a88574d1bbfe895
src/main/webapp/static/js/locDetl/locDetl.js
@@ -20,7 +20,7 @@
        ,{field: 'sku', align: 'center',title: 'sku', hide: true}
        ,{field: 'units', align: 'center',title: '单位量', hide: true}
        ,{field: 'barcode', align: 'center',title: '条码', hide: true}
        ,{field: 'origin', align: 'center',title: '产地', hide: true}
        ,{field: 'origin', align: 'center',title: '批次备注', hide: false}
        ,{field: 'owner$', align: 'center',title: '客户信息', hide: false}
        ,{field: 'manu', align: 'center',title: '客户信息old', hide: false}
        ,{field: 'manuDate', align: 'center',title: '生产日期', hide: true}
@@ -65,7 +65,7 @@
        where:{
          unreason: false
        },
        limits: [20, 30, 50, 100, 200, 500],
        limits: [20, 30, 50, 100, 200, 500, 50000],
        even: true,
        toolbar: '#toolbar',
        cellMinWidth: 50,