@@ -37,7 +37,7 @@ export type GetStockListParams = {
/** 所属公司 */
companyCode: string;
/** wbs */
- wbs: string;
+ wbsName: string;
/** 所属仓库 */
warehouseId: string;
/** 物料类型 */
@@ -15,7 +15,7 @@ OriginalListParams<GetStockListParams>,
wllbCode: '',
materialName: '',
storageLocationName: '',
- wbs: '',
+ wbsName: '',
companyCode: '',
supplierId: '',
warehouseId: '',
@@ -32,7 +32,7 @@ export function transformState(
wllbCode,
materialName,
storageLocationName,
- wbs,
+ wbsName,
companyCode,
supplierId,
warehouseId,
@@ -46,7 +46,7 @@ export function transformState(