|
@@ -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();
|