自动化立体仓库 - WMS系统
lty
2 天以前 1ec0f01384f5019aec98e0b8ced7c28c544a94e0
#MES接口对接
6个文件已修改
28 ■■■■ 已修改文件
src/main/java/com/zy/asrs/task/OrderSyncScheduler.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/common.js 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/locRule/locRule.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/matTurn/matTurn.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/orderPakout/out.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/matTurn/turnOverQuery.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/task/OrderSyncScheduler.java
@@ -87,8 +87,8 @@
                            if (issued <= 0.0D) {
                                continue;
                            }
                            List<LocDetl> locDetls = locDetlService.queryStockAll(null, exist, detl.getMatnr(), detl.getBatch() != ""?detl.getBatch():"R002",
                                    detl.getBrand(), detl.getStandby1(), detl.getStandby2(), detl.getStandby3(), detl.getBoxType1() !=""?detl.getBoxType1():"R002", detl.getBoxType2(), detl.getBoxType3());
                            List<LocDetl> locDetls = locDetlService.queryStockAll(null, exist, detl.getMatnr(), detl.getBatch(),
                                    detl.getBrand(), detl.getStandby1(), detl.getStandby2(), detl.getStandby3(), detl.getBoxType1(), detl.getBoxType2(), detl.getBoxType3());
                            for (LocDetl locDetl : locDetls) {
                                LocMast locMast = locMastService.selectOne(new EntityWrapper<LocMast>().eq("loc_no", locDetl.getLocNo()).eq("loc_sts", "F"));
                                if (locMast != null) {
src/main/webapp/static/js/common.js
@@ -185,8 +185,8 @@
    // {field: 'id', align: 'center',title: 'ID'}
    // ,{field: 'uuid', align: 'center',title: '编号'}
    , {field: 'maktx', align: 'center', title: '商品名称(品名)', width: 200}
    , {field: 'specs', align: 'center', title: '规格'}
    , {field: 'model', align: 'center', title: '型号', hide: false}
    , {field: 'specs', align: 'center', title: '库位类型'}
    , {field: 'model', align: 'center', title: '型号', hide: true}
    , {field: 'color', align: 'center', title: '颜色', hide: true}
    , {field: 'brand', align: 'center', title: '品牌', hide: false}
    , {field: 'upQty', align: 'center', title: '组托上限', hide: true}
@@ -242,7 +242,7 @@
    {field: 'matnr', align: 'center', title: '商品编号(品号)', sort: true}
    , {field: 'maktx', align: 'center', title: '商品名称(品名)', sort: true}
    , {field: 'anfme', align: 'center', title: '数量', hide: false}
    , {field: 'specs', align: 'center', title: '规格', hide: false}
    , {field: 'specs', align: 'center', title: '库位类型', hide: false}
    , {field: 'model', align: 'center', title: '代码', hide: true}
    , {field: 'color', align: 'center', title: '颜色', hide: true}
    , {field: 'brand', align: 'center', title: '品牌', hide: true}
@@ -265,7 +265,7 @@
    {field: 'matnr', align: 'center', title: '商品编号', sort: true, width: 160}
    , {field: 'maktx', align: 'center', title: '商品名称', sort: true, width: 120}
    , {field: 'orderNo', align: 'center', title: '单据编号', hide: false, width: 120}
    , {field: 'batch', align: 'center', title: '批次', sort: false}
    , {field: 'batch', align: 'center', title: '批次', sort: true,hide:true}
    , {
        field: 'anfme', align: 'center', title: '数量', hide: false, templet: function (d) {
            var raw = d.anfme;
@@ -300,7 +300,7 @@
    }
    , {field: 'weight', align: 'center', title: '重量(公斤)', hide: false, width: 120}
    , {field: 'zpallet', align: 'center', title: 'SN', hide: false}
    , {field: 'specs', align: 'center', title: '规格', hide: false}
    , {field: 'specs', align: 'center', title: '库位类型', hide: false,sort:true}
    , {
        field: 'safeQty', align: 'center', title: '归零阈值', hide: true, templet: function (d) {
            var raw = d.safeQty;
@@ -322,9 +322,9 @@
        }
    }
    , {field: 'color', align: 'center', title: '颜色', hide: true}
    , {field: 'brand', align: 'center', title: '品牌', hide: false}
    , {field: 'model', align: 'center', title: '型号', hide: false}
    , {field: 'unit', align: 'center', title: '单位', hide: false}
    , {field: 'brand', align: 'center', title: '品牌', hide: true}
    , {field: 'model', align: 'center', title: '型号', hide: true}
    , {field: 'unit', align: 'center', title: '单位', hide: true}
    , {field: 'price', align: 'center', title: '单价', hide: true}
    , {field: 'sku', align: 'center', title: 'sku', hide: true}
    , {field: 'units', align: 'center', title: '单位量', hide: true}
src/main/webapp/static/js/locRule/locRule.js
@@ -24,7 +24,7 @@
            {type: 'checkbox'}
            // ,{field: 'id', align: 'center',title: 'ID'}
            , {field: 'matnr', align: 'center', title: '商品编号'}
            , {field: 'specs', align: 'center', title: '规格'}
            , {field: 'specs', align: 'center', title: '库位类型'}
            , {field: 'model', align: 'center', title: '型号'}
            , {field: 'cstmr', align: 'center', title: '客户'}
            , {field: 'batch', align: 'center', title: '批号'}
src/main/webapp/static/js/matTurn/matTurn.js
@@ -11,7 +11,7 @@
            style: 'color: blue;font-weight: bold'
        }
        , {field: 'maktx', align: 'center', title: '品名'}
        , {field: 'specs', align: 'center', title: '品名'}
        , {field: 'specs', align: 'center', title: '库位类型'}
    ];
}
src/main/webapp/static/js/orderPakout/out.js
@@ -35,7 +35,7 @@
            , {field: 'matnr', align: 'center', title: '商品编码', width: 160}
            , {field: 'maktx', align: 'center', title: '商品名称', width: 200}
            , {field: 'standby1', align: 'center', title: '机台号'}
            , {field: 'specs', align: 'center', title: '规格'}
            , {field: 'specs', align: 'center', title: '库位类型'}
            // ,{field: 'anfme', align: 'center',title: '数量'}
            // ,{field: 'qty', align: 'center',title: '作业数量', style: 'font-weight: bold'}
            , {field: 'enableQty', align: 'center', title: '待出数量', style: 'font-weight: bold'}
src/main/webapp/views/matTurn/turnOverQuery.html
@@ -87,7 +87,7 @@
            {type: 'checkbox'},
            {field: 'matnr', align: 'center', title: '品号'}
            , {field: 'maktx', align: 'center', title: '品名'}
            , {field: 'specs', align: 'center', title: '规格'}
            , {field: 'specs', align: 'center', title: '库位类型'}
        ];
    }