Browse Source

去掉bom

master
吕成旭 1 year ago
parent
commit
08dfeb96a6
  1. 61
      mes/标准BOM/产品绑定标准BOM.md
  2. 61
      mes/标准BOM/修改标准BOM.md
  3. 80
      mes/标准BOM/列出标准BOM.md
  4. 28
      mes/标准BOM/查询标准BOM明细.md
  5. 61
      mes/标准BOM/标准BOM删除材料.md
  6. 75
      mes/标准BOM/标准BOM添加材料.md
  7. 61
      mes/标准BOM/添加标准BOM.md

61
mes/标准BOM/产品绑定标准BOM.md

@ -1,61 +0,0 @@
### 产品绑定标准BOM(ProductBindBom)
此接口用于产品绑定标准BOM信息
---
### 基本信息
方法:POST
URL: http://localhost:8033/open/ProductBindBom
---
### 请求
请求参数
| 参数名 | 类型 | 必填 | 说明 |
| :-- | :-- | :-- | :-- |
| profile | string | 是 | 厂区代码 |
| productCode | string | 是 | 产品编码 |
| bomId | string | 是 | BomId |
示例 1:产品绑定BOM信息
```
{
"data": {
profile: "测试厂区",
productCode: "088+089ART-MW",
bomId: "1407"
}
}
```
---
### 响应
执行成功时,响应如下:
```
{
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data": {}
}
```
执行报错:
```
{
"clock": "2023-06-25 20:00:00.000",
"status": "exception",
"message": "执行失败",
"data": {}
}
```

61
mes/标准BOM/修改标准BOM.md

@ -1,61 +0,0 @@
### 修改标准BOM(UpdateConfigBom)
此接口用于修改标准BOM
---
### 基本信息
方法:POST
URL: http://localhost:8033/open/UpdateConfigBom
---
### 请求
请求参数
| 参数名 | 类型 | 必填 | 说明 |
| :-- | :-- | :-- | :-- |
| profile | string | 是 | 厂区代码 |
| bomId | string | 是 | bomid |
| descriptions | string | 否 | bom描述 |
示例 1:修改bom描述,bomid不可修改
```
{
"data": {
profile: "测试厂区",
bomId: "BOM001",
descriptions: "修改后的BOM描述",
}
}
```
---
### 响应
执行成功时,响应如下:
```
{
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data": {}
}
```
执行报错:
```
{
"clock": "2023-06-25 20:00:00.000",
"status": "exception",
"message": "修改Bom失败",
"data": {}
}
```

80
mes/标准BOM/列出标准BOM.md

@ -1,80 +0,0 @@
### 列出标准Bom(ListConfigBom)
此接口用于获取标准Bom列表,搜索标准Bom
---
### 基本信息
方法:POST
URL: http://localhost:8033/open/ListConfigBom
---
### 请求
请求参数
| 参数名 | 类型 | 必填 | 说明 |
| :-- | :-- | :-- | :-- |
| profile | string | 是 | 厂区代码 |
| search | string | 否 | BomId、Bom描述模糊查询 |
示例 1:模糊查询bom列表
```
{
"data": {
profile: "测试厂区",
search: "bom",
}
}
```
---
### 响应
响应字段
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
| bomId | string | bomId |
| descriptions | string | bom描述 |
| flag | int | 数据状态:0禁用 1启用 |
| createTime | string | 创建时间 |
查询成功时,响应如下:
```
{
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data": {
list: [{
bomId: "CXBOM",
descriptions: "CXBOM",
flag: 1,
createTime: "2023-04-09 18:10:01"
}, {
bomId: "testBom002",
descriptions: "测试BOM002",
flag: 1,
createTime: "2023-04-09 18:10:01"
}]
}
}
```
查询报错:
```
{
"clock": "2023-06-25 20:00:00.000",
"status": "exception",
"message": "错误信息",
"data": {}
}
```

28
mes/标准BOM/查询标准BOM明细.md

@ -38,6 +38,16 @@ URL: http://localhost:8033/open/ListConfigBomPart
响应字段 响应字段
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
| bomId | string | bomId |
| descriptions | string | bom描述 |
| flag | int | 数据状态:0禁用 1启用 |
| createTime | string | 创建时间 |
| entrys | Array | 材料明细 |
entrys字段
| 字段 | 类型 | 说明 | | 字段 | 类型 | 说明 |
| :-- | :-- | :-- | | :-- | :-- | :-- |
| bomId | string | bomId | | bomId | string | bomId |
@ -50,8 +60,6 @@ URL: http://localhost:8033/open/ListConfigBomPart
| PartType | string | 物料类别id | | PartType | string | 物料类别id |
| PartTypeDesc | string | 物料类别描述 | | PartTypeDesc | string | 物料类别描述 |
| LostRatio | double | 物料耗损 | | LostRatio | double | 物料耗损 |
| GlueType | string | |
| Supplier | string | 供应商编码 |
查询成功时,响应如下: 查询成功时,响应如下:
@ -62,6 +70,11 @@ URL: http://localhost:8033/open/ListConfigBomPart
"status": "ok", "status": "ok",
"data": { "data": {
list: [{ list: [{
bomId: "CXBOM",
descriptions: "CXBOM",
flag: 1,
createTime: "2023-04-09 18:10:01",
entrys:[{
bomId: "1407", bomId: "1407",
descriptions: "1407号bom", descriptions: "1407号bom",
bomPartNbr: "M.1.1.N.100", bomPartNbr: "M.1.1.N.100",
@ -72,8 +85,6 @@ URL: http://localhost:8033/open/ListConfigBomPart
PartType: "CELL", PartType: "CELL",
PartTypeDesc: "电池片", PartTypeDesc: "电池片",
LostRatio: 3, LostRatio: 3,
GlueType: "",
Supplier: "CS2",
}, { }, {
bomId: "1407", bomId: "1407",
descriptions: "1407号bom", descriptions: "1407号bom",
@ -85,8 +96,13 @@ URL: http://localhost:8033/open/ListConfigBomPart
PartType: "JBOX", PartType: "JBOX",
PartTypeDesc: "接线盒", PartTypeDesc: "接线盒",
LostRatio: 0, LostRatio: 0,
GlueType: "", }]
Supplier: "CS2", }, {
bomId: "testBom002",
descriptions: "测试BOM002",
flag: 1,
createTime: "2023-04-09 18:10:01",
entrys:[]
}] }]
} }
} }

61
mes/标准BOM/标准BOM删除材料.md

@ -1,61 +0,0 @@
### 标准BOM删除材料(BomDeletePart)
此接口用于删除标准Bom材料信息
---
### 基本信息
方法:POST
URL: http://localhost:8033/open/BomDeletePart
---
### 请求
请求参数
| 参数名 | 类型 | 必填 | 说明 |
| :-- | :-- | :-- | :-- |
| profile | string | 是 | 厂区代码 |
| bomId | string | 是 | BomId |
| bomPartNbr | string | 是 | 物料料号 |
示例 1:删除Bom材料信息
```
{
"data": {
profile: "测试厂区",
bomId: "1407",
bomPartNbr: "M.1.1.N.100"
}
}
```
---
### 响应
执行成功时,响应如下:
```
{
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data": {}
}
```
执行报错:
```
{
"clock": "2023-06-25 20:00:00.000",
"status": "exception",
"message": "删除材料失败",
"data": {}
}
```

75
mes/标准BOM/标准BOM添加材料.md

@ -1,75 +0,0 @@
### 标准BOM添加材料(BomAddPart)
此接口用于向标准Bom添加材料信息
---
### 基本信息
方法:POST
URL: http://localhost:8033/open/BomAddPart
---
### 请求
请求参数
| 参数名 | 类型 | 必填 | 说明 |
| :-- | :-- | :-- | :-- |
| profile | string | 是 | 厂区代码 |
| bomId | string | 是 | BomId |
| bomPartNbr | string | 是 | 物料料号 |
| isPrimary | int | 是 | 是否为主料:0否 1是 |
| PrimaryPart | string | 是 | 主料料号,如果isPrimary=0,则需要传递该字段 |
| SerialRequirement | double | 是 | 材料单耗 |
| PartType | string | 是 | 物料类别id |
| LostRatio | double | 是 | 物料耗损 |
| GlueType | string | 否 | |
| Supplier | string | 否 | 供应商编码 |
示例 1:向Bom添加材料信息
```
{
"data": {
profile: "测试厂区",
bomId: "1407",
bomPartNbr: "M.1.1.N.100",
isPrimary: 1,
PrimaryPart: "M.1.1.N.100",
SerialRequirement: 3,
PartType: "CELL",
LostRatio: 3,
GlueType: "",
Supplier: "CS2",
}
}
```
---
### 响应
执行成功时,响应如下:
```
{
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data": {}
}
```
执行报错:
```
{
"clock": "2023-06-25 20:00:00.000",
"status": "exception",
"message": "添加材料失败",
"data": {}
}
```

61
mes/标准BOM/添加标准BOM.md

@ -1,61 +0,0 @@
### 添加标准BOM(AddConfigBom)
此接口用于添加标准BOM
---
### 基本信息
方法:POST
URL: http://localhost:8033/open/AddConfigBom
---
### 请求
请求参数
| 参数名 | 类型 | 必填 | 说明 |
| :-- | :-- | :-- | :-- |
| profile | string | 是 | 厂区代码 |
| bomId | string | 是 | bomid |
| descriptions | string | 否 | bom描述 |
示例 1:添加bom
```
{
"data": {
profile: "测试厂区",
bomId: "BOM001",
descriptions: "新的bom",
}
}
```
---
### 响应
执行成功时,响应如下:
```
{
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data": {}
}
```
执行报错:
```
{
"clock": "2023-06-25 20:00:00.000",
"status": "exception",
"message": "添加Bom失败",
"data": {}
}
```
Loading…
Cancel
Save