|
|
@ -151,6 +151,7 @@ public class QuotationInformationServiceImpl extends ServiceImpl<QuotationInform |
|
|
} |
|
|
} |
|
|
// 获取项目料号 |
|
|
// 获取项目料号 |
|
|
String[] testPartNoList = data.getTestPartNo().split(";"); |
|
|
String[] testPartNoList = data.getTestPartNo().split(";"); |
|
|
|
|
|
String quotationBatchNo = ""; |
|
|
// 新增 |
|
|
// 新增 |
|
|
for (String testPartNo : testPartNoList) { |
|
|
for (String testPartNo : testPartNoList) { |
|
|
// 获取序列号 |
|
|
// 获取序列号 |
|
|
@ -164,12 +165,15 @@ public class QuotationInformationServiceImpl extends ServiceImpl<QuotationInform |
|
|
data.setQuotationResultStatus(data.getQuotationResultStatus()); |
|
|
data.setQuotationResultStatus(data.getQuotationResultStatus()); |
|
|
data.setStepId(10); |
|
|
data.setStepId(10); |
|
|
quotationInformationMapper.insert(data); |
|
|
quotationInformationMapper.insert(data); |
|
|
//属性新增 |
|
|
|
|
|
PriceCheckProperties properties = new PriceCheckProperties(); |
|
|
|
|
|
properties.setSite(data.getSite()); |
|
|
|
|
|
properties.setQuotationNo(data.getQuotationNo()); |
|
|
|
|
|
priceCheckPropertiesService.searchPriceCheckPropertiesListFlushed(properties); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
quotationBatchNo = data.getQuotationBatchNo(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
//属性新增 根据批次号 新增 一次 |
|
|
|
|
|
PriceCheckProperties properties = new PriceCheckProperties(); |
|
|
|
|
|
properties.setSite(data.getSite()); |
|
|
|
|
|
properties.setQuotationNo(quotationBatchNo); |
|
|
|
|
|
priceCheckPropertiesService.searchPriceCheckPropertiesListFlushed(properties); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
|