|
@@ -29,7 +29,19 @@ public class PurchaseProdInOutDetail {
|
|
|
private String pd_remark;// 备注
|
|
private String pd_remark;// 备注
|
|
|
private String pd_prodcode;//物料编号
|
|
private String pd_prodcode;//物料编号
|
|
|
private String pd_whname;//仓库名称
|
|
private String pd_whname;//仓库名称
|
|
|
-
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 平台送货单明细id
|
|
|
|
|
+ */
|
|
|
|
|
+ private Long b2b_si_id;
|
|
|
|
|
+
|
|
|
|
|
+ public Long getB2b_si_id() {
|
|
|
|
|
+ return b2b_si_id;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setB2b_si_id(Long b2b_si_id) {
|
|
|
|
|
+ this.b2b_si_id = b2b_si_id;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
public String getPd_prodcode() {
|
|
public String getPd_prodcode() {
|
|
|
return pd_prodcode;
|
|
return pd_prodcode;
|
|
|
}
|
|
}
|
|
@@ -134,6 +146,7 @@ public class PurchaseProdInOutDetail {
|
|
|
acceptItem.setTaxrate(this.pd_taxrate);
|
|
acceptItem.setTaxrate(this.pd_taxrate);
|
|
|
acceptItem.setWhname(this.pd_whname);
|
|
acceptItem.setWhname(this.pd_whname);
|
|
|
acceptItem.setProdcode(this.pd_prodcode);
|
|
acceptItem.setProdcode(this.pd_prodcode);
|
|
|
|
|
+ acceptItem.setSaleSendItemId(this.b2b_si_id);
|
|
|
if (StringUtils.hasText(this.pd_ordercode)) {
|
|
if (StringUtils.hasText(this.pd_ordercode)) {
|
|
|
PurchaseOrder order = new PurchaseOrder();
|
|
PurchaseOrder order = new PurchaseOrder();
|
|
|
order.setCode(this.pd_ordercode);
|
|
order.setCode(this.pd_ordercode);
|