Compare commits
2 Commits
1f91405a40
...
1919e0f5f7
| Author | SHA1 | Date | |
|---|---|---|---|
| 1919e0f5f7 | |||
| 6bb12efd46 |
@@ -202,7 +202,7 @@ public class UnBoxLableConveyorDeviceDriver extends AbstractOpcDeviceDriver impl
|
||||
}
|
||||
|
||||
//空箱出库开盖位,申请开盖
|
||||
if (mode == 15 && move == 1 && task > 0) {
|
||||
if (mode == 15 && move == 1 && task > 0 && !requireSucess) {
|
||||
Instruction instruction = instructionService.findByCode(String.valueOf(task));
|
||||
//不允许开盖,完成出库任务,自动去扫码位
|
||||
if (instruction == null || StrUtil.isEmpty(instruction.getVehicle_code())) {
|
||||
|
||||
Reference in New Issue
Block a user