Browse Source

要货预测添加批量方法

intex_online20250327
songguoqiang 2 weeks ago
parent
commit
34a927f234
  1. 12
      src/api/wms/demandforecastingMain/index.ts

12
src/api/wms/demandforecastingMain/index.ts

@ -173,3 +173,15 @@ export const publish = async (data) => {
}
//批量重试
export const batchPublish = async(ids: string) => {
// return request.get({
// url: '/wms/outer/batchRetry?ids=' + ids+'&type='+type
// })
//}
let data={
'ids':ids
}
return await request.post({ url: `/wms/outer/batchRetry`, data })
}

Loading…
Cancel
Save