Browse Source

数据格式化

master
吕成旭 2 years ago
parent
commit
9c6836badc
  1. 6
      mes/BOM/BOM删除材料.md
  2. 20
      mes/BOM/BOM添加材料.md
  3. 6
      mes/BOM/产品绑定BOM.md
  4. 6
      mes/BOM/修改BOM.md
  5. 22
      mes/BOM/列出BOM.md
  6. 54
      mes/BOM/查询BOM明细.md
  7. 6
      mes/BOM/添加BOM.md
  8. 4
      mes/产品/修改产品.md
  9. 95
      mes/产品/列出产品.md
  10. 98
      mes/产品/查询产品详情.md
  11. 4
      mes/产品/添加产品.md
  12. 2
      mes/供应商/修改供应商.md
  13. 76
      mes/供应商/列出供应商.md
  14. 2
      mes/供应商/删除供应商.md
  15. 40
      mes/供应商/查询供应商详情.md
  16. 2
      mes/供应商/添加供应商.md
  17. 41
      mes/物料/修改物料.md
  18. 54
      mes/物料/列出物料.md
  19. 35
      mes/物料/列出物料类别.md
  20. 4
      mes/物料/删除物料.md
  21. 53
      mes/物料/查询物料详情.md
  22. 41
      mes/物料/添加物料.md
  23. 2
      mes/选项/列出产品标签形式.md
  24. 4
      mes/选项/列出产品特征.md
  25. 4
      mes/选项/列出工艺类型.md
  26. 4
      mes/选项/列出晶体类型.md
  27. 4
      mes/选项/列出栅线类型.md
  28. 4
      mes/选项/列出电池片数量.md
  29. 4
      mes/选项/列出组件规格.md

6
mes/BOM/BOM删除材料.md

@ -27,9 +27,9 @@ URL: http://localhost:8033/open/BomDeletePart
```
{
"data": {
profile:"测试厂区",
bomId:"1407",
bomPartNbr:"M.1.1.N.100"
profile: "测试厂区",
bomId: "1407",
bomPartNbr: "M.1.1.N.100"
}
}
```

20
mes/BOM/BOM添加材料.md

@ -34,16 +34,16 @@ URL: http://localhost:8033/open/BomAddPart
```
{
"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",
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",
}
}
```

6
mes/BOM/产品绑定BOM.md

@ -27,9 +27,9 @@ URL: http://localhost:8033/open/ProductBindBom
```
{
"data": {
profile:"测试厂区",
productCode:"088+089ART-MW",
bomId:"1407"
profile: "测试厂区",
productCode: "088+089ART-MW",
bomId: "1407"
}
}
```

6
mes/BOM/修改BOM.md

@ -27,9 +27,9 @@ URL: http://localhost:8033/open/UpdateConfigBom
```
{
"data": {
profile:"测试厂区",
bomId:"BOM001",
descriptions:"修改后的BOM描述",
profile: "测试厂区",
bomId: "BOM001",
descriptions: "修改后的BOM描述",
}
}
```

22
mes/BOM/列出BOM.md

@ -26,7 +26,7 @@ URL: http://localhost:8033/open/ListConfigBom
```
{
"data": {
profile:"测试厂区",
profile: "测试厂区",
search: "bom",
}
}
@ -53,16 +53,16 @@ URL: http://localhost:8033/open/ListConfigBom
"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"
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"
}]
}
}

54
mes/BOM/查询BOM明细.md

@ -26,7 +26,7 @@ URL: http://localhost:8033/open/ListConfigBomPart
```
{
"data": {
profile:"测试厂区",
profile: "测试厂区",
bomId: "1407",
}
}
@ -61,32 +61,32 @@ URL: http://localhost:8033/open/ListConfigBomPart
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data": {
list:[{
bomId:"1407",
descriptions:"1407号bom",
bomPartNbr:"M.1.1.N.100",
isPrimary:1,
PrimaryPart:"M.1.1.N.100",
SerialRequirement:3,
Uom:"Pcs",
PartType:"CELL",
PartTypeDesc:"电池片",
LostRatio:3,
GlueType:"",
Supplier:"CS2",
},{
bomId:"1407",
descriptions:"1407号bom",
bomPartNbr:"401908010191",
isPrimary:1,
PrimaryPart:"401908010191",
SerialRequirement:1,
Uom:"Pcs",
PartType:"JBOX",
PartTypeDesc:"接线盒",
LostRatio:0,
GlueType:"",
Supplier:"CS2",
list: [{
bomId: "1407",
descriptions: "1407号bom",
bomPartNbr: "M.1.1.N.100",
isPrimary: 1,
PrimaryPart: "M.1.1.N.100",
SerialRequirement: 3,
Uom: "Pcs",
PartType: "CELL",
PartTypeDesc: "电池片",
LostRatio: 3,
GlueType: "",
Supplier: "CS2",
}, {
bomId: "1407",
descriptions: "1407号bom",
bomPartNbr: "401908010191",
isPrimary: 1,
PrimaryPart: "401908010191",
SerialRequirement: 1,
Uom: "Pcs",
PartType: "JBOX",
PartTypeDesc: "接线盒",
LostRatio: 0,
GlueType: "",
Supplier: "CS2",
}]
}
}

6
mes/BOM/添加BOM.md

@ -27,9 +27,9 @@ URL: http://localhost:8033/open/AddConfigBom
```
{
"data": {
profile:"测试厂区",
bomId:"BOM001",
descriptions:"新的bom",
profile: "测试厂区",
bomId: "BOM001",
descriptions: "新的bom",
}
}
```

4
mes/产品/修改产品.md

@ -47,8 +47,8 @@ URL: http://localhost:8033/open/UpdateProduct
modSpecId: 345,
processType: 22,
featureCode: 34,
modWeight:"",
fgCode:"",
modWeight: "",
fgCode: "",
}
}
```

95
mes/产品/列出产品.md

@ -26,7 +26,7 @@ URL: http://localhost:8033/open/ListProduct
```
{
"data": {
profile:"测试厂区",
profile: "测试厂区",
search: "组件001",
}
}
@ -91,55 +91,54 @@ attrs字段
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data": {
list:[{
productCode:"088+089ART-MW",
familyCode:"ART550-144MHA",
processGroupId:0,
crysTypeId:38,
crysTypeDesc:"单晶",
crysTypeValue:"M",
busbarTypeId:37,
busbarTypeDesc:"11BB",
busbarTypeValue:"11BB",
cellQty:144,
cellQtyDesc:"144",
cellQtyValue:"144",
modSpecId:49,
modSpecDesc:"2279*1134*35",
modSpecValue:"2279*1134*35",
processType:39,
processTypedesc:"单玻组件",
processTypeValue:"单玻组件",
featureCode:9,
featureCodeDesc:"P",
featureCodeValue:"P",
modWeight:"",
fgCode:"",
createDate:"2022-01-10 23:10:01.890",
lastUpdate:"2022-01-16 22:24:32.273",
lastUpdateuser:"mesadmin",
serialCodeRule:"DM405M10-54HSW",
palletCodeRule:"DM405M10-54HSW-bz",
attrs:[
{
id:"7add1e54-d99e-4432-8175-c5afd80ae058",
attributeId:"Product_GLASS_TYPE",
attributeDesc:"玻璃类型",
productCode:"088+089ART-MW",
description:"双玻",
code:"双玻",
createTime:"2023-06-07 14:59:06.800",
createUser:""
list: [{
productCode: "088+089ART-MW",
familyCode: "ART550-144MHA",
processGroupId: 0,
crysTypeId: 38,
crysTypeDesc: "单晶",
crysTypeValue: "M",
busbarTypeId: 37,
busbarTypeDesc: "11BB",
busbarTypeValue: "11BB",
cellQty: 144,
cellQtyDesc: "144",
cellQtyValue: "144",
modSpecId: 49,
modSpecDesc: "2279*1134*35",
modSpecValue: "2279*1134*35",
processType: 39,
processTypedesc: "单玻组件",
processTypeValue: "单玻组件",
featureCode: 9,
featureCodeDesc: "P",
featureCodeValue: "P",
modWeight: "",
fgCode: "",
createDate: "2022-01-10 23:10:01.890",
lastUpdate: "2022-01-16 22:24:32.273",
lastUpdateuser: "mesadmin",
serialCodeRule: "DM405M10-54HSW",
palletCodeRule: "DM405M10-54HSW-bz",
attrs: [{
id: "7add1e54-d99e-4432-8175-c5afd80ae058",
attributeId: "Product_GLASS_TYPE",
attributeDesc: "玻璃类型",
productCode: "088+089ART-MW",
description: "双玻",
code: "双玻",
createTime: "2023-06-07 14:59:06.800",
createUser: ""
},
{
id:"c671f463-5f66-4b99-9083-44fe9293a83e",
attributeId:"Product_PACK_QTY",
attributeDesc:"包装数量",
productCode:"088+089ART-MW",
description:"31",
code:"31",
createTime:"2023-06-07 14:59:06.800",
createUser:""
id: "c671f463-5f66-4b99-9083-44fe9293a83e",
attributeId: "Product_PACK_QTY",
attributeDesc: "包装数量",
productCode: "088+089ART-MW",
description: "31",
code: "31",
createTime: "2023-06-07 14:59:06.800",
createUser: ""
}
],
}]

98
mes/产品/查询产品详情.md

@ -26,8 +26,8 @@ URL: http://localhost:8033/open/GetProduct
```
{
"data": {
profile:"测试厂区",
productCode:"088+089ART-MW",
profile: "测试厂区",
productCode: "088+089ART-MW",
}
}
```
@ -91,60 +91,58 @@ attrs字段
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data": {
info:{
productCode:"088+089ART-MW",
familyCode:"ART550-144MHA",
processGroupId:0,
crysTypeId:38,
crysTypeDesc:"单晶",
crysTypeValue:"M",
busbarTypeId:37,
busbarTypeDesc:"11BB",
busbarTypeValue:"11BB",
cellQty:144,
cellQtyDesc:"144",
cellQtyValue:"144",
modSpecId:49,
modSpecDesc:"2279*1134*35",
modSpecValue:"2279*1134*35",
processType:39,
processTypedesc:"单玻组件",
processTypeValue:"单玻组件",
featureCode:9,
featureCodeDesc:"P",
featureCodeValue:"P",
modWeight:"",
fgCode:"",
createDate:"2022-01-10 23:10:01.890",
lastUpdate:"2022-01-16 22:24:32.273",
lastUpdateuser:"mesadmin",
serialCodeRule:"DM405M10-54HSW",
palletCodeRule:"DM405M10-54HSW-bz",
attrs:[
{
id:"7add1e54-d99e-4432-8175-c5afd80ae058",
attributeId:"Product_GLASS_TYPE",
attributeDesc:"玻璃类型",
productCode:"088+089ART-MW",
description:"双玻",
code:"双玻",
createTime:"2023-06-07 14:59:06.800",
createUser:""
info: {
productCode: "088+089ART-MW",
familyCode: "ART550-144MHA",
processGroupId: 0,
crysTypeId: 38,
crysTypeDesc: "单晶",
crysTypeValue: "M",
busbarTypeId: 37,
busbarTypeDesc: "11BB",
busbarTypeValue: "11BB",
cellQty: 144,
cellQtyDesc: "144",
cellQtyValue: "144",
modSpecId: 49,
modSpecDesc: "2279*1134*35",
modSpecValue: "2279*1134*35",
processType: 39,
processTypedesc: "单玻组件",
processTypeValue: "单玻组件",
featureCode: 9,
featureCodeDesc: "P",
featureCodeValue: "P",
modWeight: "",
fgCode: "",
createDate: "2022-01-10 23:10:01.890",
lastUpdate: "2022-01-16 22:24:32.273",
lastUpdateuser: "mesadmin",
serialCodeRule: "DM405M10-54HSW",
palletCodeRule: "DM405M10-54HSW-bz",
attrs: [{
id: "7add1e54-d99e-4432-8175-c5afd80ae058",
attributeId: "Product_GLASS_TYPE",
attributeDesc: "玻璃类型",
productCode: "088+089ART-MW",
description: "双玻",
code: "双玻",
createTime: "2023-06-07 14:59:06.800",
createUser: ""
},
{
id:"c671f463-5f66-4b99-9083-44fe9293a83e",
attributeId:"Product_PACK_QTY",
attributeDesc:"包装数量",
productCode:"088+089ART-MW",
description:"31",
code:"31",
createTime:"2023-06-07 14:59:06.800",
createUser:""
id: "c671f463-5f66-4b99-9083-44fe9293a83e",
attributeId: "Product_PACK_QTY",
attributeDesc: "包装数量",
productCode: "088+089ART-MW",
description: "31",
code: "31",
createTime: "2023-06-07 14:59:06.800",
createUser: ""
}
],
}
}
}
```

4
mes/产品/添加产品.md

@ -47,8 +47,8 @@ URL: http://localhost:8033/open/AddProduct
modSpecId: 345,
processType: 22,
featureCode: 34,
modWeight:"",
fgCode:"",
modWeight: "",
fgCode: "",
}
}
```

2
mes/供应商/修改供应商.md

@ -42,7 +42,7 @@ URL: http://localhost:8033/open/UpdateSupplier
```
{
"data": {
profile:"测试厂区",
profile: "测试厂区",
supplierCode: "1002210180009192",
descriptions: "无锡市江松科技有限公司",
flag: 1,

76
mes/供应商/列出供应商.md

@ -26,7 +26,7 @@ URL: http://localhost:8033/open/ListSupplier
```
{
"data": {
profile:"测试厂区",
profile: "测试厂区",
search: "互利",
}
}
@ -65,45 +65,45 @@ URL: http://localhost:8033/open/ListSupplier
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data": {
list:[
{
supplierCode:"1002210180009192",
descriptions:"无锡联晟光伏科技有限公司",
flag:1,
v_flag_cell:1,
v_flag_bks:1,
v_flag_eva:0,
v_flag_glass:0,
v_flag_hulian:0,
v_flag_huiliu:0,
v_flag_jbox:0,
v_flag_glue:0,
v_flag_frame:0,
v_flag_solder:0,
v_flag_abglue:0,
v_flag_frameglue:0,
v_flag_jboxglue:0,
v_flag_isolatingbar:0,
list: [{
supplierCode: "1002210180009192",
descriptions: "无锡联晟光伏科技有限公司",
flag: 1,
v_flag_cell: 1,
v_flag_bks: 1,
v_flag_eva: 0,
v_flag_glass: 0,
v_flag_hulian: 0,
v_flag_huiliu: 0,
v_flag_jbox: 0,
v_flag_glue: 0,
v_flag_frame: 0,
v_flag_solder: 0,
v_flag_abglue: 0,
v_flag_frameglue: 0,
v_flag_jboxglue: 0,
v_flag_isolatingbar: 0,
},
{
supplierCode:"1002210180009206",
descriptions:"无锡梦鼎光电科技有限公司",
flag:1,
v_flag_cell:1,
v_flag_bks:1,
v_flag_eva:0,
v_flag_glass:0,
v_flag_hulian:0,
v_flag_huiliu:1,
v_flag_jbox:0,
v_flag_glue:0,
v_flag_frame:0,
v_flag_solder:0,
v_flag_abglue:0,
v_flag_frameglue:0,
v_flag_jboxglue:0,
v_flag_isolatingbar:0,
}]
supplierCode: "1002210180009206",
descriptions: "无锡梦鼎光电科技有限公司",
flag: 1,
v_flag_cell: 1,
v_flag_bks: 1,
v_flag_eva: 0,
v_flag_glass: 0,
v_flag_hulian: 0,
v_flag_huiliu: 1,
v_flag_jbox: 0,
v_flag_glue: 0,
v_flag_frame: 0,
v_flag_solder: 0,
v_flag_abglue: 0,
v_flag_frameglue: 0,
v_flag_jboxglue: 0,
v_flag_isolatingbar: 0,
}
]
}
}
```

2
mes/供应商/删除供应商.md

@ -26,7 +26,7 @@ URL: http://localhost:8033/open/DeleteSupplier
```
{
"data": {
profile:"测试厂区",
profile: "测试厂区",
supplierCode: "1002210180009192",
}
}

40
mes/供应商/查询供应商详情.md

@ -26,7 +26,7 @@ URL: http://localhost:8033/open/GetSupplier
```
{
"data": {
profile:"测试厂区",
profile: "测试厂区",
supplierCode: "1002210180009192",
}
}
@ -64,25 +64,25 @@ URL: http://localhost:8033/open/GetSupplier
{
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data":{
info:{
supplierCode:"1002210180009192",
descriptions:"无锡联晟光伏科技有限公司",
flag:1,
v_flag_cell:1,
v_flag_bks:1,
v_flag_eva:0,
v_flag_glass:0,
v_flag_hulian:0,
v_flag_huiliu:0,
v_flag_jbox:0,
v_flag_glue:0,
v_flag_frame:0,
v_flag_solder:0,
v_flag_abglue:0,
v_flag_frameglue:0,
v_flag_jboxglue:0,
v_flag_isolatingbar:0,
"data": {
info: {
supplierCode: "1002210180009192",
descriptions: "无锡联晟光伏科技有限公司",
flag: 1,
v_flag_cell: 1,
v_flag_bks: 1,
v_flag_eva: 0,
v_flag_glass: 0,
v_flag_hulian: 0,
v_flag_huiliu: 0,
v_flag_jbox: 0,
v_flag_glue: 0,
v_flag_frame: 0,
v_flag_solder: 0,
v_flag_abglue: 0,
v_flag_frameglue: 0,
v_flag_jboxglue: 0,
v_flag_isolatingbar: 0,
}
}
}

2
mes/供应商/添加供应商.md

@ -42,7 +42,7 @@ URL: http://localhost:8033/open/AddSupplier
```
{
"data": {
profile:"测试厂区",
profile: "测试厂区",
supplierCode: "1002210180009192",
descriptions: "",
flag: 1,

41
mes/物料/修改物料.md

@ -42,29 +42,28 @@ attrs字段
```
{
"data": {
profile:"测试厂区",
materialCode:"CELL001",
materialTypeCode:"CELL",
descriptions:"电池片描述",
flag:1,
attrs:[
{
materialCode:"CELL001",
materialTypeCode:"CELL",
attrCode:"crys_type",
attrName:"晶体结构",
value:"单晶",
valueCode:"单晶",
flag:1
profile: "测试厂区",
materialCode: "CELL001",
materialTypeCode: "CELL",
descriptions: "电池片描述",
flag: 1,
attrs: [{
materialCode: "CELL001",
materialTypeCode: "CELL",
attrCode: "crys_type",
attrName: "晶体结构",
value: "单晶",
valueCode: "单晶",
flag: 1
},
{
materialCode:"CELL001",
materialTypeCode:"CELL",
attrCode:"cell_uop",
attrName:"单片功率",
value:"7.82",
valueCode:"7.82",
flag:1
materialCode: "CELL001",
materialTypeCode: "CELL",
attrCode: "cell_uop",
attrName: "单片功率",
value: "7.82",
valueCode: "7.82",
flag: 1
}
],
}

54
mes/物料/列出物料.md

@ -27,7 +27,7 @@ URL: http://localhost:8033/open/ListMaterial
```
{
"data": {
profile:"测试厂区",
profile: "测试厂区",
search: "玻璃",
type: ""
}
@ -39,7 +39,7 @@ URL: http://localhost:8033/open/ListMaterial
```
{
"data": {
profile:"测试厂区",
profile: "测试厂区",
search: "",
type: "GLASS"
}
@ -82,34 +82,32 @@ attrs字段
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data": {
list:[
{
materialCode:"CELL001",
materialTypeCode:"CELL",
materialTypeDesc:"电池片",
descriptions:"电池片描述",
flag:1,
createTime:"2023-04-09 18:10:01",
attrs:[
{
materialCode:"CELL001",
materialTypeCode:"CELL",
materialTypeDesc:"电池片",
attrCode:"crys_type",
attrName:"晶体结构",
value:"单晶",
valueCode:"单晶",
flag:1
list: [{
materialCode: "CELL001",
materialTypeCode: "CELL",
materialTypeDesc: "电池片",
descriptions: "电池片描述",
flag: 1,
createTime: "2023-04-09 18:10:01",
attrs: [{
materialCode: "CELL001",
materialTypeCode: "CELL",
materialTypeDesc: "电池片",
attrCode: "crys_type",
attrName: "晶体结构",
value: "单晶",
valueCode: "单晶",
flag: 1
},
{
materialCode:"CELL001",
materialTypeCode:"CELL",
materialTypeDesc:"电池片",
attrCode:"cell_uop",
attrName:"单片功率",
value:"7.82",
valueCode:"7.82",
flag:1
materialCode: "CELL001",
materialTypeCode: "CELL",
materialTypeDesc: "电池片",
attrCode: "cell_uop",
attrName: "单片功率",
value: "7.82",
valueCode: "7.82",
flag: 1
}
],
}]

35
mes/物料/列出物料类别.md

@ -26,7 +26,7 @@ URL: http://localhost:8033/open/ListMaterialType
```
{
"data": {
profile:"测试厂区",
profile: "测试厂区",
search: "电池",
}
}
@ -56,24 +56,25 @@ URL: http://localhost:8033/open/ListMaterialType
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data": {
list:[{
materialTypeCode:"CELL",
materialTypeDesc:"电池片",
unit:"pcs",
flag:1,
ManagerType:"Photovoltaic",
Sort:1,
ErpCode:"",
list: [{
materialTypeCode: "CELL",
materialTypeDesc: "电池片",
unit: "pcs",
flag: 1,
ManagerType: "Photovoltaic",
Sort: 1,
ErpCode: "",
},
{
materialTypeCode:"EVA",
materialTypeDesc:"EVA",
unit:"m2",
flag:1,
ManagerType:"Photovoltaic",
Sort:2,
ErpCode:"",
}]
materialTypeCode: "EVA",
materialTypeDesc: "EVA",
unit: "m2",
flag: 1,
ManagerType: "Photovoltaic",
Sort: 2,
ErpCode: "",
}
]
}
}
```

4
mes/物料/删除物料.md

@ -26,8 +26,8 @@ URL: http://localhost:8033/open/DeleteMaterial
```
{
"data": {
profile:"测试厂区",
materialCode:"CELL001",
profile: "测试厂区",
materialCode: "CELL001",
}
}
```

53
mes/物料/查询物料详情.md

@ -26,8 +26,8 @@ URL: http://localhost:8033/open/GetMaterial
```
{
"data": {
profile:"测试厂区",
materialCode:"CELL001",
profile: "测试厂区",
materialCode: "CELL001",
}
}
```
@ -68,33 +68,32 @@ attrs字段
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data": {
info:{
materialCode:"CELL001",
materialTypeCode:"CELL",
materialTypeDesc:"电池片",
descriptions:"电池片描述",
flag:1,
createTime:"2023-04-09 18:10:01",
attrs:[
{
materialCode:"CELL001",
materialTypeCode:"CELL",
materialTypeDesc:"电池片",
attrCode:"crys_type",
attrName:"晶体结构",
value:"单晶",
valueCode:"单晶",
flag:1
info: {
materialCode: "CELL001",
materialTypeCode: "CELL",
materialTypeDesc: "电池片",
descriptions: "电池片描述",
flag: 1,
createTime: "2023-04-09 18:10:01",
attrs: [{
materialCode: "CELL001",
materialTypeCode: "CELL",
materialTypeDesc: "电池片",
attrCode: "crys_type",
attrName: "晶体结构",
value: "单晶",
valueCode: "单晶",
flag: 1
},
{
materialCode:"CELL001",
materialTypeCode:"CELL",
materialTypeDesc:"电池片",
attrCode:"cell_uop",
attrName:"单片功率",
value:"7.82",
valueCode:"7.82",
flag:1
materialCode: "CELL001",
materialTypeCode: "CELL",
materialTypeDesc: "电池片",
attrCode: "cell_uop",
attrName: "单片功率",
value: "7.82",
valueCode: "7.82",
flag: 1
}
],
}

41
mes/物料/添加物料.md

@ -42,29 +42,28 @@ attrs字段
```
{
"data": {
profile:"测试厂区",
materialCode:"CELL001",
materialTypeCode:"CELL",
descriptions:"电池片描述",
flag:1,
attrs:[
{
materialCode:"CELL001",
materialTypeCode:"CELL",
attrCode:"crys_type",
attrName:"晶体结构",
value:"单晶",
valueCode:"单晶",
flag:1
profile: "测试厂区",
materialCode: "CELL001",
materialTypeCode: "CELL",
descriptions: "电池片描述",
flag: 1,
attrs: [{
materialCode: "CELL001",
materialTypeCode: "CELL",
attrCode: "crys_type",
attrName: "晶体结构",
value: "单晶",
valueCode: "单晶",
flag: 1
},
{
materialCode:"CELL001",
materialTypeCode:"CELL",
attrCode:"cell_uop",
attrName:"单片功率",
value:"7.82",
valueCode:"7.82",
flag:1
materialCode: "CELL001",
materialTypeCode: "CELL",
attrCode: "cell_uop",
attrName: "单片功率",
value: "7.82",
valueCode: "7.82",
flag: 1
}
],
}

2
mes/选项/列出产品标签形式.md

@ -55,7 +55,7 @@ URL: http://localhost:8033/open/ListDfFamilys
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data": {
list:[{
list: [{
familyCode: "AG-HD108N-415",
descriptions: "AG-HD108N-415",
aliasName: "mesadmin",

4
mes/选项/列出产品特征.md

@ -52,8 +52,8 @@ URL: http://localhost:8033/open/ListFeatureCode
{
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data":{
list:[{
"data": {
list: [{
SourceId: 1,
SourceValue: "P",
SourceDesc: "P"

4
mes/选项/列出工艺类型.md

@ -52,8 +52,8 @@ URL: http://localhost:8033/open/ListProcessType
{
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data":{
list:[{
"data": {
list: [{
SourceId: 1,
SourceValue: "双玻组件",
SourceDesc: "双玻组件"

4
mes/选项/列出晶体类型.md

@ -52,8 +52,8 @@ URL: http://localhost:8033/open/ListCrysType
{
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data":{
list:[{
"data": {
list: [{
SourceId: 1,
SourceValue: "M",
SourceDesc: "单晶"

4
mes/选项/列出栅线类型.md

@ -52,8 +52,8 @@ URL: http://localhost:8033/open/ListBusBar
{
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data":{
list:[{
"data": {
list: [{
SourceId: 1,
SourceValue: "11BB",
SourceDesc: "11BB"

4
mes/选项/列出电池片数量.md

@ -52,8 +52,8 @@ URL: http://localhost:8033/open/ListCellQty
{
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data":{
list:[{
"data": {
list: [{
SourceId: 1,
SourceValue: "108",
SourceDesc: "108"

4
mes/选项/列出组件规格.md

@ -52,8 +52,8 @@ URL: http://localhost:8033/open/ListModSize
{
"clock": "2023-06-25 20:00:00.000",
"status": "ok",
"data":{
list:[{
"data": {
list: [{
SourceId: 1,
SourceValue: "1728*1134*30",
SourceDesc: "1728*1134*30"

Loading…
Cancel
Save