//1.加载数据 列内容显示蓝色字体
#region 加载数据 列内容显示蓝色字体
//代码出自:三项工作--项目管理系统--项目管理--项目变更--采购方式变更申请
//页面路径:Operation/PurchaseModeAdjustList.aspx
#region 加载数据 列内容显示蓝色字体
//代码出自:三项工作--项目管理系统--项目管理--项目变更--采购方式变更申请
//页面路径:Operation/PurchaseModeAdjustList.aspx
function loadData() {
$('#dg').datagrid({
url: '',
fit: true, // 自动填充
singleSelect: true, // 单选
pagination: true, // 分页信息
rownumbers: true, // 显示行号
idField: 'AdjustId',
columns: [[
//{ field: 'PetitionNo', title: '项目编号', width: 120, halign: 'center' },
{ field: 'PetitionName', title: '项目名称', width: 240, halign: 'center' },
{ field: 'Nd', title: '年度', width: 80, halign: 'center', align: 'center' },
{ field: 'ProjectTypeName', title: '项目类型', width: 100, halign: 'center' },
{ field: 'DeptName', title: '实施部门', width: 180, halign: 'center' },
{ field: 'BuyManner', title: '采购方式', width: 100, halign: 'center' },
{ field: 'SignManner', title: '采购形式', width: 100, halign: 'center' },
{ field: 'BidingWay', title: '实施形式', width: 100, halign: 'center' },
{