自动化立体仓库 - WMS系统
#
TQS
2022-11-22 cd3957e56a14ceb9d6c7f04729cf13ef1355a90d
src/main/java/com/zy/asrs/controller/MobileController.java
@@ -345,6 +345,9 @@
    @ManagerAuth
    public R getCheckDetl2(String barcode) {
        WrkMast wrkMast = wrkMastService.selectByBarcode(barcode);
        if(Cools.isEmpty()){
            throw new CoolException("此托盘码没有盘点任务");
        }
        if (wrkMast.getIoType() != 107){
            throw new CoolException("此托盘码不为盘点出库");
        }