From 2f9a491e603c7a170e55c9232959192ed25ed2db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=81=E5=B0=8F=E5=B2=A9?= Date: Fri, 15 Dec 2023 09:45:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=8D=95=E6=B7=BB=E5=8A=A0=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E8=A1=8C=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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mes/工单/添加工单.md b/mes/工单/添加工单.md index 0862998..d3cb44f 100644 --- a/mes/工单/添加工单.md +++ b/mes/工单/添加工单.md @@ -22,6 +22,7 @@ URL:http://localhost:8033/open/addWorkorder | :-- | :-- | :-- | :-- | | profile | string | 是 | 厂区。 | | code | string | 是 | 工单号。 | +| entryId | string | 否 | 生产订单行内码(对接唯一码) | | areaCode | string | 是 | 车间编号。 | | typeCode | string | 否 | 工单类型编号。
`301` = 正常工单
`300` = 返工工单 | | orderCode | string | 否 | 订单号。 | @@ -59,6 +60,7 @@ bom字段 "data": { "profile": "测试", "code": "NewWorkorder001", + "entryId": "", "areaCode": "1", "typeCode": "301", "orderCode": "NewOrder001",