开票推税务云增加字段
This commit is contained in:
parent
fd6a754790
commit
d00bcaaf03
|
@ -145,6 +145,10 @@ class ApplyRequest extends EInvoiceRequest implements IFactoryRequest {
|
|||
a.setGMF_DH(p.getGmf_dh());
|
||||
a.setGMF_YH(p.getGmf_yh());
|
||||
a.setGMF_ZH(p.getGmf_zh());
|
||||
|
||||
a.setEINVOICESHOWGXFYHZH(p.getEinvoiceshowgxfyhzh());
|
||||
a.setEINVOICESHOWGXFDZDH(p.getEinvoiceshowgxfdzdh());
|
||||
|
||||
a.setSLSM(p.getSlsm());
|
||||
a.setTSPZ(p.getTspz());
|
||||
a.setZDYBZ(p.getZdybz());
|
||||
|
@ -463,6 +467,12 @@ class ApplyRequest extends EInvoiceRequest implements IFactoryRequest {
|
|||
//购买方账号
|
||||
private String GMF_ZH;
|
||||
|
||||
// 数电发票是否显示购销方地址电话
|
||||
private String EINVOICESHOWGXFDZDH;
|
||||
|
||||
// 数电发票是否显示购销方银行、账号
|
||||
private String EINVOICESHOWGXFYHZH;
|
||||
|
||||
//税率说明
|
||||
private String SLSM;
|
||||
|
||||
|
@ -879,6 +889,22 @@ class ApplyRequest extends EInvoiceRequest implements IFactoryRequest {
|
|||
GMF_ZH = gMF_ZH;
|
||||
}
|
||||
|
||||
public String getEINVOICESHOWGXFDZDH() {
|
||||
return EINVOICESHOWGXFDZDH;
|
||||
}
|
||||
|
||||
public void setEINVOICESHOWGXFDZDH(String EINVOICESHOWGXFDZDH) {
|
||||
this.EINVOICESHOWGXFDZDH = EINVOICESHOWGXFDZDH;
|
||||
}
|
||||
|
||||
public String getEINVOICESHOWGXFYHZH() {
|
||||
return EINVOICESHOWGXFYHZH;
|
||||
}
|
||||
|
||||
public void setEINVOICESHOWGXFYHZH(String EINVOICESHOWGXFYHZH) {
|
||||
this.EINVOICESHOWGXFYHZH = EINVOICESHOWGXFYHZH;
|
||||
}
|
||||
|
||||
public String getALLELCUSERNAME() {
|
||||
return ALLELCUSERNAME;
|
||||
}
|
||||
|
|
|
@ -248,11 +248,12 @@ public class PInvoice extends SuperVO implements Serializable ,IEncode{
|
|||
private PInvoiceCepz[] cepzs;
|
||||
|
||||
private PInvoiceTspz[] tspzs;
|
||||
|
||||
// 数电发票是否显示购销方地址电话
|
||||
private String einvoiceShowGxfDzDh;
|
||||
private String einvoiceshowgxfdzdh;
|
||||
|
||||
// 数电发票是否显示购销方银行、账号
|
||||
private String einvoiceShowGxfYhZh;
|
||||
private String einvoiceshowgxfyhzh;
|
||||
|
||||
// 销售方电话
|
||||
private String xsfDh;
|
||||
|
@ -962,20 +963,20 @@ public class PInvoice extends SuperVO implements Serializable ,IEncode{
|
|||
this.kqysssxbgglbm = kqysssxbgglbm;
|
||||
}
|
||||
|
||||
public String getEinvoiceShowGxfDzDh() {
|
||||
return einvoiceShowGxfDzDh;
|
||||
public String getEinvoiceshowgxfdzdh() {
|
||||
return einvoiceshowgxfdzdh;
|
||||
}
|
||||
|
||||
public void setEinvoiceShowGxfDzDh(String einvoiceShowGxfDzDh) {
|
||||
this.einvoiceShowGxfDzDh = einvoiceShowGxfDzDh;
|
||||
public void setEinvoiceshowgxfdzdh(String einvoiceshowgxfdzdh) {
|
||||
this.einvoiceshowgxfdzdh = einvoiceshowgxfdzdh;
|
||||
}
|
||||
|
||||
public String getEinvoiceShowGxfYhZh() {
|
||||
return einvoiceShowGxfYhZh;
|
||||
public String getEinvoiceshowgxfyhzh() {
|
||||
return einvoiceshowgxfyhzh;
|
||||
}
|
||||
|
||||
public void setEinvoiceShowGxfYhZh(String einvoiceShowGxfYhZh) {
|
||||
this.einvoiceShowGxfYhZh = einvoiceShowGxfYhZh;
|
||||
public void setEinvoiceshowgxfyhzh(String einvoiceshowgxfyhzh) {
|
||||
this.einvoiceshowgxfyhzh = einvoiceshowgxfyhzh;
|
||||
}
|
||||
|
||||
public String getXsfDh() {
|
||||
|
|
|
@ -1331,7 +1331,7 @@ public class InvoiceTransferUtil {
|
|||
pinvoice.setZnj(headvo.getZnj() == null ? null : getUFDoubleToBigDecimal(headvo.getZnj()).setScale(2, UFDouble.ROUND_HALF_UP));
|
||||
pinvoice.setJehj(headvo.getJehj() == null ? null : getUFDoubleToBigDecimal(headvo.getJehj()).setScale(2, UFDouble.ROUND_HALF_UP));
|
||||
pinvoice.setCjh(headvo.getCjh());
|
||||
// pinvoice.setKqysssxbgglbm(headvo.getKqysssxbgglbm());
|
||||
pinvoice.setKqysssxbgglbm(headvo.getKqysssxbgglbm());
|
||||
|
||||
setOtherField(headvo, pinvoice);
|
||||
return pinvoice;
|
||||
|
@ -1371,9 +1371,9 @@ public class InvoiceTransferUtil {
|
|||
einvoiceShowGxfYhZh += 2; // 销方银行账户显示
|
||||
}
|
||||
// 数电发票是否显示购销方地址电话 0:不显示 1:仅显示销地址、电话 2:仅显示购买方地址、电话 3:购销方地址、电话都显示
|
||||
pinvoice.setEinvoiceShowGxfDzDh(String.valueOf(einvoiceShowGxfDzDh));
|
||||
pinvoice.setEinvoiceshowgxfdzdh(String.valueOf(einvoiceShowGxfDzDh));
|
||||
// 数电发票是否显示购销方银行、账号: 0:不显示 1:仅显示销售方银行、账号 2:仅显示购买方银行、账号 3:购销方银行、账号都显示
|
||||
pinvoice.setEinvoiceShowGxfYhZh(String.valueOf(einvoiceShowGxfYhZh));
|
||||
pinvoice.setEinvoiceshowgxfyhzh(String.valueOf(einvoiceShowGxfYhZh));
|
||||
|
||||
pinvoice.setGmf_dh(headvo.getGmf_dh());
|
||||
pinvoice.setGmf_dz(headvo.getGmf_dz());
|
||||
|
|
Loading…
Reference in New Issue