|
|
|
@ -556,7 +556,7 @@ public class SfcDispatchServiceImpl extends ServiceImpl<SfcDispatchMapper, SfcDi
|
|
|
|
|
message.append("派工单[" + dispatchNo + "]的资源没有维护,不允许发布");
|
|
|
|
|
continue;
|
|
|
|
|
}
|
|
|
|
|
if (sfcDispatchDto.getPlannedStartDate() == null || sfcDispatchDto.getPlannedCompDate() == null || sfcDispatchDto.getEarliestStartDate() == null || sfcDispatchDto.getLatestEndDate() == null) {
|
|
|
|
|
if (sfcDispatchDto.getPlannedStartDate() == null || sfcDispatchDto.getPlannedCompDate() == null) {
|
|
|
|
|
flag = false;
|
|
|
|
|
message.append(seq++%3 == 0 ? "\n" : "| |");
|
|
|
|
|
message.append("派工单[" + dispatchNo + "]的计划开始或完成时间没维护,不允许发布");
|
|
|
|
|