Browse Source

平台主动报价传到ERP数据异常问题的处理

hejq 8 years ago
parent
commit
19bbb5ae5f
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/main/java/com/uas/platform/b2b/erp/model/InquiryDetail.java

+ 0 - 4
src/main/java/com/uas/platform/b2b/erp/model/InquiryDetail.java

@@ -357,15 +357,11 @@ public class InquiryDetail {
 	public InquiryDetail(SaleQuotationItem item) {
 	public InquiryDetail(SaleQuotationItem item) {
 		this.id_currency = item.getQuotation().getCurrency();
 		this.id_currency = item.getQuotation().getCurrency();
 		this.id_detno = item.getNumber();
 		this.id_detno = item.getNumber();
-//		this.id_fromdate = item.getQuotation().getDate();
 		this.id_minbuyqty = item.getMinOrderQty();
 		this.id_minbuyqty = item.getMinOrderQty();
 		this.id_minqty = item.getMinPackQty();
 		this.id_minqty = item.getMinPackQty();
-		this.id_myfromdate = item.getQuotation().getDate();
-		this.id_mytodate = item.getQuotation().getEndDate();
 		this.id_prodcode = item.getProduct() != null ? item.getProduct().getCode(): item.getCustProductCode();
 		this.id_prodcode = item.getProduct() != null ? item.getProduct().getCode(): item.getCustProductCode();
 		this.id_rate = item.getQuotation().getTaxrate();
 		this.id_rate = item.getQuotation().getTaxrate();
 		this.id_remark = item.getRemark();
 		this.id_remark = item.getRemark();
-//		this.id_todate = item.getQuotation().getEndDate();
 		this.ve_uu = item.getQuotation().getEnUU();
 		this.ve_uu = item.getQuotation().getEnUU();
 		this.id_brand = item.getBrand();
 		this.id_brand = item.getBrand();
 		this.id_leadtime = item.getLeadtime();
 		this.id_leadtime = item.getLeadtime();