自动化立体仓库 - WMS系统
#
1
11 小时以前 1294cb0585450d22398153ca4d6514a0456f65b7
#
2个文件已修改
7 ■■■■ 已修改文件
src/main/java/com/zy/common/web/WcsController.java 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/basDevpOpt/basDevpOpt.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/common/web/WcsController.java
@@ -125,7 +125,10 @@
            return R.error("高低检测信号不能为空");
        }
        // 源站点状态检测
        BasDevp sourceStaNo = basDevpService.checkSiteStatus(param.getSourceStaNo(), true);
        BasDevp sourceStaNo = basDevpService.selectById(param.getSourceStaNo());
        if(sourceStaNo.getWrkNo() == 0 ){
            return R.error("站点工作号不存在");
        }
        sourceStaNo.setLocType1(param.getLocType1());
        LocTypeDto locTypeDto = new LocTypeDto(sourceStaNo);
src/main/webapp/static/js/basDevpOpt/basDevpOpt.js
@@ -29,7 +29,7 @@
            // ,{field: 'response$', align: 'center',title: '响应结果'}
            // ,{field: 'updateTime$', align: 'center',title: '修改时间'}
            ,{field: 'sourceLoading', align: 'center',title: '源站有物状态'}
            // ,{field: 'posLoading', align: 'center',title: '目标站有物状态'}
            ,{field: 'posLoading', align: 'center',title: '异常信息'}
            // ,{field: 'id', align: 'center',title: ''}
            ,{field: 'barcode', align: 'center',title: '条码值'}
            ,{field: 'frontErr', align: 'center',title: '前超限'}