根据仓库和物料编号获取适合库位列表
POST
http://[域名]/warehourse/getlocationlistinfobysparepartno
接口描述
根据仓库和物料编号获取适合库位列表
请求参数
请求数据示例
响应参数
参数名
类型
描述
必填
errcode
string
错误代码,示例:0
必填
errmsg
string
错误信息,示例:成功
必填
recordcount
int
记录数量,为0表示列表没有数据
必填
locationno
string
库位编号
可选
locationcode
string
库位编码
可选
locationname
string
库位名称
可选
locationtypename
string
库位类型名称
可选
statuscode
string
状态编码
可选
statusname
string
状态名称
可选
maxnumber
string
最大数量
可选
maxweight
string
最大重量,以KG为单位
可选
maxvolume
string
最大体积,以m3为单位
可选
sparepartcode
string
物料编码
可选
sparepartname
string
物料名称
可选
specifications
string
规格型号
可选