恒润


贸易合同下拉列表

<p><strong>简要描述:</strong> </p> <ul> <li>贸易合同下拉列表</li> </ul> <p><strong>服务名:</strong> </p> <ul> <li><code>Trade/Trade_CodeByCompanyList</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>{     "Type":1,     "id":6,     "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;">└ id</td> <td style="text-align: left;">int</td> <td>公司Id</td> </tr> <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>合同类型(1采购合同,2销售合同)</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{     "data": [         {             "id": 22.0,             "tradeCode": "CGDD0000019",             "code": "WKX123456",             "price": 50.000000         },         {             "id": 24.0,             "tradeCode": "CGDD0000020",             "code": "c1",             "price": 2.000000         }     ] }</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> <tr> <td style="text-align: left;">└ price</td> <td style="text-align: left;">decimal</td> <td>单价</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li> </li> </ul>

页面列表

ITEM_HTML