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

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("预计到货日期为空"); message.error("预计到货日期为空");
break; break;
} }
if (list[i].unitPrice === null) { // if (list[i].unitPrice === null) {
message.error("预估单价为空"); // message.error("");
break; // break;
} // }
if (list[i].estimatedPrices === null) { if (list[i].estimatedPrices === null) {
message.error("预估总价为空"); message.error("预估总价为空");
break; break;