From 2695fdb97965a97e3932ff10410df8af7f4a738b Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Thu, 19 Sep 2024 15:48:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A1=E5=88=92=E6=8A=A5=E5=B7=A5=E5=92=8C?= =?UTF-8?q?=E6=97=A0=E8=AE=A1=E5=88=92=E6=8A=A5=E5=B7=A5=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?await?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/fg/receiptNoPlan.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/fg/receiptNoPlan.vue b/src/pages/fg/receiptNoPlan.vue index 7e875bf3..678554f8 100644 --- a/src/pages/fg/receiptNoPlan.vue +++ b/src/pages/fg/receiptNoPlan.vue @@ -301,14 +301,14 @@ //创建上架申请 if(this.dataContent.putAwayRequestSwitch){ if(list.length>0&&list[0].requestNumber){ - createPutawayRequestByPlan(list[0].requestNumber) + await createPutawayRequestByPlan(list[0].requestNumber) } } //创建检验申请 if(this.dataContent.putAwayInspectSwitch){ if(list.length>0&&list[0].requestNumber){ - createInspectRequestByPlan(list[0].requestNumber) + await createInspectRequestByPlan(list[0].requestNumber) } } var hintMsg ="提交成功\n生成装配收货记录\n";