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",