|
|
@@ -120,6 +120,7 @@ public class PurchaseDetail {
|
|
|
item.setTaxrate(this.pd_rate);
|
|
|
item.setFactory(this.pd_factory);
|
|
|
item.setVendspec(this.pd_vendspec);
|
|
|
+ item.setRemark(this.pd_remark);
|
|
|
item.setStatus((short) Status.NOT_REPLY.value());
|
|
|
Product product = new Product();
|
|
|
product.setCode(this.pd_prodcode);
|