Browse Source

YT-2720:【要货预测-计划员】菜单的手动拉取,改为通过kettle拉取QAD的数据,点击这个按钮后,提示:正在拉取数据,预计需要 20-30 分钟。

intex
songguoqiang 3 days ago
parent
commit
9388ed9b28
  1. 2
      src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/index.vue

2
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

Loading…
Cancel
Save