feat: 🚀 生成条码拼接id
This commit is contained in:
@@ -8,5 +8,6 @@ export const getBoxMarkListApi = (params: Record<string, any>) => {
|
||||
};
|
||||
//生成箱唛
|
||||
export const getMaterialListApi = (speci: any) => {
|
||||
console.log(speci, "=speci=");
|
||||
return http.get<any>(`SysConfig/GetMaterialList?speci=${encodeURIComponent(speci)}`);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user