入库单列表
名称 | 数据类型 | 是否必须 | 描述 | 备注 |
---|---|---|---|---|
stockin_id | string | 是 | 入库单ID | |
stockin_no | string | 是 | 入库单号 | |
warehouse_id | int | 否 | 仓库id | |
provider | string | 否 | 供应商 | |
regdate | datetime | 是 | 登记时间 | |
operator_pers | string | 否 | 登记人 | |
goods_total | decimal(12,4) | 否 | 合计金额 | |
other_fee | decimal(12,4) | 否 | 其他费用 | |
logistic_fee | decimal(12,4) | 否 | 货运费用 | |
logistic_no | string | 否 | 货运单号 | |
status | string | 是 | '待审核' '已审核' '被取消' | |
ordertype | string | 否 | 入库类型(入库原因) | |
remark | string | 否 | 备注 | |
chk_time | datetime | 否 | 审核时间 | |
chk_operator | string | 否 | 审核人 | |
correlationid | string | 否 | 关联ID (0 表示无关联) | |
operationtype | string | 否 | 单据类型(2 (采购入库,采购入库冲销) 3退货入库 5库存盘点 9调拨入库 10 生产入库) | |
order_infos | order_info[] | 是 | 货品信息 | |
writeoffid | string | 否 | 冲销ID | |
warehousename | string | 是 | 仓库名 | |
thecause | string | 是 | 入库原因 |