|
|
|
@ -299,7 +299,7 @@ public class PlateGoodsRecordServiceImpl extends BaseServiceImpl<PlateGoodsRecor |
|
|
|
double localArea = 0; |
|
|
|
double localArea = 0; |
|
|
|
|
|
|
|
|
|
|
|
//查询零件工艺
|
|
|
|
//查询零件工艺
|
|
|
|
DsCraftEntity dsCraftEntity = dsCraftService.selectDsCraftByPartCodeAndVersion(dsPart.getId(),partVersion); |
|
|
|
DsCraftEntity dsCraftEntity = dsCraftService.getPartCraft(dsPart.getId(), yieldOrder.getRank(), yieldOrder.getRoamNo()); |
|
|
|
//工艺表(DS_CRAFT)id
|
|
|
|
//工艺表(DS_CRAFT)id
|
|
|
|
Long dsCraftId=dsCraftEntity.getId(); |
|
|
|
Long dsCraftId=dsCraftEntity.getId(); |
|
|
|
//查询生产工序列表
|
|
|
|
//查询生产工序列表
|
|
|
|
|