diff --git a/src/views/Gw/finishedProductWarehousing/FinishedProductWarehousingForm.vue b/src/views/Gw/finishedProductWarehousing/FinishedProductWarehousingForm.vue index 3886eef..191a7d9 100644 --- a/src/views/Gw/finishedProductWarehousing/FinishedProductWarehousingForm.vue +++ b/src/views/Gw/finishedProductWarehousing/FinishedProductWarehousingForm.vue @@ -374,8 +374,9 @@ const fnSubmitA = async () => { return; } let finishedCount = await FinishedProductWarehousingApi.getFinishedProductCount(formDataA.value.SupplierWorkNo) - if(finishedCount< 32){ - VXETable.modal.alert({content:"当前工单数据不完整,请检查原材料/组部件检验、生产工艺及过程检验、出厂试验是否都已完整录入"}) + if(finishedCount.length>0){ + + VXETable.modal.alert({content:"当前工单数据不完整,请检查如下原材料/组部件检验、生产工艺及过程检验、出厂试验是否都已完整录入:\n"+finishedCount.join("\n")}) return; } switch (formTypeA.value) {