From 2ed4035e0d72a72fc78664941f7809c25aa59ef2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=81=E5=B0=8F=E5=B2=A9?= Date: Tue, 26 Dec 2023 09:42:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B7=A5=E5=8D=95=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E5=A2=9E=E5=8A=A0=E5=86=85=E7=A0=81=E5=92=8C=E8=A1=8C?= =?UTF-8?q?=E5=86=85=E7=A0=81=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mes/工单/修改工单.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mes/工单/修改工单.md b/mes/工单/修改工单.md index 7cbadc9..bb563c0 100644 --- a/mes/工单/修改工单.md +++ b/mes/工单/修改工单.md @@ -22,6 +22,8 @@ URL:http://localhost:8033/open/editWorkorder | :-- | :-- | :-- | :-- | | profile | string | 是 | 厂区。 | | code | string | 是 | 工单号。 | +| id | string | 否 | 单据内码 | +| entryId | string | 否 | 生产订单行内码(对接唯一码) | | areaCode | string | 是 | 车间编号。 | | typeCode | string | 否 | 工单类型编号,不指定此参数时将修改为空。
`301` = 正常工单
`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",