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";