|
@@ -176,9 +176,7 @@ public class ApsProductionOrderServiceImpl extends ServiceImpl<ApsProductionOrde
|
|
if (count > 0) {
|
|
if (count > 0) {
|
|
return R.error("请先解决冲突再发布");
|
|
return R.error("请先解决冲突再发布");
|
|
}
|
|
}
|
|
- }
|
|
|
|
|
|
|
|
- if (checkSchedule) {
|
|
|
|
//============校验承诺交期============
|
|
//============校验承诺交期============
|
|
//如果承诺交货期为空,错误提示:请填写订单{订单号}{客户简称}的承诺交货期
|
|
//如果承诺交货期为空,错误提示:请填写订单{订单号}{客户简称}的承诺交货期
|
|
if (ObjectUtil.isEmpty(apsProductionOrderDo.getPromisedeliverydate())) {
|
|
if (ObjectUtil.isEmpty(apsProductionOrderDo.getPromisedeliverydate())) {
|