|
@@ -77,16 +77,18 @@ public class MethodGoodsDemandService {
|
|
|
goodsDemandVo.setAddressName(item.getAddressName());
|
|
|
goodsDemandVo.setPhone(item.getPhone());
|
|
|
goodsDemandVo.setName(item.getName());
|
|
|
+ goodsDemandVo.setIsConfirm(item.getIsConfirm());
|
|
|
|
|
|
|
|
|
if(tbDemandQuotations.size() > 0) {
|
|
|
TbDemandQuotation tbDemandQuotation = tbDemandQuotations.get(0);
|
|
|
goodsDemandVo.setDemandQuotationId(tbDemandQuotation.getId());
|
|
|
- goodsDemandVo.setCreateName(tbDemandQuotation.getCreateName());
|
|
|
goodsDemandVo.setCreateTime(tbDemandQuotation.getCreateTime());
|
|
|
goodsDemandVo.setQuotation(tbDemandQuotation.getQuotation());
|
|
|
goodsDemandVo.setRemark(tbDemandQuotation.getRemark());
|
|
|
goodsDemandVo.setGroupName(tbDemandQuotation.getGroupName());
|
|
|
+ goodsDemandVo.setLeaderId(tbDemandQuotation.getLeaderId());
|
|
|
+ goodsDemandVo.setCreateName(tbDemandQuotation.getCreateName());
|
|
|
}
|
|
|
|
|
|
|