Browse Source

工单添加增加行内码字段

master
丁小岩 11 months ago
parent
commit
2f9a491e60
  1. 2
      mes/工单/添加工单.md

2
mes/工单/添加工单.md

@ -22,6 +22,7 @@ URL:http://localhost:8033/open/addWorkorder
| :-- | :-- | :-- | :-- | | :-- | :-- | :-- | :-- |
| profile | string | 是 | 厂区。 | | profile | string | 是 | 厂区。 |
| code | string | 是 | 工单号。 | | code | string | 是 | 工单号。 |
| entryId | string | 否 | 生产订单行内码(对接唯一码) |
| areaCode | string | 是 | 车间编号。 | | areaCode | string | 是 | 车间编号。 |
| typeCode | string | 否 | 工单类型编号。<br>`301` = 正常工单<br>`300` = 返工工单 | | typeCode | string | 否 | 工单类型编号。<br>`301` = 正常工单<br>`300` = 返工工单 |
| orderCode | string | 否 | 订单号。 | | orderCode | string | 否 | 订单号。 |
@ -59,6 +60,7 @@ bom字段
"data": { "data": {
"profile": "测试", "profile": "测试",
"code": "NewWorkorder001", "code": "NewWorkorder001",
"entryId": "",
"areaCode": "1", "areaCode": "1",
"typeCode": "301", "typeCode": "301",
"orderCode": "NewOrder001", "orderCode": "NewOrder001",

Loading…
Cancel
Save