M+ CPD


获取验收单列表

<h5>简要描述</h5> <ul> <li>获取验收单列表</li> </ul> <h5>请求URL</h5> <ul> <li><code>pmms-acceptance-bff/acceptanceOrder/getAcceptanceList</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <pre><code>{ "acceptanceCode": "string", // 验收单号 "acceptanceIdList": [// 验收单id "string" ], "acceptanceOrderStatus": [ // 验收单状态 "init" , "approved"已提交 "init" ], "apiVersion": "string", "brandIdList": [ // 品牌id "string" ], "channelTypeName": [ // 渠道名称 "string" ], "cityIdList": [ // 城市id "string" ], "counterIdList": [ // 柜台id "string" ], "counterName": "string", // 柜台名称,可以模糊搜索 "endTime": 0, // 搜索结束时间 "inspectorName": "string", // 验收员名称 "nonStandardDisplay": "non", // 非标陈列 non 或 contain "page": 0, // 页码 "regionName": [ // 区域名称 "string" ], "requestId": "string", "sanitarySituation": "good", // 卫生状况 good 或 poor "size": 0, // 每页数量 "startTime": 0, // 搜索开始时间 "timestamp": 0 } </code></pre> <h5>返回示例</h5> <pre><code>{ "code": 0, "data": { "dataList": [ { "acceptanceCode": "string",// 验收单号 "acceptanceOrderStatus": "init",// 验收单状态 "brandId": "string",// 品牌id "brandName": "string",// 品牌名称 "channelType": "string",// 渠道名称 "city": "string",// 城市名称 "counterCode": "string",// 柜台编号 "counterId": "string",// 柜台id "counterName": "string",// 柜台名称 "createAt": 0, "createBy": "string", "deleteAt": 0, "deleteBy": "string", "displayApSpa": "string",// 陈列ap/spa区域描述 "displayMakeup": "string",// 陈列彩妆描述 "displaySkinCare": "string",// 陈列护肤描述 "id": "string",// 验收单id "inspectorName": "string",// 验收员 "nonStandardDisplay": "non",// 非标陈列情况 "nonStandardDisplayDescription": "string",// 非标陈列情况描述 "region": "string",// 区域名称 "sanitarySituation": "good",// 卫生状况 "sanitarySituationDescription": "string",// 卫生状况描述 "updateAt": 0, "updateBy": "string", "wholeAp": "string",// 整体ap面描述 "wholeMakeup": "string",// 整体彩妆面描述 "wholeOther": "string",// 整体其他描述 "wholeSkinCare": "string"// 整体护肤描述 } ], "total": 0// 总数 }, "message": "string", "requestId": "string", "timestamp": 0 }</code></pre>

页面列表

ITEM_HTML