生产任务派工单预计结束日期等于需求日期时也提示
This commit is contained in:
parent
2d172051f3
commit
e7342dbcb7
@ -1289,7 +1289,7 @@ const submitForm = async (operate) => {
|
||||
d2.setHours(0, 0, 0, 0);
|
||||
|
||||
|
||||
if( d1>d2){
|
||||
if( d1>=d2){
|
||||
let name;
|
||||
procedureList.value.forEach(items =>{
|
||||
if (items.id==formData.value.taskDispatchDetails[i].procedureId){
|
||||
@ -1298,6 +1298,7 @@ const submitForm = async (operate) => {
|
||||
})
|
||||
|
||||
await message.confirm('工序('+name+")预计结束日期超过生产计划日期"+formatDate1(d2)+"是否继续 '")
|
||||
return
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user