From 407f2267d7f61512673ab80847384779db7548a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=81=E5=B0=8F=E5=B2=A9?= Date: Tue, 7 May 2024 10:46:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=B7=A5=E5=8D=95=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E8=A1=8C=E5=8F=B7=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 4785f58..c11cfa1 100644 --- a/mes/工单/添加工单.md +++ b/mes/工单/添加工单.md @@ -24,6 +24,7 @@ URL:http://localhost:8033/open/addWorkorder | code | string | 是 | 工单号。 | | id | string | 否 | 单据内码 | | entryId | string | 否 | 生产订单行内码(对接唯一码) | +| seq | int | 否 | 生产订单行号 | | areaCode | string | 是 | 车间编号。 | | typeCode | string | 否 | 工单类型编号。
`301` = 正常工单
`300` = 返工工单
`306` = 重工工单 | | orderCode | string | 否 | 订单号。 | @@ -63,6 +64,7 @@ bom字段 "code": "NewWorkorder001", "id": "", "entryId": "", + "seq": 1, "areaCode": "1", "typeCode": "301", "orderCode": "NewOrder001",