物料流程整合
This commit is contained in:
@@ -9,6 +9,7 @@ export interface WeighManageResp {
|
||||
materialSpec: string
|
||||
unitWeight: number
|
||||
photoUrl: string
|
||||
materialProcess: string
|
||||
matchResult: string
|
||||
downFloatRatio: string
|
||||
upFloatRatio: string
|
||||
@@ -29,6 +30,6 @@ export function validateWeighing(data: any) {
|
||||
}
|
||||
|
||||
/** @desc 校验物料是否一致 */
|
||||
export function vmSend(code: string) {
|
||||
return http.post<string>(`/vm/send`, { msg: code })
|
||||
export function vmSend(materialProcess: string) {
|
||||
return http.post<string>(`/vm/send`, { materialProcess })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user