批量增加[补料单]
POST
/materials-replenishes/save请求参数
Body 参数application/json
array of:
description
string
描述
materials_name
string
物料名称
materials_type
string
物料规格
receive_id
integer
领料单主键
remark
string
备注
replenish_num
integer
补料数量
replenish_state
integer
补料状态
是否完成补料(0未完成、1完成)
unit
string
单位
warehouse_id
integer
仓库主键
signature
object
签名文件位置
president
string
周总签名
director
string
主管签名
contact
string
对接人签名
示例
[
{
"description": "",
"materials_name": "小飞机",
"materials_type": "Ab-1212",
"receive_id": 1,
"remark": "补料单的增加",
"replenish_num": 1,
"replenish_state": 0,
"signature": {
"president": "周总",
"director": "主管",
"contact": "接口人"
},
"unit": "个",
"warehouse_id": 1
}
]
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 8 个月前