This commit is contained in:
zc
2026-03-20 16:33:39 +08:00
parent 69f97a740d
commit 0dee240c6e
5 changed files with 38 additions and 26 deletions

View File

@@ -61,7 +61,7 @@ export function updateMaterialInfo(data: any, id: string) {
}
/** @desc 删除物料信息 */
export function deleteMaterialInfo(id: string) {
export function deleteMaterialInfo(id: string | Array<string>) {
return http.del(`${BASE_URL}/${id}`)
}

View File

@@ -10,6 +10,8 @@ export interface WeighManageResp {
unitWeight: number
photoUrl: string
matchResult: string
downFloatRatio: string
upFloatRatio: string
}
export interface WeighManageQuery {