移除零件采购表单中预估单价的必填校验

This commit is contained in:
郑庆 2025-10-27 19:37:20 +08:00
parent f4180557ca
commit 00dc12f384

View File

@ -576,10 +576,10 @@ const submitForm = async () => {
message.error("预计到货日期为空");
break;
}
if (list[i].unitPrice === null) {
message.error("预估单价为空");
break;
}
// if (list[i].unitPrice === null) {
// message.error("");
// break;
// }
if (list[i].estimatedPrices === null) {
message.error("预估总价为空");
break;