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