mirror of
https://gitee.com/krxd/shuyuan.git
synced 2026-04-08 13:25:54 +08:00
修改bug
This commit is contained in:
@@ -191,6 +191,19 @@ export function takeOutOfStorage(id: any) {
|
||||
}
|
||||
);
|
||||
}
|
||||
/**
|
||||
* 出库单上传照片
|
||||
* @param id 出库id
|
||||
* @returns
|
||||
*/
|
||||
export function setManualImg(id: any,params: Record<string, any>) {
|
||||
return request.post(`erp/outbound/settu/${id}`,params,
|
||||
{
|
||||
showErrorMessage: true,
|
||||
showSuccessMessage: true,
|
||||
}
|
||||
);
|
||||
}
|
||||
/**
|
||||
* 获取手工出库单列表
|
||||
* @param params
|
||||
|
||||
Reference in New Issue
Block a user