合伙人查适配商品搜索表
<p><strong>简要描述:</strong> </p>
<ul>
<li>合伙人查适配商品搜索表</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/dms/sales-order-app/parts-fit-list</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数 新增逻辑关于 二级品类全选:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">is_all</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>全选传值1 不全选传0或者空</td>
</tr>
<tr>
<td style="text-align: left;">cate_id</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>一级品类控件ID</td>
</tr>
<tr>
<td style="text-align: left;">data_cate_id</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>全选的时候 传空值 否则 根据点选哪些传值哪些</td>
</tr>
</tbody>
</table>
<ul>
<li>
<p>适用于适配商品搜索</p>
<p><strong>返回示例</strong></p>
</li>
</ul>
<pre><code>{
&quot;errCode&quot;: 1000,
&quot;errMsg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {
&quot;count&quot;: {
&quot;total&quot;: &quot;1&quot;
},
&quot;list&quot;: [
{
&quot;id&quot;: &quot;5678&quot;,
&quot;parts_name&quot;: &quot;附件套装&quot;,
&quot;name_en&quot;: &quot;&quot;,
&quot;parts_brand_id&quot;: &quot;128&quot;,
&quot;parts_brand_name&quot;: &quot;盖茨&quot;,
&quot;parts_category_id&quot;: &quot;223&quot;,
&quot;parts_category_name&quot;: &quot;附件套装&quot;,
&quot;parts_code&quot;: &quot;K026PK2230&quot;,
&quot;parts_factory_code&quot;: &quot;8500-0809&quot;,
&quot;parts_unit_name&quot;: &quot;套&quot;,
&quot;parts_specification&quot;: &quot;&quot;,
&quot;oe_code&quot;: &quot;&quot;,
&quot;parts_adaptable_vehicle&quot;: &quot;君威 2.5 1998.11-2008.12/GL8 2.5 2005.07-2011.12/世纪 2.5 1999.07-2002.12&quot;,
&quot;minimum_package_count&quot;: &quot;1&quot;,
&quot;propose_price&quot;: &quot;0.00&quot;,
&quot;parts_e_code&quot;: &quot;&quot;,
&quot;parts_unit_id&quot;: &quot;8&quot;,
&quot;stock_warning&quot;: 0,
&quot;stock_count&quot;: 0,
&quot;stock_count_warehouse&quot;: 0,
&quot;tax_rate&quot;: &quot;13&quot;,
&quot;range_price&quot;: &quot;299.00&quot;,
&quot;sales_price&quot;: &quot;299.00&quot;,
&quot;sales_price_no&quot;: &quot;264.60&quot;,
&quot;sales_count&quot;: 1,
&quot;discount_rate&quot;: 100,
&quot;sales_price_sum&quot;: &quot;299.00&quot;,
&quot;sales_price_sum_no&quot;: &quot;264.60&quot;,
&quot;last_sales_price&quot;: &quot;0.00&quot;,
&quot;store_count&quot;: &quot;0&quot;,
&quot;repalce_num&quot;: 0,
&quot;parts_top&quot;: &quot;盖茨|附件套装|套&quot;,
&quot;parts_bottom&quot;: &quot;K026PK2230|8500-0809&quot;,
&quot;picurl&quot;: &quot;&quot;,
&quot;grade_price&quot;: false,
&quot;partsInfo&quot;: {
&quot;imgs&quot;: &quot;&quot;,
&quot;partsCode&quot;: &quot;K026PK2230&quot;,
&quot;partsId&quot;: &quot;D8C253D2-A697-4BF5-9001-FA138DB9549A&quot;,
&quot;name&quot;: &quot;附件套包&quot;,
&quot;erpId&quot;: &quot;5678&quot;,
&quot;brand&quot;: &quot;盖茨&quot;
}
}
]
}
}
</code></pre>
<p><strong>返回参数说明</strong> </p>
<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;">picurl</td>
<td style="text-align: left;">string</td>
<td>图片链接地址</td>
</tr>
<tr>
<td style="text-align: left;">parts_top</td>
<td style="text-align: left;">string</td>
<td>头部第一行商品名称</td>
</tr>
<tr>
<td style="text-align: left;">parts_bottom</td>
<td style="text-align: left;">string</td>
<td>头部第二行商品名称</td>
</tr>
<tr>
<td style="text-align: left;">store_count</td>
<td style="text-align: left;">int</td>
<td>本店库存</td>
</tr>
<tr>
<td style="text-align: left;">sales_price</td>
<td style="text-align: left;">string</td>
<td>标准价</td>
</tr>
<tr>
<td style="text-align: left;">last_sales_price</td>
<td style="text-align: left;">string</td>
<td>上次价格</td>
</tr>
<tr>
<td style="text-align: left;">repalce_num</td>
<td style="text-align: left;">int</td>
<td>替换件数量</td>
</tr>
<tr>
<td style="text-align: left;">grade_price</td>
<td style="text-align: left;">string</td>
<td>客户等级价 显示 按客户查看价格</td>
</tr>
</tbody>
</table>
<p><strong>partsInfo 大数据返回</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;">imgs</td>
<td style="text-align: left;">string</td>
<td>图片链接地址</td>
</tr>
<tr>
<td style="text-align: left;">partsCode</td>
<td style="text-align: left;">string</td>
<td></td>
</tr>
<tr>
<td style="text-align: left;">partsId</td>
<td style="text-align: left;">string</td>
<td></td>
</tr>
<tr>
<td style="text-align: left;">name</td>
<td style="text-align: left;">string</td>
<td></td>
</tr>
<tr>
<td style="text-align: left;">erpId</td>
<td style="text-align: left;">int</td>
</tr>
<tr>
<td style="text-align: left;">brand</td>
<td style="text-align: left;">string</td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>