|
|
@@ -904,6 +904,7 @@ public class PurchaseInquiryServiceImpl implements PurchaseInquiryService {
|
|
|
inquiryItem.setVendorprodcode(reply.getVendorprodcode());
|
|
|
inquiryItem.setLeadtime(reply.getLeadtime());
|
|
|
inquiryItem.setReplies(reply.getReplies());
|
|
|
+ inquiryItem.setTaxrate(reply.getTaxrate());
|
|
|
|
|
|
if (!CollectionUtils.isEmpty(reply.getAttaches())) {
|
|
|
Set<Attach> attachSet = new HashSet<Attach>();
|