|
|
@@ -79,6 +79,7 @@ var bootstrap = function ($, learun) { |
|
|
|
url: top.$.rootUrl + '/EducationalAdministration/WageSchedule/GetPageList', |
|
|
|
headData: [ |
|
|
|
{ label: '序号', name: 'No', width: 70, align: "left" }, |
|
|
|
{ label: '工资卡号', name: 'WageCardNo', width: 130, align: "left" }, |
|
|
|
{ label: '姓名', name: 'EmpName', width: 70, align: "left" }, |
|
|
|
{ label: '身份证号', name: 'IdCardNo', width: 140, align: "left" }, |
|
|
|
{ label: '人员类别', name: 'PeopleType', width: 70, align: "left" }, |
|
|
@@ -91,7 +92,7 @@ var bootstrap = function ($, learun) { |
|
|
|
{ label: '岗位工资', name: 'PostWage', width: 70, align: "left", statistics: true }, |
|
|
|
{ label: '薪级工资', name: 'PayGradeWage', width: 70, align: "left", statistics: true }, |
|
|
|
{ label: '百分之十', name: 'TenPercent', width: 70, align: "left", statistics: true }, |
|
|
|
{ label: '小计', name: 'BasePay', width: 70, align: "left", statistics: true } |
|
|
|
//{ label: '小计', name: 'BasePay', width: 70, align: "left", statistics: true } |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
@@ -100,7 +101,7 @@ var bootstrap = function ($, learun) { |
|
|
|
{ label: '艰边津贴', name: 'RoughEdgeAllowance', width: 70, align: "left", statistics: true }, |
|
|
|
{ label: '民族津贴', name: 'NationAllowance', width: 70, align: "left", statistics: true }, |
|
|
|
{ label: '教师津贴', name: 'TeachAllowance', width: 70, align: "left", statistics: true }, |
|
|
|
{ label: '小计', name: 'SubsidiesAllowances', width: 70, align: "left", statistics: true }, |
|
|
|
//{ label: '小计', name: 'SubsidiesAllowances', width: 70, align: "left", statistics: true }, |
|
|
|
] |
|
|
|
}, |
|
|
|
{ label: '基础性绩效', name: 'BasicsPerformance', width: 70, align: "left", statistics: true }, |
|
|
@@ -111,7 +112,7 @@ var bootstrap = function ($, learun) { |
|
|
|
{ label: '交通补贴', name: 'Transportation', width: 70, align: "left", statistics: true }, |
|
|
|
{ label: '物业补贴', name: 'RealeState', width: 70, align: "left", statistics: true }, |
|
|
|
{ label: '工改保留补贴', name: 'WorkKeep', width: 90, align: "left", statistics: true }, |
|
|
|
{ label: '小计', name: 'ReformSubsidySum', width: 70, align: "left", statistics: true } |
|
|
|
//{ label: '小计', name: 'ReformSubsidySum', width: 70, align: "left", statistics: true } |
|
|
|
] |
|
|
|
}, |
|
|
|
{ label: '住房补贴', name: 'HousingAllowance', width: 80, align: "left", statistics: true }, |
|
|
@@ -120,7 +121,7 @@ var bootstrap = function ($, learun) { |
|
|
|
{ |
|
|
|
label: '扣款', name: '扣款', width: 130, align: "center", statistics: true, |
|
|
|
children: [ |
|
|
|
{ label: '小计', name: 'DeductionsSubtotal', width: 70, align: "left", statistics: true }, |
|
|
|
//{ label: '小计', name: 'DeductionsSubtotal', width: 70, align: "left", statistics: true }, |
|
|
|
{ label: '公积金', name: 'AccumulationFund', width: 70, align: "left", statistics: true }, |
|
|
|
{ label: '工会工费', name: 'LaborUnionWage', width: 70, align: "left", statistics: true }, |
|
|
|
{ label: '个人所得税', name: 'PersonalIncomeTax', width: 70, align: "left", statistics: true }, |
|
|
@@ -131,12 +132,11 @@ var bootstrap = function ($, learun) { |
|
|
|
{ label: '其他', name: 'Other', width: 70, align: "left", statistics: true } |
|
|
|
] |
|
|
|
}, |
|
|
|
{ label: '财政直达', name: 'FiscalDirect', width: 70, align: "left", statistics: true }, |
|
|
|
{ label: '银行代扣', name: 'BankWithholding', width: 70, align: "left", statistics: true }, |
|
|
|
//{ label: '财政直达', name: 'FiscalDirect', width: 70, align: "left", statistics: true }, |
|
|
|
//{ label: '银行代扣', name: 'BankWithholding', width: 70, align: "left", statistics: true }, |
|
|
|
{ label: '实发合计', name: 'NetCombined', width: 70, align: "left", statistics: true }, |
|
|
|
{ label: '工资卡号', name: 'WageCardNo', width: 130, align: "left" }, |
|
|
|
{ label: '创建用户', name: 'CreateUser', width: 70, align: "left" }, |
|
|
|
{ label: '创建时间', name: 'CreateTime', width: 130, align: "left" }, |
|
|
|
//{ label: '创建用户', name: 'CreateUser', width: 70, align: "left" }, |
|
|
|
//{ label: '创建时间', name: 'CreateTime', width: 130, align: "left" }, |
|
|
|
{ label: '发放月份', name: 'IssueMonth', width: 70, align: "left" }, |
|
|
|
{ label: '发放年份', name: 'IssueYear', width: 70, align: "left" }, |
|
|
|
], |
|
|
|