|
@@ -77,12 +77,14 @@ public class MethodGoodsDemandService {
|
|
|
goodsDemandVo.setLevelOneGoodsId(item.getLevelOneGoodsId());
|
|
|
goodsDemandVo.setAddressName(item.getAddressName());
|
|
|
goodsDemandVo.setPhone(item.getPhone());
|
|
|
+ goodsDemandVo.setGoodsNo(item.getGoodsNo());
|
|
|
+ goodsDemandVo.setGoodsUnit(item.getGoodsUnit());
|
|
|
goodsDemandVo.setName(item.getName());
|
|
|
goodsDemandVo.setIsConfirm(item.getIsConfirm());
|
|
|
goodsDemandVo.setTradeAreaId(item.getTradeAreaId());
|
|
|
goodsDemandVo.setTradeAreaName(item.getTradeAreaName());
|
|
|
goodsDemandVo.setIsRelease(item.getIsRelease());
|
|
|
-
|
|
|
+ goodsDemandVo.setArrivalTime(item.getArrivalTime());
|
|
|
// 获取已确认的报价信息
|
|
|
if(tbDemandQuotations.size() > 0) {
|
|
|
TbDemandQuotation tbDemandQuotation = tbDemandQuotations.get(0);
|