修改bug

This commit is contained in:
郑彪辉
2025-04-23 23:51:02 +08:00
parent 3e63f64875
commit 07ac63b5bb
952 changed files with 6465 additions and 79209 deletions

View File

@@ -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