From dbb7a2674f019a3d544e18b5d1df5650b316049f Mon Sep 17 00:00:00 2001 From: ningyuqi <1210478975@qq.com> Date: Fri, 18 Oct 2024 10:20:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E5=B8=83=E5=BC=8F=E8=B0=83=E5=85=A5?= =?UTF-8?q?=E3=80=81=E8=B0=83=E5=87=BA=E5=A2=9E=E5=8A=A0=E8=B4=A7=E5=93=81?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../分布式调入、调出-产成品.md | 2 ++ .../分布式调入、调出-原材料.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/wms/分布式调入、调出/分布式调入、调出-产成品.md b/wms/分布式调入、调出/分布式调入、调出-产成品.md index c6892e4..43b4d90 100644 --- a/wms/分布式调入、调出/分布式调入、调出-产成品.md +++ b/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":"", diff --git a/wms/分布式调入、调出/分布式调入、调出-原材料.md b/wms/分布式调入、调出/分布式调入、调出-原材料.md index fe7af8c..64f3af9 100644 --- a/wms/分布式调入、调出/分布式调入、调出-原材料.md +++ b/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":"",