开票申请选择客户后取消回写发票类型

This commit is contained in:
lihao 2025-05-13 11:22:32 +08:00
parent 4e603a5e86
commit 38cc899c54
1 changed files with 1 additions and 1 deletions

View File

@ -618,7 +618,7 @@ public class DataChangeLogic {
return; return;
} }
setHeadValue(hTable, "fplx", taxvo.getInvoiceclass()); // setHeadValue(hTable, "fplx", taxvo.getInvoiceclass());
setHeadValue(hTable, "gmf_nsrsbh", taxvo.getTaxpayerid()); setHeadValue(hTable, "gmf_nsrsbh", taxvo.getTaxpayerid());
setHeadValue(hTable, "gmf_mc", taxvo.getBuyername()); setHeadValue(hTable, "gmf_mc", taxvo.getBuyername());
String var10002 = taxvo.getBuyeraddress() == null ? "" : taxvo.getBuyeraddress(); String var10002 = taxvo.getBuyeraddress() == null ? "" : taxvo.getBuyeraddress();