ops供应链系统迁移
This commit is contained in:
12
src/api/modules/boxMark.ts
Normal file
12
src/api/modules/boxMark.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
//箱唛
|
||||
import http from "@/api";
|
||||
import { ResPage } from "@/api/interface/index";
|
||||
|
||||
//箱唛列表
|
||||
export const getBoxMarkListApi = (params: Record<string, any>) => {
|
||||
return http.post<ResPage<any>>(`BoxMark/GetList`, params);
|
||||
};
|
||||
//生成箱唛
|
||||
export const getMaterialListApi = (speci: any) => {
|
||||
return http.get<any>(`SysConfig/GetMaterialList?speci=${encodeURIComponent(speci)}`);
|
||||
};
|
||||
Reference in New Issue
Block a user