|
|
@@ -3423,7 +3423,7 @@ const validate = async (quoteList) => {
|
|
|
const element = quoteList[i];
|
|
|
const product = element.projectList?.find((v, index) => element.productIndex === index)
|
|
|
if (!product) {
|
|
|
- ElMessage.warning('请选择方案')
|
|
|
+ ElMessage.warning(`请选择${element.nameSimple}方案`)
|
|
|
return
|
|
|
}
|
|
|
const noMatchObj = product.drivings.find(v => v.minQuantity && Number(v.quantity ?? 0) < Number(v.minQuantity))
|