|
|
@@ -34,7 +34,7 @@ public class PurchaseProdInOut {
|
|
|
private String pi_transport;//运输方式
|
|
|
private String pi_remark;//备注
|
|
|
private String pi_inoutman;//过账人
|
|
|
- private Date pi_date1;//过账日期
|
|
|
+ private Date pi_date;//过账日期
|
|
|
private String pi_sendcode;//送货单号
|
|
|
private String pi_receivename;//应付供应商名
|
|
|
private String pi_receivecode;//应付供应商编号
|
|
|
@@ -88,11 +88,11 @@ public class PurchaseProdInOut {
|
|
|
public void setPi_inoutman(String pi_inoutman) {
|
|
|
this.pi_inoutman = pi_inoutman;
|
|
|
}
|
|
|
- public Date getPi_date1() {
|
|
|
- return pi_date1;
|
|
|
+ public Date getPi_date() {
|
|
|
+ return pi_date;
|
|
|
}
|
|
|
- public void setPi_date1(Date pi_date1) {
|
|
|
- this.pi_date1 = pi_date1;
|
|
|
+ public void setPi_date(Date pi_date) {
|
|
|
+ this.pi_date = pi_date;
|
|
|
}
|
|
|
public String getPi_sendcode() {
|
|
|
return pi_sendcode;
|
|
|
@@ -129,7 +129,7 @@ public class PurchaseProdInOut {
|
|
|
accept.setRate(this.pi_rate);
|
|
|
accept.setRecorder(this.pi_inoutman);
|
|
|
accept.setRemark(this.pi_remark);
|
|
|
- accept.setDate(this.pi_date1);
|
|
|
+ accept.setDate(this.pi_date);
|
|
|
accept.setVendUU(this.pi_vendoruu);
|
|
|
accept.setSendStatus((short) Status.NOT_UPLOAD.value());
|
|
|
accept.setReceivename(this.pi_receivename);
|
|
|
@@ -154,7 +154,7 @@ public class PurchaseProdInOut {
|
|
|
purchaseReturn.setRate(this.pi_rate);
|
|
|
purchaseReturn.setRecorder(this.pi_inoutman);
|
|
|
purchaseReturn.setRemark(this.pi_remark);
|
|
|
- purchaseReturn.setDate(this.pi_date1);
|
|
|
+ purchaseReturn.setDate(this.pi_date);
|
|
|
purchaseReturn.setVendUU(this.pi_vendoruu);
|
|
|
purchaseReturn.setReceivename(this.pi_receivename);
|
|
|
purchaseReturn.setReceivecode(this.pi_receivecode);
|
|
|
@@ -179,7 +179,7 @@ public class PurchaseProdInOut {
|
|
|
purchaseBadIn.setRate(this.pi_rate);
|
|
|
purchaseBadIn.setRecorder(this.pi_inoutman);
|
|
|
purchaseBadIn.setRemark(this.pi_remark);
|
|
|
- purchaseBadIn.setDate(this.pi_date1);
|
|
|
+ purchaseBadIn.setDate(this.pi_date);
|
|
|
purchaseBadIn.setVendUU(this.pi_vendoruu);
|
|
|
purchaseBadIn.setReceiveCode(this.pi_receivecode);
|
|
|
purchaseBadIn.setReceiveName(this.pi_receivename);
|
|
|
@@ -204,7 +204,7 @@ public class PurchaseProdInOut {
|
|
|
purchaseBadOut.setRate(this.pi_rate);
|
|
|
purchaseBadOut.setRecorder(this.pi_inoutman);
|
|
|
purchaseBadOut.setRemark(this.pi_remark);
|
|
|
- purchaseBadOut.setDate(this.pi_date1);
|
|
|
+ purchaseBadOut.setDate(this.pi_date);
|
|
|
purchaseBadOut.setVendUU(this.pi_vendoruu);
|
|
|
purchaseBadOut.setReceiveCode(this.pi_receivecode);
|
|
|
purchaseBadOut.setReceiveName(this.pi_receivename);
|