feat: 🚀 生成条码拼接id

This commit is contained in:
2026-02-24 11:37:16 +08:00
parent 00be3968f9
commit 052d325d83
6 changed files with 475 additions and 75 deletions

View File

@@ -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)}`);
};