|
|
@@ -153,11 +153,11 @@ var bootstrap = function ($, learun) { |
|
|
|
} |
|
|
|
}, |
|
|
|
//{ label: "项目编号", name: "IEnCode", width: 100, align: "left" }, |
|
|
|
{ label: "年度实际收入", name: "IActual", width: 100, align: "left" }, |
|
|
|
{ label: "年度预计收入", name: "IQuota", width: 150, 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: "IActual", width: 100, align: "left", statistics: true }, |
|
|
|
{ label: "年度预计收入", name: "IQuota", width: 150, align: "left", statistics: true }, |
|
|
|
{ label: "金额", name: "IAmount", width: 150, align: "left", statistics: true }, |
|
|
|
{ label: "使用金额", name: "IUseAmount", width: 150, align: "left", statistics: true }, |
|
|
|
{ label: "剩余金额", name: "ISurplusAmount", width: 150, align: "left", statistics: true }, |
|
|
|
{ label: "备注", name: "IRemarks", width: 100, align: "left" }, |
|
|
|
], |
|
|
|
mainId: 'IId', |
|
|
@@ -203,10 +203,10 @@ var bootstrap = function ($, learun) { |
|
|
|
}); |
|
|
|
} |
|
|
|
}, |
|
|
|
{ label: "申报金额", name: "IQuota", width: 150, 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: "IQuota", width: 150, align: "left", statistics: true}, |
|
|
|
{ label: "批复金额", name: "IAmount", width: 150, align: "left", statistics: true }, |
|
|
|
{ label: "使用金额", name: "IUseAmount", width: 150, align: "left", statistics: true }, |
|
|
|
{ label: "剩余金额", name: "ISurplusAmount", width: 150, align: "left", statistics: true }, |
|
|
|
{ label: "备注", name: "IRemarks", width: 100, align: "left" } |
|
|
|
], |
|
|
|
mainId: 'IId', |
|
|
@@ -253,10 +253,10 @@ var bootstrap = function ($, learun) { |
|
|
|
}, |
|
|
|
//{ label: "项目编号", name: "IEnCode", width: 100, align: "left" }, |
|
|
|
{ label: "人数", name: "IPeopleNum", width: 100, align: "left" }, |
|
|
|
{ label: "定额", name: "IQuota", width: 150, 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: "IQuota", width: 150, align: "left", statistics: true}, |
|
|
|
{ label: "金额", name: "IAmount", width: 150, align: "left", statistics: true}, |
|
|
|
{ label: "使用金额", name: "IUseAmount", width: 150, align: "left", statistics: true }, |
|
|
|
{ label: "剩余金额", name: "ISurplusAmount", width: 150, align: "left", statistics: true }, |
|
|
|
{ label: "备注", name: "IRemarks", width: 100, align: "left" }, |
|
|
|
], |
|
|
|
mainId: 'IId', |
|
|
|