M+ CPD


Admin 补货申请列表查询

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>Admin 补货申请列表查询</li> </ul> <h5>请求URL</h5> <ul> <li><code>/cpd/replenishment/searchApplicationList</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <pre><code> { "projectId": null, // Project ID "brandIdList": null, // 品牌id数组 "storeName": null, // 店铺名称 "urgencyIdList": null, // 紧急程度id数组 "supplierChangeList": [], // 生产供应商申请变更的id数组 "workSystemEnum": "CPD", // 部门区分,CPD或LD,默认LD "stepIndexList": [2, 4], // 当前步骤index集合 "apiVersion": null, "requestId": null, "timestamp": 0, "page": 1, // 分页下标从1开始,必输     "size": 10 // 每页记录数量,必输 }</code></pre> <h5>返回示例</h5> <pre><code> {     "code": 0,     "message": "success",     "data": {         "dataList": [             {                 "brandId": "cea72c68-b295-4fc9-87e5-27868e489cfc", // 品牌id                 "brandNameShort": "LAN", // 品牌缩写                 "counterId": "953ad021-e53c-11eb-8c12-00e04c786ea3", // 柜台id                 "counterCode": null, // 柜台编码                 "storeNameCh": "无锡百盛", // 店铺中文名                 "storeNameEn": null, // 店铺英文名                 "registeredAddress": "江苏省无锡市梁溪区崇安寺街道人民中路127号三阳百盛", // 地址                 "mobile": "27835726ac90f58484e0b3a99d83f3fa", // 电话                 "channel": "DLA", // 渠道类型                 "cityId": null, // 城市id                 "cityNameCh": null, // 城市中文名                 "cityNameEn": null, // 城市英文名 "urgencyId": "1", // 紧急程度id "urgencyNameEn": "Normal", // 紧急程度英文描述 "urgencyNameCn": "常规申请", // 紧急程度中文描述 "createAt": 1628216748797, // 创建时间 "createBy": "string", // 创建人 "applicationNo": "00000000001", // 申请编号 "totalPrice": 68.10, // 补货单总金额 "detailList" : [ { "applicationNo": "00000000001", // 申请编号 "projectId": "WRP2186FSX6P", // Project ID "replenishmentOrderId": "295b3201-3b84-4637-a5cf-83b7178a0cab", // 补货单id "replenishmentIssue": "小三角斜面破损", // 补货申请描述 "urgencyId": "1", // 紧急程度id "issuePictureList": [], // 问题图片 "displayItemType": null, // 灯片类/有机类 Display/Visual "itemName": null, // 物料名称 "itemId": "656491c2-5fae-4fb3-8455-66cdf5576904", // 物料id "itemQty": 2, // 物料数量 "estPrice": null, // 预估报价 "approvedPrice": null, // RC/approved 价 "supplierContact": "迪亚姆", // 供应商联系人 "createAt": 1628216748797, // 创建时间 "createBy": "string", // 创建人 "updateAt": 1628216748797, // 修改时间 "updateBy": "string", // 修改人 "currentIndex": 2, // 当前步骤index "currentStates": "[\"fd03e0b6-2c73-4699-96e3-ad2cb676991a\"]", // 当前状态 "currentStepInstanceId": "6dd63397-2245-47dc-91fd-dd3d9a53c1d7", // 当前步骤实例id "currentStepRole": "VM", // 当前操作角色 "urgencyReason": null, // 紧急程度备注 "predictQuotationRemark": null, // 预估报价备注 "status": 0, // 生产供应商申请变更状态 "changeRemark": null, // 申请变更备注 "applyOverTwoTimes": true, // 一个月内申请超过两次 "length": null, // 灯片size - 长 "width": null, // 灯片size - 宽 "height": null, // 灯片size - 高 "totalPrice": 68.10 // 总金额 } ]             }         ],         "total": 1     },     "timestamp": 1672128871343 }</code></pre> <h5>备注</h5> <ul> <li>无</li> </ul>

页面列表

ITEM_HTML