未生成盈亏盘点单查询
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://www.zhidianbao.cn/qs_ymm/dj_standard_api/api/material/school/queryNoorderCheckList</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;">corp_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>企业id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"data": {
"list": [
{
"upt_user": "",
"crt_date": "",
"corp_id": "ding6f34e443f18c3ecc",
"check_name": "",
"check_id": "1231367772554919937",
"state": "0",
"is_delete": "0",
"crt_user": "",
"check_endtime": "",
"check_user_id": "",
"upt_date": "",
"check_user": ""
},
{
"upt_user": "",
"crt_date": "2020-08-18 10:07:11",
"corp_id": "ding6f34e443f18c3ecc",
"check_name": "12312",
"check_id": "1232373635541368832",
"state": "0",
"is_delete": "0",
"crt_user": "胡冰喜",
"check_endtime": "",
"check_user_id": "01632267266265",
"upt_date": "",
"check_user": "胡冰喜"
},
{
"upt_user": "",
"crt_date": "2020-08-18 10:07:23",
"corp_id": "ding6f34e443f18c3ecc",
"check_name": "123123",
"check_id": "1232373684237238272",
"state": "0",
"is_delete": "0",
"crt_user": "胡冰喜",
"check_endtime": "",
"check_user_id": "01632267266265",
"upt_date": "",
"check_user": "胡冰喜"
}
]
},
"message": "成功",
"code": "0",
"serialno": "OcO8tfE0lnF16thp"
}
</code></pre>
<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;">check_name</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>盘点名称</td>
</tr>
<tr>
<td style="text-align: left;">check_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>盘点主键id</td>
</tr>
</tbody>
</table>