🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 物料领用清单(已出库汇总) ~~~[api] post:/vcrm/script/api/exec *string:apikey=hb.searchData#请求接口KEY *string:pushType=getMaterialApplyBarcodeInfo#推送类型 string:pushParams#推送参数,json,{"dataId":"WL24103100530"},dataId值为 领料出库的条码 int:pageIndex#分页索引,从 1 开始 int:pageSize#返回记录数,如果是 -1 表示所有数据,忽略 pageIndex 参数值 <<< success { "status": "00000", "sync": true, "data": { "count": 1, "dataList": [{ "barcode_id": 752,//条码id "barcode_code": "WL24103100530",//条码号 "qualified_count": 1800,//正品数量 "unqualified_count": 0,//次品数量 "waste_count": 0,//废品数量 "barcode_inout_type": "已入库",//条码状态 "goods_id": 8938,//领用物料id "goods_model_id": 34478,//领用物料特征id "goods_name": "5#开口 树脂拉链",//物料名称 "goods_code": "02010002",//物料编码 "goods_spec": "40.65.",//物料规格 "goods_model_name": "荧光粉色/16-2130",//物料特征名称 "goods_model_code": "02010002",//物料特征编码 }] } } <<< error { "status": "10003", "sync": true, "data": {}, "info": "参数错误" } ~~~