|
|
@ -43,35 +43,31 @@ __materialAttrs:__ |
|
|
|
|
|
|
|
__请求示例:__ |
|
|
|
``` |
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
"data":{ |
|
|
|
"profile": "测试", |
|
|
|
"WorkOrder": "12346", |
|
|
|
"BatchNumber": "CELL1000", |
|
|
|
"SubBatchNumber": "CELL1000-01", |
|
|
|
"MaterialCode": "CELL12", |
|
|
|
"Uom": "块", |
|
|
|
"Count": 100, |
|
|
|
"SupplierBatchNo": "ZL0203001", |
|
|
|
"Supplier": "中来", |
|
|
|
"SecondSupplier": "中来", |
|
|
|
"Remark": "这里是备注", |
|
|
|
"MaterialAttrs":[ |
|
|
|
{ |
|
|
|
"MaterialTypeCode": "CELL", |
|
|
|
"MaterialTypeDesc": "电池片", |
|
|
|
"AttrCode": "GG", |
|
|
|
"AttrName": "规格", |
|
|
|
"ValueCode": "middle", |
|
|
|
"Value": "中号" |
|
|
|
} |
|
|
|
] |
|
|
|
} |
|
|
|
"data":{ |
|
|
|
"profile": "测试", |
|
|
|
"WorkOrder": "12346", |
|
|
|
"BatchNumber": "CELL1000", |
|
|
|
"SubBatchNumber": "CELL1000-01", |
|
|
|
"MaterialCode": "CELL12", |
|
|
|
"Uom": "块", |
|
|
|
"Count": 100, |
|
|
|
"SupplierBatchNo": "ZL0203001", |
|
|
|
"Supplier": "中来", |
|
|
|
"SecondSupplier": "中来", |
|
|
|
"Remark": "这里是备注", |
|
|
|
"MaterialAttrs":[ |
|
|
|
{ |
|
|
|
"MaterialTypeCode": "CELL", |
|
|
|
"MaterialTypeDesc": "电池片", |
|
|
|
"AttrCode": "GG", |
|
|
|
"AttrName": "规格", |
|
|
|
"ValueCode": "middle", |
|
|
|
"Value": "中号" |
|
|
|
} |
|
|
|
] |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
```` |
|
|
|
|
|
|
|
--- |
|
|
|