|
@@ -107,6 +107,7 @@ public class RepairSupplyService {
|
|
vo.setPartId(partId);
|
|
vo.setPartId(partId);
|
|
vo.setPartName(part.getPartName());
|
|
vo.setPartName(part.getPartName());
|
|
vo.setPartCount(partPriceListMap.get(partId));
|
|
vo.setPartCount(partPriceListMap.get(partId));
|
|
|
|
+ vo.setPartNum(part.getPartNum());
|
|
if(type != 2){
|
|
if(type != 2){
|
|
PartLog partLog = map.get(part.getPartId());
|
|
PartLog partLog = map.get(part.getPartId());
|
|
if(partLog != null){
|
|
if(partLog != null){
|