Commit f513c076 by wusiyi

Merge branch 'wusiyi/debug' into dev

parents 33359940 ed9f76cb
...@@ -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