|
|
@@ -91,13 +91,15 @@ var bootstrap = function ($, learun) { |
|
|
|
url: top.$.rootUrl + '/PersonnelManagement/Emp_PayrollOnce/GetPageList', |
|
|
|
headData: [ |
|
|
|
{ label: "姓名", name: "SalaryName", width: 100, align: "left" }, |
|
|
|
{ label: "春节福利", name: "SpringFestival", width: 100, align: "left", statistics: true }, |
|
|
|
{ label: "中秋节福利", name: "MidAutumnFestival", width: 100, align: "left", statistics: true }, |
|
|
|
{ label: "应发金额", name: "TotalPayAmount", width: 100, align: "left", statistics: true }, |
|
|
|
{ label: "实发金额", name: "FinalPayAmount", width: 100, align: "left", statistics: true }, |
|
|
|
{ label: "发放月份", name: "IssueMonth", width: 100, align: "left" }, |
|
|
|
{ label: "发放年份", name: "IssueYear", width: 100, align: "left" }, |
|
|
|
{ label: "备注", name: "Remark", width: 100, align: "left" }, |
|
|
|
], |
|
|
|
mainId: 'SalaryID', |
|
|
|
isPage: true |
|
|
|
isPage: true, |
|
|
|
sidx: 'IssueYear desc,IssueMonth desc' |
|
|
|
}); |
|
|
|
page.search(); |
|
|
|
}, |
|
|
|