From 2981be593822f3978dca30e46260ab4e9efe19a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=81=E5=B0=8F=E5=B2=A9?= Date: Tue, 9 Jan 2024 18:11:26 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E6=89=B9=E6=AC=A1=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=89=98=E7=9B=98=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wms/发货通知/AddDeliveryPlan.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/wms/发货通知/AddDeliveryPlan.md b/wms/发货通知/AddDeliveryPlan.md index c4100ff..33cfb83 100644 --- a/wms/发货通知/AddDeliveryPlan.md +++ b/wms/发货通知/AddDeliveryPlan.md @@ -57,6 +57,7 @@ __batches__ | htlx | string | 否 | 合同类型 | | deliveryTime | string | 否 | 预计发货时间 | | saleMan | string | 否 | 业务员 | +| Pallets | Array | 否 | 托盘号数组 ["123","1234","123456"] | __请求示例__ @@ -97,7 +98,12 @@ __请求示例__ "isGift":0, "htlx":"", "deliveryTime":"2023-01-01 09:00:00", - "saleMan":"" + "saleMan":"", + "Pallets":[ + "123", + "12345", + "123456" + ] } ] } From 39ed0c70ba33dd1eaed7c6b00351d75df3c8d09b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=81=E5=B0=8F=E5=B2=A9?= Date: Tue, 9 Jan 2024 18:12:34 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=98=E7=9B=98?= =?UTF-8?q?=E5=8F=B7=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wms/发货通知/AddDeliveryPlan.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wms/发货通知/AddDeliveryPlan.md b/wms/发货通知/AddDeliveryPlan.md index 33cfb83..60401f7 100644 --- a/wms/发货通知/AddDeliveryPlan.md +++ b/wms/发货通知/AddDeliveryPlan.md @@ -57,7 +57,7 @@ __batches__ | htlx | string | 否 | 合同类型 | | deliveryTime | string | 否 | 预计发货时间 | | saleMan | string | 否 | 业务员 | -| Pallets | Array | 否 | 托盘号数组 ["123","1234","123456"] | +| pallets | Array | 否 | 托盘号数组 ["123","1234","123456"] | __请求示例__ @@ -99,7 +99,7 @@ __请求示例__ "htlx":"", "deliveryTime":"2023-01-01 09:00:00", "saleMan":"", - "Pallets":[ + "pallets":[ "123", "12345", "123456" From d6eaac5b3e67a80ab96bdfbef2db30e466f769b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=81=E5=B0=8F=E5=B2=A9?= Date: Thu, 11 Jan 2024 13:25:47 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=80=80=E8=B4=A7?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E5=AD=97=E6=AE=B5=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wms/发货通知/AddDeliveryPlan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wms/发货通知/AddDeliveryPlan.md b/wms/发货通知/AddDeliveryPlan.md index 60401f7..6795da9 100644 --- a/wms/发货通知/AddDeliveryPlan.md +++ b/wms/发货通知/AddDeliveryPlan.md @@ -55,7 +55,7 @@ __batches__ | number | long | 否 | 申请组件数量 | | isGift | int | 否 | 是否正品 1是 2否 | | htlx | string | 否 | 合同类型 | -| deliveryTime | string | 否 | 预计发货时间 | +| deliveryTime | string | 否 | 预计发货时间/退货时间 | | saleMan | string | 否 | 业务员 | | pallets | Array | 否 | 托盘号数组 ["123","1234","123456"] | From ea2f57c85575a29620dce165bd1e3a30c7715e25 Mon Sep 17 00:00:00 2001 From: "Cola.Ding" Date: Tue, 16 Jan 2024 11:32:26 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E9=87=87=E8=B4=AD=E8=AE=A2=E5=8D=95=E6=8E=A5=E5=8F=A3=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wms/采购订单/删除采购订单.md | 58 ++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 wms/采购订单/删除采购订单.md diff --git a/wms/采购订单/删除采购订单.md b/wms/采购订单/删除采购订单.md new file mode 100644 index 0000000..df60b37 --- /dev/null +++ b/wms/采购订单/删除采购订单.md @@ -0,0 +1,58 @@ +### 删除原料、成品到货通知单,documentNo为唯一数据 +此接口用于删除WMS中的采购订单 +此接口需要认证,详情请查看《认证方式》。 + +--- + +### 基本信息 +方法:POST +URL: http://localhost:8033/open/DeletePurChaseOrder + +--- + +### 请求 + +__请求参数__ + +| 参数名 | 类型 | 必填 | 说明 | +| :-- | :-- | :-- | :-- | +| profile | string | 是 | 厂区 | +| documentNo | string | 是 | 到货单号 | +| documentId | string | 否 | 单据ID | + +__请求示例:__ +``` +{ + "data":{ + "profile": "测试" + "documentNo":"", + "documentId":"", + } +} +```` + +--- + +### 响应 +__响应字段__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | +| clock | string | 当前服务器时钟。 | +| status | string | 状态,ok:成功,error:错误,exception:异常 | +| data | object | 成功后返回具体内容 | + +__data:__ +| 字段 | 类型 | 说明 | +| :-- | :-- | :-- | + +``` +{ + "clock": "2023-06-25 20:00:00.000", + "status": "ok", + "data": { + } +} + +``` + +