From e2788dcfa316a6ab4e0cce52544601dfc08e593d Mon Sep 17 00:00:00 2001 From: siontion Date: Sat, 1 Jun 2024 18:10:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=93=E5=89=8D=E5=B7=A5=E5=8D=95=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E4=B8=8D=E5=AE=8C=E6=95=B4=EF=BC=8C=E8=AF=B7=E6=A3=80?= =?UTF-8?q?=E6=9F=A5=E5=A6=82=E4=B8=8B=E5=8E=9F=E6=9D=90=E6=96=99/?= =?UTF-8?q?=E7=BB=84=E9=83=A8=E4=BB=B6=E6=A3=80=E9=AA=8C=E3=80=81=E7=94=9F?= =?UTF-8?q?=E4=BA=A7=E5=B7=A5=E8=89=BA=E5=8F=8A=E8=BF=87=E7=A8=8B=E6=A3=80?= =?UTF-8?q?=E9=AA=8C=E3=80=81=E5=87=BA=E5=8E=82=E8=AF=95=E9=AA=8C=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E9=83=BD=E5=B7=B2=E5=AE=8C=E6=95=B4=E5=BD=95=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../FinishedProductWarehousingForm.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) {