|
@@ -34,6 +34,7 @@ public class Inquiry {
|
|
|
* 主动报价时,平台的主动报价单SaleQuotation的ID
|
|
* 主动报价时,平台的主动报价单SaleQuotation的ID
|
|
|
*/
|
|
*/
|
|
|
private Long b2b_qu_id;
|
|
private Long b2b_qu_id;
|
|
|
|
|
+ private Long in_buyeruu;
|
|
|
|
|
|
|
|
public String getIn_code() {
|
|
public String getIn_code() {
|
|
|
return in_code;
|
|
return in_code;
|
|
@@ -107,6 +108,14 @@ public class Inquiry {
|
|
|
this.b2b_qu_id = b2b_qu_id;
|
|
this.b2b_qu_id = b2b_qu_id;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ public Long getIn_buyeruu() {
|
|
|
|
|
+ return in_buyeruu;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setIn_buyeruu(Long in_buyeruu) {
|
|
|
|
|
+ this.in_buyeruu = in_buyeruu;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
/**
|
|
/**
|
|
|
* 转为平台的采购询价
|
|
* 转为平台的采购询价
|
|
|
*
|
|
*
|
|
@@ -147,6 +156,7 @@ public class Inquiry {
|
|
|
this.in_recorddate = quotation.getDate();
|
|
this.in_recorddate = quotation.getDate();
|
|
|
this.in_remark = quotation.getRemark();
|
|
this.in_remark = quotation.getRemark();
|
|
|
this.b2b_qu_id = quotation.getId();
|
|
this.b2b_qu_id = quotation.getId();
|
|
|
|
|
+ this.in_buyeruu = quotation.getCustUserUU();
|
|
|
if (!CollectionUtils.isEmpty(quotation.getQuotationItems())) {
|
|
if (!CollectionUtils.isEmpty(quotation.getQuotationItems())) {
|
|
|
this.details = new ArrayList<InquiryDetail>();
|
|
this.details = new ArrayList<InquiryDetail>();
|
|
|
for (SaleQuotationItem item : quotation.getQuotationItems()) {
|
|
for (SaleQuotationItem item : quotation.getQuotationItems()) {
|