Commit e6820f4d by wusiyi

Merge branch 'dev'

parents b5c6d63b f513c076
...@@ -401,9 +401,10 @@ export function applyForReplenishmentApi( ...@@ -401,9 +401,10 @@ export function applyForReplenishmentApi(
data: { data: {
id: number id: number
productId: number productId: number
factorySubOrderNumber: string factorySubOrderNumber: string | number
replenishmentNum: string replenishmentNum: string
podJomallOrderUsStatus: string podJomallOrderUsStatus: string
replenishmentReason: string
}[], }[],
) { ) {
return axios.post<never, BaseRespData<never>>( return axios.post<never, BaseRespData<never>>(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment