自动化立体仓库 - WMS系统
pjb
2025-07-10 59faff8bcfda7d9b33e133f88b3f3e97f3d84db3
库存调整(未完成)
2个文件已修改
14 ■■■■■ 已修改文件
src/main/java/com/zy/asrs/service/impl/WorkServiceImpl.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/pakStore/stockAdjust.js 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/service/impl/WorkServiceImpl.java
@@ -860,7 +860,7 @@
    @Override
    @Transactional
    public void adjustLocDetl(LocDetlAdjustParam param, Long userId) {
        param.integrate();
//        param.integrate();
        LocMast locMast = locMastService.selectById(param.getLocNo());
        if (Cools.isEmpty(locMast)) {
            throw new CoolException("库位不存在");
src/main/webapp/static/js/pakStore/stockAdjust.js
@@ -8,9 +8,21 @@
        {fixed: 'left', field: 'count', title: '实际数量', align: 'center', edit:'text', width: 120,  style:'color: blue;font-weight: bold'}
        ,{field: 'anfme', align: 'center',title: '数量'}
        ,{field: 'batch', align: 'center',title: '批号(编辑)', edit: true, style: 'font-weight:bold'}
        // ,{field: 'zpallet', align: 'center',title: '托盘条码', edit: true}
        // ,{field: 'model', align: 'center',title: '桶型', edit: true}
        // ,{field: 'manuDate', align: 'center',title: '生产日期', edit: true}
        // ,{field: 'weight', align: 'center',title: '净重', edit: true}
        // ,{field: 'manLength', align: 'center',title: '毛重', edit: true}
        // ,{field: 'volume', align: 'center',title: '罐装量', edit: true}
    ];
    arrRemove(detlCols, "field", "anfme");
    arrRemove(detlCols, "field", "batch");
    // arrRemove(detlCols, "field", "zpallet");
    // arrRemove(detlCols, "field", "model");
    // arrRemove(detlCols, "field", "manuDate");
    // arrRemove(detlCols, "field", "weight");
    // arrRemove(detlCols, "field", "manLength");
    // arrRemove(detlCols, "field", "volume");
    cols.push.apply(cols, detlCols);
    cols.push({fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:80})
    return cols;