自动化立体仓库 - WMS系统
bfwms
1 天以前 1c18c333650df681b74d0ab6a93280675f43b42a
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,