开票申请选择客户后取消回写发票类型
This commit is contained in:
parent
4e603a5e86
commit
38cc899c54
|
@ -618,7 +618,7 @@ public class DataChangeLogic {
|
|||
return;
|
||||
}
|
||||
|
||||
setHeadValue(hTable, "fplx", taxvo.getInvoiceclass());
|
||||
// setHeadValue(hTable, "fplx", taxvo.getInvoiceclass());
|
||||
setHeadValue(hTable, "gmf_nsrsbh", taxvo.getTaxpayerid());
|
||||
setHeadValue(hTable, "gmf_mc", taxvo.getBuyername());
|
||||
String var10002 = taxvo.getBuyeraddress() == null ? "" : taxvo.getBuyeraddress();
|
||||
|
|
Loading…
Reference in New Issue