QCast API #886 견적서 Excel, Pdf 다운시 Open 제품은 단가 필드에 OPEN 텍스트로 보여주도록
This commit is contained in:
parent
b4850483d3
commit
a682efbd2b
@ -1409,6 +1409,11 @@ public class EstimateService {
|
||||
itemResponse.setSalePrice("");
|
||||
itemResponse.setSaleTotPrice("");
|
||||
}
|
||||
|
||||
// 886 Excel, PDF에 OPEN_FLG = 1은 단가필드에 OPEN 텍스트로 보여주도록
|
||||
if ("1".equals(itemResponse.getOpenFlg())) {
|
||||
itemResponse.setSalePrice("OPEN");
|
||||
}
|
||||
}
|
||||
|
||||
// 합산 문자열 통화로 변환 처리
|
||||
@ -1724,7 +1729,7 @@ public class EstimateService {
|
||||
|
||||
quoteList.add(estimateSendResponse);
|
||||
estimateSendRequest.setQuoteList(quoteList);
|
||||
//2차점명
|
||||
// 2차점명
|
||||
estimateSendResponse.setSecSapSalesStoreCd(estimateRequest.getSecSapSalesStoreCd());
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user