恒润


贸易合同下拉列表

<p><strong>简要描述:</strong> </p> <ul> <li>贸易合同下拉列表</li> </ul> <p><strong>服务名:</strong> </p> <ul> <li><code>Trade/Trade_CodeList</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </li> </ul> <p><strong>Content-Type:</strong> </p> <ul> <li> <p><code>application/json; charset=utf-8</code> </p> <p><strong>请求示例</strong></p> </li> </ul> <blockquote> <p>模糊查询</p> </blockquote> <pre><code>{ "searchkey":"" }</code></pre> <p><strong>请求参数说明</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">└ searchkey</td> <td style="text-align: left;">string</td> <td>关键字</td> </tr> <tr> <td style="text-align: left;">└ Type</td> <td style="text-align: left;">int</td> <td>合同类型</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ "data": [ { "id": 6.0, "tradeCode": "CGDD0000005", "code": "测试新增合同" }, { "id": 7.0, "tradeCode": "CGDD0000006", "code": "2" }, { "id": 8.0, "tradeCode": "XSDD0000001", "code": null } ] }</code></pre> <p><strong>返回参数说明</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">└ id</td> <td style="text-align: left;">int</td> <td>贸易合同Id</td> </tr> <tr> <td style="text-align: left;">└ tradeCode</td> <td style="text-align: left;">string</td> <td>单据编号</td> </tr> <tr> <td style="text-align: left;">└ code</td> <td style="text-align: left;">string</td> <td>纸质合同编号</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li> </li> </ul>

页面列表

ITEM_HTML