Commit c36b1da0 by ilal Committed by chenzg

提交

parent 3fa7fe0e
...@@ -3602,7 +3602,7 @@ public class SalaryManagementController { ...@@ -3602,7 +3602,7 @@ public class SalaryManagementController {
//个税 //个税
if(xzx.getOptionid() == 69) { if(xzx.getOptionid() == 69) {
spe.setItemname(xzx.getSalaryitem());// spe.setItemname(xzx.getSalaryitem());//
spe.setDeduction(0.0);// spe.setDeduction(xzb == null ? 0 : xzb.getXzxjg());//
spe.setFieldone(""); spe.setFieldone("");
spe.setFieldtwo(""); spe.setFieldtwo("");
String[] remarks = {"本月个税","税款所属月份","累计专项附加扣除","本期收入","本期专项扣除","累计收入额","累计减除费用","累计专项扣除","累计其他扣除","累计应纳税所得额","税率","速算扣除数","累计应纳税额","累计已预缴税额","累计应补(退)税额"}; String[] remarks = {"本月个税","税款所属月份","累计专项附加扣除","本期收入","本期专项扣除","累计收入额","累计减除费用","累计专项扣除","累计其他扣除","累计应纳税所得额","税率","速算扣除数","累计应纳税额","累计已预缴税额","累计应补(退)税额"};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment