文档
测试

盘点录入单(无计划)

POST
http://172.16.4.219:8181/ampOpenapiService?method=istktake.stktakenoplaninput.search&token=65db7a33-d8c9-4090-b7d7-7638cf5f04ce

接口描述

盘点录入单(无计划)- 查询

请求参数

参数名
类型
描述
condition
string
示例:sheetid like '${sheetid}' and flag > '${flag}'
params
object
数据字典
flag
int
示例:0
sheetid
string
示例:%MS21090100002%
orderBy
string
示例:sheetid desc
pageNo
int
页码
pageSize
int
每页条数

响应参数

参数名
类型
描述
data
object
数据字典
pageCount
int
总页数
total
int
总条数
pageNo
int
页码
pageSize
int
每页条数
pageData
array
数据列表
editor
string
制单人
note
string
备注
flag
int
单据状态
inputmode
int
操作类型(0=清品 1=供应商清场 2=清品清商 9=手工录入)
entid
string
企业ID
pdate
int
盘点日期
placeid
string
存货地编码
refsheetid
string
单号
checker
string
审核人
placename
string
存货地名称
operator
string
业务员
acczero
boolean
示例:false
refsource
string
来源类型
shopname
string
机构名称
sheetid
string
单据编号
sheettype
int
单据类型
dbsplitcode
string
分库串
shopid
string
机构编码
id
int
示例:4403011534668800
inflag
int
出入库标识(0=出库 1=入库)
editdate
int
制单日期
checkdate
int
审核日期
printcount
int
打印次数
refsheettype
int
示例:-1
returncode
string
示例:0

请求示例

```json { "condition": "sheetid like '${sheetid}' and flag > '${flag}'", "params": { "flag": 0, "sheetid": "%MS21090100002%" }, "orderBy": "sheetid desc", "pageNo": 1, "pageSize": 30 } ```

响应示例

```json { "data": { "pageCount": 1, "total": 1, "pageNo": 1, "pageSize": 30, "pageData": [{ "editor": "荣佳佳", "note": "由WMS盘点单[MS21090100002]生成", "flag": 100, "inputmode": 9, "entid": "1", "pdate": 1630425600000, "placeid": "000000", "refsheetid": "MS21090100002", "checker": "1", "placename": "卖场", "operator": "荣佳佳", "acczero": false, "refsource": "WMS", "shopname": "配送中心", "sheetid": "MS21090100002", "sheettype": 404611, "dbsplitcode": "1009", "shopid": "A00L", "id": 4403011534668800, "inflag": 0, "editdate": 1630464911000, "checkdate": 1630492239000, "printcount": 0, "refsheettype": -1 }] }, "returncode": "0" } ```