产品审核
POST
http://127.0.0.1:3000/pro/auditProduct
请求参数
Body 参数application/x-www-form-urlencoded
product_out_id
string
出库id
示例值:
10000
product_out_number
string
出库数量
示例值:
30
product_single_price
string
出库总价
示例值:
5
product_out_audit_person
string
出库审核人
示例值:
左总
product_out_apply_person
string
出库申请人
示例值:
李四
audit_memo
string
出库 /审核备注
示例值:
审核通过
product_out_status
string
必需
示例值:
同意
product_inwarehouse_number
string
产品入库数据 库存
示例值:
50
id
string
必需
示例值:
1
示例代码
返回响应
修改于 2025-02-20 08:03:16