From e7d8e04fb9e51452dbc27bcac29a357bf4bab56f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BF=97=E5=9B=BD?= <854933521@qq.com> Date: Mon, 28 Oct 2024 16:22:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E8=AE=A1=E5=88=92=E5=AE=8C=E5=B7=A5?= =?UTF-8?q?=E6=89=93=E5=8D=B0=E6=A0=87=E7=AD=BE=E5=90=8E=E4=B8=8D=E6=B8=85?= =?UTF-8?q?=E7=A9=BA=E5=88=97=E8=A1=A8=202024/8/8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/fg/receiptByPlan.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/pages/fg/receiptByPlan.vue b/src/pages/fg/receiptByPlan.vue index 577823ae..642c0568 100644 --- a/src/pages/fg/receiptByPlan.vue +++ b/src/pages/fg/receiptByPlan.vue @@ -300,9 +300,12 @@ const commit = async () => { throw new Error('未查找到单据信息') } uni.hideLoading() - showCommitSuccessMessage('提交成功
生成装配收货记录
', list) + // showCommitSuccessMessage('提交成功
生成装配收货记录
', list) showList.value = []; dataContent.value.handleQty = 0; + nextTick(()=>{ + showCommitSuccessMessage("提交成功
生成装配收货记录
" + list[0].requestNumber, list) + }) } catch (error) { uni.hideLoading() const hint = error.message ? error.message : error