|
|
@@ -85,7 +85,7 @@ var bootstrap = function ($, learun) { |
|
|
|
}, |
|
|
|
// 初始化列表 |
|
|
|
initGird: function () { |
|
|
|
$('#gridtable').lrAuthorizeJfGrid({ |
|
|
|
$('#gridtable').jfGrid({ |
|
|
|
url: top.$.rootUrl + '/ReceiveSendFeeManagement/FD_IncomeManage/GetPageList', |
|
|
|
headData: [ |
|
|
|
{ label: "项目编号", name: "IEnCode", width: 100, align: "left" }, |
|
|
@@ -119,6 +119,8 @@ var bootstrap = function ($, learun) { |
|
|
|
{ label: "年度预计收入", name: "IQuota", width: 150, align: "left" }, |
|
|
|
{ label: "年度实际收入", name: "IActual", width: 100, align: "left" }, |
|
|
|
{ label: "金额/批复金额", name: "IAmount", width: 150, align: "left" }, |
|
|
|
{ label: "使用金额", name: "IUseAmount", width: 150, align: "left" }, |
|
|
|
{ label: "剩余金额", name: "ISurplusAmount", width: 150, align: "left" }, |
|
|
|
{ label: "备注", name: "IRemarks", width: 100, align: "left" }, |
|
|
|
], |
|
|
|
mainId: 'IId', |
|
|
|