From dde01bb1fc1ef1f14ac9e90f797aa4956902aed2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=81=E5=B0=8F=E5=B2=A9?= Date: Fri, 22 Dec 2023 14:41:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=B7=A5=E5=8D=95=E5=8F=B7?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wms/发货通知/LeaptonAddDeliveryPlan.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wms/发货通知/LeaptonAddDeliveryPlan.md b/wms/发货通知/LeaptonAddDeliveryPlan.md index a1c3e51..801e261 100644 --- a/wms/发货通知/LeaptonAddDeliveryPlan.md +++ b/wms/发货通知/LeaptonAddDeliveryPlan.md @@ -32,6 +32,7 @@ URL: http://localhost:8033/open/leaptonAddDeliveryPlan | 参数名 | 类型 | 必填 | 说明 | | :-- | :-- | :-- | :-- | | lineNum | long | 是 | ERP 行号
此参数无效时视为 0。 | +| workOrder | string | 否 | 工单号 | | customer | string | 否 | 订货客户 来源销售订单 | | receivingLocation | string | 否 | 收货位置 来源客户 | | matCode | string | 否 | 料号 来源销售订单 | @@ -60,6 +61,7 @@ URL: http://localhost:8033/open/leaptonAddDeliveryPlan "lines": [ { "lineNum": 0, + "workOrder": "123", "customer": "", "receivingLocation": "", "matCode": "", @@ -75,6 +77,7 @@ URL: http://localhost:8033/open/leaptonAddDeliveryPlan }, { "lineNum": 0, + "workOrder": "1234", "customer": "", "receivingLocation": "", "matCode": "", @@ -126,6 +129,7 @@ URL: http://localhost:8033/open/leaptonAddDeliveryPlan "headKey": "0b9bed8807a04f678a7ac9761270fffd", "lineIndex": 0, "lineNum": 0, + "workOrder": "123", "customer": "", "receivingLocation": "", "matCode": "", @@ -147,6 +151,7 @@ URL: http://localhost:8033/open/leaptonAddDeliveryPlan "headKey": "0b9bed8807a04f678a7ac9761270fffd", "lineIndex": 1, "lineNum": 0, + "workOrder": "1234", "customer": "", "receivingLocation": "", "matCode": "",