开票推税务云增加销售购买方地址电话字段
This commit is contained in:
parent
812dcb597d
commit
7d4d4b8058
|
@ -254,6 +254,18 @@ public class PInvoice extends SuperVO implements Serializable ,IEncode{
|
|||
// 数电发票是否显示购销方银行、账号
|
||||
private String einvoiceShowGxfYhZh;
|
||||
|
||||
// 销售方电话
|
||||
private String xsfDh;
|
||||
|
||||
// 销售方地址
|
||||
private String xsfDz;
|
||||
|
||||
// 购买方地址
|
||||
private String gmfDz;
|
||||
|
||||
// 购买方电话
|
||||
private String gmfDh;
|
||||
|
||||
public String getApplyNumber() {
|
||||
|
||||
return applyNumber;
|
||||
|
|
|
@ -1374,6 +1374,11 @@ public class InvoiceTransferUtil {
|
|||
pinvoice.setEinvoiceShowGxfDzDh(String.valueOf(einvoiceShowGxfDzDh));
|
||||
// 数电发票是否显示购销方银行、账号: 0:不显示 1:仅显示销售方银行、账号 2:仅显示购买方银行、账号 3:购销方银行、账号都显示
|
||||
pinvoice.setEinvoiceShowGxfYhZh(String.valueOf(einvoiceShowGxfYhZh));
|
||||
|
||||
pinvoice.setGmf_dh(headvo.getGmf_dh());
|
||||
pinvoice.setGmf_dz(headvo.getGmf_dz());
|
||||
pinvoice.setXsf_dz(headvo.getXsf_dz());
|
||||
pinvoice.setXsf_dz(headvo.getXsf_dh());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue