优化
This commit is contained in:
@@ -30,8 +30,8 @@ export function validateWeighing(data: any) {
|
||||
}
|
||||
|
||||
/** @desc 校验物料是否一致 */
|
||||
export function vmSend(materialProcess: string) {
|
||||
return http.post<string>(`/vm/send`, { materialProcess })
|
||||
export function vmSend(materialCode: string) {
|
||||
return http.post<string>(`/vm/send`, { materialCode })
|
||||
}
|
||||
|
||||
/** @desc vm定时任务保存图片 */
|
||||
|
||||
Reference in New Issue
Block a user