Browse Source

修改工单接口增加内码和行内码字段

master
丁小岩 11 months ago
parent
commit
2ed4035e0d
  1. 4
      mes/工单/修改工单.md

4
mes/工单/修改工单.md

@ -22,6 +22,8 @@ URL:http://localhost:8033/open/editWorkorder
| :-- | :-- | :-- | :-- |
| profile | string | 是 | 厂区。 |
| code | string | 是 | 工单号。 |
| id | string | 否 | 单据内码 |
| entryId | string | 否 | 生产订单行内码(对接唯一码) |
| areaCode | string | 是 | 车间编号。 |
| typeCode | string | 否 | 工单类型编号,不指定此参数时将修改为空。<br>`301` = 正常工单<br>`300` = 返工工单 |
| orderCode | string | 否 | 订单号,不指定此参数时将修改为空。 |
@ -43,6 +45,8 @@ URL:http://localhost:8033/open/editWorkorder
"data": {
"profile": "测试",
"code": "NewWorkorder001",
"id": "",
"entryId": "",
"areaCode": "1",
"typeCode": "301",
"orderCode": "NewOrder001",

Loading…
Cancel
Save