|
@ -44,7 +44,6 @@ URL: http://localhost:8033/open/getWorkorderBom |
|
|
| :-- | :-- | :-- | |
|
|
| :-- | :-- | :-- | |
|
|
| workorder | string | 工单号 | |
|
|
| workorder | string | 工单号 | |
|
|
| productCode | string | 产品编码 | |
|
|
| productCode | string | 产品编码 | |
|
|
| bomId | string | bomId | |
|
|
|
|
|
| materialCode | string | 物料编码 | |
|
|
| materialCode | string | 物料编码 | |
|
|
| isPrimary | int | 是否主料 0否,1是| |
|
|
| isPrimary | int | 是否主料 0否,1是| |
|
|
| primaryPart | string | 主料物料编码,如果isPrimary=1,则与materialCode相同 | |
|
|
| primaryPart | string | 主料物料编码,如果isPrimary=1,则与materialCode相同 | |
|
@ -67,7 +66,6 @@ URL: http://localhost:8033/open/getWorkorderBom |
|
|
{ |
|
|
{ |
|
|
"workorder": "workorders", |
|
|
"workorder": "workorders", |
|
|
"productCode": "prodect_code", |
|
|
"productCode": "prodect_code", |
|
|
"bomId": "", |
|
|
|
|
|
"materialCode": "1002211010018723", |
|
|
"materialCode": "1002211010018723", |
|
|
"isPrimary": 1, |
|
|
"isPrimary": 1, |
|
|
"primaryPart": "1002211010018723", |
|
|
"primaryPart": "1002211010018723", |
|
@ -82,7 +80,6 @@ URL: http://localhost:8033/open/getWorkorderBom |
|
|
{ |
|
|
{ |
|
|
"workorder": "workorders", |
|
|
"workorder": "workorders", |
|
|
"productCode": "prodect_code", |
|
|
"productCode": "prodect_code", |
|
|
"bomId": "", |
|
|
|
|
|
"materialCode": "333", |
|
|
"materialCode": "333", |
|
|
"isPrimary": 1, |
|
|
"isPrimary": 1, |
|
|
"primaryPart": "333", |
|
|
"primaryPart": "333", |
|
@ -97,7 +94,6 @@ URL: http://localhost:8033/open/getWorkorderBom |
|
|
{ |
|
|
{ |
|
|
"workorder": "workorders", |
|
|
"workorder": "workorders", |
|
|
"productCode": "prodect_code", |
|
|
"productCode": "prodect_code", |
|
|
"bomId": "", |
|
|
|
|
|
"materialCode": "boli001", |
|
|
"materialCode": "boli001", |
|
|
"isPrimary": 1, |
|
|
"isPrimary": 1, |
|
|
"primaryPart": "boli001", |
|
|
"primaryPart": "boli001", |
|
@ -112,7 +108,6 @@ URL: http://localhost:8033/open/getWorkorderBom |
|
|
{ |
|
|
{ |
|
|
"workorder": "workorders", |
|
|
"workorder": "workorders", |
|
|
"productCode": "prodect_code", |
|
|
"productCode": "prodect_code", |
|
|
"bomId": "", |
|
|
|
|
|
"materialCode": "flux_materials_class", |
|
|
"materialCode": "flux_materials_class", |
|
|
"isPrimary": 1, |
|
|
"isPrimary": 1, |
|
|
"primaryPart": "flux_materials_class", |
|
|
"primaryPart": "flux_materials_class", |
|
@ -127,7 +122,6 @@ URL: http://localhost:8033/open/getWorkorderBom |
|
|
{ |
|
|
{ |
|
|
"workorder": "workorders", |
|
|
"workorder": "workorders", |
|
|
"productCode": "prodect_code", |
|
|
"productCode": "prodect_code", |
|
|
"bomId": "", |
|
|
|
|
|
"materialCode": "flux_materials_class_2", |
|
|
"materialCode": "flux_materials_class_2", |
|
|
"isPrimary": 1, |
|
|
"isPrimary": 1, |
|
|
"primaryPart": "flux_materials_class_2", |
|
|
"primaryPart": "flux_materials_class_2", |
|
|