From 8ac9f4c056604305d0aeebaf8d1e3e78d0c596f6 Mon Sep 17 00:00:00 2001 From: Elivo Date: Thu, 24 Aug 2023 15:14:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E8=B4=A7=E8=AE=A1=E5=88=92=EF=BC=8C?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=AD=97=E6=AE=B5=EF=BC=8C=E4=BF=9D=E5=AD=98?= =?UTF-8?q?=E5=87=BA=E8=B4=A7=E8=AE=A1=E5=88=92=E5=8D=95=E6=8D=AE=E5=8F=B7?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wms/发货通知/LeaptonAddDeliveryPlan.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/wms/发货通知/LeaptonAddDeliveryPlan.md b/wms/发货通知/LeaptonAddDeliveryPlan.md index b38673c..a1c3e51 100644 --- a/wms/发货通知/LeaptonAddDeliveryPlan.md +++ b/wms/发货通知/LeaptonAddDeliveryPlan.md @@ -23,26 +23,27 @@ URL: http://localhost:8033/open/leaptonAddDeliveryPlan | planner | string | 否 | 计划员 创建人 | | maker | string | 否 | 制单人 创建人 | | sourceType | string | 否 | 来源类型 销售订单 | -| billCode | string | 否 | 来源单号 销售订单号 | +| billCode | string | 否 | 出货计划单据号 | +| orderCode | string | 否 | 来源单号 销售订单号 | | lines | array | 是 | 行记录 | 行记录参数 | 参数名 | 类型 | 必填 | 说明 | | :-- | :-- | :-- | :-- | -| lineNum | long | 是 | ERP 行号
此参数不传时默认为 0。 | +| lineNum | long | 是 | ERP 行号
此参数无效时视为 0。 | | customer | string | 否 | 订货客户 来源销售订单 | | receivingLocation | string | 否 | 收货位置 来源客户 | | matCode | string | 否 | 料号 来源销售订单 | | matName | string | 否 | 品名 来源销售订单 | -| qty | double | 是 | 数量 来源销售订单
保留 6 位有效小数,此参数不传时默认为 0。 | +| qty | double | 是 | 数量 来源销售订单
保留 6 位有效小数,此参数无效时视为 0。 | | unit | string | 否 | 单位 来源销售订单 | | dispatchingDate | string | 否 | 出货日期 单据默认日期可修改 | | storageLocation | string | 否 | 存储地点 来源销售订单 | | detailBillCode | string | 否 | 明细行来源单号 来源销售订单 | -| totalPrice | double | 是 | 价税合计 来源销售订单
保留 6 位有效小数,此参数不传时默认为 0。 | -| untaxedPrice | double | 是 | 未税金额 来源销售订单
保留 6 位有效小数,此参数不传时默认为 0。 | -| unitPrice | double | 是 | 单价 来源销售订单
保留 6 位有效小数,此参数不传时默认为 0。 | +| totalPrice | double | 是 | 价税合计 来源销售订单
保留 6 位有效小数,此参数无效时视为 0。 | +| untaxedPrice | double | 是 | 未税金额 来源销售订单
保留 6 位有效小数,此参数无效时视为 0。 | +| unitPrice | double | 是 | 单价 来源销售订单
保留 6 位有效小数,此参数无效时视为 0。 | 请求示例 @@ -55,6 +56,7 @@ URL: http://localhost:8033/open/leaptonAddDeliveryPlan "maker": "", "sourceType": "", "billCode": "", + "orderCode": "", "lines": [ { "lineNum": 0, @@ -118,6 +120,7 @@ URL: http://localhost:8033/open/leaptonAddDeliveryPlan "maker": "", "sourceType": "", "billCode": "", + "orderCode": "", "lines": [ { "headKey": "0b9bed8807a04f678a7ac9761270fffd",