From 9388ed9b28f05d0f00b31ebebf41e9128be76308 Mon Sep 17 00:00:00 2001 From: songguoqiang Date: Wed, 2 Jul 2025 17:01:25 +0800 Subject: [PATCH] =?UTF-8?q?YT-2720:=E3=80=90=E8=A6=81=E8=B4=A7=E9=A2=84?= =?UTF-8?q?=E6=B5=8B-=E8=AE=A1=E5=88=92=E5=91=98=E3=80=91=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E7=9A=84=E6=89=8B=E5=8A=A8=E6=8B=89=E5=8F=96=EF=BC=8C?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E9=80=9A=E8=BF=87kettle=E6=8B=89=E5=8F=96QAD?= =?UTF-8?q?=E7=9A=84=E6=95=B0=E6=8D=AE=EF=BC=8C=E7=82=B9=E5=87=BB=E8=BF=99?= =?UTF-8?q?=E4=B8=AA=E6=8C=89=E9=92=AE=E5=90=8E=EF=BC=8C=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=EF=BC=9A=E6=AD=A3=E5=9C=A8=E6=8B=89=E5=8F=96=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=EF=BC=8C=E9=A2=84=E8=AE=A1=E9=9C=80=E8=A6=81=2020-30=20?= =?UTF-8?q?=E5=88=86=E9=92=9F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supplierdeliver/demandforecastingMain/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/index.vue b/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/index.vue index d459dde9b..d38c9fd93 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/index.vue +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/index.vue @@ -440,7 +440,7 @@ const updateDemandforecaste = async ()=>{ try { let res = await DemandforecastingMainApi.updateDemandforecaste(submitData) console.log('更新结果',res) - message.success(t('同步要货预测数据需要等第一段时间才能同步完毕!')) + message.success(t('正在拉取数据,预计需要 20-30 分钟!')) getList() } finally{ //tableObject.loading = false