From 680f49d3ba7b18913198cca1ea7586c1ac7841ab 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:41:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=8D=95=E6=B7=BB=E5=8A=A0=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E5=A2=9E=E5=8A=A0=E5=8D=95=E6=8D=AE=E5=86=85=E7=A0=81?= =?UTF-8?q?=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 d3cb44f..ecfefde 100644 --- a/mes/工单/添加工单.md +++ b/mes/工单/添加工单.md @@ -22,6 +22,7 @@ URL:http://localhost:8033/open/addWorkorder | :-- | :-- | :-- | :-- | | profile | string | 是 | 厂区。 | | code | string | 是 | 工单号。 | +| id | string | 否 | 单据内码 | | entryId | string | 否 | 生产订单行内码(对接唯一码) | | areaCode | string | 是 | 车间编号。 | | typeCode | string | 否 | 工单类型编号。
`301` = 正常工单
`300` = 返工工单 | @@ -60,6 +61,7 @@ bom字段 "data": { "profile": "测试", "code": "NewWorkorder001", + "id": "", "entryId": "", "areaCode": "1", "typeCode": "301",