From e6f2ee9f1f5552ced9e64764863215b2aea9aaed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=95=E6=88=90=E6=97=AD?= <1043274364@qq.com> Date: Tue, 1 Aug 2023 13:55:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89bomid=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mes/BOM/查询工单BOM明细.md | 6 ------ mes/BOM/添加工单BOM信息.md | 3 --- 2 files changed, 9 deletions(-) diff --git a/mes/BOM/查询工单BOM明细.md b/mes/BOM/查询工单BOM明细.md index a639ccb..2f85d7a 100644 --- a/mes/BOM/查询工单BOM明细.md +++ b/mes/BOM/查询工单BOM明细.md @@ -44,7 +44,6 @@ URL: http://localhost:8033/open/getWorkorderBom | :-- | :-- | :-- | | workorder | string | 工单号 | | productCode | string | 产品编码 | -| bomId | string | bomId | | materialCode | string | 物料编码 | | isPrimary | int | 是否主料 0否,1是| | primaryPart | string | 主料物料编码,如果isPrimary=1,则与materialCode相同 | @@ -67,7 +66,6 @@ URL: http://localhost:8033/open/getWorkorderBom { "workorder": "workorders", "productCode": "prodect_code", - "bomId": "", "materialCode": "1002211010018723", "isPrimary": 1, "primaryPart": "1002211010018723", @@ -82,7 +80,6 @@ URL: http://localhost:8033/open/getWorkorderBom { "workorder": "workorders", "productCode": "prodect_code", - "bomId": "", "materialCode": "333", "isPrimary": 1, "primaryPart": "333", @@ -97,7 +94,6 @@ URL: http://localhost:8033/open/getWorkorderBom { "workorder": "workorders", "productCode": "prodect_code", - "bomId": "", "materialCode": "boli001", "isPrimary": 1, "primaryPart": "boli001", @@ -112,7 +108,6 @@ URL: http://localhost:8033/open/getWorkorderBom { "workorder": "workorders", "productCode": "prodect_code", - "bomId": "", "materialCode": "flux_materials_class", "isPrimary": 1, "primaryPart": "flux_materials_class", @@ -127,7 +122,6 @@ URL: http://localhost:8033/open/getWorkorderBom { "workorder": "workorders", "productCode": "prodect_code", - "bomId": "", "materialCode": "flux_materials_class_2", "isPrimary": 1, "primaryPart": "flux_materials_class_2", diff --git a/mes/BOM/添加工单BOM信息.md b/mes/BOM/添加工单BOM信息.md index 73fca81..95fca83 100644 --- a/mes/BOM/添加工单BOM信息.md +++ b/mes/BOM/添加工单BOM信息.md @@ -27,7 +27,6 @@ bom字段 | 参数名 | 类型 | 必填 | 说明 | | :-- | :-- | :-- | :-- | | productCode | string | 是 | 产品编码 | -| bomId | string | 是 | bomId | | materialCode | string | 是 | 物料编码 | | isPrimary | int | 否 | 是否主料 0否,1是| | primaryPart | string | 否 | 主料物料编码,如果isPrimary=1,则与materialCode相同 | @@ -47,7 +46,6 @@ bom字段 "workorder": "1407", "bom": [{ "productCode": "PD004", - "bomId": "1231413", "materialCode": "CELL001", "isPrimary": 1, "primaryPart": "CELL001", @@ -59,7 +57,6 @@ bom字段 "OrigBatchNbr": "" }, { "productCode": "PD004", - "bomId": "1231413", "materialCode": "CELL002", "isPrimary": 0, "primaryPart": "CELL001",