Browse Source

增加工单号字段

master
丁小岩 11 months ago
parent
commit
dde01bb1fc
  1. 5
      wms/发货通知/LeaptonAddDeliveryPlan.md

5
wms/发货通知/LeaptonAddDeliveryPlan.md

@ -32,6 +32,7 @@ URL: http://localhost:8033/open/leaptonAddDeliveryPlan
| 参数名 | 类型 | 必填 | 说明 | | 参数名 | 类型 | 必填 | 说明 |
| :-- | :-- | :-- | :-- | | :-- | :-- | :-- | :-- |
| lineNum | long | 是 | ERP 行号<br>此参数无效时视为 0。 | | lineNum | long | 是 | ERP 行号<br>此参数无效时视为 0。 |
| workOrder | string | 否 | 工单号 |
| customer | string | 否 | 订货客户 来源销售订单 | | customer | string | 否 | 订货客户 来源销售订单 |
| receivingLocation | string | 否 | 收货位置 来源客户 | | receivingLocation | string | 否 | 收货位置 来源客户 |
| matCode | string | 否 | 料号 来源销售订单 | | matCode | string | 否 | 料号 来源销售订单 |
@ -60,6 +61,7 @@ URL: http://localhost:8033/open/leaptonAddDeliveryPlan
"lines": [ "lines": [
{ {
"lineNum": 0, "lineNum": 0,
"workOrder": "123",
"customer": "", "customer": "",
"receivingLocation": "", "receivingLocation": "",
"matCode": "", "matCode": "",
@ -75,6 +77,7 @@ URL: http://localhost:8033/open/leaptonAddDeliveryPlan
}, },
{ {
"lineNum": 0, "lineNum": 0,
"workOrder": "1234",
"customer": "", "customer": "",
"receivingLocation": "", "receivingLocation": "",
"matCode": "", "matCode": "",
@ -126,6 +129,7 @@ URL: http://localhost:8033/open/leaptonAddDeliveryPlan
"headKey": "0b9bed8807a04f678a7ac9761270fffd", "headKey": "0b9bed8807a04f678a7ac9761270fffd",
"lineIndex": 0, "lineIndex": 0,
"lineNum": 0, "lineNum": 0,
"workOrder": "123",
"customer": "", "customer": "",
"receivingLocation": "", "receivingLocation": "",
"matCode": "", "matCode": "",
@ -147,6 +151,7 @@ URL: http://localhost:8033/open/leaptonAddDeliveryPlan
"headKey": "0b9bed8807a04f678a7ac9761270fffd", "headKey": "0b9bed8807a04f678a7ac9761270fffd",
"lineIndex": 1, "lineIndex": 1,
"lineNum": 0, "lineNum": 0,
"workOrder": "1234",
"customer": "", "customer": "",
"receivingLocation": "", "receivingLocation": "",
"matCode": "", "matCode": "",

Loading…
Cancel
Save