|
|
@@ -58,7 +58,7 @@ var bootstrap = function ($, learun) { |
|
|
|
title: '申请', |
|
|
|
url: top.$.rootUrl + '/AssetManagementSystem/FundsApply/Form', |
|
|
|
width: 860, |
|
|
|
height: 750, |
|
|
|
height: 780, |
|
|
|
callBack: function (id) { |
|
|
|
var res = false; |
|
|
|
// 验证数据 |
|
|
@@ -90,7 +90,7 @@ var bootstrap = function ($, learun) { |
|
|
|
title: '编辑', |
|
|
|
url: top.$.rootUrl + '/AssetManagementSystem/FundsApply/Form?keyValue=' + keyValue, |
|
|
|
width: 860, |
|
|
|
height: 750, |
|
|
|
height: 780, |
|
|
|
callBack: function (id) { |
|
|
|
var res = false; |
|
|
|
// 验证数据 |
|
|
@@ -156,7 +156,7 @@ var bootstrap = function ($, learun) { |
|
|
|
title: '查看', |
|
|
|
url: top.$.rootUrl + '/AssetManagementSystem/FundsApply/FormView?keyValue=' + keyValue, |
|
|
|
width: 860, |
|
|
|
height: 720, |
|
|
|
height: 730, |
|
|
|
callBack: function (id) { |
|
|
|
|
|
|
|
} |
|
|
@@ -193,7 +193,7 @@ var bootstrap = function ($, learun) { |
|
|
|
}); |
|
|
|
} |
|
|
|
}, |
|
|
|
{ label: "备注", name: "Remark", width: 100, align: "left" }, |
|
|
|
{ label: "申报人", name: "Remark", width: 100, align: "left" }, |
|
|
|
{ label: "总金额", name: "SumAmount", width: 100, align: "left" }, |
|
|
|
{ label: "人民币(大写)", name: "UpperAmount", width: 200, align: "left" }, |
|
|
|
{ |
|
|
|