装配目视单打印

tags/yfai-pcn-ext-v2.3
yxw 8 months ago
parent f7b48f9801
commit bc534df0ec

@ -143,7 +143,7 @@ public class MesProduceSnPrintController {
ValidatorBean.checkNotNull(printQueue.getPrintQueueType(), "打印类型不能为空");
if (printQueue.getPrintQueueType() == MesExtEnumUtil.PRINT_QUEUE_TYPE.WORK_ORDER.getValue()) {
if (printQueue.getPrintQueueType() == MesExtEnumUtil.PRINT_QUEUE_TYPE.WORK_ORDER_ASSEMBLY.getValue()) {
ValidatorBean.checkNotNull(printQueue.getWorkCenterCodeQuery(), "产线代码不能为空");
ValidatorBean.checkNotNull(printQueue.getPartProdGroupCodeQuery(), "零件生产组代码不能为空");
}

Loading…
Cancel
Save