Browse Source

分布式调入、调出增加货品类型字段

master
宁玉琪 1 month ago
parent
commit
dbb7a2674f
  1. 2
      wms/分布式调入、调出/分布式调入、调出-产成品.md
  2. 2
      wms/分布式调入、调出/分布式调入、调出-原材料.md

2
wms/分布式调入、调出/分布式调入、调出-产成品.md

@ -27,6 +27,7 @@ __请求参数__
| Status | String | 是 | 状态(0 禁用,1 启用)|
| Type | String | 是 | 类型(0 分布式调出,1 分布式调入)|
| Remark | String | 否 | 备注|
| TypeOfGoods | String | 是 | 货品类型(0 原材料,1 产成品)|
| WmsDistributeAllocationDetail | Array | 是 | 分布式调入、调出明细|
__WmsDistributeAllocationDetail字段__
@ -76,6 +77,7 @@ __请求示例:__
"Status":"",
"Type":"",
"Remark":"",
"TypeOfGoods":"1",
"WmsDistributeAllocationDetail":[
{
"LineId":"",

2
wms/分布式调入、调出/分布式调入、调出-原材料.md

@ -27,6 +27,7 @@ __请求参数__
| Status | String | 是 | 状态(0 禁用,1 启用)|
| Type | String | 是 | 类型(0 分布式调出,1 分布式调入)|
| Remark | String | 否 | 备注|
| TypeOfGoods | String | 是 | 货品类型(0 原材料,1 产成品)|
| WmsDistributeAllocationDetail | Array | 是 | 分布式调入、调出明细|
__WmsDistributeAllocationDetail字段__
@ -76,6 +77,7 @@ __请求示例:__
"Status":"",
"Type":"",
"Remark":"",
"TypeOfGoods":"0",
"WmsDistributeAllocationDetail":[
{
"LineId":"",

Loading…
Cancel
Save