优化
This commit is contained in:
@@ -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}`)
|
||||
}
|
||||
|
||||
|
||||
@@ -10,6 +10,8 @@ export interface WeighManageResp {
|
||||
unitWeight: number
|
||||
photoUrl: string
|
||||
matchResult: string
|
||||
downFloatRatio: string
|
||||
upFloatRatio: string
|
||||
}
|
||||
|
||||
export interface WeighManageQuery {
|
||||
|
||||
Reference in New Issue
Block a user