| src/main/java/com/zy/asrs/controller/MobileController.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/main/resources/mapper/LocDetlMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/main/webapp/static/js/report/inOut.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/main/webapp/views/pakStore/locDetlQuery.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/zy/asrs/controller/MobileController.java
@@ -459,29 +459,33 @@ } //空托盘缓冲区 小:E8 大:E9 String rStaNo ="E8"; String type ="ZONE"; //区域 if(barcode.substring(0,1).equals("9")){ rStaNo = "E9"; } String type ="ZONE"; //区域 Config config = configService.selectOne(new EntityWrapper<Config>().eq("code", "autoE").eq("status", "1")); if (config != null) { type ="STACK"; //巷道 if (Cools.isEmpty(config.getValue())) { rStaNo = rStaNo + "01"; config.setValue("2"); }else if (config.getValue().equals("1")) { rStaNo = rStaNo + "01"; config.setValue("2"); }else if (config.getValue().equals("2")) { rStaNo = rStaNo + "02"; config.setValue("3"); }else if (config.getValue().equals("3")) { rStaNo = rStaNo + "03"; config.setValue("1"); }else{ Config config = configService.selectOne(new EntityWrapper<Config>().eq("code", "autoE").eq("status", "1")); if (config != null) { type ="STACK"; //巷道 if (Cools.isEmpty(config.getValue())) { rStaNo = rStaNo + "01"; config.setValue("2"); }else if (config.getValue().equals("1")) { rStaNo = rStaNo + "01"; config.setValue("2"); }else if (config.getValue().equals("2")) { rStaNo = rStaNo + "02"; config.setValue("3"); }else if (config.getValue().equals("3")) { rStaNo = rStaNo + "03"; config.setValue("1"); } configService.updateById(config); } configService.updateById(config); } LinkedHashMap<String,Object> rcsParam=new LinkedHashMap<>(); rcsParam.put("taskType", "PF-FMR-COMMON"); List<LinkedHashMap<String,Object>> targetRoutes=new ArrayList<>(); src/main/resources/mapper/LocDetlMapper.xml
@@ -91,6 +91,9 @@ <if test="matnr!=null and matnr!='' "> and a.matnr like '%' + #{matnr} + '%' </if> <if test="zpallet!=null and zpallet!='' "> and a.zpallet like '%' + #{zpallet} + '%' </if> <if test="maktx!=null and maktx!='' "> and a.maktx like '%' + #{maktx} + '%' </if> src/main/webapp/static/js/report/inOut.js
@@ -98,7 +98,7 @@ success: function (res) { layer.closeAll(); if (res.code === 200) { table.exportFile(titles,res.data,'xls'); table.exportFile(titles,res.data.records,'xls'); } else if (res.code === 403) { top.location.href = baseUrl+"/"; } else { src/main/webapp/views/pakStore/locDetlQuery.html
@@ -74,7 +74,12 @@ </div> <div class="layui-inline"> <div class="layui-input-inline"> <input class="layui-input" type="text" name="batch" placeholder="合同号" autocomplete="off"> <input class="layui-input" type="text" name="batch" placeholder="批号" autocomplete="off"> </div> </div> <div class="layui-inline"> <div class="layui-input-inline"> <input class="layui-input" type="text" name="zpallet" placeholder="托盘码" autocomplete="off"> </div> </div> <!-- 日期范围 -->