Merge remote-tracking branch 'refs/remotes/origin/master' into dev

# Conflicts:
#	src/views/weightManage/index.vue
This commit is contained in:
zc
2026-03-06 18:15:58 +08:00
7 changed files with 552 additions and 69 deletions

View File

@@ -78,7 +78,12 @@ export function importMaterial(data: any) {
return http.post(`${BASE_URL}/import`, data)
}
/** @desc 解析物料信息导入数据 */
/** @desc 物料照片批量导入数据 */
export function uploadMaterialPhotos(data: FormData) {
return http.post(`${BASE_URL}/import/uploadMaterialPhotos`, data)
}
/** @desc 物料照片抓取数据 */
export function catchPhoto(data: FormData) {
return http.post(`${BASE_URL}/import/catch`, data)
}