APP(合伙人)

合伙人、dms、66智修文档相关


出库列表

<p>[TOC]</p> <h5>请求URL</h5> <ul> <li><code>api.betterchain.com.cn:9099/cloud/stock-task/task-out-find</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <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;">task_status</td> <td style="text-align: left;">否</td> <td style="text-align: left;">int</td> <td>3待发货、4已发货</td> </tr> <tr> <td style="text-align: left;">query</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>模糊搜索</td> </tr> <tr> <td style="text-align: left;">page</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>页数,第几页</td> </tr> <tr> <td style="text-align: left;">count</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>条数,每页条数</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> {     &amp;quot;errCode&amp;quot;: 1000,     &amp;quot;errMsg&amp;quot;: &amp;quot;请求成功&amp;quot;,     &amp;quot;data&amp;quot;: {         &amp;quot;count&amp;quot;: {             &amp;quot;total&amp;quot;: 1,             &amp;quot;parts_count&amp;quot;: &amp;quot;12.00&amp;quot;,             &amp;quot;parts_intercept_count&amp;quot;: &amp;quot;0.00&amp;quot;,             &amp;quot;parts_final_count&amp;quot;: &amp;quot;12.00&amp;quot;         },         &amp;quot;list&amp;quot;: [             {                 &amp;quot;id&amp;quot;: &amp;quot;1944&amp;quot;, &amp;quot;task_status&amp;quot;: &amp;quot;4&amp;quot;,                 &amp;quot;created_at&amp;quot;: &amp;quot;2024/11/11 14:13&amp;quot;,//制单日期                 &amp;quot;task_sn&amp;quot;: &amp;quot;WT24111100001944&amp;quot;,//任务单号                 &amp;quot;warehouse_id&amp;quot;: &amp;quot;308&amp;quot;,                 &amp;quot;warehouse_name&amp;quot;: &amp;quot;仓库WS00308&amp;quot;,//发货仓库                 &amp;quot;task_type_name&amp;quot;: &amp;quot;销售铺货出库&amp;quot;,//出库类型 &amp;quot;purchase_org_id&amp;quot;: &amp;quot;239936&amp;quot;,                 &amp;quot;purchase_org_name&amp;quot;: &amp;quot;T0914&amp;quot;,//业务对象                 &amp;quot;consignee_address&amp;quot;: &amp;quot;66&amp;quot;,//收货地址                 &amp;quot;consignee_name&amp;quot;: &amp;quot;66&amp;quot;,//收货人                 &amp;quot;consignee_mobile&amp;quot;: &amp;quot;66&amp;quot;,//电话                 &amp;quot;kind_final_count&amp;quot;: 1,//SKU                 &amp;quot;parts_final_count&amp;quot;: 12,//商品数量 &amp;quot;relate_sn&amp;quot;: &amp;quot;COO24111100000043&amp;quot;,//业务单号             }         ]     } }</code></pre>

页面列表

ITEM_HTML