M+ CPD


获取配单列表

<h5>简要描述</h5> <ul> <li>获取配单列表</li> </ul> <h5>请求URL</h5> <ul> <li><code>pmms-procurement-request-bff/procurementOrder/getQuotationOrderList</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <pre><code>{ "apiVersion": "string", "budgetItemId": [ "string" ], "counterCode": "string", // 柜台编码 "endTime": 0, // 查询结束时间 "fixedAsset": "Yes", // 是否属于资产 Yes 或者 No "id": [ "string" ], "orderCategory": "string", // 配单分类 "orderCode": "string", "orderStatus": [ "Initial" ], "orderType": "string", "page": 0, "poNo": "string", "requestId": "string", "scNo": "string", "size": 0, "startTime": 0, // 查询开始时间 "supplierId": [ "string" ], "supplierQuery": "string", // 供应商查询条件 "timestamp": 0 }</code></pre> <h5>返回示例</h5> <pre><code>{ "code": 0, "data": { "dataList": [ { "budgetItemId": "string", "comment": "string", "counterCode": "string", "createAt": 0, "createBy": "string", "deleteAt": 0, "deleteBy": "string", "fixedAsset": "No", "id": "string", "orderCategory": "string", // 配单分类 "orderCode": "string", "orderStatus": "Initial", "orderType": "string", "poNo": "string", "quotationFile": "string", "requirementDate": 0, "scNo": "string", "supplierCode": "string", "supplierId": "string", "supplierName": "string", "totalAmount": 0, "updateAt": 0, "updateBy": "string" } ], "total": 0 }, "message": "string", "requestId": "string", "timestamp": 0 }</code></pre>

页面列表

ITEM_HTML