diff --git a/demo/config.js b/demo/config.js index d82b30363..7b86a02b6 100644 --- a/demo/config.js +++ b/demo/config.js @@ -1,4 +1,4 @@ -Demo.CONFIG = Demo.CORE_CONFIG.concat(Demo.BASE_CONFIG).concat(Demo.CASE_CONFIG).concat(Demo.WIDGET_CONFIG).concat(Demo.COMPONENT_CONFIG).concat(Demo.FIX_CONFIG).concat(Demo.CATEGORY_CONFIG); +Demo.CONFIG = Demo.CORE_CONFIG.concat(Demo.BASE_CONFIG).concat(Demo.CASE_CONFIG).concat(Demo.WIDGET_CONFIG).concat(Demo.COMPONENT_CONFIG).concat(Demo.FIX_CONFIG); Demo.CONSTANTS = { SIMPLE_ITEMS: BI.map("柳州市城贸金属材料有限责任公司 柳州市建福房屋租赁有限公司 柳州市迅昌数码办公设备有限责任公司 柳州市河海贸易有限责任公司 柳州市花篮制衣厂 柳州市兴溪物资有限公司 柳州市针织总厂 柳州市衡管物资有限公司 柳州市琪成机电设备有限公司 柳州市松林工程机械修理厂".match(/[^\s]+/g), function (i, v) { diff --git a/demo/js/category/largeTable/cell.js b/demo/js/category/largeTable/cell.js deleted file mode 100644 index 47f4bd711..000000000 --- a/demo/js/category/largeTable/cell.js +++ /dev/null @@ -1,47 +0,0 @@ -/** - * Created by roy on 16/5/23. - */ -BI.DetailTableCell = BI.inherit(BI.Widget, { - - _defaultConfig: function () { - return BI.extend(BI.DetailTableCell.superclass._defaultConfig.apply(this, arguments), { - baseCls: "bi-detail-table-cell", - dId: "", - text: "" - }); - }, - - _init: function () { - BI.DetailTableCell.superclass._init.apply(this, arguments); - this._createItem(); - }, - - _createItem: function () { - var self = this, o = this.options; - var type = this.options.dimensionType; - var item = BI.createWidget({ - type: "bi.label", - height: o.height, - text: o.text, - title: o.text, - lgap: 5, - rgap: 5 - }); - - if (BI.isNotEmptyString(o.color)) { - this.element.css("color", o.color); - } - - BI.createWidget({ - type: "bi.vertical", - element: this, - items: [item] - }); - - // 表格样式 - if (BI.isNotNull(o.styles) && BI.isObject(o.styles)) { - this.element.css(o.styles); - } - } -}); -BI.shortcut("bi.detail_table_cell", BI.DetailTableCell); \ No newline at end of file diff --git a/demo/js/category/largeTable/header.js b/demo/js/category/largeTable/header.js deleted file mode 100644 index 42f1e733e..000000000 --- a/demo/js/category/largeTable/header.js +++ /dev/null @@ -1,38 +0,0 @@ -/** - * Created by Young's on 2016/4/15. - */ -BI.DetailTableHeader = BI.inherit(BI.Widget, { - _defaultConfig: function () { - return BI.extend(BI.DetailTableHeader.superclass._defaultConfig.apply(this, arguments), { - baseCls: "bi-detail-table-header" - }); - }, - - _init: function () { - BI.DetailTableHeader.superclass._init.apply(this, arguments); - var self = this, o = this.options; - var dId = o.dId; - var name = o.text; - BI.createWidget({ - type: "bi.htape", - element: this, - items: [{ - el: { - type: "bi.label", - text: name, - title: name, - whiteSpace: "nowrap", - textAlign: "center", - lgap: 5, - height: o.height - } - }] - }); - - // 表格样式 - if (BI.isNotNull(o.styles) && BI.isObject(o.styles)) { - this.element.css(o.styles); - } - } -}); -BI.shortcut("bi.detail_table_header", BI.DetailTableHeader); \ No newline at end of file diff --git a/demo/js/category/largeTable/sequenceheadercell.normal.js b/demo/js/category/largeTable/sequenceheadercell.normal.js deleted file mode 100644 index 03233f4a3..000000000 --- a/demo/js/category/largeTable/sequenceheadercell.normal.js +++ /dev/null @@ -1,40 +0,0 @@ -/** - * created by young - * 默认风格表格——表头 - */ -BI.NormalSequenceHeaderCell = BI.inherit(BI.Widget, { - _defaultConfig: function () { - return BI.extend(BI.NormalSequenceHeaderCell.superclass._defaultConfig.apply(this, arguments), { - baseCls: "bi-normal-sequence-header-cell" - }); - }, - - _init: function () { - BI.NormalSequenceHeaderCell.superclass._init.apply(this, arguments); - var self = this, o = this.options; - this.text = BI.createWidget({ - type: "bi.label", - element: this, - textAlign: "left", - height: o.height, - forceCenter: true, - hgap: 5, - text: BI.i18nText("BI-Number_Index") - }); - this._digestStyle(); - }, - - _digestStyle: function () { - var o = this.options; - var style = o.styleGetter(); - if (style) { - this.element.css(style); - } - }, - - populate: function () { - this._digestStyle(); - } -}); -BI.NormalSequenceHeaderCell.EVENT_CHANGE = "EVENT_CHANGE"; -BI.shortcut("bi.normal_sequence_header_cell", BI.NormalSequenceHeaderCell); \ No newline at end of file diff --git a/demo/js/category/largeTable/table.js b/demo/js/category/largeTable/table.js deleted file mode 100644 index 32f0c6153..000000000 --- a/demo/js/category/largeTable/table.js +++ /dev/null @@ -1,2 +0,0 @@ -var TABLE_HEADER = [[{type: "bi.detail_table_header", dId: "4bee81d36b4c6874", text: "合同金额", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "ce501b56c3bee73b", text: "购买数量", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "7fdfffca99e85f41", text: "购买的产品", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "c7e273fee68f9a84", text: "合同ID", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "06c1244c0bb8c971", text: "客户ID", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "3b8788e5243f4253", text: "销售机会ID", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "977f03aa6b05f170", text: "合同类型", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "fb18445e25042fad", text: "合同付款类型", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "7b4214f2ee25348f", text: "产品配送地址", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "e9270d71f05f8af6", text: "是否已经交货", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "0c20d70ab1c54e59", text: "年月日(注册时间)", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "26df741899dbe311", text: "年份(注册时间)", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "c54cc86e2d6ec8e8", text: "季度(注册时间)", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "a8179fbe73f32b78", text: "月份(注册时间)", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "4f3817018d5911d0", text: "星期(注册时间)", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "3d27b2b4010a87ae", text: "日(注册时间)", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "b9122528a8ef99b1", text: "周数(注册时间)", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "4754cdc8d2b0ccc1", text: "时(注册时间)", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "c44e00e1bc20135d", text: "分(注册时间)", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "b175741ff606ba3c", text: "秒(注册时间)", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "24f4dfbda51fdd3b", text: "年季度(注册时间)", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "c2cdf7336ecdfec0", text: "年月(注册时间)", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "7c86b54224352de6", text: "年周数(注册时间)", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "24cdfc858e5fec6f", text: "年月日时(注册时间)", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "7f4631a5465d63e3", text: "年月日时分(注册时间)", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "37025692264a3f08", text: "年月日时分秒(注册时间)", styles: {background: "#04b1c2", color: "#ffffff"}}]]; -var TABLE_ITEMS = [[{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "90,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "6.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "00115727-e145-44c0-9102-110523699369", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "ff61dfee-1c56-48b6-9f7b-21abef64c96f", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "f08a77cf-2282-4ad9-aa1c-ca93038d32a3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-07-28", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "七月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期日", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 28, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 31, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-07", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-31", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-07-28 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-07-28 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-07-28 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 0, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "2,000,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "40.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "00c7b96a-bf9e-423f-9246-3898c6ac3150", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "4219ad91-39f5-4f90-b580-c971dc692ece", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "d9e62a63-399b-4e8d-871f-491d13a484f1", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "福州市湖滨路66号中福西湖花园东福楼18H", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-11", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期六", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 11, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 32, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-32", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-11 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-11 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-11 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 1, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "800,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "4.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "013b1dd8-1493-4c5b-8501-c0a78096d86a", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "22502c61-4cb9-4a4b-b258-010f848a6215", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "cdbb713b-87e5-47d1-892b-8ba6928b4d1c", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "徐州市西安北路亚华大厦10楼", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-11", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期六", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 11, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 32, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-32", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-11 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-11 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-11 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 2, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "32,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "026e9c86-1af5-4d25-99b1-42e1a6c610d1", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "6e1d8f93-a6cc-44ac-9e64-b3929553f7d8", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "bfe7230b-f71d-48fb-a12e-fb91b6d9633b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议订单", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "6a0bf640-3efe-4907-a076-397e87093422", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-23", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 23, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-23 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-23 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-23 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 3, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "180,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "03374c0e-59d1-4158-8ab5-67b48d80d84e", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "d9c85691-1c10-4ef9-8b42-98e1637cab77", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "8f5bda5b-89ea-492a-889d-ed3ad8bc4ae5", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-24", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 24, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-24 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-24 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-24 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 4, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "560,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "03ae814b-195b-48e0-ae47-c60ad8aa9cdf", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "3b1b4e83-aa87-4b40-b055-bc3e7bef2602", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "cbcba594-08b0-4be7-9ffd-e21aa3f0dcf9", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-08-19", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期一", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 19, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-08-19 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-08-19 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-08-19 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 5, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "32,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "040d00ce-c214-4191-a7ab-88b1ca558dc0", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "6e1d8f93-a6cc-44ac-9e64-b3929553f7d8", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "bfe7230b-f71d-48fb-a12e-fb91b6d9633b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议订单", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "6a0bf640-3efe-4907-a076-397e87093422", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-23", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 23, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-23 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-23 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-23 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 6, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "750,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "6.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "04192b9b-dd8e-4136-8662-8f729430e5aa", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "925c3526-66a0-48a8-9098-0deb98a86274", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "03d40405-4089-4eea-809a-f6152b4b639a", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 7, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "180,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "04289ab3-08e3-49d3-9582-4dbb945233e7", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "901aa1ba-ff07-4ff7-a836-4821219c9aae", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "213326cf-266b-4fb6-8d7b-eef2a90a1e8d", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "西安市唐延路5号", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-09-19", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "九月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期三", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 19, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 38, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-09", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-38", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-09-19 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-09-19 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-09-19 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 8, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "16,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "042984b4-db31-48a4-9606-bf891bf6e7b2", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "6e1d8f93-a6cc-44ac-9e64-b3929553f7d8", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "bfe7230b-f71d-48fb-a12e-fb91b6d9633b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议订单", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "6a0bf640-3efe-4907-a076-397e87093422", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-23", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 23, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-23 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-23 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-23 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 9, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "1,400,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "4.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "047bae0c-ae18-426f-83a9-6519b986bfbc", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "1de1b758-be64-4c33-86f9-3dd0fc11106a", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "76b8a148-77ea-46b7-80ef-7992d52b4ea2", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "上海市徐家汇路430号电力大楼16楼", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-03", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 3, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 31, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-31", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-03 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-03 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-03 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 10, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "260,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "04897502-5828-4273-8184-553aa0562930", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "88d567a8-feab-4ce5-8b8a-0cb7f5840179", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "43f6fe3c-ed93-4116-96b5-8beadb592545", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-11", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期六", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 11, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 32, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-32", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-11 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-11 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-11 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 11, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "1,200,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "04b0d7a7-1ef5-4eab-b6c2-811b9630cab4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "6dfef093-d521-4807-b5b4-15f6c13d39f6", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "ee97ef3a-5fe1-4c80-b37b-beb0d017e9eb", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 12, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "500,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "056c2ca7-a186-40a4-a8a6-01b38151df57", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "9d7ce8a7-5f9a-4087-be3e-2ed0edf53709", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "212e1bce-b6b8-4677-904e-60666683c978", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-10-24", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第4季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "十月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 24, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 43, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-10", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-43", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-10-24 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-10-24 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-10-24 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 13, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "600,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "05bf042a-27f8-4e66-bc0c-9638145fd756", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "74643073-3ca1-4cf4-b921-af3e9c83702b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "e3231483-9848-438d-beff-1d8e7a35cd1c", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-10-26", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第4季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "十月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期六", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 26, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 43, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-10", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-43", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-10-26 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-10-26 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-10-26 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 14, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "164,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "4.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "05cd066b-7aff-4726-9c52-096df32840db", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "6e1d8f93-a6cc-44ac-9e64-b3929553f7d8", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "bfe7230b-f71d-48fb-a12e-fb91b6d9633b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议订单", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "6a0bf640-3efe-4907-a076-397e87093422", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-23", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 23, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-23 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-23 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-23 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 15, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "99,800.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "06214078-99fc-4500-9e85-32ba2efbc1d9", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "62dc704c-c30a-4364-9253-62a582820430", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "8865c593-ee72-4eac-ad78-83441cf09b44", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-23", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 23, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-23 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-23 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-23 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 16, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "50,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "064c1610-a6d7-4aee-a71d-62e58ef7f89a", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "8fa290a3-6595-4625-ad31-a2229cba9345", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "bc89c6d9-615e-4f11-9004-3da41dedac19", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "福州市福新中路89号时代国际广场917-918单元", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-11", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期六", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 11, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 32, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-32", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-11 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-11 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-11 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 17, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "130,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "0692a164-8159-4dda-901b-4003f432d41c", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "de4b48c5-93b6-4af1-abd9-bc4e4499fb11", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "5063bd4e-aa18-4034-a9a1-2413a55a602a", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "长春市净月大街2555号东北师范大学净月校区软件学院2楼205", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-03", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 3, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 31, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-31", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-03 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-03 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-03 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 18, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "64,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "07d167a4-a45f-4adf-b342-681fab23d210", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "6e1d8f93-a6cc-44ac-9e64-b3929553f7d8", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "bfe7230b-f71d-48fb-a12e-fb91b6d9633b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议订单", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "6a0bf640-3efe-4907-a076-397e87093422", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-23", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 23, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-23 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-23 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-23 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 19, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "350,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "6.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "07f1b7a1-0fe6-4735-bce4-fb9d1204c324", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "68e41864-9ff9-4ee7-96d4-916138153778", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "672cf4a0-49b4-45a3-84dd-6a4c5a9561d9", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-02-12", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第1季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "二月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期二", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 12, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 7, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-1", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-02", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-7", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-02-12 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-02-12 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-02-12 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 20, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "210,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "6.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "080a241d-7372-4921-b171-b9ed2d4a9dd6", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "0e4cf623-44dd-470a-8a39-5bc705c5faf5", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "42433511-62e3-4a84-9c03-3d0506dbc846", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "服务协议", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-05-06", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第2季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "五月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期一", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 6, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 19, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-2", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-05", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-19", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-05-06 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-05-06 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-05-06 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 21, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "720,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "080cd368-af54-447a-a3ae-051425c84bc1", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "6370dee7-6d96-4881-9014-2ba42b674051", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "5a036477-4566-49f4-9f99-9af82094aad0", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "\t西城区复兴门外地藏庵南巷1号电研大厦C1007", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-17", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 17, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 33, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-33", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-17 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-17 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-17 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 22, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "0859c137-5a7a-48c0-8c16-e2c607d7b19f", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "3ed72882-0b77-4066-a9dc-76a94c2c0236", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "faf8603f-dba1-4d10-8f56-4b4ab52a4c01", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 23, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "150,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "087bab2a-7b5e-4304-808a-830b68556cee", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "ec8cec0b-012f-4b58-84ff-0c889e98f1a0", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "3c02b621-2088-4826-9ca6-1ad3f0b9ae67", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "梅花山庄24栋602", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-09", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 9, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 32, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-32", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-09 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-09 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-09 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 24, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "320,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "08ce15be-bbfd-4c9b-b18f-39eb03e471ca", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "456419b5-d3c7-499b-b07b-b868cc68634e", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "22f9a27a-08a4-4671-b748-7d2cc93e8840", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-25", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期六", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 25, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-25 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-25 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-25 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 25, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "1,800,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "30.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "09f59e37-bc7d-4abc-ba37-462adc1d5437", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "1b4eeefa-6c96-102f-9089-ad5cc5c899a4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "becbd468-3a22-4687-aaa3-886a12a20302", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-10", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 10, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 32, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-32", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-10 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-10 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-10 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 26, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "200,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "0a392e38-b72f-46ad-b713-a19e06f6f46e", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "ef35dd55-5306-4380-88ff-5db8847f07be", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "d5800b52-8a9d-4ed8-b290-481ea17d7970", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "海淀区北四环西路66号中国技术交易大厦2005室", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-17", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 17, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 33, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-33", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-17 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-17 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-17 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 27, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "270,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "0a481a95-5f8f-4a2f-acac-711dcd77ed80", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "e210c77c-f1c3-44d2-ad08-fb1b36a8499f", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "905f4806-14ff-47cd-88dc-ac8f99239174", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议订单", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "海淀区上地三街嘉华大厦C座十层", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-12", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期日", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 12, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 33, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-33", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-12 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-12 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-12 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 28, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "32,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "0a4941a1-8ddd-4826-93dc-461f8bdbab8c", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "6e1d8f93-a6cc-44ac-9e64-b3929553f7d8", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "bfe7230b-f71d-48fb-a12e-fb91b6d9633b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议订单", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "6a0bf640-3efe-4907-a076-397e87093422", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-23", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 23, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-23 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-23 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-23 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 29, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "660,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "0ad9e460-6e0c-4dc0-83d6-750597f07825", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "7a70da02-199a-4e74-be08-3414783fbdd4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "788c76f2-87aa-45e7-a48c-eb7f73eac475", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 30, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "100,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "0b2f2daa-5b8f-4169-8d99-0aa6120ed8c6", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "b0c38d7d-2cca-42c0-9099-05b2d5b3e38d", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "13ccdb9e-d8fe-43db-b7d1-e5d2254787f8", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 31, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "160,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "6.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "0c2201db-3b7c-47a4-95bd-5815b14886ac", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "52e52309-cf7b-4919-80a1-e10eb0e6ced7", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "afa29ce6-1a90-4282-a3e6-69dea6131f1d", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-08-26", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期一", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 26, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 35, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-35", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-08-26 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-08-26 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-08-26 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 32, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "350,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "0c6e4368-0572-40e6-978e-de72b8997d15", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "1fb823f6-209e-4484-9919-8844e2e09135", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "90a67362-414b-47a6-9369-7c91019e81d4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-11-15", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第4季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "十一月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 15, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 46, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-11", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-46", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-11-15 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-11-15 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-11-15 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 33, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "100,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "0cdfd271-6a40-432a-ac04-fcf0e3e029dd", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "5917ef9b-f554-4364-b0ba-524bc7eee0db", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "97d8fa57-6cbd-4450-bf20-51d49581b885", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-23", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 23, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-23 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-23 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-23 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 34, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "0dc1c555-2eb2-4d8e-9ee4-50e96688e6a6", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "0ef33a04-1464-417a-a976-01f41ba0b97e", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "6b7b3b72-e8c3-4a25-961a-4cf64b456b93", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-24", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 24, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-24 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-24 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-24 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 35, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "2,380,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "0e02341c-e7cd-44b6-b52c-c07fff904ffb", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "99a09a6a-ae50-4f5e-8c45-60d1fe07b465", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "fe305416-e143-411e-b5c8-5302c3a72c10", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "郑州市嵩山南路14号", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-02", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 2, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 31, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-31", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-02 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-02 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-02 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 36, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "256,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "0e1913de-c7bb-4f94-8650-b6fcc449dc31", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "6e1d8f93-a6cc-44ac-9e64-b3929553f7d8", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "bfe7230b-f71d-48fb-a12e-fb91b6d9633b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议订单", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "6a0bf640-3efe-4907-a076-397e87093422", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-23", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 23, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-23 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-23 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-23 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 37, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "50,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "0e2329e4-af5e-4bbc-8ea2-2b13d7f4b4eb", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "7ec522c2-ad8f-4018-8744-290b34bc175e", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "afadb9c0-8b31-4c8b-abd0-5a15d691ada7", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-23", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 23, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-23 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-23 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-23 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 38, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "106,200.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "0e3ee80d-6f21-430d-8b26-a9b68ccef22b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "830c72c1-86d0-4aca-aa90-14da68165833", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "e558bac7-38be-4a90-9bea-58d4fe9a6b99", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议订单", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-24", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 24, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-24 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-24 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-24 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 39, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "380,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "0fb2bba0-ea35-42b0-8e03-1750962d64c1", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "16dcafcf-97b2-4380-967a-0058fccdd9fd", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "cf8889b0-5897-4cdc-a8db-6ece8910ec7d", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-01-26", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第1季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "一月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期六", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 26, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 4, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-1", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-01", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-01-26 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-01-26 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-01-26 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 40, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "400,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1045c5d8-64bd-438b-9879-d12b58e237b5", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "01c4d450-b85d-4f5c-a8f9-6b730a887c15", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "423d72a8-665d-4cf0-aa63-402b776950e4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-06-18", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第2季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "六月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期二", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 18, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 25, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-2", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-06", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-25", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-06-18 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-06-18 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-06-18 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 41, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "256,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "107b3879-67ba-4cf6-b7d5-e50585e13d68", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "62dbfeee-8e10-4809-8797-994df074ae9a", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "1886c448-07c1-4d2b-9038-7f13465512e0", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-12-29", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第4季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "十二月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期六", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 29, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 52, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-12", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-52", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-12-29 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-12-29 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-12-29 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 42, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "2,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "108b8891-946d-44b0-b44d-9291b15d92dd", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "387e629d-627a-4387-9224-692dae0bf933", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "b5be6449-2c57-46ab-9dcc-76e8c0526dbe", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2011-10-04", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2011, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第4季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "十月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期二", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 4, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 41, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2011-4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2011-10", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2011-41", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2011-10-04 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2011-10-04 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2011-10-04 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 43, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "120,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "11771d20-21eb-4148-a625-139ebebdbb2c", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "10206f0d-c55c-4cdc-a8da-83f50f575c6f", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "7bbcb1bf-b497-4568-961d-1c64967d94d1", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-10-27", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第4季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "十月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期日", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 27, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 44, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-10", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-44", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-10-27 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-10-27 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-10-27 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 44, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "300,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "121058bc-fc36-442e-81eb-5e44ad119e66", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "c30ffd1e-5b34-441b-a640-f13310ffafa5", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "f3e7cac0-8785-4fa3-bfdf-414f52d5ca0b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-23", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 23, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-23 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-23 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-23 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 45, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "400,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "122a9012-9065-44ac-aa47-fbb0bfa83e42", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "dfc7135c-0778-40e9-97b2-9b6702c774b8", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "2b06fd25-da7a-4450-9162-f4c12e3b57b4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议订单", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "杭州市莫干山路102号立新大厦10楼", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-09", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 9, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 32, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-32", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-09 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-09 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-09 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 46, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "200,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "12c45953-f32e-4170-9e50-29b68618e955", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "e32e89de-2825-404b-904b-783ae1952d2d", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "049bb6e8-af01-4ba2-92d6-a53628745994", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "海淀区蓝靛厂东路2号金源时代商务中心C座6G", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-09", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 9, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 32, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-32", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-09 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-09 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-09 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 47, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1324cf84-ca10-403e-8207-b66dd97f272e", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "c6e91cc0-da1d-4ad0-bbd5-3089ca56e078", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "9c9bf867-a84f-44ec-9daa-b63edae49bef", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议订单", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-23", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 23, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-23 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-23 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-23 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 48, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "6.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1375352e-dadb-47b0-975c-724737d7854a", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "e210c77c-f1c3-44d2-ad08-fb1b36a8499f", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "905f4806-14ff-47cd-88dc-ac8f99239174", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "海淀区上地三街九号嘉华大厦C座十层", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-10", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 10, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 32, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-32", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-10 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-10 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-10 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 49, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "500,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "13cd2da0-26d9-495c-a197-7bcfd4571776", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "ef794a84-0a45-4841-8f12-d6968f6cd370", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "a1485ce9-982c-49e6-bf34-f38d2c10fd6a", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-09-22", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "九月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期日", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 22, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 39, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-09", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-39", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-09-22 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-09-22 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-09-22 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 50, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "150,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "6.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "147768c6-31c2-4ab3-a1f0-2788b8c26e6e", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "740a42cb-bf98-4c39-9c2a-4c0c1f2ec32b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "2d15d041-5912-4d8e-a037-9dadc00d6a47", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-11-10", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第4季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "十一月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期日", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 10, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 46, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-11", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-46", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-11-10 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-11-10 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-11-10 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 51, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "64,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "15072396-5ac7-43ce-beaa-0b56318634f7", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "6e1d8f93-a6cc-44ac-9e64-b3929553f7d8", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "bfe7230b-f71d-48fb-a12e-fb91b6d9633b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议订单", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "6a0bf640-3efe-4907-a076-397e87093422", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-23", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 23, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-23 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-23 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-23 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 52, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "159dc657-7dc7-4936-a238-11bc104251a6", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "b57a6968-ed5f-4c22-bd51-23fc8a2e51ef", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "7637b417-31c3-4ce4-8998-dcac4d7d6b1e", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 53, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "2,780,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1677acc5-1843-470b-9b13-7ef5173ba150", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "813dba4f-3959-4aeb-b2c3-1f3ed2eadcf9", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "8b5c06c5-37b2-4b29-a017-e4eadd5f7bb0", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-02-09", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第1季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "二月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期六", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 9, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 6, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-1", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-02", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-6", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-02-09 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-02-09 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-02-09 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 54, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "150,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "16a16248-64e3-4a61-ac5c-1d432832ba72", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "9867ee56-01e0-4ad1-a760-daf1b90bf421", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "f8c586b4-f693-4848-9f54-5542e03d7d8e", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-11", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期六", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 11, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 32, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-32", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-11 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-11 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-11 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 55, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "260,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1996dd92-07a2-4254-833c-21bde260b0e4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "88d567a8-feab-4ce5-8b8a-0cb7f5840179", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "2b38042d-a42e-4ce2-b085-62d0f9674763", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "成都市人民南路4段9号237号", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-10", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 10, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 32, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-32", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-10 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-10 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-10 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 56, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "300,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "19a238d4-7436-4f45-83a1-8122df37de11", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "cf681e58-7fb7-4752-8d60-3282b4438cc8", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "ee61e56f-ec92-4c14-b5ae-529e99467429", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "北京市海淀区人大北路33号2号楼2302室", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-03", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 3, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 31, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-31", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-03 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-03 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-03 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 57, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "32,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "19deed03-f577-487f-a59a-7983d61f22c0", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "6e1d8f93-a6cc-44ac-9e64-b3929553f7d8", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "bfe7230b-f71d-48fb-a12e-fb91b6d9633b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议订单", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "6a0bf640-3efe-4907-a076-397e87093422", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-22", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期三", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 22, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-22 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-22 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-22 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 58, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "32,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1a256a40-ecc6-4b1a-b34a-add1c718b6df", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "6e1d8f93-a6cc-44ac-9e64-b3929553f7d8", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "bfe7230b-f71d-48fb-a12e-fb91b6d9633b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议订单", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "6a0bf640-3efe-4907-a076-397e87093422", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-23", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 23, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-23 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-23 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-23 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 59, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "60,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1ac7b95f-d799-4206-a6d8-84d6ba396d00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "6a72ac0d-82b0-499a-ac2a-27e5ed2103a9", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "b2586baf-baa1-4b8f-8f8b-b9c3e8ba0e3f", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "深圳宝安机场国际货运中心1205室", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-12", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期日", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 12, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 33, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-33", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-12 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-12 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-12 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 60, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "1,200,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "6.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1b3609b2-d56d-43b8-b213-3942a1aa5fb7", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "7ba15d66-9d46-4204-8f92-970e66713deb", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "c83a6839-e4af-4c27-aabb-117b02d30cef", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "海淀区上地三街嘉华大厦D座802", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-11", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期六", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 11, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 32, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-32", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-11 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-11 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-11 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 61, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "360,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1bc3a791-fd92-411f-8539-bd4ef25c468a", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "20e07e5b-9ee5-4716-ae2c-b0e770406f10", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "4f8b0a24-d89a-4ea9-928c-27414d82467d", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-11-12", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第4季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "十一月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期二", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 12, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 46, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-11", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-46", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-11-12 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-11-12 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-11-12 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 62, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "36,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "6.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1c0499ac-b04c-4edc-99dd-4d6212610d17", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "58b86288-86c3-4fff-81b4-b3a3363993b2", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "09679c48-8f7c-414d-b91d-cdde302fcdfa", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-11", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期六", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 11, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 32, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-32", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-11 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-11 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-11 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 63, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "240,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1c240eb8-99e1-4d6e-a000-ea365eb5787b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "271e168e-3614-4905-ac32-baa04bcde03b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "3b70f5f3-7309-4acc-830c-1e96cddcdabe", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-09-02", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "九月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期一", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 2, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 36, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-09", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-36", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-09-02 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-09-02 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-09-02 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 64, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1c297798-3f94-4742-b262-9e59d32e51e4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "c105518f-ddec-4d1f-9ffa-4f8ef41b84c6", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "83478f0d-8f5b-4c33-a831-4480c779ada9", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 65, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "240,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1c37baa0-b517-4adf-b3db-df2cbd74669a", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "ba6335bf-56b2-42b2-a027-dd06a25c2206", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "ee807dfc-29ea-4834-8821-4371dfbf9773", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-23", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 23, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-23 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-23 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-23 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 66, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1cad07dc-c49b-4243-9274-8681d33bb131", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "25e15977-1b22-4ee1-a17c-2ad4e5889ac0", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "aef9acfc-39f8-4915-b9e7-31bbe2cff0bb", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "石鼓路98号阳光大厦8楼", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-12", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期日", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 12, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 33, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-33", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-12 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-12 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-12 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 67, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "500,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "4.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1d6da355-7320-4940-b45d-8c45695ee748", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "3a4bdabb-8528-44ac-9760-13939fb57241", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "76c1addb-e078-4d99-a8ee-f26150106144", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-24", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 24, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-24 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-24 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-24 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 68, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "90,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1e055ac0-5a93-4119-b493-55443a2f3f3d", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "ecf2517d-5bb3-4c36-b3a7-f9972639ba5d", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "6c45e60d-9232-430b-9ca4-83ccc968c42e", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-11-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第4季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "十一月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 8, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 45, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-11", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-45", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-11-08 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-11-08 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-11-08 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 69, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "6.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1e5dc1de-f5be-4da8-a6ee-007cf0458b16", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "c2a65365-fe34-4795-8e3c-43c0a3089743", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "84afa342-04ac-4609-a90d-bb7da07cf684", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "南京市长乐路9号3号楼", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-19", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期日", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 19, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-19 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-19 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-19 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 70, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "220,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1e6db2a3-df08-4c47-8583-6851b3ed9f38", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "15d04bd6-6ad7-4f29-b74e-9b20ddf10b2c", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "87c8a5ff-e5a6-420d-aebb-b62cad9ce0f1", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "海淀区上地信息路2号国际创业园1号楼19E", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-09", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 9, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 32, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-32", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-09 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-09 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-09 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 71, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "1,400,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1fa0e1a1-44d4-43ff-8b17-3aee1c1973f5", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "5c5eb48b-3a9b-48e5-a8ef-b53e314cb281", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "df3c16e1-d3f4-450d-a562-e48462131f6c", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "北京市海淀区海淀北二街6号莆田大厦12层", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-03", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 3, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 31, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-31", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-03 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-03 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-03 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 72, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "140,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1fb5b75e-868b-4610-a799-d030e2203d2a", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "8aa89464-d3ee-4187-8abf-7f4079017da1", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "e3f28dc5-ad7f-4583-957c-f66eefa73d70", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-24", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 24, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-24 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-24 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-24 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 73, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "2,200,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1fd43ad5-e14d-4b44-90b4-3898d63e9354", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "310002c3-e467-4167-bbcd-7ca793c36d2a", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "9d0dfbfe-4977-41f8-970a-00fc7c2eb9ea", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "服务协议", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 74, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "500,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "2073d3f9-f03e-41a6-b7ce-917112b0333b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "15520dd4-9cb4-40b9-9bce-3a43cf33eb46", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "dc546f9a-c53d-4178-a713-e53d32aed8a8", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议订单", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "兰州市张苏滩575号", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-03", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 3, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 31, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-31", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-03 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-03 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-03 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 75, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "192,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "20bcfb34-3ae8-44fe-9223-2ed5ab8c98ce", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "9867ee56-01e0-4ad1-a760-daf1b90bf421", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "3304f5b3-30ca-44da-af96-7b1881576d4c", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "丰台区丰台东路11号", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-09", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 9, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 32, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-32", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-09 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-09 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-09 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 76, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "1,060,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "30.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "20d789c4-12ae-449c-a405-a0c80b654db8", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "c6e91cc0-da1d-4ad0-bbd5-3089ca56e078", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "9c9bf867-a84f-44ec-9daa-b63edae49bef", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议订单", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "闸北区共和新路3388号永鼎大厦8楼", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-12", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期日", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 12, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 33, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-33", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-12 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-12 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-12 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 77, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "120,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "6.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "211d1f3f-988c-401c-8607-d024e2e87e71", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "f6fabcfb-de3a-4cd0-91a8-0dec22b60a01", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "0c83557f-a6be-4e78-850c-18f86fad62c2", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-02-17", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第1季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "二月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期日", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 17, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 8, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-1", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-02", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-8", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-02-17 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-02-17 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-02-17 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 78, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "168,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "6.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "2131fb59-f407-4344-8e97-89cfd3f57a32", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "9e44b1e1-d7c7-416a-bb8c-4511e86b4d6f", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "2073da80-94c1-4b90-81c9-b2f39069f642", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "服务协议", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 79, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "1,500,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "6.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "218263aa-10b4-4548-bdc9-6d0857856988", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "34bd10aa-66e9-454b-bfd6-7b0cf50fa216", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "10178415-a27c-4433-8716-8e1ac86cd2e6", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "北京市海淀区紫竹院路69号中国兵器大厦1001室", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-09-13", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "九月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 13, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 37, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-09", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-37", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-09-13 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-09-13 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-09-13 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 80, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "38,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "21ba1da6-b602-4a51-818e-671635242061", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "86f5502e-eec2-44e3-bfec-d08b3353da08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "863466e9-cce5-4571-bdb2-7bdb324c9705", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2010-12-26", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2010, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第4季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "十二月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期日", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 26, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 53, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2010-4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2010-12", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2010-53", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2010-12-26 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2010-12-26 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2010-12-26 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 81, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "570,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "21fea819-ba2f-4cbc-bd6f-09d20ea6e238", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "f82a2c40-58d5-4a18-8f86-2bbbb639361c", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "cb1a3eed-349f-4777-af21-27d38d5ad660", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-11", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期六", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 11, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 32, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-32", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-11 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-11 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-11 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 82, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "100,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "2280e08c-7faa-4dd1-9b49-70d82951e46b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "8c17f8df-3a08-43bf-9bf8-1ac5bbfd651f", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "9128b269-5863-44f4-8169-e2f9d54e1958", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "服务协议", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 83, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "500,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "2296e390-f429-4eb1-a9b7-d30e6f0fbca7", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "1b3f11e7-b924-45ad-942b-5564afb99205", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "ba175a63-7e17-4993-b38c-6f694cd6feb9", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-24", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 24, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-24 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-24 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-24 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 84, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "600,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "23e6cf1b-f986-4dd9-96e1-a6ddb8c29ff7", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "c2a65365-fe34-4795-8e3c-43c0a3089743", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "a6e40368-125e-4fd4-8ed5-030b12db9392", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-08-26", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期一", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 26, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 35, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-35", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-08-26 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-08-26 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-08-26 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 85, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "900,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "6.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "23f5a9e0-638a-4442-a463-1ad41dac804d", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "293a0613-01e6-4f5e-b8eb-5f7e8d41dccf", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "a0d0069c-7c54-4c17-b372-b08ed4633728", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-10-26", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第4季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "十月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期六", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 26, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 43, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-10", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-43", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-10-26 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-10-26 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-10-26 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 86, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "400,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "6.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "24bbf5ac-a4ca-43a4-a76d-f5419c077b3b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "3e306aad-2d15-45c8-87aa-03feed8a4623", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "595ef75e-6a61-4f80-b4fd-ddf248a6450a", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-01-15", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第1季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "一月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期二", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 15, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 3, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-1", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-01", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-01-15 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-01-15 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-01-15 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 87, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "210,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "2562c122-5cc7-4cca-8601-173365a22ae8", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "ce3e7403-19e4-4f3f-b922-06bb978f478c", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "9062d3b8-dba1-47bc-89b7-c39beceddb54", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-12-17", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第4季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "十二月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期一", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 17, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 51, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-12", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-51", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-12-17 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-12-17 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-12-17 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 88, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "140,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "4.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "258f751f-4c7e-4a25-b268-80bf3bd71645", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "89a52d8b-5f1e-4c04-92ba-7fe397ee2d1c", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "24654ff0-f102-4ec1-9d25-805d22e8a682", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "成都芳草西二街19号", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-15", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期三", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 15, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 33, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-33", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-15 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-15 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-15 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 89, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "100,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "25ba498f-6e1a-4106-9aa4-56aac67804e0", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "5a199fca-baee-4608-8a43-7fa2422cd86e", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "953213cb-2e2f-4014-abe9-29db1da0d144", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-01-19", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第1季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "一月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期六", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 19, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 3, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-1", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-01", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-01-19 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-01-19 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-01-19 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 90, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "940,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "6.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "25c5ccc7-59bc-411f-87a7-a75b21bd3135", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "0773abc0-4a3f-4b6d-9a94-c2a9086bb605", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "cef3ca3b-fb5b-4ce5-8d92-8087aeb725c4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-08-18", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期日", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 18, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-08-18 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-08-18 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-08-18 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 91, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "600,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "6.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "6.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "264b3016-923c-4b7d-b68f-008118482ec3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "da42f098-2d5b-44ce-91a1-0f0fa8787f4c", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "19048342-71c9-46e8-b5e3-20d0bc6bc59b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "昆明市西山区益宁路18号西部客运站", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-03", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 3, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 31, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-31", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-03 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-03 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-03 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 92, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "16,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "26b1e9c7-f98b-4f1b-93de-546fbb48bc27", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "6e1d8f93-a6cc-44ac-9e64-b3929553f7d8", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "bfe7230b-f71d-48fb-a12e-fb91b6d9633b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议订单", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "6a0bf640-3efe-4907-a076-397e87093422", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-23", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 23, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-23 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-23 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-23 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 93, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "6.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "26cff374-7843-4177-b6af-12753e58e4ae", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "4e6bad45-4b4b-417f-bd9b-0edab15e1b65", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "ed4b0414-ff48-4adb-9598-1b85665d2d8c", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-11", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期六", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 11, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 32, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-32", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-11 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-11 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-11 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 94, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "540,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "2721e0b6-fec6-47b5-80f1-1456dafede66", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "2ae22130-d4f7-4f2e-b116-3b3f505eaf45", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "8eb2fef1-3c6f-4a83-b1b5-0dcea8e9697d", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议订单", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-09", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 9, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 32, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-32", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-09 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-09 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-09 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 95, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "390,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "277cb978-1a5c-49a5-aba9-006889a1e090", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "adf6ff0a-8660-46ef-a370-a4db318bed50", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "b793cade-a10e-49e6-9640-58875a589da0", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-08-23", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 23, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-08-23 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-08-23 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-08-23 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 96, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "7.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "279c9cfd-567e-4417-b166-18f9e5b63c1a", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "da1084c6-d075-4eca-8570-2aad94cf6b33", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "97d30561-5f51-43bc-b8b2-22fbfdfce6d4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 97, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "360,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "27d5eb5f-d867-489b-9455-197a0bc53235", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "b89a70b8-d037-4b09-a79a-44c61c2df6ca", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "6ae5c9ac-2397-48a4-8e8d-e1e2e463c111", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-12-25", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第4季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "十二月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期二", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 25, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 52, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-12", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-52", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-12-25 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-12-25 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-12-25 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 98, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "40,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "2805021c-f82e-4f31-a2bb-e24ec5751177", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "c6e91cc0-da1d-4ad0-bbd5-3089ca56e078", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "065f57de-d6b5-488e-be81-d6a11176edc5", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议订单", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-23", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 23, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-23 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-23 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-23 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 99, pageCount: 1}]]; diff --git a/demo/js/category/sortTree/demo.sortTree.js b/demo/js/category/sortTree/demo.sortTree.js deleted file mode 100644 index 8eaa57516..000000000 --- a/demo/js/category/sortTree/demo.sortTree.js +++ /dev/null @@ -1,138 +0,0 @@ -Demo.Expander = BI.inherit(BI.Widget, { - render: function () { - var self = this, o = this.options; - return { - type: "bi.expander", - ref: function () { - self.expander = this; - }, - el: o.el, - popup: o.popup - }; - }, - - update: function (opt) { - this.expander.populate(opt.items); - return true; - } -}); -BI.shortcut("demo.sort_tree_expander", Demo.Expander); - -/** - * guy - * 二级树 - * @class Demo.SortTree - * @extends BI.Widget - */ -Demo.SortTree = BI.inherit(BI.Widget, { - - render: function () { - BI.$import("https://coding.net/u/fanruan/p/bi-components/git/raw/master/dist/jqueryui.js"); - var self = this, o = this.options; - var tree = new BI.Tree(); - tree.initTree(BI.Tree.transformToTreeFormat(Demo.CONSTANTS.TREEITEMS)); - this.tree = BI.createWidget({ - type: "bi.custom_tree", - element: this, - expander: { - type: "demo.sort_tree_expander" - }, - - items: this._formatItems(0, tree.toJSON()), - - el: { - type: "bi.virtual_group", - layouts: [{ - type: "bi.vertical", - scrolly: false - }] - } - }); - BI.delay(function () { - self.tree.element.sortable({ - items: ".sort-item", - placeholder: { - element: function ($currentItem) { - var holder = BI.createWidget({ - type: "bi.layout", - cls: "bi-sortable-holder", - height: $currentItem.outerHeight() - }); - holder.element.css({ - "margin-left": $currentItem.css("margin-left"), - "margin-right": $currentItem.css("margin-right"), - "margin-top": $currentItem.css("margin-top"), - "margin-bottom": $currentItem.css("margin-bottom"), - margin: $currentItem.css("margin") - }); - return holder.element; - }, - update: function () { - - } - }, - update: function (event, ui) { - var node = ui.item.data("node"); - var findTheNode = tree.search(node.id); - // 这里简单处理下找到它的父节点 - var currentIndex = 0, parentNode; - if (ui.item.next().length > 0) { - var n = ui.item.next().data("node"); - var nextId = n.id; - var nextNode = tree.search(nextId); - parentNode = nextNode.getParent(); - var nextIndex = parentNode.getChildIndex(nextId); - currentIndex = nextIndex > 0 && (nextIndex - 1); - - } else if (ui.item.prev().length > 0) { - var n = ui.item.prev().data("node"); - var prevId = n.id; - var prevNode = tree.search(prevId); - parentNode = prevNode.getParent(); - var prevIndex = parentNode.getChildIndex(prevId); - currentIndex = prevIndex + 1; - } - findTheNode.getParent().removeChild(node.id); - parentNode.addChild(findTheNode, currentIndex); - console.log(tree.toJSON()); - self.tree.populate(self._formatItems(0, tree.toJSON())); - }, - start: function (event, ui) { - - }, - stop: function (event, ui) { - }, - over: function (event, ui) { - - } - }); - }, 2000); - }, - - _formatItems: function (layer, nodes) { - var self = this; - BI.each(nodes, function (i, node) { - if (node.isParent === true || BI.isNotEmptyArray(node.children)) { - BI.defaults(node, { - type: "bi.multilayer_icon_arrow_node", - height: 30, - layer: layer - }); - self._formatItems(layer + 1, node.children); - } else { - BI.defaults(node, { - type: "bi.multilayer_icon_tree_leaf_item", - cls: "sort-item", - height: 30, - key: node.id, - layer: layer, - data: { - node: node - } - }); - } - }); - return nodes; - } -}); -BI.shortcut("demo.sort_tree", Demo.SortTree); \ No newline at end of file diff --git a/demo/js/config/fix.js b/demo/js/config/fix.js index 4f88cf3c2..8a69eaed8 100644 --- a/demo/js/config/fix.js +++ b/demo/js/config/fix.js @@ -1,86 +1,4 @@ -// 定义Model路由 -var modelRouter = new (BI.inherit(BI.WRouter, { - routes: { - "": "index" - }, - - index: function () { - return {}; - } -})); -// 定义View路由 -var viewRouter = new (BI.inherit(BI.WRouter, { - routes: { - "": "TestView", - "/setget": "SetGetView", - "/local": "LocalView", - "/skipTo": "SkipToView", - "/skipTo/:child": "getSkipToView", - "/change": "ChangeView", - "/change/inner": "ChangeInnerView", - "/static": "StaticView", - "/event": "EventView", - "/layer": "LayerView", - "/masker": "MaskerView", - "/floatbox": "FloatBoxView", - - "/spliceDuplicate": "SpliceDuplicateView", - "/spliceDuplicate/sdSub": "SDSubView", - - "/tmp": "TmpView", - "/tmp/child": "TmpChildView", - "/tmp/child/child": "TmpChildChildView" - }, - - getSkipToView: function (v) { - switch (v) { - case "red": - return "SkipToRedView"; - case "blue": - return "SkipToBlueView"; - case "green": - return "SkipToGreenView"; - case "yellow": - return "SkipToYellowView"; - default : - return "SkipToRedView"; - } - - } -})); - -// 注册路由 -BI.View.registerVMRouter(viewRouter, modelRouter); - - Demo.FIX_CONFIG = [{ - id: 6, - text: "数据流框架fix-1.0" -}, { - pId: 6, - text: "set,get方法", - value: "demo.setget" -}, { - pId: 6, - text: "local函数", - value: "demo.local" -}, { - pId: 6, - text: "skipTo函数", - value: "demo.skipTo" -}, { - pId: 6, - text: "change函数", - value: "demo.change" -}, { - pId: 6, - text: "splice和duplicate函数", - value: "demo.spliceDuplicate" -}, { - pId: 6, - text: "tmp方法", - value: "demo.tmp" -}, { id: 7, text: "数据流框架fix-2.0" }, { diff --git a/demo/js/fix-1.0/change.js b/demo/js/fix-1.0/change.js deleted file mode 100644 index 11128dbac..000000000 --- a/demo/js/fix-1.0/change.js +++ /dev/null @@ -1,195 +0,0 @@ -// change函数 -ChangeView = BI.inherit(BI.View, { - _defaultConfig: function () { - return BI.extend(ChangeView.superclass._defaultConfig.apply(this, arguments), { - baseCls: "bi-change" - }); - }, - - _init: function () { - ChangeView.superclass._init.apply(this, arguments); - }, - - change: function (changed) { - if(changed.child) { - this._showModelData(); - } - if(changed.superiors) { - this._showModelData(); - } - }, - - _showModelData: function () { - this.outerText.setText("父级Model层数据: " + JSON.stringify(this.model.toJSON())); - }, - - _createOuter: function () { - this.outerText = BI.createWidget({ - type: "bi.label", - cls: "outer-text", - whiteSpace: "normal" - }); - - return BI.createWidget({ - type: "bi.border", - items: { - north: { - el: this.outerText, - height: 50 - }, - center: this._createInner() - } - }); - }, - - _createInner: function () { - var innerPane = BI.createWidget({ - type: "bi.absolute", - cls: "inner" - }); - this.addSubVessel("innerPane", innerPane, { - defaultShowName: "inner" - }); - return innerPane; - }, - - render: function (vessel) { - BI.createWidget({ - type: "bi.center", - element: vessel, - items: [this._createOuter()], - hgap: 100, - vgap: 100 - }); - - this._showModelData(); - }, - - refresh: function () { - this.skipTo("inner", "innerPane", "superiors"); - } -}); - -ChangeModel = BI.inherit(BI.Model, { - _defaultConfig: function () { - return BI.extend(ChangeModel.superclass._defaultConfig.apply(this, arguments), { - superiors: { - child: "default" - }, - child: "default" - }); - }, - - _init: function () { - ChangeModel.superclass._init.apply(this, arguments); - }, - - change: function (changed) { - if(changed.superiors) { - this.set("child", changed.superiors.child); - } - } -}); - -// ChangeView 的子级 -ChangeInnerView = BI.inherit(BI.View, { - _init: function () { - ChangeInnerView.superclass._init.apply(this, arguments); - }, - - change: function (changed) { - if(changed.child) { - this._showModelData(); - } - }, - - _createOuter: function () { - var self = this; - this.text = BI.createWidget({ - type: "bi.label", - height: 26 - }); - - this.buttons = BI.createWidget({ - type: "bi.button_group", - items: BI.createItems(this.model.get("items"), { - type: "bi.text_button", - height: 30, - textAlign: "center", - hgap: 20 - }) - }); - - this.buttons.on(BI.ButtonGroup.EVENT_CHANGE, function () { - self.model.set("child", this.getValue()[0]); - }); - - return BI.createWidget({ - type: "bi.vertical", - vgap: 20, - items: [{ - type: "bi.center", - items: [this.buttons], - height: 30 - }, this.text] - }); - }, - - _showModelData: function () { - this.text.setText("子级Model层数据: " + JSON.stringify(this.model.toJSON())); - }, - - render: function (vessel) { - BI.createWidget({ - type: "bi.center", - element: vessel, - items: [this._createOuter()] - }); - this._showModelData(); - } -}); - - -ChangeInnerModel = BI.inherit(BI.Model, { - _defaultConfig: function () { - return BI.extend(ChangeInnerModel.superclass._defaultConfig.apply(this, arguments), { - - }); - }, - - _static: function () { - return { - items: [{ - text: "Type-1", - value: "First", - cls: "type-first mvc-button" - }, { - text: "Type-2", - value: "Second", - cls: "type-second mvc-button" - }, { - text: "Type-3", - value: "third", - cls: "type-third mvc-button" - }] - }; - }, - - _init: function () { - ChangeInnerModel.superclass._init.apply(this, arguments); - } - -}); - -Demo.Func = BI.inherit(BI.Widget, { - render: function () { - var view = BI.View.createView("/change", {}, { - element: this - }); - view.populate(); - }, - - mounted: function () { - } -}); -BI.shortcut("demo.change", Demo.Func); \ No newline at end of file diff --git a/demo/js/fix-1.0/local.js b/demo/js/fix-1.0/local.js deleted file mode 100644 index 6879dde04..000000000 --- a/demo/js/fix-1.0/local.js +++ /dev/null @@ -1,173 +0,0 @@ -// local函数 -LocalView = BI.inherit(BI.View, { - _defaultConfig: function () { - return BI.extend(LocalView.superclass._defaultConfig.apply(this, arguments), { - baseCls: "bi-local" - }); - }, - - _init: function () { - LocalView.superclass._init.apply(this, arguments); - this.buttons = {}; - }, - - _addElement2Vessel: function (id) { - var self = this; - this.buttons[id] = this.elementVessel.addItem({ - type: "bi.text_button", - text: "Button:" + id, - width: 180, - height: 22, - cls: "delete-button button", - handler: function () { - self.set("delete", id); - } - }); - }, - - _deleteElement: function (id) { - this.buttons[id] && this.buttons[id].destroy(); - delete this.buttons[id]; - }, - - _createTop: function () { - var self = this; - this.elementVessel = BI.createWidget({ - type: "bi.left", - height: 200, - cls: "vessel-border", - scrollable: true, - vgap: 10, - hgap: 10 - }); - - return BI.createWidget({ - type: "bi.vertical", - items: [ - { - el: { - type: "bi.text_button", - text: "点击添加元素", - cls: "top-button", - handler: function () { - self.model.set("add", true); - }, - height: 30 - } - }, - this.elementVessel - ] - }); - }, - - _showModelData: function () { - this.text.setText(JSON.stringify(this.model.toJSON())); - }, - - _createCenter: function () { - var modelData = BI.createWidget({ - type: "bi.center", - vgap: 10, - hgap: 10, - cls: "vessel-border", - height: 200, - items: [{ - el: this.text = BI.createWidget({ - type: "bi.label", - hgap: 30, - textHeight: 30, - whiteSpace: "normal" - }) - }] - }); - - return BI.createWidget({ - type: "bi.vertical", - items: [ - { - el: { - type: "bi.label", - cls: "bottom-label", - text: "Model层数据", - height: 30 - } - }, - modelData - ] - }); - }, - - render: function (vessel) { - BI.createWidget({ - type: "bi.vertical", - element: vessel, - items: [{ - el: this._createTop() - }, { - el: this._createCenter() - }], - hgap: 50, - vgap: 20 - }); - - this._showModelData(); - }, - - local: function () { - if(this.model.has("add")) { - var add = this.model.get("add"); - this._addElement2Vessel(this.model.getEditing()); - this._showModelData(); - return true; - } - if(this.model.has("delete")) { - var id = this.model.get("delete"); - this._deleteElement(id); - this._showModelData(); - return true; - } - return false; - } -}); - -LocalModel = BI.inherit(BI.Model, { - _defaultConfig: function () { - return BI.extend(LocalModel.superclass._defaultConfig.apply(this, arguments), { - - }); - }, - - _init: function () { - LocalModel.superclass._init.apply(this, arguments); - }, - - local: function () { - if(this.has("add")) { - this.get("add"); - var id = BI.UUID(); - this.set(id, "这是新增的属性:" + id); - this.setEditing(id); - return true; - } - if(this.has("delete")) { - var id = this.get("delete"); - this.unset(id); - return true; - } - return false; - } - -}); - -Demo.Func = BI.inherit(BI.Widget, { - render: function () { - var view = BI.View.createView("/local", {}, { - element: this - }); - view.populate(); - }, - - mounted: function () { - } -}); -BI.shortcut("demo.local", Demo.Func); \ No newline at end of file diff --git a/demo/js/fix-1.0/setget.js b/demo/js/fix-1.0/setget.js deleted file mode 100644 index 6ca4e4e97..000000000 --- a/demo/js/fix-1.0/setget.js +++ /dev/null @@ -1,129 +0,0 @@ -// set、get函数 -SetGetView = BI.inherit(BI.View, { - _defaultConfig: function () { - return BI.extend(SetGetView.superclass._defaultConfig.apply(this, arguments), { - baseCls: "bi-set-get" - }); - }, - - _init: function () { - SetGetView.superclass._init.apply(this, arguments); - }, - - change: function (changed) { - this._showModelData(); - }, - - _createLeft: function () { - var self = this; - return (this.left = BI.createWidget({ - type: "bi.border", - items: { - north: { - el: { - type: "bi.label", - cls: "left-title", - text: "get、set用法:", - height: 30 - }, - height: 30 - }, - center: { - el: { - type: "bi.button_group", - items: BI.createItems(this.model.get("arr"), { - type: "bi.text_button", - cls: "left-nav", - height: 30, - handler: function (v) { - self.model.set("click", v); - } - }), - layouts: [{ - type: "bi.vertical" - }] - } - } - } - })); - }, - - _showModelData: function () { - this.text.setText(JSON.stringify(this.model.toJSON())); - }, - - _createRight: function () { - return (this.right = BI.createWidget({ - type: "bi.border", - items: { - north: { - el: { - type: "bi.label", - cls: "right-title", - text: "Model层数据", - height: 30 - }, - height: 30 - }, - center: { - el: this.text = BI.createWidget({ - type: "bi.label", - whiteSpace: "normal", - textHeight: 50 - }) - } - } - })); - }, - - render: function (vessel) { - BI.createWidget({ - type: "bi.center", - element: vessel, - items: [{ - el: this._createLeft() - }, { - el: this._createRight() - }], - hgap: 50, - vgap: 100 - }); - this._showModelData(); - } -}); - -SetGetModel = BI.inherit(BI.Model, { - _defaultConfig: function () { - return BI.extend(SetGetModel.superclass._defaultConfig.apply(this, arguments), { - arr: [ - {text: "item1", value: 1}, - {text: "item2", value: 2}, - {text: "item3", value: 3}, - {text: "item4", value: 4}, - {text: "item5", value: 5}, - {text: "item6", value: 6}, - {text: "item7", value: 7}, - {text: "item8", value: 8} - ] - }); - }, - - _init: function () { - SetGetModel.superclass._init.apply(this, arguments); - } - -}); - - -Demo.Func = BI.inherit(BI.Widget, { - render: function () { - var view = BI.View.createView("/setget", {}, { - element: this - }); - view.populate(); - }, - - mounted: function () { - } -}); -BI.shortcut("demo.setget", Demo.Func); \ No newline at end of file diff --git a/demo/js/fix-1.0/skipto.js b/demo/js/fix-1.0/skipto.js deleted file mode 100644 index 1333d3f00..000000000 --- a/demo/js/fix-1.0/skipto.js +++ /dev/null @@ -1,267 +0,0 @@ -// skipTo 函数 -SkipToView = BI.inherit(BI.View, { - _defaultConfig: function () { - return BI.extend(SkipToView.superclass._defaultConfig.apply(this, arguments), { - baseCls: "bi-skip-to" - }); - }, - - _init: function () { - SkipToView.superclass._init.apply(this, arguments); - }, - - _createNav: function () { - var self = this; - var nav = BI.createWidget({ - type: "bi.button_group", - cls: "top-nav", - items: BI.createItems(this.model.get("items"), { - type: "bi.text_button", - height: 30, - textAlign: "center", - hgap: 20 - }), - layouts: [{ - type: "bi.left", - height: 40, - vgap: 5, - hgap: 3 - }] - }); - nav.on(BI.ButtonGroup.EVENT_CHANGE, function () { - self.skipTo(this.getValue()[0], "pane", this.getValue()[0]); - }); - return nav; - }, - - _createPane: function () { - var pane = BI.createWidget({ - type: "bi.center", - cls: "center-pane", - height: 200 - }); - this.addSubVessel("pane", pane, { - defaultShowName: "green" - }); - return pane; - }, - - render: function (vessel) { - BI.createWidget({ - type: "bi.vertical", - element: vessel, - items: [this._createNav(), this._createPane()], - vgap: 10, - hgap: 10 - }); - }, - - refresh: function () { - this.skipTo("green", "pane", "green"); - } -}); - -SkipToModel = BI.inherit(BI.Model, { - _defaultConfig: function () { - return BI.extend(SkipToModel.superclass._defaultConfig.apply(this, arguments), { - red: { - text: "hotpink" - }, blue: { - text: "cornflowerblue" - }, green: { - text: "darkcyan" - }, yellow: { - text: "darkgoldenrod" - } - }); - }, - _static: function () { - return { - items: [{ - text: "hotpink", - value: "red", - cls: "red-pane mvc-button" - }, { - text: "cornflowerblue", - value: "blue", - cls: "blue-pane mvc-button" - }, { - text: "darkcyan", - value: "green", - cls: "green-pane mvc-button", - selected: true - }, { - text: "darkgoldenrod", - value: "yellow", - cls: "yellow-pane mvc-button" - }] - }; - }, - - _init: function () { - SkipToModel.superclass._init.apply(this, arguments); - } -}); - -// Red pane #FF69B4 -SkipToRedView = BI.inherit(BI.View, { - _init: function () { - SkipToRedView.superclass._init.apply(this, arguments); - }, - - render: function (vessel) { - BI.createWidget({ - type: "bi.absolute", - element: vessel, - cls: "red-pane", - items: [{ - el: { - type: "bi.label", - text: "Model Data: " + JSON.stringify(this.model.toJSON()), - hgap: 20, - height: 26 - } - }] - }); - } - -}); - -SkipToRedModel = BI.inherit(BI.Model, { - _defaultConfig: function () { - return BI.extend(SetGetModel.superclass._defaultConfig.apply(this, arguments), { - - }); - }, - - _init: function () { - SkipToRedModel.superclass._init.apply(this, arguments); - } -}); - -// Blue pane #6495ED -SkipToBlueView = BI.inherit(BI.View, { - _init: function () { - SkipToBlueView.superclass._init.apply(this, arguments); - }, - - render: function (vessel) { - BI.createWidget({ - type: "bi.absolute", - element: vessel, - cls: "blue-pane", - items: [{ - el: { - type: "bi.label", - text: "Model Data: " + JSON.stringify(this.model.toJSON()), - hgap: 20, - height: 26 - }, - left: 0, - right: 0, - top: 0, - bottom: 0 - }] - }); - } -}); - -SkipToBlueModel = BI.inherit(BI.Model, { - _defaultConfig: function () { - return BI.extend(SetGetModel.superclass._defaultConfig.apply(this, arguments), { - }); - }, - - _init: function () { - SkipToGreenModel.superclass._init.apply(this, arguments); - } -}); - -// Dark green pane #008B8B -SkipToGreenView = BI.inherit(BI.View, { - _init: function () { - SkipToGreenView.superclass._init.apply(this, arguments); - }, - - render: function (vessel) { - BI.createWidget({ - type: "bi.absolute", - element: vessel, - cls: "green-pane", - items: [{ - el: { - type: "bi.label", - text: "Model Data: " + JSON.stringify(this.model.toJSON()), - hgap: 20, - height: 26 - }, - left: 0, - right: 0, - top: 0, - bottom: 0 - }] - }); - } -}); - -SkipToGreenModel = BI.inherit(BI.Model, { - _defaultConfig: function () { - return BI.extend(SetGetModel.superclass._defaultConfig.apply(this, arguments), { - }); - }, - - _init: function () { - SkipToGreenModel.superclass._init.apply(this, arguments); - } -}); - -// Dark yellow pane #B8860B -SkipToYellowView = BI.inherit(BI.View, { - _init: function () { - SkipToYellowView.superclass._init.apply(this, arguments); - }, - - render: function (vessel) { - BI.createWidget({ - type: "bi.absolute", - element: vessel, - cls: "yellow-pane", - items: [{ - el: { - type: "bi.label", - text: "Model Data: " + JSON.stringify(this.model.toJSON()), - hgap: 20, - height: 26 - }, - left: 0, - right: 0, - top: 0, - bottom: 0 - }] - }); - } -}); - -SkipToYellowModel = BI.inherit(BI.Model, { - _defaultConfig: function () { - return BI.extend(SetGetModel.superclass._defaultConfig.apply(this, arguments), { - }); - }, - - _init: function () { - SkipToYellowModel.superclass._init.apply(this, arguments); - } -}); - -Demo.Func = BI.inherit(BI.Widget, { - render: function () { - var view = BI.View.createView("/skipTo", {}, { - element: this - }); - view.populate(); - }, - - mounted: function () { - } -}); -BI.shortcut("demo.skipTo", Demo.Func); diff --git a/demo/js/fix-1.0/spliceduplicate.js b/demo/js/fix-1.0/spliceduplicate.js deleted file mode 100644 index 4ef57e9d8..000000000 --- a/demo/js/fix-1.0/spliceduplicate.js +++ /dev/null @@ -1,158 +0,0 @@ -// splice和duplicate函数 -SpliceDuplicateView = BI.inherit(BI.View, { - _defaultConfig: function () { - return BI.extend(SpliceDuplicateView.superclass._defaultConfig.apply(this, arguments), { - baseCls: "bi-splice-duplicate" - }); - }, - - _init: function () { - SpliceDuplicateView.superclass._init.apply(this, arguments); - this.children = {}; - }, - - splice: function (old, key1, key2) { - this.children[key1].destroy(); - delete this.children[key1]; - this._showModelData(); - }, - - duplicate: function (copy, key1, key2) { - this.add(copy); - this._showModelData(); - }, - - _showModelData: function () { - // 这里只是为了输出this.model.data 原则上是不允许这么调用的 - this.text.setText("父级数据:" + JSON.stringify(this.model.data)); - }, - - render: function (vessel) { - this.text = BI.createWidget({ - type: "bi.label", - height: 50, - cls: "superiors-label" - }); - this.container = BI.createWidget({ - type: "bi.vertical", - element: vessel, - items: [this.text], - hgap: 100, - vgap: 10 - }); - this._showModelData(); - }, - - add: function (id) { - this.children[id] = BI.createWidget({ - type: "bi.center", - hgap: 10, - vgap: 10 - }); - this.addSubVessel(id, this.children[id], { - defaultShowName: "sdSub" - }); - this.skipTo("sdSub", id, id); - this.container.addItem(this.children[id]); - }, - - refresh: function () { - var self = this; - BI.each(this.model.toJSON(), function (key, value) { - if (!self.children[key]) { - self.add(key); - } - }); - } -}); - -SpliceDuplicateModel = BI.inherit(BI.Model, { - _defaultConfig: function () { - return BI.extend(SpliceDuplicateModel.superclass._defaultConfig.apply(this, arguments), { - 1: { - name: "名字" - } - }); - }, - - splice: function (key1) { - delete this.data[key1]; - }, - - similar: function (value, key1) { - value.name = BI.Func.createDistinctName(this.data, this.get(key1).name); - return value; - }, - - duplicate: function (copy, key1) { - this.data[copy] = this.get(copy); - }, - - _init: function () { - SpliceDuplicateModel.superclass._init.apply(this, arguments); - }, - - refresh: function () { - this.data = BI.deepClone(this.toJSON()); - } -}); - -SDSubView = BI.inherit(BI.View, { - _defaultConfig: function () { - return SDSubView.superclass._defaultConfig.apply(this, arguments); - }, - - _init: function () { - SDSubView.superclass._init.apply(this, arguments); - }, - - render: function (vessel) { - var self = this; - BI.createWidget({ - type: "bi.center", - element: vessel, - cls: "sd-child", - height: 30, - items: [{ - type: "bi.text_button", - height: 30, - text: "复制 " + this.model.get("name") + " , 数据:" + JSON.stringify(this.model.toJSON()), - cls: "right-button-add", - handler: function () { - self.model.copy(); - } - }, { - type: "bi.text_button", - height: 30, - text: "删除", - cls: "right-button-del", - handler: function () { - self.model.destroy(); - } - }] - }); - } -}); - -SDSubModel = BI.inherit(BI.Model, { - _defaultConfig: function () { - return BI.extend(SDSubModel.superclass._defaultConfig.apply(this, arguments), {}); - }, - - _init: function () { - SDSubModel.superclass._init.apply(this, arguments); - } -}); - -Demo.Func = BI.inherit(BI.Widget, { - render: function () { - var view = BI.View.createView("/spliceDuplicate", {}, { - element: this - }); - view.populate(); - }, - - mounted: function () { - } -}); -BI.shortcut("demo.spliceDuplicate", Demo.Func); diff --git a/demo/js/fix-1.0/tmp.js b/demo/js/fix-1.0/tmp.js deleted file mode 100644 index 506f314b3..000000000 --- a/demo/js/fix-1.0/tmp.js +++ /dev/null @@ -1,286 +0,0 @@ -TmpView = BI.inherit(BI.View, { - _defaultConfig: function () { - return BI.extend(TmpView.superclass._defaultConfig.apply(this, arguments), { - baseCls: "bi-tmp" - }); - }, - - _init: function () { - TmpView.superclass._init.apply(this, arguments); - }, - - change: function (changed) { - if(changed.data1) { - this._showModelData(); - } - }, - - _showModelData: function () { - this.text.setText("父级Model层数据为:" + JSON.stringify(this.model.toJSON())); - }, - - _createMain: function () { - var self = this; - return BI.createWidget({ - type: "bi.border", - items: { - west: { - el: { - type: "bi.vertical", - vgap: 10, - items: [{ - el: (this.text = BI.createWidget({ - type: "bi.label", - whiteSpace: "normal" - })) - }, { - el: { - type: "bi.text_button", - cls: "tmp-button mvc-button", - text: "点击触发事件tmp('data1', {child: {type: {value: \"临时数据\"}}})", - height: 30, - handler: function () { - self.model.tmp("data1", { - child: { - type: { - value: "临时数据" - } - } - }); - } - } - }, { - el: { - type: "bi.text_button", - cls: "tmp-button mvc-button", - text: "点击触发事件submit", - height: 30, - handler: function () { - self.model.submit(); - } - } - }, { - el: { - type: "bi.text_button", - cls: "tmp-button mvc-button", - text: "点击跳转到右方", - height: 30, - handler: function () { - self.addSubVessel("test", self.center).skipTo("child", "test", "data1"); - } - } - }] - }, - width: 200 - }, - center: { - el: (this.center = BI.createWidget()) - } - } - }); - }, - - render: function (vessel) { - BI.createWidget({ - type: "bi.center", - element: vessel, - items: [{ - el: this._createMain() - }], - hgap: 50, - vgap: 100 - }); - }, - - refresh: function () { - this._showModelData(); - } -}); - -TmpModel = BI.inherit(BI.Model, { - _defaultConfig: function () { - return BI.extend(TmpModel.superclass._defaultConfig.apply(this, arguments), { - data1: { - child: { - type: { - value: "这是一个测试数据" - } - } - }, - data2: "test" - }); - }, - - _init: function () { - TmpModel.superclass._init.apply(this, arguments); - } - -}); - -TmpChildView = BI.inherit(BI.View, { - _defaultConfig: function () { - return BI.extend(TmpChildView.superclass._defaultConfig.apply(this, arguments), { - baseCls: "bi-tmp-child" - }); - }, - - _init: function () { - TmpChildView.superclass._init.apply(this, arguments); - }, - - change: function (changed) { - if(changed.child) { - this._showModelData(); - } - }, - - _showModelData: function () { - this.text.setText("子级Model层数据为:" + JSON.stringify(this.model.toJSON())); - }, - - _createMain: function () { - var self = this; - return BI.createWidget({ - type: "bi.border", - items: { - west: { - el: { - type: "bi.vertical", - vgap: 10, - items: [{ - el: (this.text = BI.createWidget({ - type: "bi.label", - whiteSpace: "normal" - })) - }, { - el: { - type: "bi.text_button", - cls: "tmp-button mvc-button", - text: "点击触发事件set", - height: 30, - handler: function () { - self.set("child", { - type: { - value: "值改变了" - } - }); - } - } - }, { - el: { - type: "bi.text_button", - cls: "tmp-button mvc-button", - text: "点击跳转到右方", - height: 30, - handler: function () { - self.addSubVessel("test", self.center).skipTo("child", "test", "child"); - } - } - }] - }, - width: 200 - }, - center: { - el: (this.center = BI.createWidget()) - } - } - }); - }, - - render: function (vessel) { - BI.createWidget({ - type: "bi.center", - element: vessel, - items: [{ - el: this._createMain() - }], - hgap: 50 - }); - }, - - refresh: function () { - this._showModelData(); - } -}); - -TmpChildModel = BI.inherit(BI.Model, { - _defaultConfig: function () { - return BI.extend(TmpChildModel.superclass._defaultConfig.apply(this, arguments), { - - }); - }, - - _init: function () { - TmpChildModel.superclass._init.apply(this, arguments); - } - -}); -TmpChildChildView = BI.inherit(BI.View, { - _defaultConfig: function () { - return BI.extend(TmpChildChildView.superclass._defaultConfig.apply(this, arguments), { - baseCls: "bi-tmp-child-child" - }); - }, - - _init: function () { - TmpChildChildView.superclass._init.apply(this, arguments); - }, - - change: function (changed) { - if(changed.type) { - this._showModelData(); - } - }, - - _showModelData: function () { - this.text.setText("叶节点数据为:" + JSON.stringify(this.model.toJSON())); - }, - - _createMain: function () { - return (this.text = BI.createWidget({ - type: "bi.label", - whiteSpace: "normal" - })); - }, - - render: function (vessel) { - BI.createWidget({ - type: "bi.center", - element: vessel, - items: [{ - el: this._createMain() - }], - hgap: 50 - }); - }, - - refresh: function () { - this._showModelData(); - } -}); - -TmpChildChildModel = BI.inherit(BI.Model, { - _defaultConfig: function () { - return BI.extend(TmpChildChildModel.superclass._defaultConfig.apply(this, arguments), { - - }); - }, - - _init: function () { - TmpChildChildModel.superclass._init.apply(this, arguments); - } - -}); - -Demo.Func = BI.inherit(BI.Widget, { - render: function () { - var view = BI.View.createView("/tmp", {}, { - element: this - }); - view.populate(); - }, - - mounted: function () { - } -}); -BI.shortcut("demo.tmp", Demo.Func); diff --git a/demo/js/widget/downlist/demo.downlist.js b/demo/js/widget/downlist/demo.downlist.js index c77f1dc9f..ec3fb380f 100644 --- a/demo/js/widget/downlist/demo.downlist.js +++ b/demo/js/widget/downlist/demo.downlist.js @@ -135,7 +135,7 @@ Demo.Downlist = BI.inherit(BI.Widget, { type: "bi.label", text: "显示选择值", width: 500, - cls: "layout-bg4", + cls: "layout-bg3", ref: function (_ref) { self.label = _ref; } diff --git a/dist/base.css b/dist/base.css index adc4579a4..4a8c94211 100644 --- a/dist/base.css +++ b/dist/base.css @@ -599,10 +599,10 @@ border-radius: 2px; } .bi-search-editor .circle-close-font { - font-size: 16px; + font-size: 18px; } .bi-search-editor .search-font { - font-size: 16px; + font-size: 18px; } /*************BI.SearchEditor******************/ @@ -616,10 +616,10 @@ font-size: 12px; } .bi-small-search-editor .close-font { - font-size: 18px; + font-size: 16px; } .bi-small-search-editor .search-font { - font-size: 18px; + font-size: 16px; } .bi-message-title { font-size: 14px; diff --git a/dist/bundle.css b/dist/bundle.css index cf69fdf8e..41827a95c 100644 --- a/dist/bundle.css +++ b/dist/bundle.css @@ -2570,10 +2570,10 @@ textarea { border-radius: 2px; } .bi-search-editor .circle-close-font { - font-size: 16px; + font-size: 18px; } .bi-search-editor .search-font { - font-size: 16px; + font-size: 18px; } /*************BI.SearchEditor******************/ @@ -2587,10 +2587,10 @@ textarea { font-size: 12px; } .bi-small-search-editor .close-font { - font-size: 18px; + font-size: 16px; } .bi-small-search-editor .search-font { - font-size: 18px; + font-size: 16px; } .bi-message-title { font-size: 14px; diff --git a/dist/bundle.ie.min.js b/dist/bundle.ie.min.js index a50105324..549d2ac28 100644 --- a/dist/bundle.ie.min.js +++ b/dist/bundle.ie.min.js @@ -1,4 +1,4 @@ -/*! fineui 2019-02-14 17:24:23 */ +/*! fineui 2019-02-15 13:59:45 */ function _classCallCheck(a,b){if(!(a instanceof b))throw new TypeError("Cannot call a class as a function")}var _global;_global="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,null==_global.BI&&(_global.BI={prepares:[]}),null==_global.BI.prepares&&(_global.BI.prepares=[]),function(){function a(a,b,c){switch(c.length){case 0:return a.call(b);case 1:return a.call(b,c[0]);case 2:return a.call(b,c[0],c[1]);case 3:return a.call(b,c[0],c[1],c[2])}return a.apply(b,c)}function b(a,b,c,d){for(var e=-1,f=null==a?0:a.length;++e-1}function g(a,b,c){for(var d=-1,e=null==a?0:a.length;++d-1;);return c}function z(a,b){for(var c=a.length;c--&&o(b,a[c],0)>-1;);return c}function A(a,b){for(var c=a.length,d=0;c--;)a[c]===b&&++d;return d}function B(a,b){return null==a?Ie:a[b]}function C(a){return Cg.test(a)}function D(a){for(var b,c=[];!(b=a.next()).done;)c.push(b.value);return c}function E(a){var b=-1,c=Array(a.size);return a.forEach(function(a,d){c[++b]=[d,a]}),c}function F(a,b){return function(c){return a(b(c))}}function G(a,b){for(var c=-1,d=a.length,e=0,f=[];++c-1}function ea(a,b){var c=this.__data__,d=xa(c,a);return d<0?(++this.size,c.push([a,b])):c[d][1]=b,this}function fa(a){var b=-1,c=null==a?0:a.length;for(this.clear();++b=b?a:b)),a}function Ea(a,b,d,e,f,g){var h,i=b&Pe,j=b&Qe,k=bℜif(d&&(h=f?d(a,e,f,g):d(a)),h!==Ie)return h;if(!Sd(a))return a;var l=si(a);if(l){if(h=xc(a),!i)return Qb(a,h)}else{var m=bi(a),n=m==uf||m==vf;if(ti(a))return Gb(a,i);if(m==zf||m==of||n&&!f){if(h=j||n?{}:yc(a),!i)return j?Tb(a,Aa(h,a)):Sb(a,za(h,a))}else{if(!Eg[m])return f?a:{};h=zc(a,m,i)}}g||(g=new oa);var o=g.get(a);if(o)return o;if(g.set(a,h),xi(a))return a.forEach(function(c){h.add(Ea(c,b,d,c,a,g))}),h;if(vi(a))return a.forEach(function(c,e){h.set(e,Ea(c,b,d,e,a,g))}),h;var p=k?j?nc:mc:j?me:le,q=l?Ie:p(a);return c(q||a,function(c,e){q&&(e=c,c=a[e]),wa(h,e,Ea(c,b,d,e,a,g))}),h}function Fa(a,b,c){if("function"!=typeof a)throw new TypeError(Le);return setTimeout(function(){a.apply(Ie,c)},b)}function Ga(a,b,c,d){var e=-1,i=f,j=!0,k=a.length,l=[],m=b.length;if(!k)return l;c&&(b=h(b,v(c))),d?(i=g,j=!1):b.length>=Ke&&(i=x,j=!1,b=new la(b));a:for(;++e0&&c(h)?b>1?Ka(h,b-1,c,d,e):i(e,h):d||(e[e.length]=h)}return e}function La(a,b){return a&&Vh(a,b,le)}function Ma(a,b){return a&&Wh(a,b,le)}function Na(a,b){return e(b,function(b){return Qd(a[b])})}function Oa(a,b){b=Eb(b,a);for(var c=0,d=b.length;null!=a&&cb}function Sa(a,b){return null!=a&&ah.call(a,b)}function Ta(a,b){return null!=a&&b in Object(a)}function Ua(a,b,c){for(var d=c?g:f,e=a[0].length,i=a.length,j=i,k=Array(i),l=1/0,m=[];j--;){var n=a[j];j&&b&&(n=h(n,v(b))),l=Ah(n.length,l),k[j]=!c&&(b||e>=120&&n.length>=120)?new la(j&&n):Ie}n=a[0];var o=-1,p=k[0];a:for(;++oe?0:e+b),c=c>e?e:c,c<0&&(c+=e),e=b>c?0:c-b>>>0,b>>>=0;for(var f=Array(e);++d=Ke){var l=b?null:Zh(a);if(l)return I(l);i=!1,e=x,k=new la}else k=b?[]:j;a:for(;++d=d?a:wb(a,b,c)}function Gb(a,b){if(b)return a.slice();var c=a.length,d=kh?kh(c):new a.constructor(c);return a.copy(d),d}function Hb(a){var b=new a.constructor(a.byteLength);return new jh(b).set(new jh(a)),b}function Ib(a,b){var c=b?Hb(a.buffer):a.buffer;return new a.constructor(c,a.byteOffset,a.byteLength)}function Jb(a){var b=new a.constructor(a.source,cg.exec(a));return b.lastIndex=a.lastIndex,b}function Kb(a){return Rh?Object(Rh.call(a)):{}}function Lb(a,b){var c=b?Hb(a.buffer):a.buffer;return new a.constructor(c,a.byteOffset,a.length)}function Mb(a,b){if(a!==b){var c=a!==Ie,d=null===a,e=a===a,f=Zd(a),g=b!==Ie,h=null===b,i=b===b,j=Zd(b);if(!h&&!j&&!f&&a>b||f&&g&&i&&!h&&!j||d&&g&&i||!c&&i||!e)return 1;if(!d&&!f&&!j&&a=h)return i;var j=c[d];return i*("desc"==j?-1:1)}}return a.index-b.index}function Ob(a,b,c,d){for(var e=-1,f=a.length,g=c.length,h=-1,i=b.length,j=zh(f-g,0),k=Array(i+j),l=!d;++h1?c[e-1]:Ie,g=e>2?c[2]:Ie;for(f=a.length>3&&"function"==typeof f?(e--,f):Ie,g&&Dc(c[0],c[1],g)&&(f=e<3?Ie:f,e=1),b=Object(b);++d-1?e[f?b[g]:g]:Ie}}function ac(a,b,c,d,e,f,g,h,i,j){function k(){for(var r=arguments.length,s=Array(r),t=r;t--;)s[t]=arguments[t];if(o)var u=pc(k),v=A(s,u);if(d&&(s=Ob(s,d,e,o)),f&&(s=Pb(s,f,g,o)),r-=v,o&&r1&&s.reverse(),l&&ih))return!1;var j=f.get(a);if(j&&f.get(b))return j==b;var l=-1,m=!0,n=c&Te?new la:Ie;for(f.set(a,b),f.set(b,a);++l1?"& ":"")+b[d],b=b.join(c>2?", ":" "),a.replace($f,"{\n/* [wrapped with "+b+"] */\n")}function Bc(a){return si(a)||ri(a)||!!(ph&&a&&a[ph])}function Cc(a,b){var c=typeof a;return b=null==b?jf:b,!!b&&("number"==c||"symbol"!=c&&hg.test(a))&&a>-1&&a%1==0&&a0){if(++b>=cf)return arguments[0]}else b=0;return a.apply(Ie,arguments)}}function Uc(a){if("string"==typeof a||Zd(a))return a;var b=a+"";return"0"==b&&1/a==-hf?"-0":b}function Vc(a){if(null!=a){try{return _g.call(a)}catch(b){}try{return a+""}catch(b){}}return""}function Wc(a,b){return c(nf,function(c){var d="_."+c[0];b&c[1]&&!f(a,d)&&a.push(d)}),a.sort()}function Xc(a){if(a instanceof R)return a.clone();var b=new Q(a.__wrapped__,a.__chain__);return b.__actions__=Qb(a.__actions__),b.__index__=a.__index__,b.__values__=a.__values__,b}function Yc(a){for(var b=-1,c=null==a?0:a.length,d=0,e=[];++b0&&(c=b.apply(this,arguments)),a<=1&&(b=Ie),c}}function Bd(a,b,c){function d(b){var c=m,d=n;return m=n=Ie,s=b,p=a.apply(d,c)}function e(a){return s=a,q=setTimeout(h,b),t?d(a):p}function f(a){var c=a-r,d=a-s,e=b-c;return u?Ah(e,o-d):e}function g(a){var c=a-r,d=a-s;return r===Ie||c>=b||c<0||u&&d>=o}function h(){var a=ni();return g(a)?i(a):void(q=setTimeout(h,f(a)))}function i(a){return q=Ie,v&&m?d(a):(m=n=Ie,p)}function j(){q!==Ie&&clearTimeout(q),s=0,m=r=n=q=Ie}function k(){return q===Ie?p:i(ni())}function l(){var a=ni(),c=g(a);if(m=arguments,n=this,r=a,c){if(q===Ie)return e(r);if(u)return q=setTimeout(h,b),d(r)}return q===Ie&&(q=setTimeout(h,b)),p}var m,n,o,p,q,r,s=0,t=!1,u=!1,v=!0;if("function"!=typeof a)throw new TypeError(Le);return b=ce(b)||0,Sd(c)&&(t=!!c.leading,u="maxWait"in c,o=u?zh(ce(c.maxWait)||0,b):o,v="trailing"in c?!!c.trailing:v),l.cancel=j,l.flush=k,l}function Cd(a,b){if("function"!=typeof a||null!=b&&"function"!=typeof b)throw new TypeError(Le);var c=function(){var d=arguments,e=b?b.apply(this,d):d[0],f=c.cache;if(f.has(e))return f.get(e);var g=a.apply(this,d);return c.cache=f.set(e,g)||f,g};return c.cache=new(Cd.Cache||fa),c}function Dd(a){if("function"!=typeof a)throw new TypeError(Le);return function(){var b=arguments;switch(b.length){case 0:return!a.call(this);case 1:return!a.call(this,b[0]);case 2:return!a.call(this,b[0],b[1]);case 3:return!a.call(this,b[0],b[1],b[2])}return!a.apply(this,b)}}function Ed(a){return Ad(2,a)}function Fd(a,b){if("function"!=typeof a)throw new TypeError(Le);return b=b===Ie?b:be(b),ub(a,b)}function Gd(a,b,c){var d=!0,e=!0;if("function"!=typeof a)throw new TypeError(Le);return Sd(c)&&(d="leading"in c?!!c.leading:d,e="trailing"in c?!!c.trailing:e),Bd(a,b,{leading:d,maxWait:b,trailing:e})}function Hd(a){return Ea(a,Re)}function Id(a){return Ea(a,Pe|Re)}function Jd(a,b){return a===b||a!==a&&b!==b}function Kd(a){return null!=a&&Rd(a.length)&&!Qd(a)}function Ld(a){return Td(a)&&Kd(a)}function Md(a){return a===!0||a===!1||Td(a)&&Qa(a)==rf}function Nd(a){if(null==a)return!0;if(Kd(a)&&(si(a)||"string"==typeof a||"function"==typeof a.splice||ti(a)||yi(a)||ri(a)))return!a.length;var b=bi(a);if(b==wf||b==Df)return!a.size;if(Ic(a))return!gb(a).length;for(var c in a)if(ah.call(a,c))return!1;return!0}function Od(a,b){return Za(a,b)}function Pd(a){return"number"==typeof a&&xh(a)}function Qd(a){if(!Sd(a))return!1;var b=Qa(a);return b==uf||b==vf||b==qf||b==Bf}function Rd(a){return"number"==typeof a&&a>-1&&a%1==0&&a<=jf}function Sd(a){var b=typeof a;return null!=a&&("object"==b||"function"==b)}function Td(a){return null!=a&&"object"==typeof a}function Ud(a){return Wd(a)&&a!=+a}function Vd(a){return null===a}function Wd(a){return"number"==typeof a||Td(a)&&Qa(a)==xf}function Xd(a){if(!Td(a)||Qa(a)!=zf)return!1;var b=lh(a);if(null===b)return!0;var c=ah.call(b,"constructor")&&b.constructor;return"function"==typeof c&&c instanceof c&&_g.call(c)==eh}function Yd(a){return"string"==typeof a||!si(a)&&Td(a)&&Qa(a)==Ef}function Zd(a){return"symbol"==typeof a||Td(a)&&Qa(a)==Ff}function $d(a){return a===Ie}function _d(a){if(!a)return[];if(Kd(a))return Yd(a)?L(a):Qb(a);if(qh&&a[qh])return D(a[qh]());var b=bi(a),c=b==wf?E:b==Df?I:qe;return c(a)}function ae(a){if(!a)return 0===a?a:0;if(a=ce(a),a===hf||a===-hf){var b=a<0?-1:1;return b*kf}return a===a?a:0}function be(a){var b=ae(a),c=b%1;return b===b?c?b-c:b:0}function ce(a){if("number"==typeof a)return a;if(Zd(a))return lf;if(Sd(a)){var b="function"==typeof a.valueOf?a.valueOf():a;a=Sd(b)?b+"":b}if("string"!=typeof a)return 0===a?a:+a;a=a.replace(Zf,"");var c=eg.test(a);return c||gg.test(a)?Hg(a.slice(2),c?2:8):dg.test(a)?lf:+a}function de(a){return Rb(a,me(a))}function ee(a){return null==a?"":yb(a)}function fe(a,b){var c=Th(a);return null==b?c:za(c,b)}function ge(a,b){return m(a,fb(b,3),La)}function he(a,b){return m(a,fb(b,3),Ma)}function ie(a,b,c){ var d=null==a?Ie:Oa(a,b);return d===Ie?c:d}function je(a,b){return null!=a&&wc(a,b,Sa)}function ke(a,b){return null!=a&&wc(a,b,Ta)}function le(a){return Kd(a)?ua(a):gb(a)}function me(a){return Kd(a)?ua(a,!0):hb(a)}function ne(a,b){return oe(a,Dd(fb(b)))}function oe(a,b){if(null==a)return{};var c=h(nc(a),function(a){return[a]});return b=fb(b),qb(a,c,function(a,c){return b(a,c[0])})}function pe(a,b,c){b=Eb(b,a);var d=-1,e=b.length;for(e||(e=1,a=Ie);++db){var d=a;a=b,b=d}if(c||a%1||b%1){var e=Ch();return Ah(a+e*(b-a+Gg("1e-"+((e+"").length-1))),b)}return sb(a,b)}function te(a){return a=ee(a),a&&Uf.test(a)?a.replace(Tf,Wg):a}function ue(a,b,c){if(a=ee(a),a&&(c||b===Ie))return a.replace(Zf,"");if(!a||!(b=yb(b)))return a;var d=L(a),e=L(b),f=y(d,e),g=z(d,e)+1;return Fb(d,f,g).join("")}function ve(a){return function(){return a}}function we(a){return a}function xe(a){return fb("function"==typeof a?a:Ea(a,Pe))}function ye(a){return kb(Ea(a,Pe))}function ze(a,b,d){var e=le(b),f=Na(b,e);null!=d||Sd(b)&&(f.length||!e.length)||(d=b,b=a,a=this,f=Na(b,le(b)));var g=!(Sd(d)&&"chain"in d&&!d.chain),h=Qd(a);return c(f,function(c){var d=b[c];a[c]=d,h&&(a.prototype[c]=function(){var b=this.__chain__;if(g||b){var c=a(this.__wrapped__),e=c.__actions__=Qb(this.__actions__);return e.push({func:d,args:arguments,thisArg:a}),c.__chain__=b,c}return d.apply(a,i([this.value()],arguments))})}),a}function Ae(){return Kg._===this&&(Kg._=fh),this}function Be(){}function Ce(a){return Ec(a)?q(Uc(a)):rb(a)}function De(){return[]}function Ee(){return!1}function Fe(a){var b=++bh;return ee(a)+b}function Ge(a){return a&&a.length?Ia(a,we,Ra):Ie}function He(a){return a&&a.length?Ia(a,we,ib):Ie}var Ie,Je="4.17.5",Ke=200,Le="Expected a function",Me="__lodash_hash_undefined__",Ne=500,Oe="__lodash_placeholder__",Pe=1,Qe=2,Re=4,Se=1,Te=2,Ue=1,Ve=2,We=4,Xe=8,Ye=16,Ze=32,$e=64,_e=128,af=256,bf=512,cf=800,df=16,ef=1,ff=2,gf=3,hf=1/0,jf=9007199254740991,kf=1.7976931348623157e308,lf=NaN,mf=4294967295,nf=[["ary",_e],["bind",Ue],["bindKey",Ve],["curry",Xe],["curryRight",Ye],["flip",bf],["partial",Ze],["partialRight",$e],["rearg",af]],of="[object Arguments]",pf="[object Array]",qf="[object AsyncFunction]",rf="[object Boolean]",sf="[object Date]",tf="[object Error]",uf="[object Function]",vf="[object GeneratorFunction]",wf="[object Map]",xf="[object Number]",yf="[object Null]",zf="[object Object]",Af="[object Promise]",Bf="[object Proxy]",Cf="[object RegExp]",Df="[object Set]",Ef="[object String]",Ff="[object Symbol]",Gf="[object Undefined]",Hf="[object WeakMap]",If="[object ArrayBuffer]",Jf="[object DataView]",Kf="[object Float32Array]",Lf="[object Float64Array]",Mf="[object Int8Array]",Nf="[object Int16Array]",Of="[object Int32Array]",Pf="[object Uint8Array]",Qf="[object Uint8ClampedArray]",Rf="[object Uint16Array]",Sf="[object Uint32Array]",Tf=/[&<>"']/g,Uf=RegExp(Tf.source),Vf=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Wf=/^\w*$/,Xf=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Yf=/[\\^$.*+?()[\]{}|]/g,Zf=/^\s+|\s+$/g,$f=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,_f=/\{\n\/\* \[wrapped with (.+)\] \*/,ag=/,? & /,bg=/\\(\\)?/g,cg=/\w*$/,dg=/^[-+]0x[0-9a-f]+$/i,eg=/^0b[01]+$/i,fg=/^\[object .+?Constructor\]$/,gg=/^0o[0-7]+$/i,hg=/^(?:0|[1-9]\d*)$/,ig="\\ud800-\\udfff",jg="\\u0300-\\u036f",kg="\\ufe20-\\ufe2f",lg="\\u20d0-\\u20ff",mg=jg+kg+lg,ng="\\ufe0e\\ufe0f",og="["+ig+"]",pg="["+mg+"]",qg="\\ud83c[\\udffb-\\udfff]",rg="(?:"+pg+"|"+qg+")",sg="[^"+ig+"]",tg="(?:\\ud83c[\\udde6-\\uddff]){2}",ug="[\\ud800-\\udbff][\\udc00-\\udfff]",vg="\\u200d",wg=rg+"?",xg="["+ng+"]?",yg="(?:"+vg+"(?:"+[sg,tg,ug].join("|")+")"+xg+wg+")*",zg=xg+wg+yg,Ag="(?:"+[sg+pg+"?",pg,tg,ug,og].join("|")+")",Bg=RegExp(qg+"(?="+qg+")|"+Ag+zg,"g"),Cg=RegExp("["+vg+ig+mg+ng+"]"),Dg={};Dg[Kf]=Dg[Lf]=Dg[Mf]=Dg[Nf]=Dg[Of]=Dg[Pf]=Dg[Qf]=Dg[Rf]=Dg[Sf]=!0,Dg[of]=Dg[pf]=Dg[If]=Dg[rf]=Dg[Jf]=Dg[sf]=Dg[tf]=Dg[uf]=Dg[wf]=Dg[xf]=Dg[zf]=Dg[Cf]=Dg[Df]=Dg[Ef]=Dg[Hf]=!1;var Eg={};Eg[of]=Eg[pf]=Eg[If]=Eg[Jf]=Eg[rf]=Eg[sf]=Eg[Kf]=Eg[Lf]=Eg[Mf]=Eg[Nf]=Eg[Of]=Eg[wf]=Eg[xf]=Eg[zf]=Eg[Cf]=Eg[Df]=Eg[Ef]=Eg[Ff]=Eg[Pf]=Eg[Qf]=Eg[Rf]=Eg[Sf]=!0,Eg[tf]=Eg[uf]=Eg[Hf]=!1;var Fg={"&":"&","<":"<",">":">",'"':""","'":"'"},Gg=parseFloat,Hg=parseInt,Ig="object"==typeof global&&global&&global.Object===Object&&global,Jg="object"==typeof self&&self&&self.Object===Object&&self,Kg=Ig||Jg||Function("return this")(),Lg="object"==typeof exports&&exports&&!exports.nodeType&&exports,Mg=Lg&&"object"==typeof module&&module&&!module.nodeType&&module,Ng=Mg&&Mg.exports===Lg,Og=Ng&&Ig.process,Pg=function(){try{return Og&&Og.binding&&Og.binding("util")}catch(a){}}(),Qg=Pg&&Pg.isDate,Rg=Pg&&Pg.isMap,Sg=Pg&&Pg.isRegExp,Tg=Pg&&Pg.isSet,Ug=Pg&&Pg.isTypedArray,Vg=q("length"),Wg=r(Fg),Xg=Array.prototype,Yg=Function.prototype,Zg=Object.prototype,$g=Kg["__core-js_shared__"],_g=Yg.toString,ah=Zg.hasOwnProperty,bh=0,ch=function(){var a=/[^.]+$/.exec($g&&$g.keys&&$g.keys.IE_PROTO||"");return a?"Symbol(src)_1."+a:""}(),dh=Zg.toString,eh=_g.call(Object),fh=Kg._,gh=RegExp("^"+_g.call(ah).replace(Yf,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),hh=Ng?Kg.Buffer:Ie,ih=Kg.Symbol,jh=Kg.Uint8Array,kh=hh?hh.allocUnsafe:Ie,lh=F(Object.getPrototypeOf,Object),mh=Object.create,nh=Zg.propertyIsEnumerable,oh=Xg.splice,ph=ih?ih.isConcatSpreadable:Ie,qh=ih?ih.iterator:Ie,rh=ih?ih.toStringTag:Ie,sh=function(){try{var a=sc(Object,"defineProperty");return a({},"",{}),a}catch(b){}}(),th=Math.ceil,uh=Math.floor,vh=Object.getOwnPropertySymbols,wh=hh?hh.isBuffer:Ie,xh=Kg.isFinite,yh=F(Object.keys,Object),zh=Math.max,Ah=Math.min,Bh=Date.now,Ch=Math.random,Dh=(Xg.reverse,sc(Kg,"DataView")),Eh=sc(Kg,"Map"),Fh=sc(Kg,"Promise"),Gh=sc(Kg,"Set"),Hh=sc(Kg,"WeakMap"),Ih=sc(Object,"create"),Jh=Hh&&new Hh,Kh={},Lh=Vc(Dh),Mh=Vc(Eh),Nh=Vc(Fh),Oh=Vc(Gh),Ph=Vc(Hh),Qh=ih?ih.prototype:Ie,Rh=Qh?Qh.valueOf:Ie,Sh=Qh?Qh.toString:Ie,Th=function(){function a(){}return function(b){if(!Sd(b))return{};if(mh)return mh(b);a.prototype=b;var c=new a;return a.prototype=Ie,c}}();O.prototype=P.prototype,O.prototype.constructor=O,Q.prototype=Th(P.prototype),Q.prototype.constructor=Q,R.prototype=Th(P.prototype),R.prototype.constructor=R,V.prototype.clear=W,V.prototype["delete"]=X,V.prototype.get=Y,V.prototype.has=Z,V.prototype.set=$,_.prototype.clear=aa,_.prototype["delete"]=ba,_.prototype.get=ca,_.prototype.has=da,_.prototype.set=ea,fa.prototype.clear=ga,fa.prototype["delete"]=ha,fa.prototype.get=ia,fa.prototype.has=ja,fa.prototype.set=ka,la.prototype.add=la.prototype.push=ma,la.prototype.has=na,oa.prototype.clear=pa,oa.prototype["delete"]=qa,oa.prototype.get=ra,oa.prototype.has=sa,oa.prototype.set=ta;var Uh=Wb(La),Vh=Xb(),Wh=Xb(!0),Xh=Jh?function(a,b){return Jh.set(a,b),a}:we,Yh=sh?function(a,b){return sh(a,"toString",{configurable:!0,enumerable:!1,value:ve(b),writable:!0})}:we,Zh=Gh&&1/I(new Gh([,-0]))[1]==hf?function(a){return new Gh(a)}:Be,$h=Jh?function(a){return Jh.get(a)}:Be,_h=vh?function(a){return null==a?[]:(a=Object(a),e(vh(a),function(b){return nh.call(a,b)}))}:De,ai=vh?function(a){for(var b=[];a;)i(b,_h(a)),a=lh(a);return b}:De,bi=Qa;(Dh&&bi(new Dh(new ArrayBuffer(1)))!=Jf||Eh&&bi(new Eh)!=wf||Fh&&bi(Fh.resolve())!=Af||Gh&&bi(new Gh)!=Df||Hh&&bi(new Hh)!=Hf)&&(bi=function(a){var b=Qa(a),c=b==zf?a.constructor:Ie,d=c?Vc(c):"";if(d)switch(d){case Lh:return Jf;case Mh:return wf;case Nh:return Af;case Oh:return Df;case Ph:return Hf}return b});var ci=Tc(Xh),di=Tc(Yh),ei=Lc(function(a){var b=[];return 46===a.charCodeAt(0)&&b.push(""),a.replace(Xf,function(a,c,d,e){b.push(d?e.replace(bg,"$1"):c||a)}),b}),fi=ub(function(a,b){return Ld(a)?Ga(a,Ka(b,1,Ld,!0)):[]}),gi=ub(function(a){var b=h(a,Db);return b.length&&b[0]===a[0]?Ua(b):[]}),hi=ub(function(a){return zb(Ka(a,1,Ld,!0))}),ii=ub(function(a,b){return Ld(a)?Ga(a,b):[]}),ji=ub(md),ki=(lc(function(a){var b=a.length,c=b?a[0]:0,d=this.__wrapped__,e=function(b){return Ca(b,a)};return!(b>1||this.__actions__.length)&&d instanceof R&&Cc(c)?(d=d.slice(c,+c+(b?1:0)),d.__actions__.push({func:qd,args:[e],thisArg:Ie}),new Q(d,this.__chain__).thru(function(a){return b&&!a.length&&a.push(Ie),a})):this.thru(e)}),Ub(function(a,b,c){ah.call(a,c)?++a[c]:Ba(a,c,1)})),li=_b(_c),mi=ub(function(a,b){if(null==a)return[];var c=b.length;return c>1&&Dc(a,b[0],b[1])?b=[]:c>2&&Dc(b[0],b[1],b[2])&&(b=[b[0]]),ob(a,Ka(b,1),[])}),ni=function(){return Kg.Date.now()},oi=ub(function(a,b,c){var d=Ue;if(c.length){var e=G(c,pc(oi));d|=Ze}return fc(a,d,b,c,e)}),pi=ub(function(a,b){return Fa(a,1,b)}),qi=ub(function(a,b,c){return Fa(a,ce(b)||0,c)});Cd.Cache=fa;var ri=Xa(function(){return arguments}())?Xa:function(a){return Td(a)&&ah.call(a,"callee")&&!nh.call(a,"callee")},si=Array.isArray,ti=wh||Ee,ui=Qg?v(Qg):Ya,vi=Rg?v(Rg):_a,wi=Sg?v(Sg):cb,xi=Tg?v(Tg):db,yi=Ug?v(Ug):eb,zi=Vb(function(a,b){Rb(b,me(b),a)}),Ai=ub(function(a,b){a=Object(a);var c=-1,d=b.length,e=d>2?b[2]:Ie;for(e&&Dc(b[0],b[1],e)&&(d=1);++c1),b}),Rb(a,nc(a),c),d&&(c=Ea(c,Pe|Qe|Re,hc));for(var e=b.length;e--;)Ab(c,b[e]);return c}),Hi=lc(function(a,b){return null==a?{}:pb(a,b)}),Ii=dc();O.assignIn=zi,O.before=Ad,O.bind=oi,O.chain=od,O.compact=Yc,O.concat=Zc,O.countBy=ki,O.create=fe,O.debounce=Bd,O.defaults=Ai,O.defaultsDeep=Bi,O.defer=pi,O.delay=qi,O.difference=fi,O.drop=$c,O.filter=td,O.flatten=bd,O.flattenDeep=cd,O.initial=fd,O.intersection=gi,O.invert=Ci,O.invertBy=Di,O.iteratee=xe,O.keys=le,O.map=vd,O.matches=ye,O.merge=Ei,O.mixin=ze,O.negate=Dd,O.omit=Gi,O.omitBy=ne,O.once=Ed,O.pick=Hi,O.range=Ii,O.reject=xd,O.rest=Fd,O.slice=hd,O.sortBy=mi,O.take=id,O.takeRight=jd,O.tap=pd,O.throttle=Gd,O.thru=qd,O.toArray=_d,O.union=hi,O.uniq=kd,O.uniqBy=ld,O.unzip=md,O.values=qe,O.without=ii,O.zip=ji,O.zipObject=nd,O.extend=zi,ze(O,O),O.clamp=re,O.clone=Hd,O.cloneDeep=Id,O.escape=te,O.every=sd,O.find=li,O.findIndex=_c,O.findKey=ge,O.findLastIndex=ad,O.findLastKey=he,O.forEach=ud,O.get=ie,O.has=je,O.head=dd,O.identity=we,O.indexOf=ed,O.isArguments=ri,O.isArray=si,O.isArrayLike=Kd,O.isBoolean=Md,O.isDate=ui,O.isEmpty=Nd,O.isEqual=Od,O.isFinite=Pd,O.isFunction=Qd,O.isNaN=Ud,O.isNull=Vd,O.isNumber=Wd,O.isObject=Sd,O.isPlainObject=Xd,O.isRegExp=wi,O.isString=Yd,O.isUndefined=$d,O.last=gd,O.max=Ge,O.min=He,O.noConflict=Ae,O.noop=Be,O.random=se,O.reduce=wd,O.result=pe,O.size=yd,O.some=zd,O.trim=ue,O.uniqueId=Fe,O.each=ud,O.first=dd,ze(O,function(){var a={};return La(O,function(b,c){ah.call(O.prototype,c)||(a[c]=b)}),a}(),{chain:!1}),O.VERSION=Je,c(["drop","take"],function(a,b){R.prototype[a]=function(c){c=c===Ie?1:zh(be(c),0);var d=this.__filtered__&&!b?new R(this):this.clone();return d.__filtered__?d.__takeCount__=Ah(c,d.__takeCount__):d.__views__.push({size:Ah(c,mf),type:a+(d.__dir__<0?"Right":"")}),d},R.prototype[a+"Right"]=function(b){return this.reverse()[a](b).reverse()}}),c(["filter","map","takeWhile"],function(a,b){var c=b+1,d=c==ef||c==gf;R.prototype[a]=function(a){var b=this.clone();return b.__iteratees__.push({iteratee:getIteratee(a,3),type:c}),b.__filtered__=b.__filtered__||d,b}}),c(["head","last"],function(a,b){var c="take"+(b?"Right":"");R.prototype[a]=function(){return this[c](1).value()[0]}}),c(["initial","tail"],function(a,b){var c="drop"+(b?"":"Right");R.prototype[a]=function(){return this.__filtered__?new R(this):this[c](1)}}),R.prototype.compact=function(){return this.filter(we)},R.prototype.find=function(a){return this.filter(a).head()},R.prototype.findLast=function(a){return this.reverse().find(a)},R.prototype.invokeMap=ub(function(a,b){return"function"==typeof a?new R(this):this.map(function(c){return Wa(c,a,b)})}),R.prototype.reject=function(a){return this.filter(Dd(getIteratee(a)))},R.prototype.slice=function(a,b){a=be(a);var c=this;return c.__filtered__&&(a>0||b<0)?new R(c):(a<0?c=c.takeRight(-a):a&&(c=c.drop(a)),b!==Ie&&(b=be(b),c=b<0?c.dropRight(-b):c.take(b-a)),c)},R.prototype.takeRightWhile=function(a){return this.reverse().takeWhile(a).reverse()},R.prototype.toArray=function(){return this.take(mf)},La(R.prototype,function(a,b){var c=/^(?:filter|find|map|reject)|While$/.test(b),d=/^(?:head|last)$/.test(b),e=O[d?"take"+("last"==b?"Right":""):b],f=d||/^find/.test(b);e&&(O.prototype[b]=function(){var b=this.__wrapped__,g=d?[1]:arguments,h=b instanceof R,j=g[0],k=h||si(b),l=function(a){var b=e.apply(O,i([a],g));return d&&m?b[0]:b};k&&c&&"function"==typeof j&&1!=j.length&&(h=k=!1);var m=this.__chain__,n=!!this.__actions__.length,o=f&&!m,p=h&&!n;if(!f&&k){b=p?b:new R(this);var q=a.apply(b,g);return q.__actions__.push({func:qd,args:[l],thisArg:Ie}),new Q(q,m)}return o&&p?a.apply(this,g):(q=this.thru(l),o?d?q.value()[0]:q.value():q)})}),c(["pop","push","shift","sort","splice","unshift"],function(a){var b=Xg[a],c=/^(?:push|sort|unshift)$/.test(a)?"tap":"thru",d=/^(?:pop|shift)$/.test(a);O.prototype[a]=function(){var a=arguments;if(d&&!this.__chain__){var e=this.value();return b.apply(si(e)?e:[],a)}return this[c](function(c){return b.apply(si(c)?c:[],a)})}}),La(R.prototype,function(a,b){var c=O[b];if(c){var d=c.name+"",e=Kh[d]||(Kh[d]=[]);e.push({name:b,func:c})}}),Kh[ac(Ie,Ve).name]=[{name:"wrapper",func:Ie}],R.prototype.clone=S,R.prototype.reverse=T,R.prototype.value=U,O.prototype.first=O.prototype.head,qh&&(O.prototype[qh]=rd),"function"==typeof define&&"object"==typeof define.amd&&define.amd?(Kg._=O,define(function(){return O})):Mg?((Mg.exports=O)._=O,Lg._=O):Kg._=O}.call(this);var _global;_global="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,_global.BI||(_global.BI={}),!function(a){var b=function(a,b){return function(c,d,e){return a.call(b,d,c,e)}},c=function(a){return function(){return _[a].apply(_,arguments)}},d=function(a){return function(){var c=Array.prototype.slice.call(arguments,0);return c[1]=_.isFunction(c[1])?b(c[1],c[2]):c[1],_[a].apply(_,c)}};_.extend(BI,{i18nText:function(a){var b=BI.i18n&&BI.i18n[a]||"";b||(b=a);var c=arguments.length;if(c>1){if(!(b.indexOf("{R1}")>-1)){var d=Array.prototype.slice.call(arguments),e=1;return BI.replaceAll(b,"\\{\\s*\\}",function(){return d[e++]+""})}for(var f=1;f=0;c--)a=BI.map(a,function(a,d){return BI.extend({},b[c],{items:[BI.extend({},b[c].el,{el:d})]})});return a},formatEL:function(a){return a&&!a.type&&a.el?a:{el:a}},stripEL:function(a){return a.type&&a||a.el||a},trans2Element:function(a){return BI.map(a,function(a,b){return b.element})}}),_.each(["where","findWhere","invoke","pluck","shuffle","sample","toArray","size"],function(a){BI[a]=c(a)}),_.each(["get","each","map","reduce","reduceRight","find","filter","reject","every","all","some","any","max","min","sortBy","groupBy","indexBy","countBy","partition","clamp"],function(a){"any"===a?BI[a]=d("some"):BI[a]=d(a)}),_.extend(BI,{count:function(a,b,c){var d;if(c)for(d=a;d=0;d--)b(d,a[d],a);return!1},backAny:function(a,b,c){b=BI.iteratee(b,c);for(var d=a.length-1;d>=0;d--)if(b(d,a[d],a))return!0;return!1},backEvery:function(a,b,c){b=BI.iteratee(b,c);for(var d=a.length-1;d>=0;d--)if(!b(d,a[d],a))return!1;return!0},backFindKey:function(a,b,c){b=BI.iteratee(b,c);for(var d,e=_.keys(a),f=e.length-1;f>=0;f--)if(d=e[f],b(a[d],d,a))return d},backFind:function(a,b,c){var d;if(d=BI.isArray(a)?BI.findLastIndex(a,b,c):BI.backFindKey(a,b,c),void 0!==d&&d!==-1)return a[d]},remove:function(a,b,c){var d=BI.isFunction(b);b=d||BI.isArray(b)?b:[b];var e;if(BI.isArray(a))for(e=0;e(2147483646-a.charAt(d).charCodeAt(0)+c.charCodeAt(0))/26)return 0;return b},int2Abc:function(a){var b=["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"],c=a,d="";if(0===a)return"";for(;0!==c;){var e=c%26;0===e&&(e=26),d=b[e-1]+d,c=(c-e)/26}return d}}),_.each(["first","initial","last","rest","compact","flatten","without","union","intersection","difference","zip","unzip","object","indexOf","lastIndexOf","sortedIndex","range","take","takeRight"],function(a){BI[a]=c(a)}),_.each(["findIndex","findLastIndex"],function(a){BI[a]=d(a)}),_.extend(BI,{makeArray:function(a,b){for(var c=[],d=0;d0;)BI.prepares.shift()()},has:function(a,b){return BI.isArray(b)?0!==b.length&&BI.every(b,function(b,c){return _.has(a,c)}):_.has.apply(_,arguments)},freeze:function(a){if(Object.freeze)return Object.freeze(a);if(!BI.isObject(a))throw new TypeError("Object.freeze can only be called on Objects.");return a},isKey:function(a){return BI.isNumber(a)||BI.isString(a)&&a.length>0},isCapitalEqual:function(a,b){return a=BI.isNull(a)?a:(""+a).toLowerCase(),b=BI.isNull(b)?b:(""+b).toLowerCase(),BI.isEqual(a,b)},isWidthOrHeight:function(a){return"number"==typeof a?a>=0:"string"==typeof a?/^\d{1,3}%$/.exec(a)||"auto"==a||/^\d+px$/.exec(a):void 0},isNotNull:function(a){return!BI.isNull(a)},isNull:function(a){return"undefined"==typeof a||null===a},isEmptyArray:function(a){return BI.isArray(a)&&BI.isEmpty(a)},isNotEmptyArray:function(a){return BI.isArray(a)&&!BI.isEmpty(a)},isEmptyObject:function(a){return BI.isEqual(a,{})},isNotEmptyObject:function(a){return BI.isPlainObject(a)&&!BI.isEmptyObject(a)},isEmptyString:function(a){return BI.isString(a)&&0===a.length},isNotEmptyString:function(a){return BI.isString(a)&&!BI.isEmptyString(a)},isWindow:function(a){return null!=a&&a==a.window}}),_.extend(BI,{deepClone:_.cloneDeep,deepExtend:_.merge,isDeepMatch:function(a,b){var c=BI.keys(b),d=c.length;if(null==a)return!d;for(var e=Object(a),f=0;f=0},deepContains:function(a,b){return BI.isObject(b)?BI.any(a,function(a,c){if(BI.isEqual(c,b))return!0}):BI.contains(a,b)},deepIndexOf:function(a,b){for(var c=0;c10;)c=(parseInt(c.substring(0,10))+parseInt(c.substring(10,c.length),10)).toString();c=(f*c+g)%h;for(var j="",k="",d=0;d10;)c=(parseInt(c.substring(0,10),10)+parseInt(c.substring(10,c.length),10)).toString();c=(g*c+h)%i;for(var k="",l="",d=0;de[0]?f=["y",1]:a>=d[0]&&a<=e[0]&&(a==d[0]&&(be[1]?f=["m",1]:b==e[1]&&c>e[2]&&(f=["d",1]))),f},checkDateLegal:function(a){var b=a.match(/\d+/g),c=0|b[0],d=0|b[1],e=0|b[2];if(b.length<=1)return!0;if(b.length<=2)return d>=1&&d<=12;var f=BI.Date._MD.slice(0);return f[1]=BI.isLeapYear(c)?29:28,d>=1&&d<=12&&e<=f[d-1]},parseDateTime:function(a,b){var c=BI.getDate(),d=0,e=0,f=1,g=a.split(/\W+/);if("%y%x"==b.toLowerCase()||"%y%x%d"==b.toLowerCase()){var h=4,i=2;g[0]=a.substring(0,h),g[1]=a.substring(h,h+i),g[2]=a.substring(h+i,h+2*i)}var j=b.match(/%./g),k=0,l=0,m=0,n=0,o=0;for(k=0;k29?1900:2e3);break;case"%b":case"%B":for(l=0;l<12;++l)if(BI.Date._MN[l].substr(0,g[k].length).toLowerCase()==g[k].toLowerCase()){e=l;break}break;case"%H":case"%I":case"%k":case"%l":m=parseInt(g[k],10);break;case"%P":case"%p":/pm/i.test(g[k])&&m<12?m+=12:/am/i.test(g[k])&&m>=12&&(m-=12);break;case"%M":n=parseInt(g[k],10);case"%S":o=parseInt(g[k],10)}if(isNaN(d)&&(d=c.getFullYear()),isNaN(e)&&(e=c.getMonth()),isNaN(f)&&(f=c.getDate()),isNaN(m)&&(m=c.getHours()),isNaN(n)&&(n=c.getMinutes()),isNaN(o)&&(o=c.getSeconds()),0!=d)return BI.getDate(d,e,f,m,n,o);for(d=0,e=-1,f=0,k=0;k31&&0==d?(d=parseInt(g[k],10),d<100&&(d+=d>29?1900:2e3)):0==f&&(f=g[k]);return 0==d&&(d=c.getFullYear()),e!=-1&&0!=f?BI.getDate(d,e,f,m,n,o):c},getDate:function(){var a,b=arguments.length,c=arguments;switch(b){case 0:a=new Date;break;case 1:a=new Date(c[0]);break;case 2:a=new Date(c[0],c[1]);break;case 3:a=new Date(c[0],c[1],c[2]);break;case 4:a=new Date(c[0],c[1],c[2],c[3]);break;case 5:a=new Date(c[0],c[1],c[2],c[3],c[4]);break;case 6:a=new Date(c[0],c[1],c[2],c[3],c[4],c[5]);break;case 7:a=new Date(c[0],c[1],c[2],c[3],c[4],c[5],c[6]);break;default:a=new Date}if(BI.isNotNull(BI.timeZone)&&(0===arguments.length||1===arguments.length&&BI.isNumber(arguments[0]))){var d=a.getTime(),e=6e4*(new Date).getTimezoneOffset(),f=d+e;return new Date(f+BI.timeZone)}return a},getTime:function(){var a,b=arguments.length,c=arguments;switch(b){case 0:a=new Date;break;case 1:a=new Date(c[0]);break;case 2:a=new Date(c[0],c[1]);break;case 3:a=new Date(c[0],c[1],c[2]);break;case 4:a=new Date(c[0],c[1],c[2],c[3]);break;case 5:a=new Date(c[0],c[1],c[2],c[3],c[4]);break;case 6:a=new Date(c[0],c[1],c[2],c[3],c[4],c[5]);break;case 7:a=new Date(c[0],c[1],c[2],c[3],c[4],c[5],c[6]);break;default:a=new Date}return BI.isNotNull(BI.timeZone)?a.getTime()-BI.timeZone-6e4*(new Date).getTimezoneOffset():a.getTime()}})}(),!function(){function a(){for(var a,b,c,d,e=arguments[0]||{},f=arguments.length,g=1;g0;)BI.prepares.shift()();var e,f;if(a||(a={}),BI.isWidget(c)?(d=c,c={}):c||(c={}),BI.isEmpty(a)&&BI.isEmpty(c))return BI.createWidget({type:"bi.layout"});if(BI.isWidget(a))return a;if(a.type||c.type)return e=BI.extend({},c,a),f=BI.Plugin.getWidget(e.type,e),f.type===e.type?BI.Plugin.getObject(e.type,b(f)):BI.createWidget(BI.extend({},a,{type:f.type},c));if(a.el&&(a.el.type||c.type))return e=BI.extend({},c,a.el),f=BI.Plugin.getWidget(e.type,e),f.type===e.type?BI.Plugin.getObject(e.type,b(f)):BI.createWidget(BI.extend({},a,{type:f.type},c));if(BI.isWidget(a.el))return a.el;throw new Error("无法根据item创建组件")}}(),!function(){function a(a){return function(b,c,d){var e,f=b[c];f&&f.target==b||(e=b[c]=function(){for(var a,b=e.before,c=arguments,d=b.length;d--;){if(a=b[d].advice.apply(this,c),a===!1)return!1;c=a||c}for(var f=e.method.apply(this,c),g=e.after,h=0,i=g.length;h127&&d<2048?(b+=String.fromCharCode(d>>6|192),b+=String.fromCharCode(63&d|128)):(b+=String.fromCharCode(d>>12|224),b+=String.fromCharCode(d>>6&63|128),b+=String.fromCharCode(63&d|128))}return b},c=function(a){for(var b="",c=0,d=0,e=0,f=0;c191&&d<224?(f=a.charCodeAt(c+1),b+=String.fromCharCode((31&d)<<6|63&f),c+=2):(f=a.charCodeAt(c+1),e=a.charCodeAt(c+2),b+=String.fromCharCode((15&d)<<12|(63&f)<<6|63&e),c+=3);return b};_.extend(BI,{encode:function(c){var d,e,f,g,h,i,j,k="",l=0;for(c=b(c);l>2,h=(3&d)<<4|e>>4,i=(15&e)<<2|f>>6,j=63&f,isNaN(e)?i=j=64:isNaN(f)&&(j=64),k=k+a.charAt(g)+a.charAt(h)+a.charAt(i)+a.charAt(j);return k},decode:function(b){var d,e,f,g,h,i,j,k="",l=0;for(b=b.replace(/[^A-Za-z0-9\+\/\=]/g,"");l>4,e=(15&h)<<4|i>>2,f=(3&i)<<6|j,k+=String.fromCharCode(d),64!=i&&(k+=String.fromCharCode(e)),64!=j&&(k+=String.fromCharCode(f));return k=c(k)}})}(),BI.Cache={_prefix:"bi",setUsername:function(a){localStorage.setItem(BI.Cache._prefix+".username",(a+""||"").toUpperCase())},getUsername:function(){return localStorage.getItem(BI.Cache._prefix+".username")||""},_getKeyPrefix:function(){return BI.Cache.getUsername()+"."+BI.Cache._prefix+"."},_generateKey:function(a){return BI.Cache._getKeyPrefix()+(a||"")},getItem:function(a){return localStorage.getItem(BI.Cache._generateKey(a))},setItem:function(a,b){localStorage.setItem(BI.Cache._generateKey(a),b)},removeItem:function(a){localStorage.removeItem(BI.Cache._generateKey(a))},clear:function(){for(var a=localStorage.length;a>=0;a--){var b=localStorage.key(a);b&&0===b.indexOf(BI.Cache._getKeyPrefix())&&localStorage.removeItem(b)}},keys:function(){for(var a=[],b=localStorage.length;b>=0;b--){var c=localStorage.key(b);if(c){var d=BI.Cache._getKeyPrefix();0===c.indexOf(d)&&(a[a.length]=c.substring(d.length))}}return a},addCookie:function(a,b,c,d){var e=a+"="+escape(b);if(d&&d>0){var f=new Date;f.setTime(BI.getTime()+3600*d*1e3),e=e+"; expires="+f.toGMTString()}c&&(e=e+"; path="+c),document.cookie=e},getCookie:function(a){var b,c=new RegExp("(^| )"+a+"=([^;]*)(;|$)");return(b=document.cookie.match(c))?unescape(b[2]):null},deleteCookie:function(a,b){var c=new Date;c.setTime(BI.getTime()-1e4);var d=a+"=v; expires="+c.toGMTString();b&&(d=d+"; path="+b),document.cookie=d}},BI.CellSizeAndPositionManager=function(a,b,c){this._cellSizeGetter=b,this._cellCount=a,this._estimatedCellSize=c,this._cellSizeAndPositionData={},this._lastMeasuredIndex=-1},BI.CellSizeAndPositionManager.prototype={constructor:BI.CellSizeAndPositionManager,configure:function(a,b){this._cellCount=a,this._estimatedCellSize=b},getCellCount:function(){return this._cellCount},getEstimatedCellSize:function(){return this._estimatedCellSize},getLastMeasuredIndex:function(){return this._lastMeasuredIndex},getSizeAndPositionOfCell:function(a){if(!(a<0||a>=this._cellCount)){if(a>this._lastMeasuredIndex){for(var b=this.getSizeAndPositionOfLastMeasuredCell(),c=b.offset+b.size,d=this._lastMeasuredIndex+1;d<=a;d++){var e=this._cellSizeGetter(d);null==e||isNaN(e)||(this._cellSizeAndPositionData[d]={offset:c,size:e},c+=e)}this._lastMeasuredIndex=a}return this._cellSizeAndPositionData[a]}},getSizeAndPositionOfLastMeasuredCell:function(){return this._lastMeasuredIndex>=0?this._cellSizeAndPositionData[this._lastMeasuredIndex]:{offset:0,size:0}},getTotalSize:function(){var a=this.getSizeAndPositionOfLastMeasuredCell();return a.offset+a.size+(this._cellCount-this._lastMeasuredIndex-1)*this._estimatedCellSize},getUpdatedOffsetForIndex:function(a,b,c,d){var e,f=this.getSizeAndPositionOfCell(d),g=f.offset,h=g-b+f.size;switch(a){case"start":e=g;break;case"end":e=h;break;case"center":e=g-(b-f.size)/2;break;default:e=Math.max(h,Math.min(g,c))}var i=this.getTotalSize();return Math.max(0,Math.min(i-b,e))},getVisibleCellRange:function(a,b){var c=this.getTotalSize();if(0===c)return{};var d=b+a,e=this._findNearestCell(b),f=this.getSizeAndPositionOfCell(e);b=f.offset+f.size;for(var g=e;bc&&(a=d-1)}if(b>0)return b-1},_exponentialSearch:function(a,b){for(var c=1;a=a?this._binarySearch(c,0,a):this._exponentialSearch(c,a)}}},BI.ScalingCellSizeAndPositionManager=function(a,b,c,d){this._cellSizeAndPositionManager=new BI.CellSizeAndPositionManager(a,b,c),this._maxScrollSize=d||1e7},BI.ScalingCellSizeAndPositionManager.prototype={constructor:BI.ScalingCellSizeAndPositionManager,configure:function(){this._cellSizeAndPositionManager.configure.apply(this._cellSizeAndPositionManager,arguments)},getCellCount:function(){return this._cellSizeAndPositionManager.getCellCount()},getEstimatedCellSize:function(){return this._cellSizeAndPositionManager.getEstimatedCellSize()},getLastMeasuredIndex:function(){return this._cellSizeAndPositionManager.getLastMeasuredIndex()},getOffsetAdjustment:function(a,b){var c=this._cellSizeAndPositionManager.getTotalSize(),d=this.getTotalSize(),e=this._getOffsetPercentage(a,b,d);return Math.round(e*(d-c))},getSizeAndPositionOfCell:function(a){return this._cellSizeAndPositionManager.getSizeAndPositionOfCell(a)},getSizeAndPositionOfLastMeasuredCell:function(){return this._cellSizeAndPositionManager.getSizeAndPositionOfLastMeasuredCell()},getTotalSize:function(){return Math.min(this._maxScrollSize,this._cellSizeAndPositionManager.getTotalSize())},getUpdatedOffsetForIndex:function(a,b,c,d){c=this._safeOffsetToOffset(b,c);var e=this._cellSizeAndPositionManager.getUpdatedOffsetForIndex(a,b,c,d);return this._offsetToSafeOffset(b,e)},getVisibleCellRange:function(a,b){return b=this._safeOffsetToOffset(a,b),this._cellSizeAndPositionManager.getVisibleCellRange(a,b)},resetCell:function(a){this._cellSizeAndPositionManager.resetCell(a)},_getOffsetPercentage:function(a,b,c){return c<=a?0:b/(c-a)},_offsetToSafeOffset:function(a,b){var c=this._cellSizeAndPositionManager.getTotalSize(),d=this.getTotalSize();if(c===d)return b;var e=this._getOffsetPercentage(a,b,c);return Math.round(e*(d-a))},_safeOffsetToOffset:function(a,b){var c=this._cellSizeAndPositionManager.getTotalSize(),d=this.getTotalSize();if(c===d)return b;var e=this._getOffsetPercentage(a,b,d);return Math.round(e*(c-a))}},!function(){var a="YDYQSXMWZSSXJBYMGCCZQPSSQBYCDSCDQLDYLYBSSJGYZZJJFKCCLZDHWDWZJLJPFYYNWJJTMYHZWZHFLZPPQHGSCYYYNJQYXXGJHHSDSJNKKTMOMLCRXYPSNQSECCQZGGLLYJLMYZZSECYKYYHQWJSSGGYXYZYJWWKDJHYCHMYXJTLXJYQBYXZLDWRDJRWYSRLDZJPCBZJJBRCFTLECZSTZFXXZHTRQHYBDLYCZSSYMMRFMYQZPWWJJYFCRWFDFZQPYDDWYXKYJAWJFFXYPSFTZYHHYZYSWCJYXSCLCXXWZZXNBGNNXBXLZSZSBSGPYSYZDHMDZBQBZCWDZZYYTZHBTSYYBZGNTNXQYWQSKBPHHLXGYBFMJEBJHHGQTJCYSXSTKZHLYCKGLYSMZXYALMELDCCXGZYRJXSDLTYZCQKCNNJWHJTZZCQLJSTSTBNXBTYXCEQXGKWJYFLZQLYHYXSPSFXLMPBYSXXXYDJCZYLLLSJXFHJXPJBTFFYABYXBHZZBJYZLWLCZGGBTSSMDTJZXPTHYQTGLJSCQFZKJZJQNLZWLSLHDZBWJNCJZYZSQQYCQYRZCJJWYBRTWPYFTWEXCSKDZCTBZHYZZYYJXZCFFZZMJYXXSDZZOTTBZLQWFCKSZSXFYRLNYJMBDTHJXSQQCCSBXYYTSYFBXDZTGBCNSLCYZZPSAZYZZSCJCSHZQYDXLBPJLLMQXTYDZXSQJTZPXLCGLQTZWJBHCTSYJSFXYEJJTLBGXSXJMYJQQPFZASYJNTYDJXKJCDJSZCBARTDCLYJQMWNQNCLLLKBYBZZSYHQQLTWLCCXTXLLZNTYLNEWYZYXCZXXGRKRMTCNDNJTSYYSSDQDGHSDBJGHRWRQLYBGLXHLGTGXBQJDZPYJSJYJCTMRNYMGRZJCZGJMZMGXMPRYXKJNYMSGMZJYMKMFXMLDTGFBHCJHKYLPFMDXLQJJSMTQGZSJLQDLDGJYCALCMZCSDJLLNXDJFFFFJCZFMZFFPFKHKGDPSXKTACJDHHZDDCRRCFQYJKQCCWJDXHWJLYLLZGCFCQDSMLZPBJJPLSBCJGGDCKKDEZSQCCKJGCGKDJTJDLZYCXKLQSCGJCLTFPCQCZGWPJDQYZJJBYJHSJDZWGFSJGZKQCCZLLPSPKJGQJHZZLJPLGJGJJTHJJYJZCZMLZLYQBGJWMLJKXZDZNJQSYZMLJLLJKYWXMKJLHSKJGBMCLYYMKXJQLBMLLKMDXXKWYXYSLMLPSJQQJQXYXFJTJDXMXXLLCXQBSYJBGWYMBGGBCYXPJYGPEPFGDJGBHBNSQJYZJKJKHXQFGQZKFHYGKHDKLLSDJQXPQYKYBNQSXQNSZSWHBSXWHXWBZZXDMNSJBSBKBBZKLYLXGWXDRWYQZMYWSJQLCJXXJXKJEQXSCYETLZHLYYYSDZPAQYZCMTLSHTZCFYZYXYLJSDCJQAGYSLCQLYYYSHMRQQKLDXZSCSSSYDYCJYSFSJBFRSSZQSBXXPXJYSDRCKGJLGDKZJZBDKTCSYQPYHSTCLDJDHMXMCGXYZHJDDTMHLTXZXYLYMOHYJCLTYFBQQXPFBDFHHTKSQHZYYWCNXXCRWHOWGYJLEGWDQCWGFJYCSNTMYTOLBYGWQWESJPWNMLRYDZSZTXYQPZGCWXHNGPYXSHMYQJXZTDPPBFYHZHTJYFDZWKGKZBLDNTSXHQEEGZZYLZMMZYJZGXZXKHKSTXNXXWYLYAPSTHXDWHZYMPXAGKYDXBHNHXKDPJNMYHYLPMGOCSLNZHKXXLPZZLBMLSFBHHGYGYYGGBHSCYAQTYWLXTZQCEZYDQDQMMHTKLLSZHLSJZWFYHQSWSCWLQAZYNYTLSXTHAZNKZZSZZLAXXZWWCTGQQTDDYZTCCHYQZFLXPSLZYGPZSZNGLNDQTBDLXGTCTAJDKYWNSYZLJHHZZCWNYYZYWMHYCHHYXHJKZWSXHZYXLYSKQYSPSLYZWMYPPKBYGLKZHTYXAXQSYSHXASMCHKDSCRSWJPWXSGZJLWWSCHSJHSQNHCSEGNDAQTBAALZZMSSTDQJCJKTSCJAXPLGGXHHGXXZCXPDMMHLDGTYBYSJMXHMRCPXXJZCKZXSHMLQXXTTHXWZFKHCCZDYTCJYXQHLXDHYPJQXYLSYYDZOZJNYXQEZYSQYAYXWYPDGXDDXSPPYZNDLTWRHXYDXZZJHTCXMCZLHPYYYYMHZLLHNXMYLLLMDCPPXHMXDKYCYRDLTXJCHHZZXZLCCLYLNZSHZJZZLNNRLWHYQSNJHXYNTTTKYJPYCHHYEGKCTTWLGQRLGGTGTYGYHPYHYLQYQGCWYQKPYYYTTTTLHYHLLTYTTSPLKYZXGZWGPYDSSZZDQXSKCQNMJJZZBXYQMJRTFFBTKHZKBXLJJKDXJTLBWFZPPTKQTZTGPDGNTPJYFALQMKGXBDCLZFHZCLLLLADPMXDJHLCCLGYHDZFGYDDGCYYFGYDXKSSEBDHYKDKDKHNAXXYBPBYYHXZQGAFFQYJXDMLJCSQZLLPCHBSXGJYNDYBYQSPZWJLZKSDDTACTBXZDYZYPJZQSJNKKTKNJDJGYYPGTLFYQKASDNTCYHBLWDZHBBYDWJRYGKZYHEYYFJMSDTYFZJJHGCXPLXHLDWXXJKYTCYKSSSMTWCTTQZLPBSZDZWZXGZAGYKTYWXLHLSPBCLLOQMMZSSLCMBJCSZZKYDCZJGQQDSMCYTZQQLWZQZXSSFPTTFQMDDZDSHDTDWFHTDYZJYQJQKYPBDJYYXTLJHDRQXXXHAYDHRJLKLYTWHLLRLLRCXYLBWSRSZZSYMKZZHHKYHXKSMDSYDYCJPBZBSQLFCXXXNXKXWYWSDZYQOGGQMMYHCDZTTFJYYBGSTTTYBYKJDHKYXBELHTYPJQNFXFDYKZHQKZBYJTZBXHFDXKDASWTAWAJLDYJSFHBLDNNTNQJTJNCHXFJSRFWHZFMDRYJYJWZPDJKZYJYMPCYZNYNXFBYTFYFWYGDBNZZZDNYTXZEMMQBSQEHXFZMBMFLZZSRXYMJGSXWZJSPRYDJSJGXHJJGLJJYNZZJXHGXKYMLPYYYCXYTWQZSWHWLYRJLPXSLSXMFSWWKLCTNXNYNPSJSZHDZEPTXMYYWXYYSYWLXJQZQXZDCLEEELMCPJPCLWBXSQHFWWTFFJTNQJHJQDXHWLBYZNFJLALKYYJLDXHHYCSTYYWNRJYXYWTRMDRQHWQCMFJDYZMHMYYXJWMYZQZXTLMRSPWWCHAQBXYGZYPXYYRRCLMPYMGKSJSZYSRMYJSNXTPLNBAPPYPYLXYYZKYNLDZYJZCZNNLMZHHARQMPGWQTZMXXMLLHGDZXYHXKYXYCJMFFYYHJFSBSSQLXXNDYCANNMTCJCYPRRNYTYQNYYMBMSXNDLYLYSLJRLXYSXQMLLYZLZJJJKYZZCSFBZXXMSTBJGNXYZHLXNMCWSCYZYFZLXBRNNNYLBNRTGZQYSATSWRYHYJZMZDHZGZDWYBSSCSKXSYHYTXXGCQGXZZSHYXJSCRHMKKBXCZJYJYMKQHZJFNBHMQHYSNJNZYBKNQMCLGQHWLZNZSWXKHLJHYYBQLBFCDSXDLDSPFZPSKJYZWZXZDDXJSMMEGJSCSSMGCLXXKYYYLNYPWWWGYDKZJGGGZGGSYCKNJWNJPCXBJJTQTJWDSSPJXZXNZXUMELPXFSXTLLXCLJXJJLJZXCTPSWXLYDHLYQRWHSYCSQYYBYAYWJJJQFWQCQQCJQGXALDBZZYJGKGXPLTZYFXJLTPADKYQHPMATLCPDCKBMTXYBHKLENXDLEEGQDYMSAWHZMLJTWYGXLYQZLJEEYYBQQFFNLYXRDSCTGJGXYYNKLLYQKCCTLHJLQMKKZGCYYGLLLJDZGYDHZWXPYSJBZKDZGYZZHYWYFQYTYZSZYEZZLYMHJJHTSMQWYZLKYYWZCSRKQYTLTDXWCTYJKLWSQZWBDCQYNCJSRSZJLKCDCDTLZZZACQQZZDDXYPLXZBQJYLZLLLQDDZQJYJYJZYXNYYYNYJXKXDAZWYRDLJYYYRJLXLLDYXJCYWYWNQCCLDDNYYYNYCKCZHXXCCLGZQJGKWPPCQQJYSBZZXYJSQPXJPZBSBDSFNSFPZXHDWZTDWPPTFLZZBZDMYYPQJRSDZSQZSQXBDGCPZSWDWCSQZGMDHZXMWWFYBPDGPHTMJTHZSMMBGZMBZJCFZWFZBBZMQCFMBDMCJXLGPNJBBXGYHYYJGPTZGZMQBQTCGYXJXLWZKYDPDYMGCFTPFXYZTZXDZXTGKMTYBBCLBJASKYTSSQYYMSZXFJEWLXLLSZBQJJJAKLYLXLYCCTSXMCWFKKKBSXLLLLJYXTYLTJYYTDPJHNHNNKBYQNFQYYZBYYESSESSGDYHFHWTCJBSDZZTFDMXHCNJZYMQWSRYJDZJQPDQBBSTJGGFBKJBXTGQHNGWJXJGDLLTHZHHYYYYYYSXWTYYYCCBDBPYPZYCCZYJPZYWCBDLFWZCWJDXXHYHLHWZZXJTCZLCDPXUJCZZZLYXJJTXPHFXWPYWXZPTDZZBDZCYHJHMLXBQXSBYLRDTGJRRCTTTHYTCZWMXFYTWWZCWJWXJYWCSKYBZSCCTZQNHXNWXXKHKFHTSWOCCJYBCMPZZYKBNNZPBZHHZDLSYDDYTYFJPXYNGFXBYQXCBHXCPSXTYZDMKYSNXSXLHKMZXLYHDHKWHXXSSKQYHHCJYXGLHZXCSNHEKDTGZXQYPKDHEXTYKCNYMYYYPKQYYYKXZLTHJQTBYQHXBMYHSQCKWWYLLHCYYLNNEQXQWMCFBDCCMLJGGXDQKTLXKGNQCDGZJWYJJLYHHQTTTNWCHMXCXWHWSZJYDJCCDBQCDGDNYXZTHCQRXCBHZTQCBXWGQWYYBXHMBYMYQTYEXMQKYAQYRGYZSLFYKKQHYSSQYSHJGJCNXKZYCXSBXYXHYYLSTYCXQTHYSMGSCPMMGCCCCCMTZTASMGQZJHKLOSQYLSWTMXSYQKDZLJQQYPLSYCZTCQQPBBQJZCLPKHQZYYXXDTDDTSJCXFFLLCHQXMJLWCJCXTSPYCXNDTJSHJWXDQQJSKXYAMYLSJHMLALYKXCYYDMNMDQMXMCZNNCYBZKKYFLMCHCMLHXRCJJHSYLNMTJZGZGYWJXSRXCWJGJQHQZDQJDCJJZKJKGDZQGJJYJYLXZXXCDQHHHEYTMHLFSBDJSYYSHFYSTCZQLPBDRFRZTZYKYWHSZYQKWDQZRKMSYNBCRXQBJYFAZPZZEDZCJYWBCJWHYJBQSZYWRYSZPTDKZPFPBNZTKLQYHBBZPNPPTYZZYBQNYDCPJMMCYCQMCYFZZDCMNLFPBPLNGQJTBTTNJZPZBBZNJKLJQYLNBZQHKSJZNGGQSZZKYXSHPZSNBCGZKDDZQANZHJKDRTLZLSWJLJZLYWTJNDJZJHXYAYNCBGTZCSSQMNJPJYTYSWXZFKWJQTKHTZPLBHSNJZSYZBWZZZZLSYLSBJHDWWQPSLMMFBJDWAQYZTCJTBNNWZXQXCDSLQGDSDPDZHJTQQPSWLYYJZLGYXYZLCTCBJTKTYCZJTQKBSJLGMGZDMCSGPYNJZYQYYKNXRPWSZXMTNCSZZYXYBYHYZAXYWQCJTLLCKJJTJHGDXDXYQYZZBYWDLWQCGLZGJGQRQZCZSSBCRPCSKYDZNXJSQGXSSJMYDNSTZTPBDLTKZWXQWQTZEXNQCZGWEZKSSBYBRTSSSLCCGBPSZQSZLCCGLLLZXHZQTHCZMQGYZQZNMCOCSZJMMZSQPJYGQLJYJPPLDXRGZYXCCSXHSHGTZNLZWZKJCXTCFCJXLBMQBCZZWPQDNHXLJCTHYZLGYLNLSZZPCXDSCQQHJQKSXZPBAJYEMSMJTZDXLCJYRYYNWJBNGZZTMJXLTBSLYRZPYLSSCNXPHLLHYLLQQZQLXYMRSYCXZLMMCZLTZSDWTJJLLNZGGQXPFSKYGYGHBFZPDKMWGHCXMSGDXJMCJZDYCABXJDLNBCDQYGSKYDQTXDJJYXMSZQAZDZFSLQXYJSJZYLBTXXWXQQZBJZUFBBLYLWDSLJHXJYZJWTDJCZFQZQZZDZSXZZQLZCDZFJHYSPYMPQZMLPPLFFXJJNZZYLSJEYQZFPFZKSYWJJJHRDJZZXTXXGLGHYDXCSKYSWMMZCWYBAZBJKSHFHJCXMHFQHYXXYZFTSJYZFXYXPZLCHMZMBXHZZSXYFYMNCWDABAZLXKTCSHHXKXJJZJSTHYGXSXYYHHHJWXKZXSSBZZWHHHCWTZZZPJXSNXQQJGZYZYWLLCWXZFXXYXYHXMKYYSWSQMNLNAYCYSPMJKHWCQHYLAJJMZXHMMCNZHBHXCLXTJPLTXYJHDYYLTTXFSZHYXXSJBJYAYRSMXYPLCKDUYHLXRLNLLSTYZYYQYGYHHSCCSMZCTZQXKYQFPYYRPFFLKQUNTSZLLZMWWTCQQYZWTLLMLMPWMBZSSTZRBPDDTLQJJBXZCSRZQQYGWCSXFWZLXCCRSZDZMCYGGDZQSGTJSWLJMYMMZYHFBJDGYXCCPSHXNZCSBSJYJGJMPPWAFFYFNXHYZXZYLREMZGZCYZSSZDLLJCSQFNXZKPTXZGXJJGFMYYYSNBTYLBNLHPFZDCYFBMGQRRSSSZXYSGTZRNYDZZCDGPJAFJFZKNZBLCZSZPSGCYCJSZLMLRSZBZZLDLSLLYSXSQZQLYXZLSKKBRXBRBZCYCXZZZEEYFGKLZLYYHGZSGZLFJHGTGWKRAAJYZKZQTSSHJJXDCYZUYJLZYRZDQQHGJZXSSZBYKJPBFRTJXLLFQWJHYLQTYMBLPZDXTZYGBDHZZRBGXHWNJTJXLKSCFSMWLSDQYSJTXKZSCFWJLBXFTZLLJZLLQBLSQMQQCGCZFPBPHZCZJLPYYGGDTGWDCFCZQYYYQYSSCLXZSKLZZZGFFCQNWGLHQYZJJCZLQZZYJPJZZBPDCCMHJGXDQDGDLZQMFGPSYTSDYFWWDJZJYSXYYCZCYHZWPBYKXRYLYBHKJKSFXTZJMMCKHLLTNYYMSYXYZPYJQYCSYCWMTJJKQYRHLLQXPSGTLYYCLJSCPXJYZFNMLRGJJTYZBXYZMSJYJHHFZQMSYXRSZCWTLRTQZSSTKXGQKGSPTGCZNJSJCQCXHMXGGZTQYDJKZDLBZSXJLHYQGGGTHQSZPYHJHHGYYGKGGCWJZZYLCZLXQSFTGZSLLLMLJSKCTBLLZZSZMMNYTPZSXQHJCJYQXYZXZQZCPSHKZZYSXCDFGMWQRLLQXRFZTLYSTCTMJCXJJXHJNXTNRZTZFQYHQGLLGCXSZSJDJLJCYDSJTLNYXHSZXCGJZYQPYLFHDJSBPCCZHJJJQZJQDYBSSLLCMYTTMQTBHJQNNYGKYRQYQMZGCJKPDCGMYZHQLLSLLCLMHOLZGDYYFZSLJCQZLYLZQJESHNYLLJXGJXLYSYYYXNBZLJSSZCQQCJYLLZLTJYLLZLLBNYLGQCHXYYXOXCXQKYJXXXYKLXSXXYQXCYKQXQCSGYXXYQXYGYTQOHXHXPYXXXULCYEYCHZZCBWQBBWJQZSCSZSSLZYLKDESJZWMYMCYTSDSXXSCJPQQSQYLYYZYCMDJDZYWCBTJSYDJKCYDDJLBDJJSODZYSYXQQYXDHHGQQYQHDYXWGMMMAJDYBBBPPBCMUUPLJZSMTXERXJMHQNUTPJDCBSSMSSSTKJTSSMMTRCPLZSZMLQDSDMJMQPNQDXCFYNBFSDQXYXHYAYKQYDDLQYYYSSZBYDSLNTFQTZQPZMCHDHCZCWFDXTMYQSPHQYYXSRGJCWTJTZZQMGWJJTJHTQJBBHWZPXXHYQFXXQYWYYHYSCDYDHHQMNMTMWCPBSZPPZZGLMZFOLLCFWHMMSJZTTDHZZYFFYTZZGZYSKYJXQYJZQBHMBZZLYGHGFMSHPZFZSNCLPBQSNJXZSLXXFPMTYJYGBXLLDLXPZJYZJYHHZCYWHJYLSJEXFSZZYWXKZJLUYDTMLYMQJPWXYHXSKTQJEZRPXXZHHMHWQPWQLYJJQJJZSZCPHJLCHHNXJLQWZJHBMZYXBDHHYPZLHLHLGFWLCHYYTLHJXCJMSCPXSTKPNHQXSRTYXXTESYJCTLSSLSTDLLLWWYHDHRJZSFGXTSYCZYNYHTDHWJSLHTZDQDJZXXQHGYLTZPHCSQFCLNJTCLZPFSTPDYNYLGMJLLYCQHYSSHCHYLHQYQTMZYPBYWRFQYKQSYSLZDQJMPXYYSSRHZJNYWTQDFZBWWTWWRXCWHGYHXMKMYYYQMSMZHNGCEPMLQQMTCWCTMMPXJPJJHFXYYZSXZHTYBMSTSYJTTQQQYYLHYNPYQZLCYZHZWSMYLKFJXLWGXYPJYTYSYXYMZCKTTWLKSMZSYLMPWLZWXWQZSSAQSYXYRHSSNTSRAPXCPWCMGDXHXZDZYFJHGZTTSBJHGYZSZYSMYCLLLXBTYXHBBZJKSSDMALXHYCFYGMQYPJYCQXJLLLJGSLZGQLYCJCCZOTYXMTMTTLLWTGPXYMZMKLPSZZZXHKQYSXCTYJZYHXSHYXZKXLZWPSQPYHJWPJPWXQQYLXSDHMRSLZZYZWTTCYXYSZZSHBSCCSTPLWSSCJCHNLCGCHSSPHYLHFHHXJSXYLLNYLSZDHZXYLSXLWZYKCLDYAXZCMDDYSPJTQJZLNWQPSSSWCTSTSZLBLNXSMNYYMJQBQHRZWTYYDCHQLXKPZWBGQYBKFCMZWPZLLYYLSZYDWHXPSBCMLJBSCGBHXLQHYRLJXYSWXWXZSLDFHLSLYNJLZYFLYJYCDRJLFSYZFSLLCQYQFGJYHYXZLYLMSTDJCYHBZLLNWLXXYGYYHSMGDHXXHHLZZJZXCZZZCYQZFNGWPYLCPKPYYPMCLQKDGXZGGWQBDXZZKZFBXXLZXJTPJPTTBYTSZZDWSLCHZHSLTYXHQLHYXXXYYZYSWTXZKHLXZXZPYHGCHKCFSYHUTJRLXFJXPTZTWHPLYXFCRHXSHXKYXXYHZQDXQWULHYHMJTBFLKHTXCWHJFWJCFPQRYQXCYYYQYGRPYWSGSUNGWCHKZDXYFLXXHJJBYZWTSXXNCYJJYMSWZJQRMHXZWFQSYLZJZGBHYNSLBGTTCSYBYXXWXYHXYYXNSQYXMQYWRGYQLXBBZLJSYLPSYTJZYHYZAWLRORJMKSCZJXXXYXCHDYXRYXXJDTSQFXLYLTSFFYXLMTYJMJUYYYXLTZCSXQZQHZXLYYXZHDNBRXXXJCTYHLBRLMBRLLAXKYLLLJLYXXLYCRYLCJTGJCMTLZLLCYZZPZPCYAWHJJFYBDYYZSMPCKZDQYQPBPCJPDCYZMDPBCYYDYCNNPLMTMLRMFMMGWYZBSJGYGSMZQQQZTXMKQWGXLLPJGZBQCDJJJFPKJKCXBLJMSWMDTQJXLDLPPBXCWRCQFBFQJCZAHZGMYKPHYYHZYKNDKZMBPJYXPXYHLFPNYYGXJDBKXNXHJMZJXSTRSTLDXSKZYSYBZXJLXYSLBZYSLHXJPFXPQNBYLLJQKYGZMCYZZYMCCSLCLHZFWFWYXZMWSXTYNXJHPYYMCYSPMHYSMYDYSHQYZCHMJJMZCAAGCFJBBHPLYZYLXXSDJGXDHKXXTXXNBHRMLYJSLTXMRHNLXQJXYZLLYSWQGDLBJHDCGJYQYCMHWFMJYBMBYJYJWYMDPWHXQLDYGPDFXXBCGJSPCKRSSYZJMSLBZZJFLJJJLGXZGYXYXLSZQYXBEXYXHGCXBPLDYHWETTWWCJMBTXCHXYQXLLXFLYXLLJLSSFWDPZSMYJCLMWYTCZPCHQEKCQBWLCQYDPLQPPQZQFJQDJHYMMCXTXDRMJWRHXCJZYLQXDYYNHYYHRSLSRSYWWZJYMTLTLLGTQCJZYABTCKZCJYCCQLJZQXALMZYHYWLWDXZXQDLLQSHGPJFJLJHJABCQZDJGTKHSSTCYJLPSWZLXZXRWGLDLZRLZXTGSLLLLZLYXXWGDZYGBDPHZPBRLWSXQBPFDWOFMWHLYPCBJCCLDMBZPBZZLCYQXLDOMZBLZWPDWYYGDSTTHCSQSCCRSSSYSLFYBFNTYJSZDFNDPDHDZZMBBLSLCMYFFGTJJQWFTMTPJWFNLBZCMMJTGBDZLQLPYFHYYMJYLSDCHDZJWJCCTLJCLDTLJJCPDDSQDSSZYBNDBJLGGJZXSXNLYCYBJXQYCBYLZCFZPPGKCXZDZFZTJJFJSJXZBNZYJQTTYJYHTYCZHYMDJXTTMPXSPLZCDWSLSHXYPZGTFMLCJTYCBPMGDKWYCYZCDSZZYHFLYCTYGWHKJYYLSJCXGYWJCBLLCSNDDBTZBSCLYZCZZSSQDLLMQYYHFSLQLLXFTYHABXGWNYWYYPLLSDLDLLBJCYXJZMLHLJDXYYQYTDLLLBUGBFDFBBQJZZMDPJHGCLGMJJPGAEHHBWCQXAXHHHZCHXYPHJAXHLPHJPGPZJQCQZGJJZZUZDMQYYBZZPHYHYBWHAZYJHYKFGDPFQSDLZMLJXKXGALXZDAGLMDGXMWZQYXXDXXPFDMMSSYMPFMDMMKXKSYZYSHDZKXSYSMMZZZMSYDNZZCZXFPLSTMZDNMXCKJMZTYYMZMZZMSXHHDCZJEMXXKLJSTLWLSQLYJZLLZJSSDPPMHNLZJCZYHMXXHGZCJMDHXTKGRMXFWMCGMWKDTKSXQMMMFZZYDKMSCLCMPCGMHSPXQPZDSSLCXKYXTWLWJYAHZJGZQMCSNXYYMMPMLKJXMHLMLQMXCTKZMJQYSZJSYSZHSYJZJCDAJZYBSDQJZGWZQQXFKDMSDJLFWEHKZQKJPEYPZYSZCDWYJFFMZZYLTTDZZEFMZLBNPPLPLPEPSZALLTYLKCKQZKGENQLWAGYXYDPXLHSXQQWQCQXQCLHYXXMLYCCWLYMQYSKGCHLCJNSZKPYZKCQZQLJPDMDZHLASXLBYDWQLWDNBQCRYDDZTJYBKBWSZDXDTNPJDTCTQDFXQQMGNXECLTTBKPWSLCTYQLPWYZZKLPYGZCQQPLLKCCYLPQMZCZQCLJSLQZDJXLDDHPZQDLJJXZQDXYZQKZLJCYQDYJPPYPQYKJYRMPCBYMCXKLLZLLFQPYLLLMBSGLCYSSLRSYSQTMXYXZQZFDZUYSYZTFFMZZSMZQHZSSCCMLYXWTPZGXZJGZGSJSGKDDHTQGGZLLBJDZLCBCHYXYZHZFYWXYZYMSDBZZYJGTSMTFXQYXQSTDGSLNXDLRYZZLRYYLXQHTXSRTZNGZXBNQQZFMYKMZJBZYMKBPNLYZPBLMCNQYZZZSJZHJCTZKHYZZJRDYZHNPXGLFZTLKGJTCTSSYLLGZRZBBQZZKLPKLCZYSSUYXBJFPNJZZXCDWXZYJXZZDJJKGGRSRJKMSMZJLSJYWQSKYHQJSXPJZZZLSNSHRNYPZTWCHKLPSRZLZXYJQXQKYSJYCZTLQZYBBYBWZPQDWWYZCYTJCJXCKCWDKKZXSGKDZXWWYYJQYYTCYTDLLXWKCZKKLCCLZCQQDZLQLCSFQCHQHSFSMQZZLNBJJZBSJHTSZDYSJQJPDLZCDCWJKJZZLPYCGMZWDJJBSJQZSYZYHHXJPBJYDSSXDZNCGLQMBTSFSBPDZDLZNFGFJGFSMPXJQLMBLGQCYYXBQKDJJQYRFKZTJDHCZKLBSDZCFJTPLLJGXHYXZCSSZZXSTJYGKGCKGYOQXJPLZPBPGTGYJZGHZQZZLBJLSQFZGKQQJZGYCZBZQTLDXRJXBSXXPZXHYZYCLWDXJJHXMFDZPFZHQHQMQGKSLYHTYCGFRZGNQXCLPDLBZCSCZQLLJBLHBZCYPZZPPDYMZZSGYHCKCPZJGSLJLNSCDSLDLXBMSTLDDFJMKDJDHZLZXLSZQPQPGJLLYBDSZGQLBZLSLKYYHZTTNTJYQTZZPSZQZTLLJTYYLLQLLQYZQLBDZLSLYYZYMDFSZSNHLXZNCZQZPBWSKRFBSYZMTHBLGJPMCZZLSTLXSHTCSYZLZBLFEQHLXFLCJLYLJQCBZLZJHHSSTBRMHXZHJZCLXFNBGXGTQJCZTMSFZKJMSSNXLJKBHSJXNTNLZDNTLMSJXGZJYJCZXYJYJWRWWQNZTNFJSZPZSHZJFYRDJSFSZJZBJFZQZZHZLXFYSBZQLZSGYFTZDCSZXZJBQMSZKJRHYJZCKMJKHCHGTXKXQGLXPXFXTRTYLXJXHDTSJXHJZJXZWZLCQSBTXWXGXTXXHXFTSDKFJHZYJFJXRZSDLLLTQSQQZQWZXSYQTWGWBZCGZLLYZBCLMQQTZHZXZXLJFRMYZFLXYSQXXJKXRMQDZDMMYYBSQBHGZMWFWXGMXLZPYYTGZYCCDXYZXYWGSYJYZNBHPZJSQSYXSXRTFYZGRHZTXSZZTHCBFCLSYXZLZQMZLMPLMXZJXSFLBYZMYQHXJSXRXSQZZZSSLYFRCZJRCRXHHZXQYDYHXSJJHZCXZBTYNSYSXJBQLPXZQPYMLXZKYXLXCJLCYSXXZZLXDLLLJJYHZXGYJWKJRWYHCPSGNRZLFZWFZZNSXGXFLZSXZZZBFCSYJDBRJKRDHHGXJLJJTGXJXXSTJTJXLYXQFCSGSWMSBCTLQZZWLZZKXJMLTMJYHSDDBXGZHDLBMYJFRZFSGCLYJBPMLYSMSXLSZJQQHJZFXGFQFQBPXZGYYQXGZTCQWYLTLGWSGWHRLFSFGZJMGMGBGTJFSYZZGZYZAFLSSPMLPFLCWBJZCLJJMZLPJJLYMQDMYYYFBGYGYZMLYZDXQYXRQQQHSYYYQXYLJTYXFSFSLLGNQCYHYCWFHCCCFXPYLYPLLZYXXXXXKQHHXSHJZCFZSCZJXCPZWHHHHHAPYLQALPQAFYHXDYLUKMZQGGGDDESRNNZLTZGCHYPPYSQJJHCLLJTOLNJPZLJLHYMHEYDYDSQYCDDHGZUNDZCLZYZLLZNTNYZGSLHSLPJJBDGWXPCDUTJCKLKCLWKLLCASSTKZZDNQNTTLYYZSSYSSZZRYLJQKCQDHHCRXRZYDGRGCWCGZQFFFPPJFZYNAKRGYWYQPQXXFKJTSZZXSWZDDFBBXTBGTZKZNPZZPZXZPJSZBMQHKCYXYLDKLJNYPKYGHGDZJXXEAHPNZKZTZCMXCXMMJXNKSZQNMNLWBWWXJKYHCPSTMCSQTZJYXTPCTPDTNNPGLLLZSJLSPBLPLQHDTNJNLYYRSZFFJFQWDPHZDWMRZCCLODAXNSSNYZRESTYJWJYJDBCFXNMWTTBYLWSTSZGYBLJPXGLBOCLHPCBJLTMXZLJYLZXCLTPNCLCKXTPZJSWCYXSFYSZDKNTLBYJCYJLLSTGQCBXRYZXBXKLYLHZLQZLNZCXWJZLJZJNCJHXMNZZGJZZXTZJXYCYYCXXJYYXJJXSSSJSTSSTTPPGQTCSXWZDCSYFPTFBFHFBBLZJCLZZDBXGCXLQPXKFZFLSYLTUWBMQJHSZBMDDBCYSCCLDXYCDDQLYJJWMQLLCSGLJJSYFPYYCCYLTJANTJJPWYCMMGQYYSXDXQMZHSZXPFTWWZQSWQRFKJLZJQQYFBRXJHHFWJJZYQAZMYFRHCYYBYQWLPEXCCZSTYRLTTDMQLYKMBBGMYYJPRKZNPBSXYXBHYZDJDNGHPMFSGMWFZMFQMMBCMZZCJJLCNUXYQLMLRYGQZCYXZLWJGCJCGGMCJNFYZZJHYCPRRCMTZQZXHFQGTJXCCJEAQCRJYHPLQLSZDJRBCQHQDYRHYLYXJSYMHZYDWLDFRYHBPYDTSSCNWBXGLPZMLZZTQSSCPJMXXYCSJYTYCGHYCJWYRXXLFEMWJNMKLLSWTXHYYYNCMMCWJDQDJZGLLJWJRKHPZGGFLCCSCZMCBLTBHBQJXQDSPDJZZGHGLFQYWBZYZJLTSTDHQHCTCBCHFLQMPWDSHYYTQWCNZZJTLBYMBPDYYYXSQKXWYYFLXXNCWCXYPMAELYKKJMZZZBRXYYQJFLJPFHHHYTZZXSGQQMHSPGDZQWBWPJHZJDYSCQWZKTXXSQLZYYMYSDZGRXCKKUJLWPYSYSCSYZLRMLQSYLJXBCXTLWDQZPCYCYKPPPNSXFYZJJRCEMHSZMSXLXGLRWGCSTLRSXBZGBZGZTCPLUJLSLYLYMTXMTZPALZXPXJTJWTCYYZLBLXBZLQMYLXPGHDSLSSDMXMBDZZSXWHAMLCZCPJMCNHJYSNSYGCHSKQMZZQDLLKABLWJXSFMOCDXJRRLYQZKJMYBYQLYHETFJZFRFKSRYXFJTWDSXXSYSQJYSLYXWJHSNLXYYXHBHAWHHJZXWMYLJCSSLKYDZTXBZSYFDXGXZJKHSXXYBSSXDPYNZWRPTQZCZENYGCXQFJYKJBZMLJCMQQXUOXSLYXXLYLLJDZBTYMHPFSTTQQWLHOKYBLZZALZXQLHZWRRQHLSTMYPYXJJXMQSJFNBXYXYJXXYQYLTHYLQYFMLKLJTMLLHSZWKZHLJMLHLJKLJSTLQXYLMBHHLNLZXQJHXCFXXLHYHJJGBYZZKBXSCQDJQDSUJZYYHZHHMGSXCSYMXFEBCQWWRBPYYJQTYZCYQYQQZYHMWFFHGZFRJFCDPXNTQYZPDYKHJLFRZXPPXZDBBGZQSTLGDGYLCQMLCHHMFYWLZYXKJLYPQHSYWMQQGQZMLZJNSQXJQSYJYCBEHSXFSZPXZWFLLBCYYJDYTDTHWZSFJMQQYJLMQXXLLDTTKHHYBFPWTYYSQQWNQWLGWDEBZWCMYGCULKJXTMXMYJSXHYBRWFYMWFRXYQMXYSZTZZTFYKMLDHQDXWYYNLCRYJBLPSXCXYWLSPRRJWXHQYPHTYDNXHHMMYWYTZCSQMTSSCCDALWZTCPQPYJLLQZYJSWXMZZMMYLMXCLMXCZMXMZSQTZPPQQBLPGXQZHFLJJHYTJSRXWZXSCCDLXTYJDCQJXSLQYCLZXLZZXMXQRJMHRHZJBHMFLJLMLCLQNLDXZLLLPYPSYJYSXCQQDCMQJZZXHNPNXZMEKMXHYKYQLXSXTXJYYHWDCWDZHQYYBGYBCYSCFGPSJNZDYZZJZXRZRQJJYMCANYRJTLDPPYZBSTJKXXZYPFDWFGZZRPYMTNGXZQBYXNBUFNQKRJQZMJEGRZGYCLKXZDSKKNSXKCLJSPJYYZLQQJYBZSSQLLLKJXTBKTYLCCDDBLSPPFYLGYDTZJYQGGKQTTFZXBDKTYYHYBBFYTYYBCLPDYTGDHRYRNJSPTCSNYJQHKLLLZSLYDXXWBCJQSPXBPJZJCJDZFFXXBRMLAZHCSNDLBJDSZBLPRZTSWSBXBCLLXXLZDJZSJPYLYXXYFTFFFBHJJXGBYXJPMMMPSSJZJMTLYZJXSWXTYLEDQPJMYGQZJGDJLQJWJQLLSJGJGYGMSCLJJXDTYGJQJQJCJZCJGDZZSXQGSJGGCXHQXSNQLZZBXHSGZXCXYLJXYXYYDFQQJHJFXDHCTXJYRXYSQTJXYEFYYSSYYJXNCYZXFXMSYSZXYYSCHSHXZZZGZZZGFJDLTYLNPZGYJYZYYQZPBXQBDZTZCZYXXYHHSQXSHDHGQHJHGYWSZTMZMLHYXGEBTYLZKQWYTJZRCLEKYSTDBCYKQQSAYXCJXWWGSBHJYZYDHCSJKQCXSWXFLTYNYZPZCCZJQTZWJQDZZZQZLJJXLSBHPYXXPSXSHHEZTXFPTLQYZZXHYTXNCFZYYHXGNXMYWXTZSJPTHHGYMXMXQZXTSBCZYJYXXTYYZYPCQLMMSZMJZZLLZXGXZAAJZYXJMZXWDXZSXZDZXLEYJJZQBHZWZZZQTZPSXZTDSXJJJZNYAZPHXYYSRNQDTHZHYYKYJHDZXZLSWCLYBZYECWCYCRYLCXNHZYDZYDYJDFRJJHTRSQTXYXJRJHOJYNXELXSFSFJZGHPZSXZSZDZCQZBYYKLSGSJHCZSHDGQGXYZGXCHXZJWYQWGYHKSSEQZZNDZFKWYSSTCLZSTSYMCDHJXXYWEYXCZAYDMPXMDSXYBSQMJMZJMTZQLPJYQZCGQHXJHHLXXHLHDLDJQCLDWBSXFZZYYSCHTYTYYBHECXHYKGJPXHHYZJFXHWHBDZFYZBCAPNPGNYDMSXHMMMMAMYNBYJTMPXYYMCTHJBZYFCGTYHWPHFTWZZEZSBZEGPFMTSKFTYCMHFLLHGPZJXZJGZJYXZSBBQSCZZLZCCSTPGXMJSFTCCZJZDJXCYBZLFCJSYZFGSZLYBCWZZBYZDZYPSWYJZXZBDSYUXLZZBZFYGCZXBZHZFTPBGZGEJBSTGKDMFHYZZJHZLLZZGJQZLSFDJSSCBZGPDLFZFZSZYZYZSYGCXSNXXCHCZXTZZLJFZGQSQYXZJQDCCZTQCDXZJYQJQCHXZTDLGSCXZSYQJQTZWLQDQZTQCHQQJZYEZZZPBWKDJFCJPZTYPQYQTTYNLMBDKTJZPQZQZZFPZSBNJLGYJDXJDZZKZGQKXDLPZJTCJDQBXDJQJSTCKNXBXZMSLYJCQMTJQWWCJQNJNLLLHJCWQTBZQYDZCZPZZDZYDDCYZZZCCJTTJFZDPRRTZTJDCQTQZDTJNPLZBCLLCTZSXKJZQZPZLBZRBTJDCXFCZDBCCJJLTQQPLDCGZDBBZJCQDCJWYNLLZYZCCDWLLXWZLXRXNTQQCZXKQLSGDFQTDDGLRLAJJTKUYMKQLLTZYTDYYCZGJWYXDXFRSKSTQTENQMRKQZHHQKDLDAZFKYPBGGPZREBZZYKZZSPEGJXGYKQZZZSLYSYYYZWFQZYLZZLZHWCHKYPQGNPGBLPLRRJYXCCSYYHSFZFYBZYYTGZXYLXCZWXXZJZBLFFLGSKHYJZEYJHLPLLLLCZGXDRZELRHGKLZZYHZLYQSZZJZQLJZFLNBHGWLCZCFJYSPYXZLZLXGCCPZBLLCYBBBBUBBCBPCRNNZCZYRBFSRLDCGQYYQXYGMQZWTZYTYJXYFWTEHZZJYWLCCNTZYJJZDEDPZDZTSYQJHDYMBJNYJZLXTSSTPHNDJXXBYXQTZQDDTJTDYYTGWSCSZQFLSHLGLBCZPHDLYZJYCKWTYTYLBNYTSDSYCCTYSZYYEBHEXHQDTWNYGYCLXTSZYSTQMYGZAZCCSZZDSLZCLZRQXYYELJSBYMXSXZTEMBBLLYYLLYTDQYSHYMRQWKFKBFXNXSBYCHXBWJYHTQBPBSBWDZYLKGZSKYHXQZJXHXJXGNLJKZLYYCDXLFYFGHLJGJYBXQLYBXQPQGZTZPLNCYPXDJYQYDYMRBESJYYHKXXSTMXRCZZYWXYQYBMCLLYZHQYZWQXDBXBZWZMSLPDMYSKFMZKLZCYQYCZLQXFZZYDQZPZYGYJYZMZXDZFYFYTTQTZHGSPCZMLCCYTZXJCYTJMKSLPZHYSNZLLYTPZCTZZCKTXDHXXTQCYFKSMQCCYYAZHTJPCYLZLYJBJXTPNYLJYYNRXSYLMMNXJSMYBCSYSYLZYLXJJQYLDZLPQBFZZBLFNDXQKCZFYWHGQMRDSXYCYTXNQQJZYYPFZXDYZFPRXEJDGYQBXRCNFYYQPGHYJDYZXGRHTKYLNWDZNTSMPKLBTHBPYSZBZTJZSZZJTYYXZPHSSZZBZCZPTQFZMYFLYPYBBJQXZMXXDJMTSYSKKBJZXHJCKLPSMKYJZCXTMLJYXRZZQSLXXQPYZXMKYXXXJCLJPRMYYGADYSKQLSNDHYZKQXZYZTCGHZTLMLWZYBWSYCTBHJHJFCWZTXWYTKZLXQSHLYJZJXTMPLPYCGLTBZZTLZJCYJGDTCLKLPLLQPJMZPAPXYZLKKTKDZCZZBNZDYDYQZJYJGMCTXLTGXSZLMLHBGLKFWNWZHDXUHLFMKYSLGXDTWWFRJEJZTZHYDXYKSHWFZCQSHKTMQQHTZHYMJDJSKHXZJZBZZXYMPAGQMSTPXLSKLZYNWRTSQLSZBPSPSGZWYHTLKSSSWHZZLYYTNXJGMJSZSUFWNLSOZTXGXLSAMMLBWLDSZYLAKQCQCTMYCFJBSLXCLZZCLXXKSBZQCLHJPSQPLSXXCKSLNHPSFQQYTXYJZLQLDXZQJZDYYDJNZPTUZDSKJFSLJHYLZSQZLBTXYDGTQFDBYAZXDZHZJNHHQBYKNXJJQCZMLLJZKSPLDYCLBBLXKLELXJLBQYCXJXGCNLCQPLZLZYJTZLJGYZDZPLTQCSXFDMNYCXGBTJDCZNBGBQYQJWGKFHTNPYQZQGBKPBBYZMTJDYTBLSQMPSXTBNPDXKLEMYYCJYNZCTLDYKZZXDDXHQSHDGMZSJYCCTAYRZLPYLTLKXSLZCGGEXCLFXLKJRTLQJAQZNCMBYDKKCXGLCZJZXJHPTDJJMZQYKQSECQZDSHHADMLZFMMZBGNTJNNLGBYJBRBTMLBYJDZXLCJLPLDLPCQDHLXZLYCBLCXZZJADJLNZMMSSSMYBHBSQKBHRSXXJMXSDZNZPXLGBRHWGGFCXGMSKLLTSJYYCQLTSKYWYYHYWXBXQYWPYWYKQLSQPTNTKHQCWDQKTWPXXHCPTHTWUMSSYHBWCRWXHJMKMZNGWTMLKFGHKJYLSYYCXWHYECLQHKQHTTQKHFZLDXQWYZYYDESBPKYRZPJFYYZJCEQDZZDLATZBBFJLLCXDLMJSSXEGYGSJQXCWBXSSZPDYZCXDNYXPPZYDLYJCZPLTXLSXYZYRXCYYYDYLWWNZSAHJSYQYHGYWWAXTJZDAXYSRLTDPSSYYFNEJDXYZHLXLLLZQZSJNYQYQQXYJGHZGZCYJCHZLYCDSHWSHJZYJXCLLNXZJJYYXNFXMWFPYLCYLLABWDDHWDXJMCXZTZPMLQZHSFHZYNZTLLDYWLSLXHYMMYLMBWWKYXYADTXYLLDJPYBPWUXJMWMLLSAFDLLYFLBHHHBQQLTZJCQJLDJTFFKMMMBYTHYGDCQRDDWRQJXNBYSNWZDBYYTBJHPYBYTTJXAAHGQDQTMYSTQXKBTZPKJLZRBEQQSSMJJBDJOTGTBXPGBKTLHQXJJJCTHXQDWJLWRFWQGWSHCKRYSWGFTGYGBXSDWDWRFHWYTJJXXXJYZYSLPYYYPAYXHYDQKXSHXYXGSKQHYWFDDDPPLCJLQQEEWXKSYYKDYPLTJTHKJLTCYYHHJTTPLTZZCDLTHQKZXQYSTEEYWYYZYXXYYSTTJKLLPZMCYHQGXYHSRMBXPLLNQYDQHXSXXWGDQBSHYLLPJJJTHYJKYPPTHYYKTYEZYENMDSHLCRPQFDGFXZPSFTLJXXJBSWYYSKSFLXLPPLBBBLBSFXFYZBSJSSYLPBBFFFFSSCJDSTZSXZRYYSYFFSYZYZBJTBCTSBSDHRTJJBYTCXYJEYLXCBNEBJDSYXYKGSJZBXBYTFZWGENYHHTHZHHXFWGCSTBGXKLSXYWMTMBYXJSTZSCDYQRCYTWXZFHMYMCXLZNSDJTTTXRYCFYJSBSDYERXJLJXBBDEYNJGHXGCKGSCYMBLXJMSZNSKGXFBNBPTHFJAAFXYXFPXMYPQDTZCXZZPXRSYWZDLYBBKTYQPQJPZYPZJZNJPZJLZZFYSBTTSLMPTZRTDXQSJEHBZYLZDHLJSQMLHTXTJECXSLZZSPKTLZKQQYFSYGYWPCPQFHQHYTQXZKRSGTTSQCZLPTXCDYYZXSQZSLXLZMYCPCQBZYXHBSXLZDLTCDXTYLZJYYZPZYZLTXJSJXHLPMYTXCQRBLZSSFJZZTNJYTXMYJHLHPPLCYXQJQQKZZSCPZKSWALQSBLCCZJSXGWWWYGYKTJBBZTDKHXHKGTGPBKQYSLPXPJCKBMLLXDZSTBKLGGQKQLSBKKTFXRMDKBFTPZFRTBBRFERQGXYJPZSSTLBZTPSZQZSJDHLJQLZBPMSMMSXLQQNHKNBLRDDNXXDHDDJCYYGYLXGZLXSYGMQQGKHBPMXYXLYTQWLWGCPBMQXCYZYDRJBHTDJYHQSHTMJSBYPLWHLZFFNYPMHXXHPLTBQPFBJWQDBYGPNZTPFZJGSDDTQSHZEAWZZYLLTYYBWJKXXGHLFKXDJTMSZSQYNZGGSWQSPHTLSSKMCLZXYSZQZXNCJDQGZDLFNYKLJCJLLZLMZZNHYDSSHTHZZLZZBBHQZWWYCRZHLYQQJBEYFXXXWHSRXWQHWPSLMSSKZTTYGYQQWRSLALHMJTQJSMXQBJJZJXZYZKXBYQXBJXSHZTSFJLXMXZXFGHKZSZGGYLCLSARJYHSLLLMZXELGLXYDJYTLFBHBPNLYZFBBHPTGJKWETZHKJJXZXXGLLJLSTGSHJJYQLQZFKCGNNDJSSZFDBCTWWSEQFHQJBSAQTGYPQLBXBMMYWXGSLZHGLZGQYFLZBYFZJFRYSFMBYZHQGFWZSYFYJJPHZBYYZFFWODGRLMFTWLBZGYCQXCDJYGZYYYYTYTYDWEGAZYHXJLZYYHLRMGRXXZCLHNELJJTJTPWJYBJJBXJJTJTEEKHWSLJPLPSFYZPQQBDLQJJTYYQLYZKDKSQJYYQZLDQTGJQYZJSUCMRYQTHTEJMFCTYHYPKMHYZWJDQFHYYXWSHCTXRLJHQXHCCYYYJLTKTTYTMXGTCJTZAYYOCZLYLBSZYWJYTSJYHBYSHFJLYGJXXTMZYYLTXXYPZLXYJZYZYYPNHMYMDYYLBLHLSYYQQLLNJJYMSOYQBZGDLYXYLCQYXTSZEGXHZGLHWBLJHEYXTWQMAKBPQCGYSHHEGQCMWYYWLJYJHYYZLLJJYLHZYHMGSLJLJXCJJYCLYCJPCPZJZJMMYLCQLNQLJQJSXYJMLSZLJQLYCMMHCFMMFPQQMFYLQMCFFQMMMMHMZNFHHJGTTHHKHSLNCHHYQDXTMMQDCYZYXYQMYQYLTDCYYYZAZZCYMZYDLZFFFMMYCQZWZZMABTBYZTDMNZZGGDFTYPCGQYTTSSFFWFDTZQSSYSTWXJHXYTSXXYLBYQHWWKXHZXWZNNZZJZJJQJCCCHYYXBZXZCYZTLLCQXYNJYCYYCYNZZQYYYEWYCZDCJYCCHYJLBTZYYCQWMPWPYMLGKDLDLGKQQBGYCHJXY",b={ diff --git a/dist/bundle.min.css b/dist/bundle.min.css index 19185517a..fb20b00ca 100644 --- a/dist/bundle.min.css +++ b/dist/bundle.min.css @@ -1 +1 @@ -/*! normalize.css v1.0.0 | MIT License | git.io/normalize */dl,h3,menu,ol,p,pre,ul{margin:1em 0}.bi-font-bold,b,strong{font-weight:700}.bi-label,.td-overflow{word-break:break-all}.bi-label,.bi-text,.overflow-dot{text-overflow:ellipsis}.bi-display-tree .ztree li a:hover,.ztree li a,a{text-decoration:none}.ztree li,.ztree li span.button,a,a:active,a:focus,a:hover,div:focus,input,textarea{outline:0}.b-font,i{-webkit-text-stroke-width:.2px;-moz-osx-font-smoothing:grayscale}.b-font,body,i{-moz-osx-font-smoothing:grayscale}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}button,html,input,select,textarea{font-family:sans-serif}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.75em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}blockquote{margin:1em 40px}dfn{font-style:italic}mark{background:#ff0;color:#000}.base-disabled,.base-disabled .bi-input,.base-disabled .bi-textarea{color:#9ea6b2!important}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}small,sub,sup{font-size:75%}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:after,q:before{content:'';content:none}sub,sup{line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ol,nav ul{list-style:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure,form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline}.bi-search-editor .circle-close-font,.bi-search-editor .search-font,.bi-search-text-value-combo .trigger-icon-button{font-size:16px}button,input{line-height:normal}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}#body .bi-button,.border-sizing,body .bi-button{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}*,a,body,div,html,img,li,ol,p,span,ul{margin:0;padding:0}input::-webkit-contacts-auto-fill-button{visibility:hidden;display:none!important;pointer-events:none;position:absolute;right:0}input::-ms-clear{display:none}input,textarea{margin:0;padding:0;border:1px solid #e8eaed}ul{list-style:disc}li{list-style-type:none}i{-webkit-font-smoothing:antialiased}.bi-theme-dark input,.bi-theme-dark textarea{border:1px solid #3a3c53}.base-disabled{cursor:not-allowed!important}.base-disabled .b-font:before{color:#d0d4da!important}.bi-theme-dark .base-disabled,.bi-theme-dark .base-disabled .bi-input,.bi-theme-dark .base-disabled .bi-textarea{color:#878d9f!important}.bi-theme-dark .base-disabled .b-font:before{color:#606479!important}.bi-focus-shadow:focus,.bi-focus-shadow:focus-within,.bi-focus-shadow:hover{border-color:#3685f2}.bi-focus-shadow.disabled:hover{border-color:#e8eaed}.bi-theme-dark .bi-focus-shadow.disabled:hover{border-color:#3a3c53}.base-invalid{cursor:default!important}.clearfix:after,.clearfix:before{content:" ";display:table;line-height:0}.clearfix:after{clear:both}.bi-background{background-color:#f7f8fa;color:#3d4d66}.bi-background .bi-input,.bi-background .bi-textarea{color:#3d4d66}.bi-theme-dark .bi-background{background-color:#191B2B;color:#d6e0dc}.bi-theme-dark .bi-background .bi-input,.bi-theme-dark .bi-background .bi-textarea{color:#d6e0dc}.bi-header-background{background-color:#F2F4F7;color:#647185}.bi-header-background .bi-input,.bi-header-background .bi-textarea{color:#647185}.bi-theme-dark .bi-header-background{background-color:#2F3149;color:#afb7c6}.bi-theme-dark .bi-header-background .bi-input,.bi-theme-dark .bi-header-background .bi-textarea{color:#afb7c6}.bi-card,.bi-card .bi-input,.bi-card .bi-textarea{color:#3d4d66}.bi-card{background-color:#fff}.bi-theme-dark .bi-card{background-color:#242640;color:#d6e0dc}.bi-theme-dark .bi-card .bi-input,.bi-theme-dark .bi-card .bi-textarea{color:#d6e0dc}.bi-disabled,.bi-disabled .bi-input,.bi-disabled .bi-textarea{color:#9ea6b2}.bi-theme-dark .bi-disabled,.bi-theme-dark .bi-disabled .bi-input,.bi-theme-dark .bi-disabled .bi-textarea{color:#878d9f}.bi-tips,.bi-tips .bi-input,.bi-tips .bi-textarea{color:#c4c9d1}.bi-border{border:1px solid #e8eaed}.bi-border-top{border-top:1px solid #e8eaed}.bi-border-right{border-right:1px solid #e8eaed}.bi-border-bottom{border-bottom:1px solid #e8eaed}.bi-border-left{border-left:1px solid #e8eaed}.bi-theme-dark .bi-border{border:1px solid #3a3c53}.bi-theme-dark .bi-border-top{border-top:1px solid #3a3c53}.bi-theme-dark .bi-border-right{border-right:1px solid #3a3c53}.bi-theme-dark .bi-border-bottom{border-bottom:1px solid #3a3c53}.bi-theme-dark .bi-border-left{border-left:1px solid #3a3c53}.bi-split{border:1px solid #f2f4f7}.bi-split-top{border-top:1px solid #f2f4f7}.bi-split-right{border-right:1px solid #f2f4f7}.bi-split-bottom{border-bottom:1px solid #f2f4f7}.bi-split-left{border-left:1px solid #f2f4f7}.bi-theme-dark .bi-split{border:1px solid #2F3149}.bi-theme-dark .bi-split-top{border-top:1px solid #2F3149}.bi-theme-dark .bi-split-right{border-right:1px solid #2F3149}.bi-theme-dark .bi-split-bottom{border-bottom:1px solid #2F3149}.bi-theme-dark .bi-split-left{border-left:1px solid #2F3149}.bi-font-helvetica-neue{font-family:"Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",Heiti,serif}.bi-font-arial{font-family:Arial,"Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Heiti,serif}.bi-font-PingFang{font-family:"PingFang SC","Helvetica Neue",Arial,"Hiragino Sans GB","Microsoft YaHei",Heiti,serif}.bi-font-hiragino-sans{font-family:"Hiragino Sans GB","Helvetica Neue",Arial,"PingFang SC","Microsoft YaHei",Heiti,serif}.bi-font-microsoft-yaHei{font-family:"Microsoft YaHei","Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB",Heiti,serif}.bi-font-heiti{font-family:Heiti,"Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",serif}.bi-border-radius{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-keyword-red-mark,.bi-keyword-red-mark .bi-input,.bi-keyword-red-mark .bi-textarea{color:#faaa39}.bi-high-light,.bi-high-light .bi-input,.bi-high-light .bi-textarea{color:#3685f2}.bi-error,.bi-error .bi-input,.bi-error .bi-textarea{color:#ff4949}.bi-error-background,.bi-error-background .bi-input,.bi-error-background .bi-textarea,.bi-high-light-background .bi-input,.bi-high-light-background .bi-textarea{color:#fff}.bi-high-light-background{background-color:#3685f2;color:#fff}.bi-error-background{background-color:#ff4949}.bi-high-light-border{border-color:#3685f2}.bi-water-mark{color:#c4c9d1;cursor:text}.bi-water-mark .bi-input,.bi-water-mark .bi-textarea{color:#c4c9d1}.bi-theme-dark .bi-water-mark,.bi-theme-dark .bi-water-mark .bi-input,.bi-theme-dark .bi-water-mark .bi-textarea{color:#6b7084}.bi-mask,.bi-mask .bi-input,.bi-mask .bi-textarea{color:#fff}.bi-resizer{background:#232E40;opacity:.2;filter:alpha(opacity=20);z-index:1000000000!important}.bi-theme-dark .bi-resizer{background:#fff}.bi-mask{background-color:rgba(35,46,64,.2);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33232e40, endColorstr=#33232e40)}.bi-theme-dark .bi-mask{color:#242640;background-color:rgba(255,255,255,.2);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff)}.bi-theme-dark .bi-mask .bi-input,.bi-theme-dark .bi-mask .bi-textarea{color:#242640}.bi-z-index-mask{background-color:rgba(35,46,64,.5);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80232e40, endColorstr=#80232e40)}.bi-theme-dark .bi-z-index-mask{background-color:rgba(25,27,43,.8);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc191b2b, endColorstr=#cc191b2b)}.bi-list-item.hover,.bi-list-item:hover{color:#232e40;background-color:rgba(54,133,242,.05);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d3685f2, endColorstr=#0d3685f2)}.bi-list-item.hover .bi-input,.bi-list-item.hover .bi-textarea,.bi-list-item:hover .bi-input,.bi-list-item:hover .bi-textarea{color:#232e40}.bi-list-item.disabled,.bi-list-item.disabled:active,.bi-list-item.disabled:hover{background-color:transparent!important;color:#9ea6b2!important}.bi-list-item.disabled .bi-high-light,.bi-list-item.disabled .bi-input,.bi-list-item.disabled .bi-textarea,.bi-list-item.disabled:active .bi-high-light,.bi-list-item.disabled:active .bi-input,.bi-list-item.disabled:active .bi-textarea,.bi-list-item.disabled:hover .bi-high-light,.bi-list-item.disabled:hover .bi-input,.bi-list-item.disabled:hover .bi-textarea{color:#9ea6b2!important}.bi-theme-dark .bi-list-item.hover,.bi-theme-dark .bi-list-item:hover{color:#fff;background-color:rgba(54,133,242,.05);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d3685f2, endColorstr=#0d3685f2)}.bi-theme-dark .bi-list-item.hover .bi-input,.bi-theme-dark .bi-list-item.hover .bi-textarea,.bi-theme-dark .bi-list-item:hover .bi-input,.bi-theme-dark .bi-list-item:hover .bi-textarea{color:#fff}.bi-theme-dark .bi-list-item.disabled,.bi-theme-dark .bi-list-item.disabled:active,.bi-theme-dark .bi-list-item.disabled:hover{background-color:transparent!important;color:#878d9f!important}.bi-theme-dark .bi-list-item.disabled .bi-high-light,.bi-theme-dark .bi-list-item.disabled .bi-input,.bi-theme-dark .bi-list-item.disabled .bi-textarea,.bi-theme-dark .bi-list-item.disabled:active .bi-high-light,.bi-theme-dark .bi-list-item.disabled:active .bi-input,.bi-theme-dark .bi-list-item.disabled:active .bi-textarea,.bi-theme-dark .bi-list-item.disabled:hover .bi-high-light,.bi-theme-dark .bi-list-item.disabled:hover .bi-input,.bi-theme-dark .bi-list-item.disabled:hover .bi-textarea{color:#878d9f!important}.bi-list-item-border.active,.bi-list-item-border:active{border:1px solid #3685f2}.bi-list-item-simple.hover,.bi-list-item-simple.hover .bi-input,.bi-list-item-simple.hover .bi-textarea,.bi-list-item-simple:hover,.bi-list-item-simple:hover .bi-input,.bi-list-item-simple:hover .bi-textarea{color:#3685f2}.bi-list-item-simple.disabled,.bi-list-item-simple.disabled .bi-high-light,.bi-list-item-simple.disabled .bi-input,.bi-list-item-simple.disabled .bi-textarea,.bi-list-item-simple.disabled:active,.bi-list-item-simple.disabled:active .bi-high-light,.bi-list-item-simple.disabled:active .bi-input,.bi-list-item-simple.disabled:active .bi-textarea,.bi-list-item-simple.disabled:hover,.bi-list-item-simple.disabled:hover .bi-high-light,.bi-list-item-simple.disabled:hover .bi-input,.bi-list-item-simple.disabled:hover .bi-textarea{color:#9ea6b2!important}.bi-list-item-effect:hover,.bi-list-item-effect:hover .bi-input,.bi-list-item-effect:hover .bi-textarea{color:#232e40}.bi-list-item-effect.active,.bi-list-item-effect.active .bi-input,.bi-list-item-effect.active .bi-textarea,.bi-list-item-effect:active,.bi-list-item-effect:active .bi-input,.bi-list-item-effect:active .bi-textarea{color:#3685f2}.bi-list-item-effect.disabled,.bi-list-item-effect.disabled .bi-high-light,.bi-list-item-effect.disabled .bi-input,.bi-list-item-effect.disabled .bi-textarea,.bi-list-item-effect.disabled:active,.bi-list-item-effect.disabled:active .bi-high-light,.bi-list-item-effect.disabled:active .bi-input,.bi-list-item-effect.disabled:active .bi-textarea,.bi-list-item-effect.disabled:hover,.bi-list-item-effect.disabled:hover .bi-high-light,.bi-list-item-effect.disabled:hover .bi-input,.bi-list-item-effect.disabled:hover .bi-textarea{color:#9ea6b2!important}.bi-theme-dark .bi-list-item-effect:hover,.bi-theme-dark .bi-list-item-effect:hover .bi-input,.bi-theme-dark .bi-list-item-effect:hover .bi-textarea{color:#fff}.bi-theme-dark .bi-list-item-effect.active,.bi-theme-dark .bi-list-item-effect.active .bi-input,.bi-theme-dark .bi-list-item-effect.active .bi-textarea,.bi-theme-dark .bi-list-item-effect:active,.bi-theme-dark .bi-list-item-effect:active .bi-input,.bi-theme-dark .bi-list-item-effect:active .bi-textarea{color:#3685f2}.bi-theme-dark .bi-list-item-effect.disabled,.bi-theme-dark .bi-list-item-effect.disabled:active,.bi-theme-dark .bi-list-item-effect.disabled:hover{background-color:transparent!important;color:#878d9f!important}.bi-list-item-active.hover,.bi-list-item-active:active,.bi-list-item-active:hover{background-color:rgba(54,133,242,.06);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2, endColorstr=#0f3685f2)}.bi-theme-dark .bi-list-item-effect.disabled .bi-high-light,.bi-theme-dark .bi-list-item-effect.disabled .bi-input,.bi-theme-dark .bi-list-item-effect.disabled .bi-textarea,.bi-theme-dark .bi-list-item-effect.disabled:active .bi-high-light,.bi-theme-dark .bi-list-item-effect.disabled:active .bi-input,.bi-theme-dark .bi-list-item-effect.disabled:active .bi-textarea,.bi-theme-dark .bi-list-item-effect.disabled:hover .bi-high-light,.bi-theme-dark .bi-list-item-effect.disabled:hover .bi-input,.bi-theme-dark .bi-list-item-effect.disabled:hover .bi-textarea{color:#878d9f!important}.bi-list-item-active.hover,.bi-list-item-active.hover .bi-input,.bi-list-item-active.hover .bi-textarea,.bi-list-item-active:hover,.bi-list-item-active:hover .bi-input,.bi-list-item-active:hover .bi-textarea{color:#232e40}.bi-list-item-active.active,.bi-list-item-active.active .bi-input,.bi-list-item-active.active .bi-textarea,.bi-list-item-active:active,.bi-list-item-active:active .bi-input,.bi-list-item-active:active .bi-textarea{color:#3685f2}.bi-list-item-active.disabled,.bi-list-item-active.disabled:active,.bi-list-item-active.disabled:hover{background-color:transparent!important;color:#9ea6b2!important}.bi-list-item-active.disabled .bi-high-light,.bi-list-item-active.disabled .bi-input,.bi-list-item-active.disabled .bi-textarea,.bi-list-item-active.disabled:active .bi-high-light,.bi-list-item-active.disabled:active .bi-input,.bi-list-item-active.disabled:active .bi-textarea,.bi-list-item-active.disabled:hover .bi-high-light,.bi-list-item-active.disabled:hover .bi-input,.bi-list-item-active.disabled:hover .bi-textarea{color:#9ea6b2!important}.bi-theme-dark .bi-list-item-active.hover,.bi-theme-dark .bi-list-item-active:hover{color:#fff;background-color:rgba(255,255,255,.05);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dffffff, endColorstr=#0dffffff)}.bi-theme-dark .bi-list-item-active.hover .bi-input,.bi-theme-dark .bi-list-item-active.hover .bi-textarea,.bi-theme-dark .bi-list-item-active:hover .bi-input,.bi-theme-dark .bi-list-item-active:hover .bi-textarea{color:#fff}.bi-theme-dark .bi-list-item-active.active,.bi-theme-dark .bi-list-item-active:active{color:#3685f2;background-color:rgba(255,255,255,.05);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dffffff, endColorstr=#0dffffff)}.bi-theme-dark .bi-list-item-active.active .bi-input,.bi-theme-dark .bi-list-item-active.active .bi-textarea,.bi-theme-dark .bi-list-item-active:active .bi-input,.bi-theme-dark .bi-list-item-active:active .bi-textarea{color:#3685f2}.bi-theme-dark .bi-list-item-active.disabled,.bi-theme-dark .bi-list-item-active.disabled:active,.bi-theme-dark .bi-list-item-active.disabled:hover{background-color:transparent!important;color:#878d9f!important}.bi-list-item-active2.active,.bi-list-item-active2.hover,.bi-list-item-active2:active,.bi-list-item-active2:hover{background-color:rgba(54,133,242,.06);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2, endColorstr=#0f3685f2)}.bi-theme-dark .bi-list-item-active.disabled .bi-high-light,.bi-theme-dark .bi-list-item-active.disabled .bi-input,.bi-theme-dark .bi-list-item-active.disabled .bi-textarea,.bi-theme-dark .bi-list-item-active.disabled:active .bi-high-light,.bi-theme-dark .bi-list-item-active.disabled:active .bi-input,.bi-theme-dark .bi-list-item-active.disabled:active .bi-textarea,.bi-theme-dark .bi-list-item-active.disabled:hover .bi-high-light,.bi-theme-dark .bi-list-item-active.disabled:hover .bi-input,.bi-theme-dark .bi-list-item-active.disabled:hover .bi-textarea{color:#878d9f!important}.bi-list-item-active2.hover,.bi-list-item-active2.hover .bi-input,.bi-list-item-active2.hover .bi-textarea,.bi-list-item-active2:hover,.bi-list-item-active2:hover .bi-input,.bi-list-item-active2:hover .bi-textarea{color:#232e40}.bi-list-item-active2.active,.bi-list-item-active2.active .bi-input,.bi-list-item-active2.active .bi-textarea,.bi-list-item-active2:active,.bi-list-item-active2:active .bi-input,.bi-list-item-active2:active .bi-textarea{color:#3685f2}.bi-list-item-active2.disabled,.bi-list-item-active2.disabled:active,.bi-list-item-active2.disabled:hover{background-color:transparent!important;color:#9ea6b2!important}.bi-list-item-active2.disabled .bi-high-light,.bi-list-item-active2.disabled .bi-input,.bi-list-item-active2.disabled .bi-textarea,.bi-list-item-active2.disabled:active .bi-high-light,.bi-list-item-active2.disabled:active .bi-input,.bi-list-item-active2.disabled:active .bi-textarea,.bi-list-item-active2.disabled:hover .bi-high-light,.bi-list-item-active2.disabled:hover .bi-input,.bi-list-item-active2.disabled:hover .bi-textarea{color:#9ea6b2!important}.bi-theme-dark .bi-list-item-active2.hover,.bi-theme-dark .bi-list-item-active2:hover{color:#fff;background-color:rgba(54,133,242,.06);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2, endColorstr=#0f3685f2)}.bi-theme-dark .bi-list-item-active2.hover .bi-input,.bi-theme-dark .bi-list-item-active2.hover .bi-textarea,.bi-theme-dark .bi-list-item-active2:hover .bi-input,.bi-theme-dark .bi-list-item-active2:hover .bi-textarea{color:#fff}.bi-theme-dark .bi-list-item-active2.active,.bi-theme-dark .bi-list-item-active2:active{color:#3685f2;background-color:rgba(54,133,242,.06);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2, endColorstr=#0f3685f2)}.bi-theme-dark .bi-list-item-active2.active .bi-input,.bi-theme-dark .bi-list-item-active2.active .bi-textarea,.bi-theme-dark .bi-list-item-active2:active .bi-input,.bi-theme-dark .bi-list-item-active2:active .bi-textarea{color:#3685f2}.bi-theme-dark .bi-list-item-active2.disabled,.bi-theme-dark .bi-list-item-active2.disabled:active,.bi-theme-dark .bi-list-item-active2.disabled:hover{background-color:transparent!important;color:#878d9f!important}.bi-theme-dark .bi-list-item-active2.disabled .bi-high-light,.bi-theme-dark .bi-list-item-active2.disabled .bi-input,.bi-theme-dark .bi-list-item-active2.disabled .bi-textarea,.bi-theme-dark .bi-list-item-active2.disabled:active .bi-high-light,.bi-theme-dark .bi-list-item-active2.disabled:active .bi-input,.bi-theme-dark .bi-list-item-active2.disabled:active .bi-textarea,.bi-theme-dark .bi-list-item-active2.disabled:hover .bi-high-light,.bi-theme-dark .bi-list-item-active2.disabled:hover .bi-input,.bi-theme-dark .bi-list-item-active2.disabled:hover .bi-textarea{color:#878d9f!important}.bi-list-item-select.hover,.bi-list-item-select:hover{background-color:rgba(54,133,242,.06);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2, endColorstr=#0f3685f2)}.bi-list-item-select.active,.bi-list-item-select:active{color:#fff;background-color:#3685f2}.bi-list-item-select.active .bi-high-light,.bi-list-item-select.active .bi-input,.bi-list-item-select.active .bi-textarea,.bi-list-item-select:active .bi-high-light,.bi-list-item-select:active .bi-input,.bi-list-item-select:active .bi-textarea{color:#fff}.bi-list-item-select.button-success.active,.bi-list-item-select.button-success:active{color:#fff;background-color:#13cd66}.bi-list-item-select.button-success.active .bi-high-light,.bi-list-item-select.button-success.active .bi-input,.bi-list-item-select.button-success.active .bi-textarea,.bi-list-item-select.button-success:active .bi-high-light,.bi-list-item-select.button-success:active .bi-input,.bi-list-item-select.button-success:active .bi-textarea{color:#fff}.bi-list-item-select.button-warning,.bi-list-item-select.button-warning .bi-high-light,.bi-list-item-select.button-warning .bi-input,.bi-list-item-select.button-warning .bi-textarea,.bi-list-item-select.button-warning.hover .bi-high-light,.bi-list-item-select.button-warning.hover .bi-input,.bi-list-item-select.button-warning.hover .bi-textarea,.bi-list-item-select.button-warning:hover .bi-high-light,.bi-list-item-select.button-warning:hover .bi-input,.bi-list-item-select.button-warning:hover .bi-textarea{color:#ff4949}.bi-list-item-select.button-success.active.bi-high-light-border,.bi-list-item-select.button-success:active.bi-high-light-border{border-color:#13cd66}.bi-list-item-select.button-warning.active.bi-high-light-border,.bi-list-item-select.button-warning.bi-high-light-border,.bi-list-item-select.button-warning.hover.bi-high-light-border,.bi-list-item-select.button-warning:active.bi-high-light-border,.bi-list-item-select.button-warning:hover.bi-high-light-border{border-color:#FF4949}.bi-list-item-select.button-warning.hover,.bi-list-item-select.button-warning:hover{color:#ff4949;background-color:#ffecec}.bi-list-item-select.button-warning.active,.bi-list-item-select.button-warning:active{color:#fff;background-color:#ff4949}.bi-list-item-select.button-warning.active .bi-high-light,.bi-list-item-select.button-warning.active .bi-input,.bi-list-item-select.button-warning.active .bi-textarea,.bi-list-item-select.button-warning:active .bi-high-light,.bi-list-item-select.button-warning:active .bi-input,.bi-list-item-select.button-warning:active .bi-textarea{color:#fff}.bi-list-item-select.disabled.active.bi-high-light-border,.bi-list-item-select.disabled.bi-high-light-border,.bi-list-item-select.disabled.hover.bi-high-light-border{border-color:#d0d4da}.bi-list-item-select.disabled{color:#9ea6b2!important;background-color:transparent!important}.bi-list-item-select.disabled .bi-high-light,.bi-list-item-select.disabled .bi-input,.bi-list-item-select.disabled .bi-textarea{color:#9ea6b2!important}.bi-list-item-select.disabled.active,.bi-list-item-select.disabled.hover{color:#fff!important;background-color:#d0d4da!important}.bi-list-item-select.disabled.active .bi-input,.bi-list-item-select.disabled.active .bi-textarea,.bi-list-item-select.disabled.hover .bi-input,.bi-list-item-select.disabled.hover .bi-textarea{color:#fff!important}.bi-list-item-select.disabled.active .bi-high-light,.bi-list-item-select.disabled.hover .bi-high-light{color:#9ea6b2!important}.bi-list-item-select2.active.bi-border,.bi-list-item-select2.hover.bi-border,.bi-list-item-select2:active.bi-border,.bi-list-item-select2:hover.bi-border{border-color:#3685f2}.bi-list-item-select2.hover,.bi-list-item-select2.hover .bi-input,.bi-list-item-select2.hover .bi-textarea,.bi-list-item-select2:hover,.bi-list-item-select2:hover .bi-input,.bi-list-item-select2:hover .bi-textarea{color:#232e40}.bi-list-item-select2:active,.bi-list-item-select2:active .bi-input,.bi-list-item-select2:active .bi-textarea{color:#3685f2}.bi-list-item-select2.active{color:#fff;background-color:#3685f2}.bi-list-item-select2.active .bi-input,.bi-list-item-select2.active .bi-textarea{color:#fff}.bi-list-item-select2.disabled,.bi-list-item-select2.disabled:active,.bi-list-item-select2.disabled:hover{background-color:transparent!important;color:#9ea6b2!important}.bi-list-item-select2.disabled .bi-high-light,.bi-list-item-select2.disabled .bi-input,.bi-list-item-select2.disabled .bi-textarea,.bi-list-item-select2.disabled:active .bi-high-light,.bi-list-item-select2.disabled:active .bi-input,.bi-list-item-select2.disabled:active .bi-textarea,.bi-list-item-select2.disabled:hover .bi-high-light,.bi-list-item-select2.disabled:hover .bi-input,.bi-list-item-select2.disabled:hover .bi-textarea{color:#9ea6b2!important}.bi-theme-dark .bi-list-item-select2.hover,.bi-theme-dark .bi-list-item-select2:hover{color:#fff;background-color:#242640}.bi-theme-dark .bi-list-item-select2.hover .bi-input,.bi-theme-dark .bi-list-item-select2.hover .bi-textarea,.bi-theme-dark .bi-list-item-select2:hover .bi-input,.bi-theme-dark .bi-list-item-select2:hover .bi-textarea{color:#fff}.bi-theme-dark .bi-list-item-select2.active,.bi-theme-dark .bi-list-item-select2:active{color:#3685f2;background-color:#242640}.bi-theme-dark .bi-list-item-select2.active .bi-input,.bi-theme-dark .bi-list-item-select2.active .bi-textarea,.bi-theme-dark .bi-list-item-select2:active .bi-input,.bi-theme-dark .bi-list-item-select2:active .bi-textarea{color:#3685f2}.bi-theme-dark .bi-list-item-select2.disabled,.bi-theme-dark .bi-list-item-select2.disabled:active,.bi-theme-dark .bi-list-item-select2.disabled:hover{background-color:transparent!important;color:#878d9f!important}.bi-theme-dark .bi-list-item-select2.disabled .bi-high-light,.bi-theme-dark .bi-list-item-select2.disabled .bi-input,.bi-theme-dark .bi-list-item-select2.disabled .bi-textarea,.bi-theme-dark .bi-list-item-select2.disabled:active .bi-high-light,.bi-theme-dark .bi-list-item-select2.disabled:active .bi-input,.bi-theme-dark .bi-list-item-select2.disabled:active .bi-textarea,.bi-theme-dark .bi-list-item-select2.disabled:hover .bi-high-light,.bi-theme-dark .bi-list-item-select2.disabled:hover .bi-input,.bi-theme-dark .bi-list-item-select2.disabled:hover .bi-textarea{color:#878d9f!important}.bi-list-item-select3.hover,.bi-list-item-select3:hover{background-color:#f7f8fa}.bi-list-item-select3.active,.bi-list-item-select3:active{color:#3685f2;background-color:#f7f8fa}.bi-list-item-select3.active .bi-input,.bi-list-item-select3.active .bi-textarea,.bi-list-item-select3:active .bi-input,.bi-list-item-select3:active .bi-textarea{color:#3685f2}.bi-list-item-select3.disabled.active,.bi-list-item-select3.disabled.hover,.bi-list-item-select3.disabled:active,.bi-list-item-select3.disabled:hover{background-color:#fff!important}.bi-theme-dark .bi-list-item-select3.hover,.bi-theme-dark .bi-list-item-select3:hover{background-color:#191B2B}.bi-theme-dark .bi-list-item-select3.active,.bi-theme-dark .bi-list-item-select3:active{color:#3685f2;background-color:#191B2B}.bi-theme-dark .bi-list-item-select3.active .bi-input,.bi-theme-dark .bi-list-item-select3.active .bi-textarea,.bi-theme-dark .bi-list-item-select3:active .bi-input,.bi-theme-dark .bi-list-item-select3:active .bi-textarea{color:#3685f2}.bi-theme-dark .bi-list-item-select3.disabled.active,.bi-theme-dark .bi-list-item-select3.disabled.hover,.bi-theme-dark .bi-list-item-select3.disabled:active,.bi-theme-dark .bi-list-item-select3.disabled:hover{background-color:#242640!important}.bi-theme-dark .bi-list-item-select.hover,.bi-theme-dark .bi-list-item-select:hover{color:#fff;background-color:rgba(255,255,255,.05);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dffffff, endColorstr=#0dffffff)}.bi-theme-dark .bi-list-item-select.hover .bi-input,.bi-theme-dark .bi-list-item-select.hover .bi-textarea,.bi-theme-dark .bi-list-item-select:hover .bi-input,.bi-theme-dark .bi-list-item-select:hover .bi-textarea{color:#fff}.bi-theme-dark .bi-list-item-select.active,.bi-theme-dark .bi-list-item-select:active{color:#fff;background-color:#3685f2}.bi-theme-dark .bi-list-item-select.active .bi-high-light,.bi-theme-dark .bi-list-item-select.active .bi-input,.bi-theme-dark .bi-list-item-select.active .bi-textarea,.bi-theme-dark .bi-list-item-select:active .bi-high-light,.bi-theme-dark .bi-list-item-select:active .bi-input,.bi-theme-dark .bi-list-item-select:active .bi-textarea{color:#fff}.bi-theme-dark .bi-list-item-select.disabled,.bi-theme-dark .bi-list-item-select.disabled:active,.bi-theme-dark .bi-list-item-select.disabled:hover{background-color:transparent!important;color:#878d9f!important}.bi-theme-dark .bi-list-item-select.disabled .bi-high-light,.bi-theme-dark .bi-list-item-select.disabled .bi-input,.bi-theme-dark .bi-list-item-select.disabled .bi-textarea,.bi-theme-dark .bi-list-item-select.disabled:active .bi-high-light,.bi-theme-dark .bi-list-item-select.disabled:active .bi-input,.bi-theme-dark .bi-list-item-select.disabled:active .bi-textarea,.bi-theme-dark .bi-list-item-select.disabled:hover .bi-high-light,.bi-theme-dark .bi-list-item-select.disabled:hover .bi-input,.bi-theme-dark .bi-list-item-select.disabled:hover .bi-textarea{color:#878d9f!important}.bi-list-item-none.hover,.bi-list-item-none:hover{color:inherit;background-color:transparent}.bi-list-item-none.hover .bi-input,.bi-list-item-none.hover .bi-textarea,.bi-list-item-none:hover .bi-input,.bi-list-item-none:hover .bi-textarea{color:inherit}.bi-list-item-none.active,.bi-list-item-none:active{color:inherit;background-color:transparent}.bi-list-item-none.active .bi-high-light,.bi-list-item-none.active .bi-input,.bi-list-item-none.active .bi-textarea,.bi-list-item-none:active .bi-high-light,.bi-list-item-none:active .bi-input,.bi-list-item-none:active .bi-textarea{color:inherit}.bi-list-item-none.disabled,.bi-list-item-none.disabled:active,.bi-list-item-none.disabled:hover{color:#9ea6b2!important;background-color:transparent!important}.bi-list-item-none.disabled .bi-high-light,.bi-list-item-none.disabled .bi-input,.bi-list-item-none.disabled .bi-textarea,.bi-list-item-none.disabled:active .bi-high-light,.bi-list-item-none.disabled:active .bi-input,.bi-list-item-none.disabled:active .bi-textarea,.bi-list-item-none.disabled:hover .bi-high-light,.bi-list-item-none.disabled:hover .bi-input,.bi-list-item-none.disabled:hover .bi-textarea{color:#9ea6b2!important}.bi-theme-dark .bi-list-item-none.hover,.bi-theme-dark .bi-list-item-none:hover{color:inherit;background-color:transparent}.bi-theme-dark .bi-list-item-none.hover .bi-input,.bi-theme-dark .bi-list-item-none.hover .bi-textarea,.bi-theme-dark .bi-list-item-none:hover .bi-input,.bi-theme-dark .bi-list-item-none:hover .bi-textarea{color:inherit}.bi-theme-dark .bi-list-item-none.active,.bi-theme-dark .bi-list-item-none:active{color:inherit;background-color:transparent}.bi-theme-dark .bi-list-item-none.active .bi-high-light,.bi-theme-dark .bi-list-item-none.active .bi-input,.bi-theme-dark .bi-list-item-none.active .bi-textarea,.bi-theme-dark .bi-list-item-none:active .bi-high-light,.bi-theme-dark .bi-list-item-none:active .bi-input,.bi-theme-dark .bi-list-item-none:active .bi-textarea{color:inherit}.bi-theme-dark .bi-list-item-none.disabled,.bi-theme-dark .bi-list-item-none.disabled:active,.bi-theme-dark .bi-list-item-none.disabled:hover{background-color:transparent!important;color:#878d9f!important}.bi-theme-dark .bi-list-item-none.disabled .bi-high-light,.bi-theme-dark .bi-list-item-none.disabled .bi-input,.bi-theme-dark .bi-list-item-none.disabled .bi-textarea,.bi-theme-dark .bi-list-item-none.disabled:active .bi-high-light,.bi-theme-dark .bi-list-item-none.disabled:active .bi-input,.bi-theme-dark .bi-list-item-none.disabled:active .bi-textarea,.bi-theme-dark .bi-list-item-none.disabled:hover .bi-high-light,.bi-theme-dark .bi-list-item-none.disabled:hover .bi-input,.bi-theme-dark .bi-list-item-none.disabled:hover .bi-textarea{color:#878d9f!important}.cursor-pointer{cursor:pointer}.bi-popup-view,.cursor-default{cursor:default}.cursor-move{cursor:move}.y-overflow-auto{overflow-y:auto;overflow-x:hidden}.x-overflow-auto{overflow-y:hidden;overflow-x:auto}.y-overflow-scroll{overflow-y:scroll;overflow-x:hidden}.x-overflow-scroll{overflow-y:hidden;overflow-x:scroll}.overflow-auto{overflow-x:auto;overflow-y:auto}.overflow-scroll{overflow-x:scroll;overflow-y:scroll}.bi-label,.bi-segment>.center-element,.bi-text,.bi-textarea-editor,.overflow-dot,.overflow-hidden{overflow-x:hidden;overflow-y:hidden}.td-overflow{white-space:normal}.bi-label,.bi-text,.overflow-dot,.ztree li{white-space:nowrap}.display-block{display:block}.display-inline{display:inline-block}.display-table{display:table}.vertical-super{vertical-align:super}.vertical-top{vertical-align:top}.horizon-center{text-align:center}.horizon-left{text-align:left}.border-sizing{box-sizing:border-box}.content-sizing{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;-ms-box-sizing:content-box;box-sizing:content-box}.bi-flex-center-layout{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-flex-align:center;-ms-align-items:center;-o-align-items:center;align-items:center}.bi-flex-horizontal-layout{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;flex-direction:row;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;-ms-flex-align:start;-o-align-items:flex-start;align-items:flex-start;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;-o-flex-wrap:nowrap;flex-wrap:nowrap}.bi-flex-horizontal-layout.middle{-webkit-box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-ms-flex-align:center;-o-align-items:center;align-items:center}.bi-flex-horizontal-layout.bottom{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-moz-align-items:flex-end;-ms-align-items:flex-end;-ms-flex-align:end;-o-align-items:flex-end;align-items:flex-end}.bi-flex-vertical-center{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;flex-direction:row;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-ms-flex-align:center;-o-align-items:center;align-items:center;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;-o-flex-wrap:nowrap;flex-wrap:nowrap}.bi-flex-vertical-center.stretch{-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-ms-flex-pack:center;-o-justify-content:center;justify-content:center;-webkit-box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-ms-flex-align:stretch;-o-align-items:stretch;align-items:stretch}.bi-flex-wrapper-center-layout .flex-wrapper-center-layout-wrapper{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-ms-flex-pack:center;-o-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-ms-flex-align:center;-o-align-items:center;align-items:center;min-width:100%;min-height:100%;float:left}.bi-flex-wrapper-horizontal-layout .flex-wrapper-horizontal-layout-wrapper{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;flex-direction:row;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-ms-flex-pack:start;-o-justify-content:flex-start;justify-content:flex-start;-webkit-box-align:flex-start;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;-ms-flex-align:start;-o-align-items:flex-start;align-items:flex-start;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;-o-flex-wrap:nowrap;flex-wrap:nowrap;min-height:100%}.bi-flex-wrapper-horizontal-layout .flex-wrapper-horizontal-layout-wrapper.middle{-webkit-box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.bi-flex-wrapper-horizontal-layout .flex-wrapper-horizontal-layout-wrapper.bottom{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-moz-align-items:flex-end;-ms-align-items:flex-end;-o-align-items:flex-end;align-items:flex-end}.bi-flex-wrapper-vertical-center .flex-wrapper-vertical-center-wrapper{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;flex-direction:row;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-ms-flex-pack:start;-o-justify-content:flex-start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-ms-flex-align:center;-o-align-items:center;align-items:center;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;-o-flex-wrap:nowrap;flex-wrap:nowrap;min-height:100%;float:left}.bi-inline-center-adapt-layout:after,.bi-inline-center-adapt-layout>.inline-center-adapt-item{display:inline-block}.bi-flex-wrapper-vertical-center .flex-wrapper-vertical-center-wrapper.stretch{width:100%;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch}.bi-inline-center-adapt-layout:after,.bi-inline-vertical-adapt-layout:after{width:0;min-height:100%;content:' ';vertical-align:middle}.bi-inline-center-adapt-layout>.bi-combo.bi-combo-popup,.bi-inline-center-adapt-layout>.inline-center-adapt-item.x-icon{display:inline-block!important}.bi-inline-vertical-adapt-layout:after,.bi-inline-vertical-adapt-layout>.inline-vertical-adapt-item{display:inline-block}.bi-inline-vertical-adapt-layout>.bi-combo.bi-combo-popup,.bi-inline-vertical-adapt-layout>.inline-vertical-adapt-item.x-icon{display:inline-block!important}.bi-theme-dark{color:#d6e0dc}.bi-theme-dark .bi-input{color:#fff}.bi-icon-text-value-combo.combo-error .bi-text-trigger .select-text-label,.bi-search-text-value-combo.combo-error .bi-search-text-value-trigger .bi-text-button,.bi-text-value-combo.combo-error .bi-select-text-trigger .select-text-label{color:#ff4949}.bi-year-calendar{padding-top:5px;padding-bottom:5px}.bi-color-chooser-popup .disable-mask{opacity:.5;filter:alpha(opacity=50);background-color:#fff}.bi-color-chooser-trigger{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-color-picker-button .color-picker-button-mask{border:1px solid #232e40}.bi-theme-dark .bi-color-picker-button .color-picker-button-mask{border:1px solid #fff}.bi-color-picker-editor .color-picker-editor-display{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-color-picker-editor.disabled .auto-color-normal-background{background:url(images/2x/background/auto_color_normal_disable.png) center center no-repeat;background-size:contain}.bi-color-picker-editor.disabled .auto-color-normal-background.hack{background:url(images/1x/background/auto_color_normal_disable.png) center center no-repeat}.bi-color-picker-editor.disabled .trans-color-background{background:url(images/2x/background/trans_disable.png) center center no-repeat;background-size:contain}.bi-color-picker-editor.disabled .trans-color-background.hack{background:url(images/1x/background/trans_disable.png) center center no-repeat}.farbtastic{position:relative}.farbtastic *{position:absolute;cursor:crosshair}.farbtastic,.farbtastic .wheel{width:195px;height:195px}.farbtastic .color,.farbtastic .overlay{top:47px;left:47px;width:101px;height:101px}.farbtastic .wheel{width:195px;height:195px}.farbtastic .marker{width:17px;height:17px;margin:-8px 0 0 -8px;overflow:hidden}.bi-bubble-combo .button-combo-triangle-wrapper{position:fixed!important;line-height:0;z-index:10000000}.bi-bubble-combo .bubble-combo-triangle-left{z-index:1;position:absolute;width:6px;height:16px;text-align:left}.bi-bubble-combo .bubble-combo-triangle-left:before{position:absolute;width:6px;height:6px;margin-left:-3px;margin-top:4px;content:"";transform:rotate(-45deg)}.bi-bubble-combo .bubble-combo-triangle-right{z-index:1;position:absolute;width:6px;height:16px;text-align:left}.bi-bubble-combo .bubble-combo-triangle-right:before{position:absolute;width:6px;height:6px;margin-left:2px;margin-top:3px;content:"";transform:rotate(135deg)}.bi-bubble-combo .bubble-combo-triangle-top{z-index:1;position:absolute;width:16px;height:6px;text-align:left}.bi-bubble-combo .bubble-combo-triangle-top:before{position:absolute;width:6px;height:6px;margin-left:4px;margin-top:-3px;content:"";transform:rotate(45deg)}.bi-bubble-combo .bubble-combo-triangle-bottom{z-index:1;position:absolute;width:16px;height:6px;text-align:left}.bi-bubble-combo .bubble-combo-triangle-bottom:before{position:absolute;width:6px;height:6px;margin-left:4px;margin-top:2px;content:"";transform:rotate(-135deg)}.bi-bubble-combo .bubble-combo-triangle-bottom:before,.bi-bubble-combo .bubble-combo-triangle-left:before,.bi-bubble-combo .bubble-combo-triangle-right:before,.bi-bubble-combo .bubble-combo-triangle-top:before{background-color:#fff;border-bottom:1px solid #f2f4f7;border-right:1px solid #f2f4f7}.bi-theme-dark .bi-bubble-combo .bubble-combo-triangle-bottom:before,.bi-theme-dark .bi-bubble-combo .bubble-combo-triangle-left:before,.bi-theme-dark .bi-bubble-combo .bubble-combo-triangle-right:before,.bi-theme-dark .bi-bubble-combo .bubble-combo-triangle-top:before{background-color:#242640;border-bottom:1px solid #2F3149;border-right:1px solid #2F3149}.bi-combo>.bi-trigger .bi-trigger-icon-button .x-icon{-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-combo.bi-combo-popup{display:block!important;visibility:visible!important}#body .bi-button.button-common.disabled:after,#body .bi-button.button-error.disabled:after,#body .bi-button.button-ignore.disabled:after,#body .bi-button.button-success.disabled:after,#body .bi-button.button-warning.disabled:after,body .bi-button.button-common.disabled:after,body .bi-button.button-error.disabled:after,body .bi-button.button-ignore.disabled:after,body .bi-button.button-success.disabled:after,body .bi-button.button-warning.disabled:after{display:none}.bi-combo.bi-combo-popup>.bi-trigger .bi-trigger-icon-button .x-icon{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-combo.bi-combo-hover>.bi-border,.bi-combo.bi-combo-popup>.bi-border,.bi-combo:hover>.bi-border{border-color:#3685f2}.bi-combo.disabled.bi-combo-hover>.bi-border,.bi-combo.disabled:hover>.bi-border{border-color:#e8eaed}.bi-theme-dark .bi-combo.disabled.bi-combo-hover>.bi-border,.bi-theme-dark .bi-combo.disabled:hover>.bi-border{border-color:#3a3c53}.bi-search-text-value-combo .search-text-value-trigger{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-search-text-value-combo .bi-combo.bi-combo-popup+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-search-text-value-combo .bi-combo+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-all-count-pager .row-count,.bi-segment-button{color:#3685f2}.bi-text-value-check-combo.bi-combo-popup>.bi-border,.bi-text-value-check-combo:hover>.bi-border,.bi-text-value-down-list-combo.bi-combo-popup>.bi-border,.bi-text-value-down-list-combo:hover>.bi-border{border-color:#3685f2}.bi-bubble-bar-popup-view .bar-popup-container{max-height:456px}.bi-search-editor{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-small-search-editor .bi-editor,.bi-small-search-editor .bi-editor .bi-input,.bi-small-search-editor .bi-editor .bi-label{font-size:12px}.bi-small-search-editor .close-font,.bi-small-search-editor .search-font{font-size:18px}.bi-message-title{font-size:14px;cursor:pointer}.bi-message-text{font-size:16px;-webkit-user-select:text;-khtml-user-select:text;-moz-user-select:text;-ms-user-select:text;-o-user-select:text;user-select:text}.bi-message-close,.bi-message-content{font-size:16px}.bi-message-animate{-webkit-transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;-moz-transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;-o-transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s}.bi-message-enter{opacity:1}.bi-message-leave{opacity:0;transform:translateY(-100%)}.bi-multi-list-view .bi-button-mask{opacity:.1;filter:alpha(opacity=10)}.bi-panel{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-panel .panel-title .panel-title-text{cursor:text;font-size:14px}.bi-all-count-pager .all-pager-next,.bi-all-count-pager .all-pager-prev,.bi-direction-pager .direction-pager-next,.bi-direction-pager .direction-pager-prev{font-size:16px}.bi-sortable-holder{border:1px dashed #e8eaed}.bi-pager .page-item{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-pane{min-height:25px}.bi-pane.loading-status{min-height:55px}.bi-pane .loading-container{background-color:rgba(247,248,250,0);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00f7f8fa, endColorstr=#00f7f8fa)}.bi-loading-widget{font-size:0}.bi-loading-widget .animate-rect{background-color:rgba(54,133,242,.9);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e63685f2, endColorstr=#e63685f2);-webkit-border-radius:1.5px;-moz-border-radius:1.5px;border-radius:1.5px;-webkit-animation:loading-widget .8s infinite linear;-moz-animation:loading-widget .8s infinite linear;-ms-animation:loading-widget .8s infinite linear;-o-animation:loading-widget .8s infinite linear;animation:loading-widget .8s infinite linear}.bi-loading-widget .rect2{-webkit-animation-delay:-.2s;-moz-animation-delay:-.2s;-ms-animation-delay:-.2s;-o-animation-delay:-.2s;animation-delay:-.2s}.bi-loading-widget .rect3{-webkit-animation-delay:-.4s;-moz-animation-delay:-.4s;-ms-animation-delay:-.4s;-o-animation-delay:-.4s;animation-delay:-.4s}@-webkit-keyframes loading-widget{0%,100%{-webkit-transform:scaleY(.3);-moz-transform:scaleY(.3);-o-transform:scaleY(.3);-ms-transform:scaleY(.3);transform:scaleY(.3)}50%{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);-o-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}}@-moz-keyframes loading-widget{0%,100%{-webkit-transform:scaleY(.3);-moz-transform:scaleY(.3);-o-transform:scaleY(.3);-ms-transform:scaleY(.3);transform:scaleY(.3)}50%{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);-o-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}}@-ms-keyframes loading-widget{0%,100%{-webkit-transform:scaleY(.3);-moz-transform:scaleY(.3);-o-transform:scaleY(.3);-ms-transform:scaleY(.3);transform:scaleY(.3)}50%{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);-o-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}}@-o-keyframes loading-widget{0%,100%{-webkit-transform:scaleY(.3);-moz-transform:scaleY(.3);-o-transform:scaleY(.3);-ms-transform:scaleY(.3);transform:scaleY(.3)}50%{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);-o-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}}@keyframes loading-widget{0%,100%{-webkit-transform:scaleY(.3);-moz-transform:scaleY(.3);-o-transform:scaleY(.3);-ms-transform:scaleY(.3);transform:scaleY(.3)}50%{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);-o-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}}.bi-loading-widget.hack{background:url(images/1x/icon/wave_loading.gif) center center no-repeat}.bi-loading-widget.hack .animate-rect{background-color:rgba(54,133,242,0);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#003685f2, endColorstr=#003685f2)}.bi-segment>.center-element{overflow:hidden;background:#fff;border-right:1px solid #3685f2;border-top:1px solid #3685f2;border-bottom:1px solid #3685f2}.bi-segment>.first-element{border-left:1px solid #3685f2;-webkit-border-radius:2px 0 0 2px;-moz-border-radius:2px 0 0 2px;border-radius:2px 0 0 2px}.bi-segment>.last-element{-webkit-border-radius:0 2px 2px 0;-moz-border-radius:0 2px 2px 0;border-radius:0 2px 2px 0}.bi-segment.disabled>.center-element,.bi-segment.disabled>.first-element{border-color:#d0d4da}.bi-theme-dark .bi-segment>.center-element{overflow:hidden;overflow-x:hidden;overflow-y:hidden;background:#242640;border-right:1px solid #3a3c53;border-top:1px solid #3a3c53;border-bottom:1px solid #3a3c53}.bi-theme-dark .bi-segment>.first-element{border-left:1px solid #242640}#body .bi-button,body .bi-button{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;border:1px solid #3685f2;background-color:#3685f2;box-sizing:border-box;text-align:center;vertical-align:middle;cursor:pointer}#body .bi-button.clear,#body .bi-button.ghost,body .bi-button.clear,body .bi-button.ghost{font-size:inherit;background-color:transparent}#body .bi-button.block,body .bi-button.block{font-size:inherit;border-width:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}#body .bi-button.clear,body .bi-button.clear{border-width:0}#body .bi-button.clear:hover,body .bi-button.clear:hover{opacity:.9;filter:alpha(opacity=90)}#body .bi-button.clear:active,body .bi-button.clear:active{opacity:.8;filter:alpha(opacity=80)}#body .bi-button.button-common,#body .bi-button.button-common .b-font:before,body .bi-button.button-common,body .bi-button.button-common .b-font:before{color:#fff}#body .bi-button.button-common.clear,#body .bi-button.button-common.clear .b-font:before,#body .bi-button.button-common.ghost,#body .bi-button.button-common.ghost .b-font:before,body .bi-button.button-common.clear,body .bi-button.button-common.clear .b-font:before,body .bi-button.button-common.ghost,body .bi-button.button-common.ghost .b-font:before{color:#3685f2}#body .bi-button.button-common.ghost:hover,body .bi-button.button-common.ghost:hover{color:#fff;background-color:#3685f2}#body .bi-button.button-common.ghost:active,body .bi-button.button-common.ghost:active{background-color:#3685f2}#body .bi-button.button-ignore,body .bi-button.button-ignore{background-color:transparent;border-color:#3685f2}#body .bi-button.button-ignore,#body .bi-button.button-ignore .b-font:before,body .bi-button.button-ignore,body .bi-button.button-ignore .b-font:before{color:#3685f2}#body .bi-button.button-ignore.clear,body .bi-button.button-ignore.clear{background-color:transparent;border-width:0}#body .bi-button.button-success,body .bi-button.button-success{background-color:#13cd66;border-color:#13cd66}#body .bi-button.button-success,#body .bi-button.button-success .b-font:before,body .bi-button.button-success,body .bi-button.button-success .b-font:before{color:#fff}#body .bi-button.button-success.clear,body .bi-button.button-success.clear{background-color:transparent;border-width:0}#body .bi-button.button-success.clear,#body .bi-button.button-success.clear .b-font:before,body .bi-button.button-success.clear,body .bi-button.button-success.clear .b-font:before{color:#13cd66}#body .bi-button.button-warning,body .bi-button.button-warning{background-color:#faaa39;border-color:#fbb03b}#body .bi-button.button-warning,#body .bi-button.button-warning .b-font:before,body .bi-button.button-warning,body .bi-button.button-warning .b-font:before{color:#fff}#body .bi-button.button-warning.clear,body .bi-button.button-warning.clear{background-color:transparent;border-width:0}#body .bi-button.button-warning.clear,#body .bi-button.button-warning.clear .b-font:before,body .bi-button.button-warning.clear,body .bi-button.button-warning.clear .b-font:before{color:#faaa39}#body .bi-button.button-error,body .bi-button.button-error{background-color:#ff4949;border-color:#FF4949}#body .bi-button.button-error,#body .bi-button.button-error .b-font:before,body .bi-button.button-error,body .bi-button.button-error .b-font:before{color:#fff}#body .bi-button.button-error.clear,body .bi-button.button-error.clear{background-color:transparent;border-width:0}#body .bi-button.button-error.clear,#body .bi-button.button-error.clear .b-font:before,body .bi-button.button-error.clear,body .bi-button.button-error.clear .b-font:before{color:#ff4949}#body .bi-button.button-common.disabled,#body .bi-button.button-common.disabled .b-font:before,#body .bi-button.button-common.disabled.base-disabled,#body .bi-button.button-common.disabled.base-disabled .b-font:before,#body .bi-button.button-common.disabled.clear,#body .bi-button.button-common.disabled.clear .b-font:before,#body .bi-button.button-error.disabled,#body .bi-button.button-error.disabled .b-font:before,#body .bi-button.button-error.disabled.base-disabled,#body .bi-button.button-error.disabled.base-disabled .b-font:before,#body .bi-button.button-error.disabled.clear,#body .bi-button.button-error.disabled.clear .b-font:before,#body .bi-button.button-ignore.disabled,#body .bi-button.button-ignore.disabled .b-font:before,#body .bi-button.button-ignore.disabled.clear,#body .bi-button.button-ignore.disabled.clear .b-font:before,#body .bi-button.button-success.disabled,#body .bi-button.button-success.disabled .b-font:before,#body .bi-button.button-success.disabled.base-disabled,#body .bi-button.button-success.disabled.base-disabled .b-font:before,#body .bi-button.button-success.disabled.clear,#body .bi-button.button-success.disabled.clear .b-font:before,#body .bi-button.button-warning.disabled,#body .bi-button.button-warning.disabled .b-font:before,#body .bi-button.button-warning.disabled.base-disabled,#body .bi-button.button-warning.disabled.base-disabled .b-font:before,#body .bi-button.button-warning.disabled.clear,#body .bi-button.button-warning.disabled.clear .b-font:before,body .bi-button.button-common.disabled,body .bi-button.button-common.disabled .b-font:before,body .bi-button.button-common.disabled.base-disabled,body .bi-button.button-common.disabled.base-disabled .b-font:before,body .bi-button.button-common.disabled.clear,body .bi-button.button-common.disabled.clear .b-font:before,body .bi-button.button-error.disabled,body .bi-button.button-error.disabled .b-font:before,body .bi-button.button-error.disabled.base-disabled,body .bi-button.button-error.disabled.base-disabled .b-font:before,body .bi-button.button-error.disabled.clear,body .bi-button.button-error.disabled.clear .b-font:before,body .bi-button.button-ignore.disabled,body .bi-button.button-ignore.disabled .b-font:before,body .bi-button.button-ignore.disabled.clear,body .bi-button.button-ignore.disabled.clear .b-font:before,body .bi-button.button-success.disabled,body .bi-button.button-success.disabled .b-font:before,body .bi-button.button-success.disabled.base-disabled,body .bi-button.button-success.disabled.base-disabled .b-font:before,body .bi-button.button-success.disabled.clear,body .bi-button.button-success.disabled.clear .b-font:before,body .bi-button.button-warning.disabled,body .bi-button.button-warning.disabled .b-font:before,body .bi-button.button-warning.disabled.base-disabled,body .bi-button.button-warning.disabled.base-disabled .b-font:before,body .bi-button.button-warning.disabled.clear,body .bi-button.button-warning.disabled.clear .b-font:before{color:#9ea6b2!important}#body .bi-button.button-common.disabled,#body .bi-button.button-common.disabled.base-disabled,#body .bi-button.button-error.disabled,#body .bi-button.button-error.disabled.base-disabled,#body .bi-button.button-success.disabled,#body .bi-button.button-success.disabled.base-disabled,#body .bi-button.button-warning.disabled,#body .bi-button.button-warning.disabled.base-disabled,body .bi-button.button-common.disabled,body .bi-button.button-common.disabled.base-disabled,body .bi-button.button-error.disabled,body .bi-button.button-error.disabled.base-disabled,body .bi-button.button-success.disabled,body .bi-button.button-success.disabled.base-disabled,body .bi-button.button-warning.disabled,body .bi-button.button-warning.disabled.base-disabled{background:#F2F4F7!important;border-color:#d0d4da!important}#body .bi-button.button-ignore.disabled,body .bi-button.button-ignore.disabled{background:#fff!important;border-color:#e8eaed!important}#body .bi-button.button-common.disabled.clear,#body .bi-button.button-error.disabled.clear,#body .bi-button.button-ignore.disabled.clear,#body .bi-button.button-success.disabled.clear,#body .bi-button.button-warning.disabled.clear,body .bi-button.button-common.disabled.clear,body .bi-button.button-error.disabled.clear,body .bi-button.button-ignore.disabled.clear,body .bi-button.button-success.disabled.clear,body .bi-button.button-warning.disabled.clear{background:0 0!important;border-width:0!important}#body .bi-button.button-common.disabled.clear:active,#body .bi-button.button-common.disabled.clear:hover,#body .bi-button.button-error.disabled.clear:active,#body .bi-button.button-error.disabled.clear:hover,#body .bi-button.button-ignore.disabled.clear:active,#body .bi-button.button-ignore.disabled.clear:hover,#body .bi-button.button-success.disabled.clear:active,#body .bi-button.button-success.disabled.clear:hover,#body .bi-button.button-warning.disabled.clear:active,#body .bi-button.button-warning.disabled.clear:hover,body .bi-button.button-common.disabled.clear:active,body .bi-button.button-common.disabled.clear:hover,body .bi-button.button-error.disabled.clear:active,body .bi-button.button-error.disabled.clear:hover,body .bi-button.button-ignore.disabled.clear:active,body .bi-button.button-ignore.disabled.clear:hover,body .bi-button.button-success.disabled.clear:active,body .bi-button.button-success.disabled.clear:hover,body .bi-button.button-warning.disabled.clear:active,body .bi-button.button-warning.disabled.clear:hover{opacity:1;filter:alpha(opacity=100)}#body .bi-button.button-common.disabled.ghost,#body .bi-button.button-error.disabled.ghost,#body .bi-button.button-ignore.disabled.ghost,#body .bi-button.button-success.disabled.ghost,#body .bi-button.button-warning.disabled.ghost,body .bi-button.button-common.disabled.ghost,body .bi-button.button-error.disabled.ghost,body .bi-button.button-ignore.disabled.ghost,body .bi-button.button-success.disabled.ghost,body .bi-button.button-warning.disabled.ghost{background:0 0!important;border-color:#3685f2!important;opacity:.5;filter:alpha(opacity=50)}#body .bi-button.button-common.disabled.ghost,#body .bi-button.button-common.disabled.ghost .b-font:before,#body .bi-button.button-error.disabled.ghost,#body .bi-button.button-error.disabled.ghost .b-font:before,#body .bi-button.button-ignore.disabled.ghost,#body .bi-button.button-ignore.disabled.ghost .b-font:before,#body .bi-button.button-success.disabled.ghost,#body .bi-button.button-success.disabled.ghost .b-font:before,#body .bi-button.button-warning.disabled.ghost,#body .bi-button.button-warning.disabled.ghost .b-font:before,body .bi-button.button-common.disabled.ghost,body .bi-button.button-common.disabled.ghost .b-font:before,body .bi-button.button-error.disabled.ghost,body .bi-button.button-error.disabled.ghost .b-font:before,body .bi-button.button-ignore.disabled.ghost,body .bi-button.button-ignore.disabled.ghost .b-font:before,body .bi-button.button-success.disabled.ghost,body .bi-button.button-success.disabled.ghost .b-font:before,body .bi-button.button-warning.disabled.ghost,body .bi-button.button-warning.disabled.ghost .b-font:before{color:#3685f2!important}.bi-basic-button.button-common:after,.bi-basic-button.button-error:after,.bi-basic-button.button-success:after,.bi-basic-button.button-warning:after{content:"";background-color:#232E40;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;display:block;width:100%;height:100%;position:absolute;transform:scale(1,1);opacity:0;filter:alpha(opacity=0);-webkit-transition:transform .5s ease,opacity 1s ease;-moz-transition:transform .5s ease,opacity 1s ease;-o-transition:transform .5s ease,opacity 1s ease;transition:transform .5s ease,opacity 1s ease;left:0;top:0;pointer-events:none}.bi-basic-button.button-common.hack:after,.bi-basic-button.button-error.hack:after,.bi-basic-button.button-success.hack:after,.bi-basic-button.button-warning.hack:after{content:none}.bi-basic-button.button-common:active:after,.bi-basic-button.button-error:active:after,.bi-basic-button.button-success:active:after,.bi-basic-button.button-warning:active:after{transform:scale(0,1);opacity:.1;filter:alpha(opacity=10);-webkit-transition:transform 0s;-moz-transition:transform 0s;-o-transition:transform 0s;transition:transform 0s}.bi-basic-button.button-common:hover .bi-button-mask,.bi-basic-button.button-error:hover .bi-button-mask,.bi-basic-button.button-success:hover .bi-button-mask,.bi-basic-button.button-warning:hover .bi-button-mask{opacity:.1;filter:alpha(opacity=10);background-color:#fff;-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.bi-basic-button.button-ignore:after{content:"";background-color:#3685f2;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;display:block;width:100%;height:100%;position:absolute;transform:scale(1,1);opacity:0;filter:alpha(opacity=0);-webkit-transition:transform .5s ease,opacity 1s ease;-moz-transition:transform .5s ease,opacity 1s ease;-o-transition:transform .5s ease,opacity 1s ease;transition:transform .5s ease,opacity 1s ease;left:0;top:0;pointer-events:none}.bi-basic-button.button-ignore.hack:after{content:none}.bi-basic-button.button-ignore:active:after{transform:scale(0,1);opacity:.1;filter:alpha(opacity=10);-webkit-transition:transform 0s;-moz-transition:transform 0s;-o-transition:transform 0s;transition:transform 0s}.bi-basic-button.button-ignore:hover{background-color:rgba(54,133,242,.05);-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.bi-basic-button .popup-content{font-size:14px}.bi-theme-dark #body .bi-button.button-common.ghost,.bi-theme-dark #body .bi-button.button-common.ghost .b-font:before,.bi-theme-dark body .bi-button.button-common.ghost,.bi-theme-dark body .bi-button.button-common.ghost .b-font:before{color:#fff;border-color:#fff}.bi-theme-dark #body .bi-button.button-common.ghost:hover,.bi-theme-dark body .bi-button.button-common.ghost:hover{color:#3d4d66;background-color:#fff}.bi-theme-dark #body .bi-button.button-common.ghost:active,.bi-theme-dark body .bi-button.button-common.ghost:active{background-color:rgba(255,255,255,.9);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6ffffff, endColorstr=#e6ffffff)}.bi-theme-dark #body .bi-button.button-ignore:hover,.bi-theme-dark body .bi-button.button-ignore:hover{background-color:rgba(54,133,242,.05)}.bi-theme-dark #body .bi-button.button-ignore:active,.bi-theme-dark body .bi-button.button-ignore:active{background-color:rgba(54,133,242,.1)}.bi-theme-dark #body .bi-button.button-common.disabled.ghost,.bi-theme-dark body .bi-button.button-common.disabled.ghost{background:0 0!important;border-color:#fff!important;opacity:.5;filter:alpha(opacity=50)}.bi-theme-dark #body .bi-button.button-common.disabled.ghost,.bi-theme-dark #body .bi-button.button-common.disabled.ghost .b-font:before,.bi-theme-dark body .bi-button.button-common.disabled.ghost,.bi-theme-dark body .bi-button.button-common.disabled.ghost .b-font:before{color:#fff!important}.bi-single-select-icon-text-item.active .b-font:before,.bi-single-select-icon-text-item:active .b-font:before{color:#3685f2}.bi-switch{-webkit-border-radius:40px 40px 40px 40px;-moz-border-radius:40px;border-radius:40px;background-color:#d0d4da}.bi-switch.active,.bi-switch:active{background-color:#3685f2}.bi-switch .circle-button{-webkit-border-radius:9px 9px 9px 9px;-moz-border-radius:9px;border-radius:9px}.bi-switch.disabled,.bi-switch.disabled:active{background-color:#F2F4F7}.bi-theme-dark .bi-switch{background-color:#606479}.bi-theme-dark .bi-switch.active,.bi-theme-dark .bi-switch:active{background-color:#3685f2}.bi-theme-dark .bi-switch.disabled,.bi-theme-dark .bi-switch.disabled:active{background-color:#2F3149}.bi-multifile-editor .multifile-editor{text-align:right;cursor:pointer;font-size:100px;z-index:2}.bi-textarea-editor{overflow:hidden}.bi-textarea-editor .textarea-editor-content{font-size:12px;border:none}.x-icon.b-font{margin:auto;width:100%}.bi-file{opacity:0;filter:alpha(opacity=0);z-index:2}.bi-input,.bi-textarea{border:none;outline:0;background-color:transparent;padding:0;margin:0;width:100%;height:100%}.bi-input.bi-input-focus,.bi-textarea.bi-input-focus{border:none}.bi-input.bi-input-error,.bi-textarea.bi-input-error{border:none;color:#ff4949!important}.bi-bubble .bubble-text,.bi-toast{-webkit-border-radius:2px;-moz-border-radius:2px}.bi-text{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;word-break:break-word}.bi-bubble .bubble-text{border-radius:2px}.bi-bubble .bubble-error{background:#ffecec;color:#ff4949}.bi-theme-dark .bi-bubble .bubble-error{background:#3A2940}.bi-bubble .bubble-common{background:#eaf2fd;color:#3685f2}.bi-bubble .bubble-success{background:#e1f4e7;color:#13cd66}.bi-bubble .bubble-warning{background:#feeed7;color:#faaa39}.bi-tip{position:fixed!important}.bi-toast{color:#fff;max-width:400px;min-width:150px;border-radius:2px}.bi-toast.toast-success{background:#13cd66}.bi-toast.toast-warning{background:#faaa39}.bi-toast.toast-error{background:#ff4949}.bi-toast.toast-normal{background:#3685f2}.bi-toast .toast-icon{font-size:16px}.bi-tooltip{max-width:250px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;font-size:12px;color:#fff}.bi-tooltip.tooltip-success{background:#647185;border:1px solid #647185}.bi-tooltip.tooltip-warning{background:#ff4949;border:1px solid #FF4949}.bi-branch-tree .bi-branch-tree-view{min-width:300px}.bi-display-tree .ztree *{color:#999}.bi-display-tree .ztree li a,.bi-display-tree .ztree li span{cursor:default!important}.ztree li a,.ztree li span.button{cursor:pointer;display:inline-block}.bi-display-tree .ztree li a.curSelectedNode{padding-top:1px;border:none;background-color:inherit;opacity:1;filter:alpha(opacity=100)}.ztree *{padding:0;margin:0}.ztree{margin:0;padding:5px}.ztree li{padding:0;margin:0;list-style:none;line-height:14px;text-align:left}.ztree li ul{margin:0;padding:0 0 0 18px}.ztree li a{padding:1px 3px 0 0;margin:0;height:24px;background-color:transparent;vertical-align:top}.ztree li a:active,.ztree li a:hover{background-color:rgba(54,133,242,.06);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2, endColorstr=#0f3685f2)}.ztree li a:active{color:#3685f2}.ztree li a.tmpTargetNode_inner,ul.tmpTargetzTree,ul.ztree.zTreeDragUL{opacity:.8;filter:alpha(opacity=80)}.ztree li a.curSelectedNode_Edit{padding-top:0;background-color:#FFE6B0;color:#000;height:16px;border:1px solid #FFB951;opacity:.8}.ztree li a.tmpTargetNode_inner{padding-top:0;background-color:#316AC5;color:#fff;height:16px;border:1px solid #316AC5}.ztree li a input.rename{height:14px;width:80px;padding:0;margin:0;font-size:12px;border:1px solid #7EC4CC}.bi-dynamic-date-combo .date-font,.bi-multi-select-combo .multi-select-trigger-icon-button,.bi-multi-select-insert-combo .multi-select-trigger-icon-button,.bi-multi-tree-combo .multi-select-trigger-icon-button,.bi-trigger .bi-trigger-icon-button{font-size:16px}.ztree li span{line-height:24px;margin-right:2px}.ztree li span.button{line-height:0;margin:0;width:16px;height:16px;vertical-align:middle;border:0;background-color:transparent;background-repeat:no-repeat;background-attachment:scroll}.ztree li span.button.chk{width:16px;height:16px;margin:0 3px 0 0;cursor:auto}.ztree li span.button.chk.checkbox_false_disable{background-position:0 -56px}.ztree li span.button.chk.checkbox_true_disable{background-position:-14px -56px}.ztree li span.button.chk.radio_false_full{background-position:-28px 0}.ztree li span.button.chk.radio_false_full_focus{background-position:-28px -14px}.ztree li span.button.chk.radio_false_part{background-position:-28px -28px}.ztree li span.button.chk.radio_false_part_focus{background-position:-28px -42px}.ztree li span.button.chk.radio_false_disable{background-position:-28px -56px}.ztree li span.button.chk.radio_true_full{background-position:-42px 0}.ztree li span.button.chk.radio_true_full_focus{background-position:-42px -14px}.ztree li span.button.chk.radio_true_part{background-position:-42px -28px}.ztree li span.button.chk.radio_true_part_focus{background-position:-42px -42px}.ztree li span.button.chk.checkbox_true_full+a,.ztree li span.button.chk.checkbox_true_full_focus+a,.ztree li span.button.chk.checkbox_true_part+a,.ztree li span.button.chk.checkbox_true_part_focus+a{color:#3685f2}.ztree li span.button.chk.radio_true_disable{background-position:-42px -56px}.ztree li span.button.switch{width:25px;height:25px}.ztree li span.button.noline_open{background-position:-92px -72px}.ztree li span.button.noline_close{background-position:-74px -72px}.ztree li span.button.noline_docu,.ztree li span.button.root_docu{background:0 0}.ztree li span.button.ico_open{margin-right:2px;background-position:-110px -16px;vertical-align:top}.ztree li span.button.ico_close{margin-right:2px;background-position:-110px 0;vertical-align:top}.ztree li span.button.ico_docu{margin-right:2px;background-position:-110px -32px;vertical-align:top}.ztree li span.button.edit{margin-right:2px;background-position:-110px -48px;vertical-align:top}.ztree li span.button.remove{margin-right:2px;background-position:-110px -64px;vertical-align:top}.ztree li span.button.ico_loading{width:0;margin-right:2px;vertical-align:top}ul.tmpTargetzTree{background-color:#FFE6B0}span.tmpzTreeMove_arrow{width:16px;height:16px;display:inline-block;padding:0;margin:2px 0 0 1px;border:0;position:absolute;background-color:transparent;background-repeat:no-repeat;background-attachment:scroll;background-position:-110px -80px}.zTreeMask,ul.ztree.zTreeDragUL{background-color:#cfcfcf;position:absolute}ul.ztree.zTreeDragUL{margin:0;padding:0;width:auto;height:auto;overflow:hidden;border:1px dotted #00B83F}.zTreeMask{z-index:10000;opacity:0;filter:alpha(opacity=0)}.bi-select-text-trigger,.bi-small-select-text-trigger{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-popup-view{position:fixed!important;overflow-y:visible!important;overflow-x:visible!important;overflow:visible!important}.bi-popup-view .list-view-outer{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-popup-view .padding-outer{padding-top:5px;padding-bottom:5px}.bi-popup-view .list-view-shadow{-webkit-box-shadow:0 1px 5px 0 rgba(35,46,64,.2);-moz-box-shadow:0 1px 5px 0 rgba(35,46,64,.2);box-shadow:0 1px 5px 0 rgba(35,46,64,.2)}.bi-popup-view .list-view-toolbar{line-height:24px}.bi-popup-view .list-view-toolbar>.center-element{border-left:1px solid #e8eaed}.bi-popup-view .list-view-toolbar>.first-element{border-left:none}.bi-theme-dark .bi-popup-view .list-view-toolbar>.center-element{border-left:1px solid #3a3c53}.bi-theme-dark .bi-popup-view .list-view-toolbar>.first-element{border-left:none}.bi-theme-dark .list-view-shadow{-webkit-box-shadow:0 1px 5px 0 rgba(25,27,43,.8);-moz-box-shadow:0 1px 5px 0 rgba(25,27,43,.8);box-shadow:0 1px 5px 0 rgba(25,27,43,.8)}.bi-date-trigger{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-down-list-popup .bi-down-list-item .list-item-text,.bi-down-list-popup .list-group-item-text{max-width:203px}.bi-interactive-arrangement .interactive-arrangement-dragtag-line{z-index:1000000000;background-color:#faaa39}.bi-interactive-arrangement .interactive-arrangement-dragtag-icon{z-index:1000000000}.bi-interval-slider,.bi-interval-slider-label{min-height:50px}.bi-month-trigger{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-multilayer-select-level-tree .tree-view,.bi-multilayer-single-level-tree .tree-view{min-width:100%}.bi-multi-select-check-pane .multi-select-check-selected{text-decoration:underline}.bi-multi-select-combo .bi-combo.bi-combo-popup+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-multi-select-combo .bi-combo+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-multi-select-insert-combo .bi-combo.bi-combo-popup+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-multi-select-insert-combo .bi-combo+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-multi-select-trigger{-webkit-border-radius:2px 2px 2px 2px;-moz-border-radius:2px;border-radius:2px}.bi-multi-select-search-pane .multi-select-toolbar{color:#faaa39}.bi-multi-select-check-selected-button{z-index:1;min-width:16px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}.bi-multi-select-insert-list .bi-search-editor,.bi-multi-select-list .bi-search-editor{-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.bi-multi-tree-check-pane .multi-tree-check-selected{color:#3685f2}.bi-multi-tree-combo .bi-combo.bi-combo-popup+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-multi-tree-combo .bi-combo+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-multi-tree-popup .popup-view-tree{min-height:170px}.bi-multi-tree-check-selected-button .trigger-check-selected{color:#3685f2;z-index:1}.bi-number-editor{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-number-editor .pull-down-font,.bi-number-editor .pull-up-font{font-size:12px}.bi-number-interval .number-interval-big-combo .bi-icon-combo-trigger .icon-combo-trigger-icon,.bi-number-interval .number-interval-small-combo .bi-icon-combo-trigger .icon-combo-trigger-icon{font-size:14px}.bi-number-interval .number-interval-small-editor{-moz-border-radius-topleft:2px;-webkit-border-top-left-radius:2px;-moz-border-radius-bottomleft:2px;-webkit-border-bottom-left-radius:2px;border-top-left-radius:2px;border-bottom-left-radius:2px}.bi-number-interval .number-interval-big-editor{-moz-border-radius-topright:2px;-webkit-border-top-right-radius:2px;-moz-border-radius-bottomright:2px;-webkit-border-bottom-right-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px}.bi-number-interval .number-interval-big-combo{-moz-border-radius-topleft:2px;-webkit-border-top-left-radius:2px;-moz-border-radius-bottomleft:2px;-webkit-border-bottom-left-radius:2px;border-top-left-radius:2px;border-bottom-left-radius:2px}.bi-number-interval .number-interval-small-combo{-moz-border-radius-topright:2px;-webkit-border-top-right-radius:2px;-moz-border-radius-bottomright:2px;-webkit-border-bottom-right-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px}.bi-search-multi-text-value-combo .multi-select-trigger-icon-button,.bi-single-select-combo .single-select-trigger-icon-button{font-size:16px}.bi-number-interval.number-error .bi-input{color:#ff4949!important}.bi-date-interval.time-error .bi-input,.bi-date-interval.time-error .sign-editor-text,.bi-search-multi-text-value-combo.combo-error .bi-multi-select-searcher .tip-text-style,.bi-time-interval.time-error .bi-date-time-trigger .bi-input,.bi-time-interval.time-error .bi-date-time-trigger .sign-editor-text,.bi-year-month-interval.time-error .bi-input,.bi-year-month-interval.time-error .sign-editor-text{color:#ff4949}.bi-quarter-trigger{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-single-select-combo .bi-combo.bi-combo-popup+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-single-select-combo .bi-combo+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-single-slider-label{min-height:50px}.bi-single-slider-normal{min-height:30px}.bi-single-slider{min-height:50px}.bi-single-slider-button .slider-button{cursor:ew-resize;border-width:2px;border-style:solid;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;background-color:#fff;height:16px;width:16px;top:6px;left:-8px}.bi-single-slider-button .slider-button.hover,.bi-single-slider-button .slider-button:hover{-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background-color:#f7f8fa;width:20px;height:20px;top:4px;left:-10px}.bi-single-slider-button .slider-button.disabled{border-color:#d0d4da}.bi-single-slider-button .slider-button.disabled.hover,.bi-single-slider-button .slider-button.disabled:hover{background-color:#f7f8fa;width:16px;height:16px;top:6px;left:-8px}body,html{height:100%}.bi-theme-dark .bi-single-slider-button .slider-button{background-color:#242640}.bi-theme-dark .bi-single-slider-button .slider-button.disabled.hover,.bi-theme-dark .bi-single-slider-button .slider-button.disabled:hover,.bi-theme-dark .bi-single-slider-button .slider-button.hover,.bi-theme-dark .bi-single-slider-button .slider-button:hover{background-color:#191B2B}.bi-slider-track .gray-track{background-color:rgba(61,77,102,.1);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#1a3d4d66, endColorstr=#1a3d4d66);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bi-slider-track .blue-track{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bi-slider-track .disabled-blue-track{background-color:#d0d4da;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bi-theme-dark .bi-slider-track .gray-track{background-color:rgba(214,224,220,.1);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#1ad6e0dc, endColorstr=#1ad6e0dc);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bi-theme-dark .bi-slider-track .disabled-blue-track{background-color:#606479;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bi-time-interval .bi-date-time-trigger{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-year-popup .year-popup-navigation{line-height:30px}.bi-year-popup .year-popup-navigation>.center-element{border-left:1px solid #e8eaed}.bi-year-popup .year-popup-navigation>.first-element{border-left:none}.bi-theme-dark .bi-year-popup .year-popup-navigation>.center-element{border-left:1px solid #3a3c53}.bi-theme-dark .bi-year-popup .year-popup-navigation>.first-element{border-left:none}.bi-year-trigger{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}html{overflow:hidden}body{position:absolute;width:100%;margin:0;padding:0;top:0;left:0;background-repeat:repeat;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;color:#3d4d66;font:400 12px "Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Heiti,"黑体",sans-serif;-webkit-font-smoothing:antialiased;text-decoration:none;-kthml-user-focus:normal;-moz-user-focus:normal;-moz-outline:0 none;outline:0}div::-webkit-scrollbar,textarea::-webkit-scrollbar{-webkit-appearance:none;background-color:rgba(135,141,159,.05);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d878d9f, endColorstr=#0d878d9f);width:6px;height:6px}div::-webkit-scrollbar-thumb,textarea::-webkit-scrollbar-thumb{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:rgba(135,141,159,.3);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d878d9f, endColorstr=#4d878d9f)}div::-webkit-scrollbar-thumb:hover,textarea::-webkit-scrollbar-thumb:hover{background-color:rgba(135,141,159,.7);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3878d9f, endColorstr=#b3878d9f)}.bi-theme-dark div::-webkit-scrollbar,.bi-theme-dark textarea::-webkit-scrollbar{-webkit-appearance:none;background-color:rgba(208,212,218,.05);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dd0d4da, endColorstr=#0dd0d4da);width:6px;height:6px}.bi-theme-dark div::-webkit-scrollbar-thumb,.bi-theme-dark textarea::-webkit-scrollbar-thumb{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:rgba(208,212,218,.3);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4dd0d4da, endColorstr=#4dd0d4da)}.bi-theme-dark div::-webkit-scrollbar-thumb:hover,.bi-theme-dark textarea::-webkit-scrollbar-thumb:hover{background-color:rgba(208,212,218,.7);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3d0d4da, endColorstr=#b3d0d4da)}.farbtastic .wheel{background:url(https://fanruan.coding.me/fineui/dist/images/1x/background/wheel.png) center center no-repeat}.farbtastic .overlay{background:url(https://fanruan.coding.me/fineui/dist/images/1x/background/mask.png) center center no-repeat}.farbtastic .marker{background:url(https://fanruan.coding.me/fineui/dist/images/1x/background/marker.png) center center no-repeat}.bi-display-tree .ztree li span.button.switch.center_open{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_3.png) center center no-repeat}.bi-display-tree .ztree li span.button.switch.roots_open{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_2.png) center center no-repeat}.bi-display-tree .ztree li span.button.switch.bottom_open{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_4.png) center center no-repeat}.ztree li ul.line{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_1.png) 1px 0 repeat-y}.bi-theme-dark .ztree li ul.line{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_1.png) 1px 0 repeat-y}.ztree li span.button.chk.checkbox_false_full,.ztree li span.button.chk.checkbox_false_full_focus{background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/check_box_normal.png) center center no-repeat;background-size:contain}.ztree li span.button.chk.checkbox_false_part,.ztree li span.button.chk.checkbox_false_part_focus{background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/half_selected.png) center center no-repeat;background-size:contain}.ztree li span.button.chk.checkbox_true_full,.ztree li span.button.chk.checkbox_true_full_focus{background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/check_box_active.png) center center no-repeat;background-size:contain}.ztree li span.button.chk.checkbox_true_part,.ztree li span.button.chk.checkbox_true_part_focus{background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/half_selected.png) center center no-repeat;background-size:contain}.ztree.hack li span.button.chk.checkbox_false_full,.ztree.hack li span.button.chk.checkbox_false_full_focus{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/check_box_normal.png) center center no-repeat}.ztree.hack li span.button.chk.checkbox_false_part,.ztree.hack li span.button.chk.checkbox_false_part_focus{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/half_selected.png) center center no-repeat}.ztree.hack li span.button.chk.checkbox_true_full,.ztree.hack li span.button.chk.checkbox_true_full_focus{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/check_box_active.png) center center no-repeat}.ztree.hack li span.button.chk.checkbox_true_part,.ztree.hack li span.button.chk.checkbox_true_part_focus{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/half_selected.png) center center no-repeat}.ztree li span.button.root_open{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_expand_1.png) center center no-repeat}.bi-theme-dark .ztree li span.button.root_open{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_expand_1.png) center center no-repeat}.ztree li span.button.root_close{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_collapse_1.png) center center no-repeat}.bi-theme-dark .ztree li span.button.root_close{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_collapse_1.png) center center no-repeat}.ztree li span.button.roots_open{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_expand_2.png) center center no-repeat}.bi-theme-dark .ztree li span.button.roots_open{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_expand_2.png) center center no-repeat}.ztree li span.button.roots_close{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_collapse_2.png) center center no-repeat}.bi-theme-dark .ztree li span.button.roots_close{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_collapse_2.png) center center no-repeat}.ztree li span.button.center_open{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_expand_3.png) center center no-repeat}.bi-theme-dark .ztree li span.button.center_open{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_expand_3.png) center center no-repeat}.ztree li span.button.center_close{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_collapse_3.png) center center no-repeat}.bi-theme-dark .ztree li span.button.center_close{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_collapse_3.png) center center no-repeat}.ztree li span.button.bottom_open{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_expand_4.png) center center no-repeat}.bi-theme-dark .ztree li span.button.bottom_open{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_expand_4.png) center center no-repeat}.ztree li span.button.bottom_close{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_collapse_4.png) center center no-repeat}.bi-theme-dark .ztree li span.button.bottom_close{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_collapse_4.png) center center no-repeat}.ztree li span.button.roots_docu{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_2.png) center center no-repeat}.bi-theme-dark .ztree li span.button.roots_docu{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_2.png) center center no-repeat}.ztree li span.button.center_docu{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_3.png) center center no-repeat}.bi-theme-dark .ztree li span.button.center_docu{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_3.png) center center no-repeat}.ztree li span.button.bottom_docu{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_4.png) center center no-repeat}.bi-theme-dark .ztree li span.button.bottom_docu{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_4.png) center center no-repeat}.ztree li span.button.ico_loading{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/loading.gif) center center no-repeat}.base-line-conn-background{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_1.png) repeat-y}.bi-theme-dark .base-line-conn-background{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_1.png) repeat-y}.first-line-conn-background{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_2.png) center center no-repeat}.bi-theme-dark .first-line-conn-background{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_2.png) center center no-repeat}.mid-line-conn-background{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_3.png) center center no-repeat}.bi-theme-dark .mid-line-conn-background{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_3.png) center center no-repeat}.last-line-conn-background{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_4.png) center center no-repeat}.bi-theme-dark .last-line-conn-background{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_4.png) center center no-repeat}.loading-background{background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/loading.gif) center center no-repeat;background-size:contain}.auto-color-background{background:url(https://fanruan.coding.me/fineui/dist/images/2x/background/auto_color.png) center center no-repeat;background-size:contain}.auto-color-normal-background{background:url(https://fanruan.coding.me/fineui/dist/images/2x/background/auto_color_normal.png) center center no-repeat;background-size:contain}.auto-color-normal-disabled-background{background:url(https://fanruan.coding.me/fineui/dist/images/2x/background/auto_color_normal_disable.png) center center no-repeat;background-size:contain}.trans-color-background{background:url(https://fanruan.coding.me/fineui/dist/images/2x/background/trans_normal.png) center center no-repeat;background-size:contain}.trans-color-disabled-background{background:url(https://fanruan.coding.me/fineui/dist/images/2x/background/trans_disable.png) center center no-repeat;background-size:contain}.auto-color-background.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/background/auto_color.png) center center no-repeat}.auto-color-normal-background.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/background/auto_color_normal.png) center center no-repeat}.auto-color-normal-disabled-background.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/background/auto_color_normal_disable.png) center center no-repeat}.trans-color-background.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/background/trans_normal.png) center center no-repeat}.trans-color-disabled-background.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/background/trans_disable.png) center center no-repeat}@font-face{font-family:bi;src:url(https://fanruan.coding.me/fineui/dist/font/iconfont.eot);src:url(https://fanruan.coding.me/fineui/dist/font/iconfont.eot?#iefix) format('embedded-opentype'),url(https://fanruan.coding.me/fineui/dist/font/iconfont.woff) format('woff'),url(https://fanruan.coding.me/fineui/dist/font/iconfont.ttf) format('truetype'),url(https://fanruan.coding.me/fineui/dist/font/iconfont.svg#svgFontName) format('svg')}.b-font{font-family:bi;font-style:normal;-webkit-font-smoothing:antialiased}.close-font .b-font:before,.close-font.disabled .b-font:before,.close-h-font .b-font:before,.close-h-font.disabled .b-font:before,.close-h-font.hover .b-font:before,.close-h-font:hover .b-font:before,.close-ha-font .b-font:before,.close-ha-font.hover .b-font:before,.close-ha-font:hover .b-font:before{content:"\e6d0";color:inherit}.close-ha-font.active .b-font:before,.close-ha-font:active .b-font:before{content:"\e6d0";color:#3f8ce8}.close-ha-font.disabled .b-font:before{content:"\e6d0";color:inherit}.circle-close-font .b-font:before,.circle-close-font.disabled .b-font:before{content:"\e6d5";color:inherit}.search-close-h-font .b-font:before{content:"\e6d0";color:inherit}.search-close-h-font.hover .b-font:before,.search-close-h-font:hover .b-font:before{content:"\e6d0";color:#ff4949}.search-close-h-font.disabled .b-font:before{content:"\e6d0";color:inherit}.pre-page-h-font .b-font:before,.pre-page-h-font.disabled .b-font:before,.pre-page-h-font.hover .b-font:before,.pre-page-h-font:hover .b-font:before{content:"\e70d";color:inherit}.next-page-h-font .b-font:before,.next-page-h-font.disabled .b-font:before,.next-page-h-font.hover .b-font:before,.next-page-h-font:hover .b-font:before{content:"\e70c";color:inherit}.search-font .b-font:before,.search-font.disabled .b-font:before{content:"\e6dc";color:inherit}.date-font .b-font:before,.date-font.disabled .b-font:before{content:"\e733";color:inherit}.date-change-h-font .b-font:before,.date-change-h-font.disabled .b-font:before,.date-change-h-font.hover .b-font:before,.date-change-h-font:hover .b-font:before{content:"\e72f";color:inherit}.dot-font .b-font:before,.dot-font.disabled .b-font:before,.dot-h-font .b-font:before{content:"\e762";color:#232e40}.dot-h-font.hover .b-font:before,.dot-h-font:hover .b-font:before{content:"\e762";color:inherit}.dot-h-font.disabled .b-font:before{content:"\e762";color:#232e40}.dot-ha-font .b-font:before{content:"\e762";color:#fff}.dot-ha-font.hover .b-font:before,.dot-ha-font:hover .b-font:before{content:"\e762";color:#999}.dot-ha-font.active .b-font:before,.dot-ha-font:active .b-font:before{content:"\e762";color:#232e40}.dot-ha-font.disabled .b-font:before{content:"\e762";color:#fff}.dot-e-font .b-font:before{content:"\e762";color:transparent}.dot-e-font.hover .b-font:before,.dot-e-font:hover .b-font:before{content:"\e762";color:rgba(54,133,242,.06)}.dot-e-font.active .b-font:before,.dot-e-font:active .b-font:before{content:"\e762";color:#3685f2}.dot-e-font.disabled .b-font:before{content:"\e762";color:transparent}.pull-right-font .b-font:before,.pull-right-font.disabled .b-font:before,.pull-right-h-font .b-font:before,.pull-right-h-font.disabled .b-font:before,.pull-right-h-font.hover .b-font:before,.pull-right-h-font:hover .b-font:before,.pull-right-ha-font .b-font:before,.pull-right-ha-font.hover .b-font:before,.pull-right-ha-font:hover .b-font:before{content:"\e70c";color:inherit}.pull-right-ha-font.active .b-font:before,.pull-right-ha-font:active .b-font:before{content:"\e70c";color:#3f8ce8}.pull-right-e-font .b-font:before,.pull-right-e-font.hover .b-font:before,.pull-right-e-font:hover .b-font:before,.pull-right-ha-font.disabled .b-font:before{content:"\e70c";color:inherit}.pull-right-e-font.active .b-font:before,.pull-right-e-font:active .b-font:before{content:"\e70c";color:#3f8ce8}.pull-right-e-font.disabled .b-font:before{content:"\e70c";color:inherit}.copy-font .b-font:before,.copy-font.disabled .b-font:before{content:"\e6bd";color:inherit}.copy-h-font .b-font:before{content:"\e6bd";color:#232e40}.copy-h-font.hover .b-font:before,.copy-h-font:hover .b-font:before{content:"\e6bd";color:inherit}.copy-h-font.disabled .b-font:before{content:"\e6bd";color:#232e40}.copy-ha-font .b-font:before,.copy-ha-font.hover .b-font:before,.copy-ha-font:hover .b-font:before{content:"\e6bd";color:inherit}.copy-ha-font.active .b-font:before,.copy-ha-font:active .b-font:before{content:"\e6bd";color:#3f8ce8}.copy-e-font .b-font:before,.copy-e-font.hover .b-font:before,.copy-e-font:hover .b-font:before,.copy-ha-font.disabled .b-font:before{content:"\e6bd";color:inherit}.copy-e-font.active .b-font:before,.copy-e-font:active .b-font:before{content:"\e6bd";color:#3f8ce8}.copy-e-font.disabled .b-font:before{content:"\e6bd";color:inherit}.check-mark-font .b-font:before,.check-mark-font.disabled .b-font:before,.check-mark-h-font .b-font:before,.check-mark-h-font.disabled .b-font:before,.check-mark-h-font.hover .b-font:before,.check-mark-h-font:hover .b-font:before,.check-mark-ha-font .b-font:before,.check-mark-ha-font.hover .b-font:before,.check-mark-ha-font:hover .b-font:before{content:"\e6cf";color:inherit}.check-mark-ha-font.active .b-font:before,.check-mark-ha-font:active .b-font:before{content:"\e6cf";color:#3f8ce8}.check-mark-e-font .b-font:before,.check-mark-e-font.hover .b-font:before,.check-mark-e-font:hover .b-font:before,.check-mark-ha-font.disabled .b-font:before{content:"\e6cf";color:inherit}.check-mark-e-font.active .b-font:before,.check-mark-e-font:active .b-font:before{content:"\e6cf";color:#3f8ce8}.check-mark-e-font.disabled .b-font:before{content:"\e6cf";color:inherit}.row-pre-page-h-font .b-font:before,.row-pre-page-h-font.disabled .b-font:before,.row-pre-page-h-font.hover .b-font:before,.row-pre-page-h-font:hover .b-font:before{content:"\e6d9";color:inherit}.row-next-page-h-font .b-font:before,.row-next-page-h-font.disabled .b-font:before,.row-next-page-h-font.hover .b-font:before,.row-next-page-h-font:hover .b-font:before{content:"\e6d8";color:inherit}.column-pre-page-h-font .b-font:before,.column-pre-page-h-font.disabled .b-font:before,.column-pre-page-h-font.hover .b-font:before,.column-pre-page-h-font:hover .b-font:before{content:"\e6d6";color:inherit}.column-next-page-h-font .b-font:before,.column-next-page-h-font.disabled .b-font:before,.column-next-page-h-font.hover .b-font:before,.column-next-page-h-font:hover .b-font:before{content:"\e6d7";color:inherit}.expander-right-font .b-font:before,.expander-right-font.disabled .b-font:before{content:"\e6d8";color:inherit}.expander-down-font .b-font:before,.expander-down-font.disabled .b-font:before{content:"\e6d7";color:inherit}.solid-triangle-top-font .b-font:before,.solid-triangle-top-font.disabled .b-font:before,.solid-triangle-top-font.hover .b-font:before,.solid-triangle-top-font:hover .b-font:before{content:"\e6d6";color:inherit}.solid-triangle-bottom-font .b-font:before,.solid-triangle-bottom-font.disabled .b-font:before,.solid-triangle-bottom-font.hover .b-font:before,.solid-triangle-bottom-font:hover .b-font:before{content:"\e6d7";color:inherit}.trigger-triangle-font .b-font:before,.trigger-triangle-font.disabled .b-font:before{content:"\e64e";color:inherit}.pull-up-font .b-font:before,.pull-up-font.disabled .b-font:before{content:"\e70a";color:inherit}.pull-down-font .b-font:before,.pull-down-font.disabled .b-font:before{content:"\e70b";color:inherit}.pull-down-h-font .b-font:before{content:"\e70b";color:#647185}.pull-down-h-font.hover .b-font:before,.pull-down-h-font:hover .b-font:before{content:"\e70b";color:inherit}.pull-down-h-font.disabled .b-font:before,.pull-down-ha-font .b-font:before{content:"\e70b";color:#647185}.pull-down-ha-font.hover .b-font:before,.pull-down-ha-font:hover .b-font:before{content:"\e70b";color:inherit}.pull-down-ha-font.active .b-font:before,.pull-down-ha-font:active .b-font:before{content:"\e70b";color:#3f8ce8}.pull-down-ha-font.disabled .b-font:before{content:"\e70b";color:#647185}.check-font .b-font:before,.check-font.disabled .b-font:before{content:"\e6cf";color:#3685f2}.item-check-font .b-font:before{content:"\e6cf";color:#fff}.item-check-font.hover .b-font:before,.item-check-font:hover .b-font:before{content:"\e6cf";color:#999}.item-check-font.active .b-font:before,.item-check-font:active .b-font:before{content:"\e6cf";color:#3f8ce8}.item-check-font.disabled .b-font:before{content:"\e6cf";color:#fff}.primary-key-font .b-font:before,.primary-key-font.disabled .b-font:before,.primary-key-font.hover .b-font:before,.primary-key-font:hover .b-font:before{content:"\e740";color:inherit}.drag-tag-font .b-font:before,.drag-tag-font.disabled .b-font:before{content:"\e6d0";color:#faaa39}.less-font .b-font:before,.less-font.disabled .b-font:before{content:"\e75e";color:inherit}.less-equal-font .b-font:before,.less-equal-font.disabled .b-font:before{content:"\e761";color:inherit}.text-bold-font .b-font:before,.text-bold-font.disabled .b-font:before{content:"\e697";color:inherit}.text-italic-font .b-font:before,.text-italic-font.disabled .b-font:before{content:"\e69d";color:inherit}.text-underline-font .b-font:before,.text-underline-font.disabled .b-font:before{content:"\e69c";color:inherit}.text-color-font .b-font:before,.text-color-font.disabled .b-font:before{content:"\e698";color:inherit}.text-background-font .b-font:before,.text-background-font.disabled .b-font:before{content:"\e699";color:inherit}.text-color-underline-font .b-font:before,.text-color-underline-font.disabled .b-font:before{content:"\e69a";color:inherit}.text-align-left-font .b-font:before,.text-align-left-font.disabled .b-font:before{content:"\e6ca";color:inherit}.text-align-center-font .b-font:before,.text-align-center-font.disabled .b-font:before{content:"\e6bf";color:inherit}.text-align-right-font .b-font:before,.text-align-right-font.disabled .b-font:before{content:"\e6c8";color:inherit}.toast-error-font .b-font:before,.toast-error-font.disabled .b-font:before{content:"\e757";color:inherit}.toast-success-font .b-font:before,.toast-success-font.disabled .b-font:before{content:"\e756";color:inherit}.toast-warning-font .b-font:before,.toast-warning-font.disabled .b-font:before{content:"\e755";color:inherit}.toast-message-font .b-font:before,.toast-message-font.disabled .b-font:before{content:"\e74b";color:inherit}.text-add-tip-font .b-font:before,.text-add-tip-font.disabled .b-font:before{content:"\e6dd";color:#13cd66}.add-up-font .b-font:before,.add-up-font.disabled .b-font:before{content:"\e70a";color:inherit}.minus-down-font .b-font:before,.minus-down-font.disabled .b-font:before{content:"\e70b";color:inherit}.tree-collapse-icon-type1 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_collapse_1.png) center center no-repeat;background-size:contain}.tree-collapse-icon-type1 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_collapse_1.png) center center no-repeat}.tree-collapse-icon-type2 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_collapse_2.png) center center no-repeat;background-size:contain}.tree-collapse-icon-type2 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_collapse_2.png) center center no-repeat}.tree-collapse-icon-type3 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_collapse_3.png) center center no-repeat;background-size:contain}.tree-collapse-icon-type3 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_collapse_3.png) center center no-repeat}.tree-collapse-icon-type4 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_collapse_4.png) center center no-repeat;background-size:contain}.tree-collapse-icon-type4 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_collapse_4.png) center center no-repeat}.tree-expand-icon-type1 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_expand_1.png) center center no-repeat;background-size:contain}.tree-expand-icon-type1 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_expand_1.png) center center no-repeat}.tree-expand-icon-type2 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_expand_2.png) center center no-repeat;background-size:contain}.tree-expand-icon-type2 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_expand_2.png) center center no-repeat}.tree-expand-icon-type3 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_expand_3.png) center center no-repeat;background-size:contain}.tree-expand-icon-type3 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_expand_3.png) center center no-repeat}.tree-expand-icon-type4 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_expand_4.png) center center no-repeat;background-size:contain}.tree-expand-icon-type4 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_expand_4.png) center center no-repeat}.tree-vertical-line-type2 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_vertical_line_2.png) center center no-repeat;background-size:contain}.tree-vertical-line-type2 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_2.png) center center no-repeat}.tree-vertical-line-type3 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_vertical_line_3.png) center center no-repeat;background-size:contain}.tree-vertical-line-type3 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_3.png) center center no-repeat}.tree-vertical-line-type4 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_vertical_line_4.png) center center no-repeat;background-size:contain}.tree-vertical-line-type4 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_4.png) center center no-repeat}.bi-theme-dark .tree-collapse-icon-type1 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_collapse_1.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-collapse-icon-type1 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_collapse_1.png) center center no-repeat}.bi-theme-dark .tree-collapse-icon-type2 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_collapse_2.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-collapse-icon-type2 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_collapse_2.png) center center no-repeat}.bi-theme-dark .tree-collapse-icon-type3 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_collapse_3.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-collapse-icon-type3 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_collapse_3.png) center center no-repeat}.bi-theme-dark .tree-collapse-icon-type4 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_collapse_4.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-collapse-icon-type4 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_collapse_4.png) center center no-repeat}.bi-theme-dark .tree-expand-icon-type1 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_expand_1.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-expand-icon-type1 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_expand_1.png) center center no-repeat}.bi-theme-dark .tree-expand-icon-type2 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_expand_2.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-expand-icon-type2 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_expand_2.png) center center no-repeat}.bi-theme-dark .tree-expand-icon-type3 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_expand_3.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-expand-icon-type3 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_expand_3.png) center center no-repeat}.bi-theme-dark .tree-expand-icon-type4 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_expand_4.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-expand-icon-type4 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_expand_4.png) center center no-repeat}.bi-theme-dark .tree-vertical-line-type2 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_vertical_line_2.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-vertical-line-type2 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_2.png) center center no-repeat}.bi-theme-dark .tree-vertical-line-type3 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_vertical_line_3.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-vertical-line-type3 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_3.png) center center no-repeat}.bi-theme-dark .tree-vertical-line-type4 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_vertical_line_4.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-vertical-line-type4 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_4.png) center center no-repeat}.check-box-icon .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/check_box_normal.png) center center no-repeat;background-size:contain}.check-box-icon .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/check_box_normal.png) center center no-repeat}.check-box-icon.hover .x-icon,.check-box-icon:hover .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/check_box_normal.png) center center no-repeat;background-size:contain}.check-box-icon.hover .x-icon.hack,.check-box-icon:hover .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/check_box_normal.png) center center no-repeat}.check-box-icon:active .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/check_box_normal.png) center center no-repeat;background-size:contain}.check-box-icon:active .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/check_box_normal.png) center center no-repeat}.check-box-icon.active .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/check_box_active.png) center center no-repeat;background-size:contain}.check-box-icon.active .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/check_box_active.png) center center no-repeat}.check-box-icon.disabled .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/check_box_disable.png) center center no-repeat;background-size:contain}.check-box-icon.disabled .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/check_box_disable.png) center center no-repeat}.check-box-icon.disabled.active .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/check_box_disable2.png) center center no-repeat;background-size:contain}.check-box-icon.disabled.active .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/check_box_disable2.png) center center no-repeat}.radio-icon .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/radio_normal.png) center center no-repeat;background-size:contain}.radio-icon .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/radio_normal.png) center center no-repeat}.radio-icon.hover .x-icon,.radio-icon:hover .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/radio_normal.png) center center no-repeat;background-size:contain}.radio-icon.hover .x-icon.hack,.radio-icon:hover .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/radio_normal.png) center center no-repeat}.radio-icon:active .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/radio_normal.png) center center no-repeat;background-size:contain}.radio-icon:active .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/radio_normal.png) center center no-repeat}.radio-icon.active .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/radio_active.png) center center no-repeat;background-size:contain}.radio-icon.active .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/radio_active.png) center center no-repeat}.radio-icon.disabled .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/radio_disable.png) center center no-repeat;background-size:contain}.radio-icon.disabled .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/radio_disable.png) center center no-repeat}.radio-icon.disabled.active .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/radio_disable2.png) center center no-repeat;background-size:contain}.radio-icon.disabled.active .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/radio_disable2.png) center center no-repeat}.check-half-select-icon .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/half_selected.png) center center no-repeat;background-size:contain}.check-half-select-icon .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/half_selected.png) center center no-repeat}.check-half-select-icon.disabled .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/half_selected_disable.png) center center no-repeat;background-size:contain}.check-half-select-icon.disabled .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/half_selected_disable.png) center center no-repeat}.slider-icon .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/slider_normal_small.png) center center no-repeat;background-size:contain}.slider-icon .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/slider_normal_small.png) center center no-repeat}.slider-icon.hover .x-icon,.slider-icon:hover .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/slider_active_small.png) center center no-repeat;background-size:contain}.slider-icon.hover .x-icon.hack,.slider-icon:hover .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/slider_active_small.png) center center no-repeat}.slider-icon.disabled .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/slider_normal_small.png) center center no-repeat;background-size:contain}.slider-icon.disabled .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/slider_normal_small.png) center center no-repeat}.auto-color-icon .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/auto_normal.png) center center no-repeat;background-size:contain}.auto-color-icon .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/auto_normal.png) center center no-repeat}.auto-color-icon.active .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/auto_select.png) center center no-repeat;background-size:contain}.auto-color-icon.active .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/auto_select.png) center center no-repeat}.auto-color-icon.disabled .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/auto_disable.png) center center no-repeat;background-size:contain}.auto-color-icon.disabled .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/auto_disable.png) center center no-repeat}.trans-color-icon .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/trans_normal.png) center center no-repeat;background-size:contain}.trans-color-icon .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/trans_normal.png) center center no-repeat}.trans-color-icon.active .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/trans_select.png) center center no-repeat;background-size:contain}.trans-color-icon.active .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/trans_select.png) center center no-repeat}.trans-color-icon.disabled .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/trans_disable.png) center center no-repeat;background-size:contain}.trans-color-icon.disabled .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/trans_disable.png) center center no-repeat}.icon-size-12 .b-font{font-size:12px}.icon-size-16 .b-font{font-size:16px}.icon-size-24 .b-font{font-size:24px}.icon-size-40 .b-font{font-size:40px}.icon-size-50 .b-font{font-size:50px}.icon-size-70 .b-font{font-size:70px} \ No newline at end of file +/*! normalize.css v1.0.0 | MIT License | git.io/normalize */dl,h3,menu,ol,p,pre,ul{margin:1em 0}.bi-font-bold,b,strong{font-weight:700}.bi-label,.td-overflow{word-break:break-all}.bi-label,.bi-text,.overflow-dot{text-overflow:ellipsis}.bi-display-tree .ztree li a:hover,.ztree li a,a{text-decoration:none}.ztree li,.ztree li span.button,a,a:active,a:focus,a:hover,div:focus,input,textarea{outline:0}.b-font,i{-webkit-text-stroke-width:.2px;-moz-osx-font-smoothing:grayscale}.b-font,body,i{-moz-osx-font-smoothing:grayscale}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}button,html,input,select,textarea{font-family:sans-serif}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.75em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}blockquote{margin:1em 40px}dfn{font-style:italic}mark{background:#ff0;color:#000}.base-disabled,.base-disabled .bi-input,.base-disabled .bi-textarea{color:#9ea6b2!important}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}small,sub,sup{font-size:75%}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:after,q:before{content:'';content:none}sub,sup{line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ol,nav ul{list-style:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure,form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline}button,input{line-height:normal}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}#body .bi-button,.border-sizing,body .bi-button{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}*,a,body,div,html,img,li,ol,p,span,ul{margin:0;padding:0}input::-webkit-contacts-auto-fill-button{visibility:hidden;display:none!important;pointer-events:none;position:absolute;right:0}input::-ms-clear{display:none}input,textarea{margin:0;padding:0;border:1px solid #e8eaed}ul{list-style:disc}li{list-style-type:none}i{-webkit-font-smoothing:antialiased}.bi-theme-dark input,.bi-theme-dark textarea{border:1px solid #3a3c53}.base-disabled{cursor:not-allowed!important}.base-disabled .b-font:before{color:#d0d4da!important}.bi-theme-dark .base-disabled,.bi-theme-dark .base-disabled .bi-input,.bi-theme-dark .base-disabled .bi-textarea{color:#878d9f!important}.bi-theme-dark .base-disabled .b-font:before{color:#606479!important}.bi-focus-shadow:focus,.bi-focus-shadow:focus-within,.bi-focus-shadow:hover{border-color:#3685f2}.bi-focus-shadow.disabled:hover{border-color:#e8eaed}.bi-theme-dark .bi-focus-shadow.disabled:hover{border-color:#3a3c53}.base-invalid{cursor:default!important}.clearfix:after,.clearfix:before{content:" ";display:table;line-height:0}.clearfix:after{clear:both}.bi-background{background-color:#f7f8fa;color:#3d4d66}.bi-background .bi-input,.bi-background .bi-textarea{color:#3d4d66}.bi-theme-dark .bi-background{background-color:#191B2B;color:#d6e0dc}.bi-theme-dark .bi-background .bi-input,.bi-theme-dark .bi-background .bi-textarea{color:#d6e0dc}.bi-header-background{background-color:#F2F4F7;color:#647185}.bi-header-background .bi-input,.bi-header-background .bi-textarea{color:#647185}.bi-theme-dark .bi-header-background{background-color:#2F3149;color:#afb7c6}.bi-theme-dark .bi-header-background .bi-input,.bi-theme-dark .bi-header-background .bi-textarea{color:#afb7c6}.bi-card,.bi-card .bi-input,.bi-card .bi-textarea{color:#3d4d66}.bi-card{background-color:#fff}.bi-theme-dark .bi-card{background-color:#242640;color:#d6e0dc}.bi-theme-dark .bi-card .bi-input,.bi-theme-dark .bi-card .bi-textarea{color:#d6e0dc}.bi-disabled,.bi-disabled .bi-input,.bi-disabled .bi-textarea{color:#9ea6b2}.bi-theme-dark .bi-disabled,.bi-theme-dark .bi-disabled .bi-input,.bi-theme-dark .bi-disabled .bi-textarea{color:#878d9f}.bi-tips,.bi-tips .bi-input,.bi-tips .bi-textarea{color:#c4c9d1}.bi-border{border:1px solid #e8eaed}.bi-border-top{border-top:1px solid #e8eaed}.bi-border-right{border-right:1px solid #e8eaed}.bi-border-bottom{border-bottom:1px solid #e8eaed}.bi-border-left{border-left:1px solid #e8eaed}.bi-theme-dark .bi-border{border:1px solid #3a3c53}.bi-theme-dark .bi-border-top{border-top:1px solid #3a3c53}.bi-theme-dark .bi-border-right{border-right:1px solid #3a3c53}.bi-theme-dark .bi-border-bottom{border-bottom:1px solid #3a3c53}.bi-theme-dark .bi-border-left{border-left:1px solid #3a3c53}.bi-split{border:1px solid #f2f4f7}.bi-split-top{border-top:1px solid #f2f4f7}.bi-split-right{border-right:1px solid #f2f4f7}.bi-split-bottom{border-bottom:1px solid #f2f4f7}.bi-split-left{border-left:1px solid #f2f4f7}.bi-theme-dark .bi-split{border:1px solid #2F3149}.bi-theme-dark .bi-split-top{border-top:1px solid #2F3149}.bi-theme-dark .bi-split-right{border-right:1px solid #2F3149}.bi-theme-dark .bi-split-bottom{border-bottom:1px solid #2F3149}.bi-theme-dark .bi-split-left{border-left:1px solid #2F3149}.bi-font-helvetica-neue{font-family:"Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",Heiti,serif}.bi-font-arial{font-family:Arial,"Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Heiti,serif}.bi-font-PingFang{font-family:"PingFang SC","Helvetica Neue",Arial,"Hiragino Sans GB","Microsoft YaHei",Heiti,serif}.bi-font-hiragino-sans{font-family:"Hiragino Sans GB","Helvetica Neue",Arial,"PingFang SC","Microsoft YaHei",Heiti,serif}.bi-font-microsoft-yaHei{font-family:"Microsoft YaHei","Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB",Heiti,serif}.bi-font-heiti{font-family:Heiti,"Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",serif}.bi-border-radius{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-keyword-red-mark,.bi-keyword-red-mark .bi-input,.bi-keyword-red-mark .bi-textarea{color:#faaa39}.bi-high-light,.bi-high-light .bi-input,.bi-high-light .bi-textarea{color:#3685f2}.bi-error,.bi-error .bi-input,.bi-error .bi-textarea{color:#ff4949}.bi-error-background,.bi-error-background .bi-input,.bi-error-background .bi-textarea,.bi-high-light-background .bi-input,.bi-high-light-background .bi-textarea{color:#fff}.bi-high-light-background{background-color:#3685f2;color:#fff}.bi-error-background{background-color:#ff4949}.bi-high-light-border{border-color:#3685f2}.bi-water-mark{color:#c4c9d1;cursor:text}.bi-water-mark .bi-input,.bi-water-mark .bi-textarea{color:#c4c9d1}.bi-theme-dark .bi-water-mark,.bi-theme-dark .bi-water-mark .bi-input,.bi-theme-dark .bi-water-mark .bi-textarea{color:#6b7084}.bi-mask,.bi-mask .bi-input,.bi-mask .bi-textarea{color:#fff}.bi-resizer{background:#232E40;opacity:.2;filter:alpha(opacity=20);z-index:1000000000!important}.bi-theme-dark .bi-resizer{background:#fff}.bi-mask{background-color:rgba(35,46,64,.2);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33232e40, endColorstr=#33232e40)}.bi-theme-dark .bi-mask{color:#242640;background-color:rgba(255,255,255,.2);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff)}.bi-theme-dark .bi-mask .bi-input,.bi-theme-dark .bi-mask .bi-textarea{color:#242640}.bi-z-index-mask{background-color:rgba(35,46,64,.5);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80232e40, endColorstr=#80232e40)}.bi-theme-dark .bi-z-index-mask{background-color:rgba(25,27,43,.8);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc191b2b, endColorstr=#cc191b2b)}.bi-list-item.hover,.bi-list-item:hover{color:#232e40;background-color:rgba(54,133,242,.05);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d3685f2, endColorstr=#0d3685f2)}.bi-list-item.hover .bi-input,.bi-list-item.hover .bi-textarea,.bi-list-item:hover .bi-input,.bi-list-item:hover .bi-textarea{color:#232e40}.bi-list-item.disabled,.bi-list-item.disabled:active,.bi-list-item.disabled:hover{background-color:transparent!important;color:#9ea6b2!important}.bi-list-item.disabled .bi-high-light,.bi-list-item.disabled .bi-input,.bi-list-item.disabled .bi-textarea,.bi-list-item.disabled:active .bi-high-light,.bi-list-item.disabled:active .bi-input,.bi-list-item.disabled:active .bi-textarea,.bi-list-item.disabled:hover .bi-high-light,.bi-list-item.disabled:hover .bi-input,.bi-list-item.disabled:hover .bi-textarea{color:#9ea6b2!important}.bi-theme-dark .bi-list-item.hover,.bi-theme-dark .bi-list-item:hover{color:#fff;background-color:rgba(54,133,242,.05);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d3685f2, endColorstr=#0d3685f2)}.bi-theme-dark .bi-list-item.hover .bi-input,.bi-theme-dark .bi-list-item.hover .bi-textarea,.bi-theme-dark .bi-list-item:hover .bi-input,.bi-theme-dark .bi-list-item:hover .bi-textarea{color:#fff}.bi-theme-dark .bi-list-item.disabled,.bi-theme-dark .bi-list-item.disabled:active,.bi-theme-dark .bi-list-item.disabled:hover{background-color:transparent!important;color:#878d9f!important}.bi-theme-dark .bi-list-item.disabled .bi-high-light,.bi-theme-dark .bi-list-item.disabled .bi-input,.bi-theme-dark .bi-list-item.disabled .bi-textarea,.bi-theme-dark .bi-list-item.disabled:active .bi-high-light,.bi-theme-dark .bi-list-item.disabled:active .bi-input,.bi-theme-dark .bi-list-item.disabled:active .bi-textarea,.bi-theme-dark .bi-list-item.disabled:hover .bi-high-light,.bi-theme-dark .bi-list-item.disabled:hover .bi-input,.bi-theme-dark .bi-list-item.disabled:hover .bi-textarea{color:#878d9f!important}.bi-list-item-border.active,.bi-list-item-border:active{border:1px solid #3685f2}.bi-list-item-simple.hover,.bi-list-item-simple.hover .bi-input,.bi-list-item-simple.hover .bi-textarea,.bi-list-item-simple:hover,.bi-list-item-simple:hover .bi-input,.bi-list-item-simple:hover .bi-textarea{color:#3685f2}.bi-list-item-simple.disabled,.bi-list-item-simple.disabled .bi-high-light,.bi-list-item-simple.disabled .bi-input,.bi-list-item-simple.disabled .bi-textarea,.bi-list-item-simple.disabled:active,.bi-list-item-simple.disabled:active .bi-high-light,.bi-list-item-simple.disabled:active .bi-input,.bi-list-item-simple.disabled:active .bi-textarea,.bi-list-item-simple.disabled:hover,.bi-list-item-simple.disabled:hover .bi-high-light,.bi-list-item-simple.disabled:hover .bi-input,.bi-list-item-simple.disabled:hover .bi-textarea{color:#9ea6b2!important}.bi-list-item-effect:hover,.bi-list-item-effect:hover .bi-input,.bi-list-item-effect:hover .bi-textarea{color:#232e40}.bi-list-item-effect.active,.bi-list-item-effect.active .bi-input,.bi-list-item-effect.active .bi-textarea,.bi-list-item-effect:active,.bi-list-item-effect:active .bi-input,.bi-list-item-effect:active .bi-textarea{color:#3685f2}.bi-list-item-effect.disabled,.bi-list-item-effect.disabled .bi-high-light,.bi-list-item-effect.disabled .bi-input,.bi-list-item-effect.disabled .bi-textarea,.bi-list-item-effect.disabled:active,.bi-list-item-effect.disabled:active .bi-high-light,.bi-list-item-effect.disabled:active .bi-input,.bi-list-item-effect.disabled:active .bi-textarea,.bi-list-item-effect.disabled:hover,.bi-list-item-effect.disabled:hover .bi-high-light,.bi-list-item-effect.disabled:hover .bi-input,.bi-list-item-effect.disabled:hover .bi-textarea{color:#9ea6b2!important}.bi-theme-dark .bi-list-item-effect:hover,.bi-theme-dark .bi-list-item-effect:hover .bi-input,.bi-theme-dark .bi-list-item-effect:hover .bi-textarea{color:#fff}.bi-theme-dark .bi-list-item-effect.active,.bi-theme-dark .bi-list-item-effect.active .bi-input,.bi-theme-dark .bi-list-item-effect.active .bi-textarea,.bi-theme-dark .bi-list-item-effect:active,.bi-theme-dark .bi-list-item-effect:active .bi-input,.bi-theme-dark .bi-list-item-effect:active .bi-textarea{color:#3685f2}.bi-theme-dark .bi-list-item-effect.disabled,.bi-theme-dark .bi-list-item-effect.disabled:active,.bi-theme-dark .bi-list-item-effect.disabled:hover{background-color:transparent!important;color:#878d9f!important}.bi-list-item-active.hover,.bi-list-item-active:active,.bi-list-item-active:hover{background-color:rgba(54,133,242,.06);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2, endColorstr=#0f3685f2)}.bi-theme-dark .bi-list-item-effect.disabled .bi-high-light,.bi-theme-dark .bi-list-item-effect.disabled .bi-input,.bi-theme-dark .bi-list-item-effect.disabled .bi-textarea,.bi-theme-dark .bi-list-item-effect.disabled:active .bi-high-light,.bi-theme-dark .bi-list-item-effect.disabled:active .bi-input,.bi-theme-dark .bi-list-item-effect.disabled:active .bi-textarea,.bi-theme-dark .bi-list-item-effect.disabled:hover .bi-high-light,.bi-theme-dark .bi-list-item-effect.disabled:hover .bi-input,.bi-theme-dark .bi-list-item-effect.disabled:hover .bi-textarea{color:#878d9f!important}.bi-list-item-active.hover,.bi-list-item-active.hover .bi-input,.bi-list-item-active.hover .bi-textarea,.bi-list-item-active:hover,.bi-list-item-active:hover .bi-input,.bi-list-item-active:hover .bi-textarea{color:#232e40}.bi-list-item-active.active,.bi-list-item-active.active .bi-input,.bi-list-item-active.active .bi-textarea,.bi-list-item-active:active,.bi-list-item-active:active .bi-input,.bi-list-item-active:active .bi-textarea{color:#3685f2}.bi-list-item-active.disabled,.bi-list-item-active.disabled:active,.bi-list-item-active.disabled:hover{background-color:transparent!important;color:#9ea6b2!important}.bi-list-item-active.disabled .bi-high-light,.bi-list-item-active.disabled .bi-input,.bi-list-item-active.disabled .bi-textarea,.bi-list-item-active.disabled:active .bi-high-light,.bi-list-item-active.disabled:active .bi-input,.bi-list-item-active.disabled:active .bi-textarea,.bi-list-item-active.disabled:hover .bi-high-light,.bi-list-item-active.disabled:hover .bi-input,.bi-list-item-active.disabled:hover .bi-textarea{color:#9ea6b2!important}.bi-theme-dark .bi-list-item-active.hover,.bi-theme-dark .bi-list-item-active:hover{color:#fff;background-color:rgba(255,255,255,.05);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dffffff, endColorstr=#0dffffff)}.bi-theme-dark .bi-list-item-active.hover .bi-input,.bi-theme-dark .bi-list-item-active.hover .bi-textarea,.bi-theme-dark .bi-list-item-active:hover .bi-input,.bi-theme-dark .bi-list-item-active:hover .bi-textarea{color:#fff}.bi-theme-dark .bi-list-item-active.active,.bi-theme-dark .bi-list-item-active:active{color:#3685f2;background-color:rgba(255,255,255,.05);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dffffff, endColorstr=#0dffffff)}.bi-theme-dark .bi-list-item-active.active .bi-input,.bi-theme-dark .bi-list-item-active.active .bi-textarea,.bi-theme-dark .bi-list-item-active:active .bi-input,.bi-theme-dark .bi-list-item-active:active .bi-textarea{color:#3685f2}.bi-theme-dark .bi-list-item-active.disabled,.bi-theme-dark .bi-list-item-active.disabled:active,.bi-theme-dark .bi-list-item-active.disabled:hover{background-color:transparent!important;color:#878d9f!important}.bi-list-item-active2.active,.bi-list-item-active2.hover,.bi-list-item-active2:active,.bi-list-item-active2:hover{background-color:rgba(54,133,242,.06);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2, endColorstr=#0f3685f2)}.bi-theme-dark .bi-list-item-active.disabled .bi-high-light,.bi-theme-dark .bi-list-item-active.disabled .bi-input,.bi-theme-dark .bi-list-item-active.disabled .bi-textarea,.bi-theme-dark .bi-list-item-active.disabled:active .bi-high-light,.bi-theme-dark .bi-list-item-active.disabled:active .bi-input,.bi-theme-dark .bi-list-item-active.disabled:active .bi-textarea,.bi-theme-dark .bi-list-item-active.disabled:hover .bi-high-light,.bi-theme-dark .bi-list-item-active.disabled:hover .bi-input,.bi-theme-dark .bi-list-item-active.disabled:hover .bi-textarea{color:#878d9f!important}.bi-list-item-active2.hover,.bi-list-item-active2.hover .bi-input,.bi-list-item-active2.hover .bi-textarea,.bi-list-item-active2:hover,.bi-list-item-active2:hover .bi-input,.bi-list-item-active2:hover .bi-textarea{color:#232e40}.bi-list-item-active2.active,.bi-list-item-active2.active .bi-input,.bi-list-item-active2.active .bi-textarea,.bi-list-item-active2:active,.bi-list-item-active2:active .bi-input,.bi-list-item-active2:active .bi-textarea{color:#3685f2}.bi-list-item-active2.disabled,.bi-list-item-active2.disabled:active,.bi-list-item-active2.disabled:hover{background-color:transparent!important;color:#9ea6b2!important}.bi-list-item-active2.disabled .bi-high-light,.bi-list-item-active2.disabled .bi-input,.bi-list-item-active2.disabled .bi-textarea,.bi-list-item-active2.disabled:active .bi-high-light,.bi-list-item-active2.disabled:active .bi-input,.bi-list-item-active2.disabled:active .bi-textarea,.bi-list-item-active2.disabled:hover .bi-high-light,.bi-list-item-active2.disabled:hover .bi-input,.bi-list-item-active2.disabled:hover .bi-textarea{color:#9ea6b2!important}.bi-theme-dark .bi-list-item-active2.hover,.bi-theme-dark .bi-list-item-active2:hover{color:#fff;background-color:rgba(54,133,242,.06);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2, endColorstr=#0f3685f2)}.bi-theme-dark .bi-list-item-active2.hover .bi-input,.bi-theme-dark .bi-list-item-active2.hover .bi-textarea,.bi-theme-dark .bi-list-item-active2:hover .bi-input,.bi-theme-dark .bi-list-item-active2:hover .bi-textarea{color:#fff}.bi-theme-dark .bi-list-item-active2.active,.bi-theme-dark .bi-list-item-active2:active{color:#3685f2;background-color:rgba(54,133,242,.06);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2, endColorstr=#0f3685f2)}.bi-theme-dark .bi-list-item-active2.active .bi-input,.bi-theme-dark .bi-list-item-active2.active .bi-textarea,.bi-theme-dark .bi-list-item-active2:active .bi-input,.bi-theme-dark .bi-list-item-active2:active .bi-textarea{color:#3685f2}.bi-theme-dark .bi-list-item-active2.disabled,.bi-theme-dark .bi-list-item-active2.disabled:active,.bi-theme-dark .bi-list-item-active2.disabled:hover{background-color:transparent!important;color:#878d9f!important}.bi-theme-dark .bi-list-item-active2.disabled .bi-high-light,.bi-theme-dark .bi-list-item-active2.disabled .bi-input,.bi-theme-dark .bi-list-item-active2.disabled .bi-textarea,.bi-theme-dark .bi-list-item-active2.disabled:active .bi-high-light,.bi-theme-dark .bi-list-item-active2.disabled:active .bi-input,.bi-theme-dark .bi-list-item-active2.disabled:active .bi-textarea,.bi-theme-dark .bi-list-item-active2.disabled:hover .bi-high-light,.bi-theme-dark .bi-list-item-active2.disabled:hover .bi-input,.bi-theme-dark .bi-list-item-active2.disabled:hover .bi-textarea{color:#878d9f!important}.bi-list-item-select.hover,.bi-list-item-select:hover{background-color:rgba(54,133,242,.06);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2, endColorstr=#0f3685f2)}.bi-list-item-select.active,.bi-list-item-select:active{color:#fff;background-color:#3685f2}.bi-list-item-select.active .bi-high-light,.bi-list-item-select.active .bi-input,.bi-list-item-select.active .bi-textarea,.bi-list-item-select:active .bi-high-light,.bi-list-item-select:active .bi-input,.bi-list-item-select:active .bi-textarea{color:#fff}.bi-list-item-select.button-success.active,.bi-list-item-select.button-success:active{color:#fff;background-color:#13cd66}.bi-list-item-select.button-success.active .bi-high-light,.bi-list-item-select.button-success.active .bi-input,.bi-list-item-select.button-success.active .bi-textarea,.bi-list-item-select.button-success:active .bi-high-light,.bi-list-item-select.button-success:active .bi-input,.bi-list-item-select.button-success:active .bi-textarea{color:#fff}.bi-list-item-select.button-warning,.bi-list-item-select.button-warning .bi-high-light,.bi-list-item-select.button-warning .bi-input,.bi-list-item-select.button-warning .bi-textarea,.bi-list-item-select.button-warning.hover .bi-high-light,.bi-list-item-select.button-warning.hover .bi-input,.bi-list-item-select.button-warning.hover .bi-textarea,.bi-list-item-select.button-warning:hover .bi-high-light,.bi-list-item-select.button-warning:hover .bi-input,.bi-list-item-select.button-warning:hover .bi-textarea{color:#ff4949}.bi-list-item-select.button-success.active.bi-high-light-border,.bi-list-item-select.button-success:active.bi-high-light-border{border-color:#13cd66}.bi-list-item-select.button-warning.active.bi-high-light-border,.bi-list-item-select.button-warning.bi-high-light-border,.bi-list-item-select.button-warning.hover.bi-high-light-border,.bi-list-item-select.button-warning:active.bi-high-light-border,.bi-list-item-select.button-warning:hover.bi-high-light-border{border-color:#FF4949}.bi-list-item-select.button-warning.hover,.bi-list-item-select.button-warning:hover{color:#ff4949;background-color:#ffecec}.bi-list-item-select.button-warning.active,.bi-list-item-select.button-warning:active{color:#fff;background-color:#ff4949}.bi-list-item-select.button-warning.active .bi-high-light,.bi-list-item-select.button-warning.active .bi-input,.bi-list-item-select.button-warning.active .bi-textarea,.bi-list-item-select.button-warning:active .bi-high-light,.bi-list-item-select.button-warning:active .bi-input,.bi-list-item-select.button-warning:active .bi-textarea{color:#fff}.bi-list-item-select.disabled.active.bi-high-light-border,.bi-list-item-select.disabled.bi-high-light-border,.bi-list-item-select.disabled.hover.bi-high-light-border{border-color:#d0d4da}.bi-list-item-select.disabled{color:#9ea6b2!important;background-color:transparent!important}.bi-list-item-select.disabled .bi-high-light,.bi-list-item-select.disabled .bi-input,.bi-list-item-select.disabled .bi-textarea{color:#9ea6b2!important}.bi-list-item-select.disabled.active,.bi-list-item-select.disabled.hover{color:#fff!important;background-color:#d0d4da!important}.bi-list-item-select.disabled.active .bi-input,.bi-list-item-select.disabled.active .bi-textarea,.bi-list-item-select.disabled.hover .bi-input,.bi-list-item-select.disabled.hover .bi-textarea{color:#fff!important}.bi-list-item-select.disabled.active .bi-high-light,.bi-list-item-select.disabled.hover .bi-high-light{color:#9ea6b2!important}.bi-list-item-select2.active.bi-border,.bi-list-item-select2.hover.bi-border,.bi-list-item-select2:active.bi-border,.bi-list-item-select2:hover.bi-border{border-color:#3685f2}.bi-list-item-select2.hover,.bi-list-item-select2.hover .bi-input,.bi-list-item-select2.hover .bi-textarea,.bi-list-item-select2:hover,.bi-list-item-select2:hover .bi-input,.bi-list-item-select2:hover .bi-textarea{color:#232e40}.bi-list-item-select2:active,.bi-list-item-select2:active .bi-input,.bi-list-item-select2:active .bi-textarea{color:#3685f2}.bi-list-item-select2.active{color:#fff;background-color:#3685f2}.bi-list-item-select2.active .bi-input,.bi-list-item-select2.active .bi-textarea{color:#fff}.bi-list-item-select2.disabled,.bi-list-item-select2.disabled:active,.bi-list-item-select2.disabled:hover{background-color:transparent!important;color:#9ea6b2!important}.bi-list-item-select2.disabled .bi-high-light,.bi-list-item-select2.disabled .bi-input,.bi-list-item-select2.disabled .bi-textarea,.bi-list-item-select2.disabled:active .bi-high-light,.bi-list-item-select2.disabled:active .bi-input,.bi-list-item-select2.disabled:active .bi-textarea,.bi-list-item-select2.disabled:hover .bi-high-light,.bi-list-item-select2.disabled:hover .bi-input,.bi-list-item-select2.disabled:hover .bi-textarea{color:#9ea6b2!important}.bi-theme-dark .bi-list-item-select2.hover,.bi-theme-dark .bi-list-item-select2:hover{color:#fff;background-color:#242640}.bi-theme-dark .bi-list-item-select2.hover .bi-input,.bi-theme-dark .bi-list-item-select2.hover .bi-textarea,.bi-theme-dark .bi-list-item-select2:hover .bi-input,.bi-theme-dark .bi-list-item-select2:hover .bi-textarea{color:#fff}.bi-theme-dark .bi-list-item-select2.active,.bi-theme-dark .bi-list-item-select2:active{color:#3685f2;background-color:#242640}.bi-theme-dark .bi-list-item-select2.active .bi-input,.bi-theme-dark .bi-list-item-select2.active .bi-textarea,.bi-theme-dark .bi-list-item-select2:active .bi-input,.bi-theme-dark .bi-list-item-select2:active .bi-textarea{color:#3685f2}.bi-theme-dark .bi-list-item-select2.disabled,.bi-theme-dark .bi-list-item-select2.disabled:active,.bi-theme-dark .bi-list-item-select2.disabled:hover{background-color:transparent!important;color:#878d9f!important}.bi-theme-dark .bi-list-item-select2.disabled .bi-high-light,.bi-theme-dark .bi-list-item-select2.disabled .bi-input,.bi-theme-dark .bi-list-item-select2.disabled .bi-textarea,.bi-theme-dark .bi-list-item-select2.disabled:active .bi-high-light,.bi-theme-dark .bi-list-item-select2.disabled:active .bi-input,.bi-theme-dark .bi-list-item-select2.disabled:active .bi-textarea,.bi-theme-dark .bi-list-item-select2.disabled:hover .bi-high-light,.bi-theme-dark .bi-list-item-select2.disabled:hover .bi-input,.bi-theme-dark .bi-list-item-select2.disabled:hover .bi-textarea{color:#878d9f!important}.bi-list-item-select3.hover,.bi-list-item-select3:hover{background-color:#f7f8fa}.bi-list-item-select3.active,.bi-list-item-select3:active{color:#3685f2;background-color:#f7f8fa}.bi-list-item-select3.active .bi-input,.bi-list-item-select3.active .bi-textarea,.bi-list-item-select3:active .bi-input,.bi-list-item-select3:active .bi-textarea{color:#3685f2}.bi-list-item-select3.disabled.active,.bi-list-item-select3.disabled.hover,.bi-list-item-select3.disabled:active,.bi-list-item-select3.disabled:hover{background-color:#fff!important}.bi-theme-dark .bi-list-item-select3.hover,.bi-theme-dark .bi-list-item-select3:hover{background-color:#191B2B}.bi-theme-dark .bi-list-item-select3.active,.bi-theme-dark .bi-list-item-select3:active{color:#3685f2;background-color:#191B2B}.bi-theme-dark .bi-list-item-select3.active .bi-input,.bi-theme-dark .bi-list-item-select3.active .bi-textarea,.bi-theme-dark .bi-list-item-select3:active .bi-input,.bi-theme-dark .bi-list-item-select3:active .bi-textarea{color:#3685f2}.bi-theme-dark .bi-list-item-select3.disabled.active,.bi-theme-dark .bi-list-item-select3.disabled.hover,.bi-theme-dark .bi-list-item-select3.disabled:active,.bi-theme-dark .bi-list-item-select3.disabled:hover{background-color:#242640!important}.bi-theme-dark .bi-list-item-select.hover,.bi-theme-dark .bi-list-item-select:hover{color:#fff;background-color:rgba(255,255,255,.05);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dffffff, endColorstr=#0dffffff)}.bi-theme-dark .bi-list-item-select.hover .bi-input,.bi-theme-dark .bi-list-item-select.hover .bi-textarea,.bi-theme-dark .bi-list-item-select:hover .bi-input,.bi-theme-dark .bi-list-item-select:hover .bi-textarea{color:#fff}.bi-theme-dark .bi-list-item-select.active,.bi-theme-dark .bi-list-item-select:active{color:#fff;background-color:#3685f2}.bi-theme-dark .bi-list-item-select.active .bi-high-light,.bi-theme-dark .bi-list-item-select.active .bi-input,.bi-theme-dark .bi-list-item-select.active .bi-textarea,.bi-theme-dark .bi-list-item-select:active .bi-high-light,.bi-theme-dark .bi-list-item-select:active .bi-input,.bi-theme-dark .bi-list-item-select:active .bi-textarea{color:#fff}.bi-theme-dark .bi-list-item-select.disabled,.bi-theme-dark .bi-list-item-select.disabled:active,.bi-theme-dark .bi-list-item-select.disabled:hover{background-color:transparent!important;color:#878d9f!important}.bi-theme-dark .bi-list-item-select.disabled .bi-high-light,.bi-theme-dark .bi-list-item-select.disabled .bi-input,.bi-theme-dark .bi-list-item-select.disabled .bi-textarea,.bi-theme-dark .bi-list-item-select.disabled:active .bi-high-light,.bi-theme-dark .bi-list-item-select.disabled:active .bi-input,.bi-theme-dark .bi-list-item-select.disabled:active .bi-textarea,.bi-theme-dark .bi-list-item-select.disabled:hover .bi-high-light,.bi-theme-dark .bi-list-item-select.disabled:hover .bi-input,.bi-theme-dark .bi-list-item-select.disabled:hover .bi-textarea{color:#878d9f!important}.bi-list-item-none.hover,.bi-list-item-none:hover{color:inherit;background-color:transparent}.bi-list-item-none.hover .bi-input,.bi-list-item-none.hover .bi-textarea,.bi-list-item-none:hover .bi-input,.bi-list-item-none:hover .bi-textarea{color:inherit}.bi-list-item-none.active,.bi-list-item-none:active{color:inherit;background-color:transparent}.bi-list-item-none.active .bi-high-light,.bi-list-item-none.active .bi-input,.bi-list-item-none.active .bi-textarea,.bi-list-item-none:active .bi-high-light,.bi-list-item-none:active .bi-input,.bi-list-item-none:active .bi-textarea{color:inherit}.bi-list-item-none.disabled,.bi-list-item-none.disabled:active,.bi-list-item-none.disabled:hover{color:#9ea6b2!important;background-color:transparent!important}.bi-list-item-none.disabled .bi-high-light,.bi-list-item-none.disabled .bi-input,.bi-list-item-none.disabled .bi-textarea,.bi-list-item-none.disabled:active .bi-high-light,.bi-list-item-none.disabled:active .bi-input,.bi-list-item-none.disabled:active .bi-textarea,.bi-list-item-none.disabled:hover .bi-high-light,.bi-list-item-none.disabled:hover .bi-input,.bi-list-item-none.disabled:hover .bi-textarea{color:#9ea6b2!important}.bi-theme-dark .bi-list-item-none.hover,.bi-theme-dark .bi-list-item-none:hover{color:inherit;background-color:transparent}.bi-theme-dark .bi-list-item-none.hover .bi-input,.bi-theme-dark .bi-list-item-none.hover .bi-textarea,.bi-theme-dark .bi-list-item-none:hover .bi-input,.bi-theme-dark .bi-list-item-none:hover .bi-textarea{color:inherit}.bi-theme-dark .bi-list-item-none.active,.bi-theme-dark .bi-list-item-none:active{color:inherit;background-color:transparent}.bi-theme-dark .bi-list-item-none.active .bi-high-light,.bi-theme-dark .bi-list-item-none.active .bi-input,.bi-theme-dark .bi-list-item-none.active .bi-textarea,.bi-theme-dark .bi-list-item-none:active .bi-high-light,.bi-theme-dark .bi-list-item-none:active .bi-input,.bi-theme-dark .bi-list-item-none:active .bi-textarea{color:inherit}.bi-theme-dark .bi-list-item-none.disabled,.bi-theme-dark .bi-list-item-none.disabled:active,.bi-theme-dark .bi-list-item-none.disabled:hover{background-color:transparent!important;color:#878d9f!important}.bi-theme-dark .bi-list-item-none.disabled .bi-high-light,.bi-theme-dark .bi-list-item-none.disabled .bi-input,.bi-theme-dark .bi-list-item-none.disabled .bi-textarea,.bi-theme-dark .bi-list-item-none.disabled:active .bi-high-light,.bi-theme-dark .bi-list-item-none.disabled:active .bi-input,.bi-theme-dark .bi-list-item-none.disabled:active .bi-textarea,.bi-theme-dark .bi-list-item-none.disabled:hover .bi-high-light,.bi-theme-dark .bi-list-item-none.disabled:hover .bi-input,.bi-theme-dark .bi-list-item-none.disabled:hover .bi-textarea{color:#878d9f!important}.cursor-pointer{cursor:pointer}.bi-popup-view,.cursor-default{cursor:default}.cursor-move{cursor:move}.y-overflow-auto{overflow-y:auto;overflow-x:hidden}.x-overflow-auto{overflow-y:hidden;overflow-x:auto}.y-overflow-scroll{overflow-y:scroll;overflow-x:hidden}.x-overflow-scroll{overflow-y:hidden;overflow-x:scroll}.overflow-auto{overflow-x:auto;overflow-y:auto}.overflow-scroll{overflow-x:scroll;overflow-y:scroll}.bi-label,.bi-segment>.center-element,.bi-text,.bi-textarea-editor,.overflow-dot,.overflow-hidden{overflow-x:hidden;overflow-y:hidden}.td-overflow{white-space:normal}.bi-label,.bi-text,.overflow-dot,.ztree li{white-space:nowrap}.display-block{display:block}.display-inline{display:inline-block}.display-table{display:table}.vertical-super{vertical-align:super}.vertical-top{vertical-align:top}.horizon-center{text-align:center}.horizon-left{text-align:left}.border-sizing{box-sizing:border-box}.content-sizing{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;-ms-box-sizing:content-box;box-sizing:content-box}.bi-flex-center-layout{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-flex-align:center;-ms-align-items:center;-o-align-items:center;align-items:center}.bi-flex-horizontal-layout{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;flex-direction:row;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;-ms-flex-align:start;-o-align-items:flex-start;align-items:flex-start;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;-o-flex-wrap:nowrap;flex-wrap:nowrap}.bi-flex-horizontal-layout.middle{-webkit-box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-ms-flex-align:center;-o-align-items:center;align-items:center}.bi-flex-horizontal-layout.bottom{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-moz-align-items:flex-end;-ms-align-items:flex-end;-ms-flex-align:end;-o-align-items:flex-end;align-items:flex-end}.bi-flex-vertical-center{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;flex-direction:row;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-ms-flex-align:center;-o-align-items:center;align-items:center;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;-o-flex-wrap:nowrap;flex-wrap:nowrap}.bi-flex-vertical-center.stretch{-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-ms-flex-pack:center;-o-justify-content:center;justify-content:center;-webkit-box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-ms-flex-align:stretch;-o-align-items:stretch;align-items:stretch}.bi-flex-wrapper-center-layout .flex-wrapper-center-layout-wrapper{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-ms-flex-pack:center;-o-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-ms-flex-align:center;-o-align-items:center;align-items:center;min-width:100%;min-height:100%;float:left}.bi-flex-wrapper-horizontal-layout .flex-wrapper-horizontal-layout-wrapper{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;flex-direction:row;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-ms-flex-pack:start;-o-justify-content:flex-start;justify-content:flex-start;-webkit-box-align:flex-start;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;-ms-flex-align:start;-o-align-items:flex-start;align-items:flex-start;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;-o-flex-wrap:nowrap;flex-wrap:nowrap;min-height:100%}.bi-flex-wrapper-horizontal-layout .flex-wrapper-horizontal-layout-wrapper.middle{-webkit-box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.bi-flex-wrapper-horizontal-layout .flex-wrapper-horizontal-layout-wrapper.bottom{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-moz-align-items:flex-end;-ms-align-items:flex-end;-o-align-items:flex-end;align-items:flex-end}.bi-flex-wrapper-vertical-center .flex-wrapper-vertical-center-wrapper{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;flex-direction:row;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-ms-flex-pack:start;-o-justify-content:flex-start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-ms-flex-align:center;-o-align-items:center;align-items:center;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;-o-flex-wrap:nowrap;flex-wrap:nowrap;min-height:100%;float:left}.bi-inline-center-adapt-layout:after,.bi-inline-center-adapt-layout>.inline-center-adapt-item{display:inline-block}.bi-flex-wrapper-vertical-center .flex-wrapper-vertical-center-wrapper.stretch{width:100%;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch}.bi-inline-center-adapt-layout:after,.bi-inline-vertical-adapt-layout:after{width:0;min-height:100%;content:' ';vertical-align:middle}.bi-inline-center-adapt-layout>.bi-combo.bi-combo-popup,.bi-inline-center-adapt-layout>.inline-center-adapt-item.x-icon{display:inline-block!important}.bi-inline-vertical-adapt-layout:after,.bi-inline-vertical-adapt-layout>.inline-vertical-adapt-item{display:inline-block}.bi-inline-vertical-adapt-layout>.bi-combo.bi-combo-popup,.bi-inline-vertical-adapt-layout>.inline-vertical-adapt-item.x-icon{display:inline-block!important}.bi-theme-dark{color:#d6e0dc}.bi-theme-dark .bi-input{color:#fff}.bi-icon-text-value-combo.combo-error .bi-text-trigger .select-text-label,.bi-search-text-value-combo.combo-error .bi-search-text-value-trigger .bi-text-button,.bi-text-value-combo.combo-error .bi-select-text-trigger .select-text-label{color:#ff4949}.bi-year-calendar{padding-top:5px;padding-bottom:5px}.bi-color-chooser-popup .disable-mask{opacity:.5;filter:alpha(opacity=50);background-color:#fff}.bi-color-chooser-trigger{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-color-picker-button .color-picker-button-mask{border:1px solid #232e40}.bi-theme-dark .bi-color-picker-button .color-picker-button-mask{border:1px solid #fff}.bi-color-picker-editor .color-picker-editor-display{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-color-picker-editor.disabled .auto-color-normal-background{background:url(images/2x/background/auto_color_normal_disable.png) center center no-repeat;background-size:contain}.bi-color-picker-editor.disabled .auto-color-normal-background.hack{background:url(images/1x/background/auto_color_normal_disable.png) center center no-repeat}.bi-color-picker-editor.disabled .trans-color-background{background:url(images/2x/background/trans_disable.png) center center no-repeat;background-size:contain}.bi-color-picker-editor.disabled .trans-color-background.hack{background:url(images/1x/background/trans_disable.png) center center no-repeat}.farbtastic{position:relative}.farbtastic *{position:absolute;cursor:crosshair}.farbtastic,.farbtastic .wheel{width:195px;height:195px}.farbtastic .color,.farbtastic .overlay{top:47px;left:47px;width:101px;height:101px}.farbtastic .wheel{width:195px;height:195px}.farbtastic .marker{width:17px;height:17px;margin:-8px 0 0 -8px;overflow:hidden}.bi-bubble-combo .button-combo-triangle-wrapper{position:fixed!important;line-height:0;z-index:10000000}.bi-bubble-combo .bubble-combo-triangle-left{z-index:1;position:absolute;width:6px;height:16px;text-align:left}.bi-bubble-combo .bubble-combo-triangle-left:before{position:absolute;width:6px;height:6px;margin-left:-3px;margin-top:4px;content:"";transform:rotate(-45deg)}.bi-bubble-combo .bubble-combo-triangle-right{z-index:1;position:absolute;width:6px;height:16px;text-align:left}.bi-bubble-combo .bubble-combo-triangle-right:before{position:absolute;width:6px;height:6px;margin-left:2px;margin-top:3px;content:"";transform:rotate(135deg)}.bi-bubble-combo .bubble-combo-triangle-top{z-index:1;position:absolute;width:16px;height:6px;text-align:left}.bi-bubble-combo .bubble-combo-triangle-top:before{position:absolute;width:6px;height:6px;margin-left:4px;margin-top:-3px;content:"";transform:rotate(45deg)}.bi-bubble-combo .bubble-combo-triangle-bottom{z-index:1;position:absolute;width:16px;height:6px;text-align:left}.bi-bubble-combo .bubble-combo-triangle-bottom:before{position:absolute;width:6px;height:6px;margin-left:4px;margin-top:2px;content:"";transform:rotate(-135deg)}.bi-bubble-combo .bubble-combo-triangle-bottom:before,.bi-bubble-combo .bubble-combo-triangle-left:before,.bi-bubble-combo .bubble-combo-triangle-right:before,.bi-bubble-combo .bubble-combo-triangle-top:before{background-color:#fff;border-bottom:1px solid #f2f4f7;border-right:1px solid #f2f4f7}.bi-theme-dark .bi-bubble-combo .bubble-combo-triangle-bottom:before,.bi-theme-dark .bi-bubble-combo .bubble-combo-triangle-left:before,.bi-theme-dark .bi-bubble-combo .bubble-combo-triangle-right:before,.bi-theme-dark .bi-bubble-combo .bubble-combo-triangle-top:before{background-color:#242640;border-bottom:1px solid #2F3149;border-right:1px solid #2F3149}.bi-combo>.bi-trigger .bi-trigger-icon-button .x-icon{-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-combo.bi-combo-popup{display:block!important;visibility:visible!important}#body .bi-button.button-common.disabled:after,#body .bi-button.button-error.disabled:after,#body .bi-button.button-ignore.disabled:after,#body .bi-button.button-success.disabled:after,#body .bi-button.button-warning.disabled:after,body .bi-button.button-common.disabled:after,body .bi-button.button-error.disabled:after,body .bi-button.button-ignore.disabled:after,body .bi-button.button-success.disabled:after,body .bi-button.button-warning.disabled:after{display:none}.bi-combo.bi-combo-popup>.bi-trigger .bi-trigger-icon-button .x-icon{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-combo.bi-combo-hover>.bi-border,.bi-combo.bi-combo-popup>.bi-border,.bi-combo:hover>.bi-border{border-color:#3685f2}.bi-combo.disabled.bi-combo-hover>.bi-border,.bi-combo.disabled:hover>.bi-border{border-color:#e8eaed}.bi-theme-dark .bi-combo.disabled.bi-combo-hover>.bi-border,.bi-theme-dark .bi-combo.disabled:hover>.bi-border{border-color:#3a3c53}.bi-search-text-value-combo .trigger-icon-button{font-size:16px}.bi-search-text-value-combo .search-text-value-trigger{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-search-text-value-combo .bi-combo.bi-combo-popup+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-search-text-value-combo .bi-combo+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-all-count-pager .row-count,.bi-segment-button{color:#3685f2}.bi-text-value-check-combo.bi-combo-popup>.bi-border,.bi-text-value-check-combo:hover>.bi-border,.bi-text-value-down-list-combo.bi-combo-popup>.bi-border,.bi-text-value-down-list-combo:hover>.bi-border{border-color:#3685f2}.bi-bubble-bar-popup-view .bar-popup-container{max-height:456px}.bi-search-editor{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-search-editor .circle-close-font,.bi-search-editor .search-font{font-size:18px}.bi-small-search-editor .bi-editor,.bi-small-search-editor .bi-editor .bi-input,.bi-small-search-editor .bi-editor .bi-label{font-size:12px}.bi-small-search-editor .close-font,.bi-small-search-editor .search-font{font-size:16px}.bi-message-title{font-size:14px;cursor:pointer}.bi-message-text{font-size:16px;-webkit-user-select:text;-khtml-user-select:text;-moz-user-select:text;-ms-user-select:text;-o-user-select:text;user-select:text}.bi-message-close,.bi-message-content{font-size:16px}.bi-message-animate{-webkit-transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;-moz-transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;-o-transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s}.bi-message-enter{opacity:1}.bi-message-leave{opacity:0;transform:translateY(-100%)}.bi-multi-list-view .bi-button-mask{opacity:.1;filter:alpha(opacity=10)}.bi-panel{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-panel .panel-title .panel-title-text{cursor:text;font-size:14px}.bi-all-count-pager .all-pager-next,.bi-all-count-pager .all-pager-prev,.bi-direction-pager .direction-pager-next,.bi-direction-pager .direction-pager-prev{font-size:16px}.bi-sortable-holder{border:1px dashed #e8eaed}.bi-pager .page-item{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-pane{min-height:25px}.bi-pane.loading-status{min-height:55px}.bi-pane .loading-container{background-color:rgba(247,248,250,0);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00f7f8fa, endColorstr=#00f7f8fa)}.bi-loading-widget{font-size:0}.bi-loading-widget .animate-rect{background-color:rgba(54,133,242,.9);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e63685f2, endColorstr=#e63685f2);-webkit-border-radius:1.5px;-moz-border-radius:1.5px;border-radius:1.5px;-webkit-animation:loading-widget .8s infinite linear;-moz-animation:loading-widget .8s infinite linear;-ms-animation:loading-widget .8s infinite linear;-o-animation:loading-widget .8s infinite linear;animation:loading-widget .8s infinite linear}.bi-loading-widget .rect2{-webkit-animation-delay:-.2s;-moz-animation-delay:-.2s;-ms-animation-delay:-.2s;-o-animation-delay:-.2s;animation-delay:-.2s}.bi-loading-widget .rect3{-webkit-animation-delay:-.4s;-moz-animation-delay:-.4s;-ms-animation-delay:-.4s;-o-animation-delay:-.4s;animation-delay:-.4s}@-webkit-keyframes loading-widget{0%,100%{-webkit-transform:scaleY(.3);-moz-transform:scaleY(.3);-o-transform:scaleY(.3);-ms-transform:scaleY(.3);transform:scaleY(.3)}50%{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);-o-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}}@-moz-keyframes loading-widget{0%,100%{-webkit-transform:scaleY(.3);-moz-transform:scaleY(.3);-o-transform:scaleY(.3);-ms-transform:scaleY(.3);transform:scaleY(.3)}50%{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);-o-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}}@-ms-keyframes loading-widget{0%,100%{-webkit-transform:scaleY(.3);-moz-transform:scaleY(.3);-o-transform:scaleY(.3);-ms-transform:scaleY(.3);transform:scaleY(.3)}50%{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);-o-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}}@-o-keyframes loading-widget{0%,100%{-webkit-transform:scaleY(.3);-moz-transform:scaleY(.3);-o-transform:scaleY(.3);-ms-transform:scaleY(.3);transform:scaleY(.3)}50%{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);-o-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}}@keyframes loading-widget{0%,100%{-webkit-transform:scaleY(.3);-moz-transform:scaleY(.3);-o-transform:scaleY(.3);-ms-transform:scaleY(.3);transform:scaleY(.3)}50%{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);-o-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}}.bi-loading-widget.hack{background:url(images/1x/icon/wave_loading.gif) center center no-repeat}.bi-loading-widget.hack .animate-rect{background-color:rgba(54,133,242,0);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#003685f2, endColorstr=#003685f2)}.bi-segment>.center-element{overflow:hidden;background:#fff;border-right:1px solid #3685f2;border-top:1px solid #3685f2;border-bottom:1px solid #3685f2}.bi-segment>.first-element{border-left:1px solid #3685f2;-webkit-border-radius:2px 0 0 2px;-moz-border-radius:2px 0 0 2px;border-radius:2px 0 0 2px}.bi-segment>.last-element{-webkit-border-radius:0 2px 2px 0;-moz-border-radius:0 2px 2px 0;border-radius:0 2px 2px 0}.bi-segment.disabled>.center-element,.bi-segment.disabled>.first-element{border-color:#d0d4da}.bi-theme-dark .bi-segment>.center-element{overflow:hidden;overflow-x:hidden;overflow-y:hidden;background:#242640;border-right:1px solid #3a3c53;border-top:1px solid #3a3c53;border-bottom:1px solid #3a3c53}.bi-theme-dark .bi-segment>.first-element{border-left:1px solid #242640}#body .bi-button,body .bi-button{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;border:1px solid #3685f2;background-color:#3685f2;box-sizing:border-box;text-align:center;vertical-align:middle;cursor:pointer}#body .bi-button.clear,#body .bi-button.ghost,body .bi-button.clear,body .bi-button.ghost{font-size:inherit;background-color:transparent}#body .bi-button.block,body .bi-button.block{font-size:inherit;border-width:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}#body .bi-button.clear,body .bi-button.clear{border-width:0}#body .bi-button.clear:hover,body .bi-button.clear:hover{opacity:.9;filter:alpha(opacity=90)}#body .bi-button.clear:active,body .bi-button.clear:active{opacity:.8;filter:alpha(opacity=80)}#body .bi-button.button-common,#body .bi-button.button-common .b-font:before,body .bi-button.button-common,body .bi-button.button-common .b-font:before{color:#fff}#body .bi-button.button-common.clear,#body .bi-button.button-common.clear .b-font:before,#body .bi-button.button-common.ghost,#body .bi-button.button-common.ghost .b-font:before,body .bi-button.button-common.clear,body .bi-button.button-common.clear .b-font:before,body .bi-button.button-common.ghost,body .bi-button.button-common.ghost .b-font:before{color:#3685f2}#body .bi-button.button-common.ghost:hover,body .bi-button.button-common.ghost:hover{color:#fff;background-color:#3685f2}#body .bi-button.button-common.ghost:active,body .bi-button.button-common.ghost:active{background-color:#3685f2}#body .bi-button.button-ignore,body .bi-button.button-ignore{background-color:transparent;border-color:#3685f2}#body .bi-button.button-ignore,#body .bi-button.button-ignore .b-font:before,body .bi-button.button-ignore,body .bi-button.button-ignore .b-font:before{color:#3685f2}#body .bi-button.button-ignore.clear,body .bi-button.button-ignore.clear{background-color:transparent;border-width:0}#body .bi-button.button-success,body .bi-button.button-success{background-color:#13cd66;border-color:#13cd66}#body .bi-button.button-success,#body .bi-button.button-success .b-font:before,body .bi-button.button-success,body .bi-button.button-success .b-font:before{color:#fff}#body .bi-button.button-success.clear,body .bi-button.button-success.clear{background-color:transparent;border-width:0}#body .bi-button.button-success.clear,#body .bi-button.button-success.clear .b-font:before,body .bi-button.button-success.clear,body .bi-button.button-success.clear .b-font:before{color:#13cd66}#body .bi-button.button-warning,body .bi-button.button-warning{background-color:#faaa39;border-color:#fbb03b}#body .bi-button.button-warning,#body .bi-button.button-warning .b-font:before,body .bi-button.button-warning,body .bi-button.button-warning .b-font:before{color:#fff}#body .bi-button.button-warning.clear,body .bi-button.button-warning.clear{background-color:transparent;border-width:0}#body .bi-button.button-warning.clear,#body .bi-button.button-warning.clear .b-font:before,body .bi-button.button-warning.clear,body .bi-button.button-warning.clear .b-font:before{color:#faaa39}#body .bi-button.button-error,body .bi-button.button-error{background-color:#ff4949;border-color:#FF4949}#body .bi-button.button-error,#body .bi-button.button-error .b-font:before,body .bi-button.button-error,body .bi-button.button-error .b-font:before{color:#fff}#body .bi-button.button-error.clear,body .bi-button.button-error.clear{background-color:transparent;border-width:0}#body .bi-button.button-error.clear,#body .bi-button.button-error.clear .b-font:before,body .bi-button.button-error.clear,body .bi-button.button-error.clear .b-font:before{color:#ff4949}#body .bi-button.button-common.disabled,#body .bi-button.button-common.disabled .b-font:before,#body .bi-button.button-common.disabled.base-disabled,#body .bi-button.button-common.disabled.base-disabled .b-font:before,#body .bi-button.button-common.disabled.clear,#body .bi-button.button-common.disabled.clear .b-font:before,#body .bi-button.button-error.disabled,#body .bi-button.button-error.disabled .b-font:before,#body .bi-button.button-error.disabled.base-disabled,#body .bi-button.button-error.disabled.base-disabled .b-font:before,#body .bi-button.button-error.disabled.clear,#body .bi-button.button-error.disabled.clear .b-font:before,#body .bi-button.button-ignore.disabled,#body .bi-button.button-ignore.disabled .b-font:before,#body .bi-button.button-ignore.disabled.clear,#body .bi-button.button-ignore.disabled.clear .b-font:before,#body .bi-button.button-success.disabled,#body .bi-button.button-success.disabled .b-font:before,#body .bi-button.button-success.disabled.base-disabled,#body .bi-button.button-success.disabled.base-disabled .b-font:before,#body .bi-button.button-success.disabled.clear,#body .bi-button.button-success.disabled.clear .b-font:before,#body .bi-button.button-warning.disabled,#body .bi-button.button-warning.disabled .b-font:before,#body .bi-button.button-warning.disabled.base-disabled,#body .bi-button.button-warning.disabled.base-disabled .b-font:before,#body .bi-button.button-warning.disabled.clear,#body .bi-button.button-warning.disabled.clear .b-font:before,body .bi-button.button-common.disabled,body .bi-button.button-common.disabled .b-font:before,body .bi-button.button-common.disabled.base-disabled,body .bi-button.button-common.disabled.base-disabled .b-font:before,body .bi-button.button-common.disabled.clear,body .bi-button.button-common.disabled.clear .b-font:before,body .bi-button.button-error.disabled,body .bi-button.button-error.disabled .b-font:before,body .bi-button.button-error.disabled.base-disabled,body .bi-button.button-error.disabled.base-disabled .b-font:before,body .bi-button.button-error.disabled.clear,body .bi-button.button-error.disabled.clear .b-font:before,body .bi-button.button-ignore.disabled,body .bi-button.button-ignore.disabled .b-font:before,body .bi-button.button-ignore.disabled.clear,body .bi-button.button-ignore.disabled.clear .b-font:before,body .bi-button.button-success.disabled,body .bi-button.button-success.disabled .b-font:before,body .bi-button.button-success.disabled.base-disabled,body .bi-button.button-success.disabled.base-disabled .b-font:before,body .bi-button.button-success.disabled.clear,body .bi-button.button-success.disabled.clear .b-font:before,body .bi-button.button-warning.disabled,body .bi-button.button-warning.disabled .b-font:before,body .bi-button.button-warning.disabled.base-disabled,body .bi-button.button-warning.disabled.base-disabled .b-font:before,body .bi-button.button-warning.disabled.clear,body .bi-button.button-warning.disabled.clear .b-font:before{color:#9ea6b2!important}#body .bi-button.button-common.disabled,#body .bi-button.button-common.disabled.base-disabled,#body .bi-button.button-error.disabled,#body .bi-button.button-error.disabled.base-disabled,#body .bi-button.button-success.disabled,#body .bi-button.button-success.disabled.base-disabled,#body .bi-button.button-warning.disabled,#body .bi-button.button-warning.disabled.base-disabled,body .bi-button.button-common.disabled,body .bi-button.button-common.disabled.base-disabled,body .bi-button.button-error.disabled,body .bi-button.button-error.disabled.base-disabled,body .bi-button.button-success.disabled,body .bi-button.button-success.disabled.base-disabled,body .bi-button.button-warning.disabled,body .bi-button.button-warning.disabled.base-disabled{background:#F2F4F7!important;border-color:#d0d4da!important}#body .bi-button.button-ignore.disabled,body .bi-button.button-ignore.disabled{background:#fff!important;border-color:#e8eaed!important}#body .bi-button.button-common.disabled.clear,#body .bi-button.button-error.disabled.clear,#body .bi-button.button-ignore.disabled.clear,#body .bi-button.button-success.disabled.clear,#body .bi-button.button-warning.disabled.clear,body .bi-button.button-common.disabled.clear,body .bi-button.button-error.disabled.clear,body .bi-button.button-ignore.disabled.clear,body .bi-button.button-success.disabled.clear,body .bi-button.button-warning.disabled.clear{background:0 0!important;border-width:0!important}#body .bi-button.button-common.disabled.clear:active,#body .bi-button.button-common.disabled.clear:hover,#body .bi-button.button-error.disabled.clear:active,#body .bi-button.button-error.disabled.clear:hover,#body .bi-button.button-ignore.disabled.clear:active,#body .bi-button.button-ignore.disabled.clear:hover,#body .bi-button.button-success.disabled.clear:active,#body .bi-button.button-success.disabled.clear:hover,#body .bi-button.button-warning.disabled.clear:active,#body .bi-button.button-warning.disabled.clear:hover,body .bi-button.button-common.disabled.clear:active,body .bi-button.button-common.disabled.clear:hover,body .bi-button.button-error.disabled.clear:active,body .bi-button.button-error.disabled.clear:hover,body .bi-button.button-ignore.disabled.clear:active,body .bi-button.button-ignore.disabled.clear:hover,body .bi-button.button-success.disabled.clear:active,body .bi-button.button-success.disabled.clear:hover,body .bi-button.button-warning.disabled.clear:active,body .bi-button.button-warning.disabled.clear:hover{opacity:1;filter:alpha(opacity=100)}#body .bi-button.button-common.disabled.ghost,#body .bi-button.button-error.disabled.ghost,#body .bi-button.button-ignore.disabled.ghost,#body .bi-button.button-success.disabled.ghost,#body .bi-button.button-warning.disabled.ghost,body .bi-button.button-common.disabled.ghost,body .bi-button.button-error.disabled.ghost,body .bi-button.button-ignore.disabled.ghost,body .bi-button.button-success.disabled.ghost,body .bi-button.button-warning.disabled.ghost{background:0 0!important;border-color:#3685f2!important;opacity:.5;filter:alpha(opacity=50)}#body .bi-button.button-common.disabled.ghost,#body .bi-button.button-common.disabled.ghost .b-font:before,#body .bi-button.button-error.disabled.ghost,#body .bi-button.button-error.disabled.ghost .b-font:before,#body .bi-button.button-ignore.disabled.ghost,#body .bi-button.button-ignore.disabled.ghost .b-font:before,#body .bi-button.button-success.disabled.ghost,#body .bi-button.button-success.disabled.ghost .b-font:before,#body .bi-button.button-warning.disabled.ghost,#body .bi-button.button-warning.disabled.ghost .b-font:before,body .bi-button.button-common.disabled.ghost,body .bi-button.button-common.disabled.ghost .b-font:before,body .bi-button.button-error.disabled.ghost,body .bi-button.button-error.disabled.ghost .b-font:before,body .bi-button.button-ignore.disabled.ghost,body .bi-button.button-ignore.disabled.ghost .b-font:before,body .bi-button.button-success.disabled.ghost,body .bi-button.button-success.disabled.ghost .b-font:before,body .bi-button.button-warning.disabled.ghost,body .bi-button.button-warning.disabled.ghost .b-font:before{color:#3685f2!important}.bi-basic-button.button-common:after,.bi-basic-button.button-error:after,.bi-basic-button.button-success:after,.bi-basic-button.button-warning:after{content:"";background-color:#232E40;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;display:block;width:100%;height:100%;position:absolute;transform:scale(1,1);opacity:0;filter:alpha(opacity=0);-webkit-transition:transform .5s ease,opacity 1s ease;-moz-transition:transform .5s ease,opacity 1s ease;-o-transition:transform .5s ease,opacity 1s ease;transition:transform .5s ease,opacity 1s ease;left:0;top:0;pointer-events:none}.bi-basic-button.button-common.hack:after,.bi-basic-button.button-error.hack:after,.bi-basic-button.button-success.hack:after,.bi-basic-button.button-warning.hack:after{content:none}.bi-basic-button.button-common:active:after,.bi-basic-button.button-error:active:after,.bi-basic-button.button-success:active:after,.bi-basic-button.button-warning:active:after{transform:scale(0,1);opacity:.1;filter:alpha(opacity=10);-webkit-transition:transform 0s;-moz-transition:transform 0s;-o-transition:transform 0s;transition:transform 0s}.bi-basic-button.button-common:hover .bi-button-mask,.bi-basic-button.button-error:hover .bi-button-mask,.bi-basic-button.button-success:hover .bi-button-mask,.bi-basic-button.button-warning:hover .bi-button-mask{opacity:.1;filter:alpha(opacity=10);background-color:#fff;-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.bi-basic-button.button-ignore:after{content:"";background-color:#3685f2;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;display:block;width:100%;height:100%;position:absolute;transform:scale(1,1);opacity:0;filter:alpha(opacity=0);-webkit-transition:transform .5s ease,opacity 1s ease;-moz-transition:transform .5s ease,opacity 1s ease;-o-transition:transform .5s ease,opacity 1s ease;transition:transform .5s ease,opacity 1s ease;left:0;top:0;pointer-events:none}.bi-basic-button.button-ignore.hack:after{content:none}.bi-basic-button.button-ignore:active:after{transform:scale(0,1);opacity:.1;filter:alpha(opacity=10);-webkit-transition:transform 0s;-moz-transition:transform 0s;-o-transition:transform 0s;transition:transform 0s}.bi-basic-button.button-ignore:hover{background-color:rgba(54,133,242,.05);-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.bi-basic-button .popup-content{font-size:14px}.bi-theme-dark #body .bi-button.button-common.ghost,.bi-theme-dark #body .bi-button.button-common.ghost .b-font:before,.bi-theme-dark body .bi-button.button-common.ghost,.bi-theme-dark body .bi-button.button-common.ghost .b-font:before{color:#fff;border-color:#fff}.bi-theme-dark #body .bi-button.button-common.ghost:hover,.bi-theme-dark body .bi-button.button-common.ghost:hover{color:#3d4d66;background-color:#fff}.bi-theme-dark #body .bi-button.button-common.ghost:active,.bi-theme-dark body .bi-button.button-common.ghost:active{background-color:rgba(255,255,255,.9);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6ffffff, endColorstr=#e6ffffff)}.bi-theme-dark #body .bi-button.button-ignore:hover,.bi-theme-dark body .bi-button.button-ignore:hover{background-color:rgba(54,133,242,.05)}.bi-theme-dark #body .bi-button.button-ignore:active,.bi-theme-dark body .bi-button.button-ignore:active{background-color:rgba(54,133,242,.1)}.bi-theme-dark #body .bi-button.button-common.disabled.ghost,.bi-theme-dark body .bi-button.button-common.disabled.ghost{background:0 0!important;border-color:#fff!important;opacity:.5;filter:alpha(opacity=50)}.bi-theme-dark #body .bi-button.button-common.disabled.ghost,.bi-theme-dark #body .bi-button.button-common.disabled.ghost .b-font:before,.bi-theme-dark body .bi-button.button-common.disabled.ghost,.bi-theme-dark body .bi-button.button-common.disabled.ghost .b-font:before{color:#fff!important}.bi-single-select-icon-text-item.active .b-font:before,.bi-single-select-icon-text-item:active .b-font:before{color:#3685f2}.bi-switch{-webkit-border-radius:40px 40px 40px 40px;-moz-border-radius:40px;border-radius:40px;background-color:#d0d4da}.bi-switch.active,.bi-switch:active{background-color:#3685f2}.bi-switch .circle-button{-webkit-border-radius:9px 9px 9px 9px;-moz-border-radius:9px;border-radius:9px}.bi-switch.disabled,.bi-switch.disabled:active{background-color:#F2F4F7}.bi-theme-dark .bi-switch{background-color:#606479}.bi-theme-dark .bi-switch.active,.bi-theme-dark .bi-switch:active{background-color:#3685f2}.bi-theme-dark .bi-switch.disabled,.bi-theme-dark .bi-switch.disabled:active{background-color:#2F3149}.bi-multifile-editor .multifile-editor{text-align:right;cursor:pointer;font-size:100px;z-index:2}.bi-textarea-editor{overflow:hidden}.bi-textarea-editor .textarea-editor-content{font-size:12px;border:none}.x-icon.b-font{margin:auto;width:100%}.bi-file{opacity:0;filter:alpha(opacity=0);z-index:2}.bi-input,.bi-textarea{border:none;outline:0;background-color:transparent;padding:0;margin:0;width:100%;height:100%}.bi-input.bi-input-focus,.bi-textarea.bi-input-focus{border:none}.bi-input.bi-input-error,.bi-textarea.bi-input-error{border:none;color:#ff4949!important}.bi-bubble .bubble-text,.bi-toast{-webkit-border-radius:2px;-moz-border-radius:2px}.bi-text{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;word-break:break-word}.bi-bubble .bubble-text{border-radius:2px}.bi-bubble .bubble-error{background:#ffecec;color:#ff4949}.bi-theme-dark .bi-bubble .bubble-error{background:#3A2940}.bi-bubble .bubble-common{background:#eaf2fd;color:#3685f2}.bi-bubble .bubble-success{background:#e1f4e7;color:#13cd66}.bi-bubble .bubble-warning{background:#feeed7;color:#faaa39}.bi-tip{position:fixed!important}.bi-toast{color:#fff;max-width:400px;min-width:150px;border-radius:2px}.bi-toast.toast-success{background:#13cd66}.bi-toast.toast-warning{background:#faaa39}.bi-toast.toast-error{background:#ff4949}.bi-toast.toast-normal{background:#3685f2}.bi-toast .toast-icon{font-size:16px}.bi-tooltip{max-width:250px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;font-size:12px;color:#fff}.bi-tooltip.tooltip-success{background:#647185;border:1px solid #647185}.bi-tooltip.tooltip-warning{background:#ff4949;border:1px solid #FF4949}.bi-branch-tree .bi-branch-tree-view{min-width:300px}.bi-display-tree .ztree *{color:#999}.bi-display-tree .ztree li a,.bi-display-tree .ztree li span{cursor:default!important}.ztree li a,.ztree li span.button{cursor:pointer;display:inline-block}.bi-display-tree .ztree li a.curSelectedNode{padding-top:1px;border:none;background-color:inherit;opacity:1;filter:alpha(opacity=100)}.ztree *{padding:0;margin:0}.ztree{margin:0;padding:5px}.ztree li{padding:0;margin:0;list-style:none;line-height:14px;text-align:left}.ztree li ul{margin:0;padding:0 0 0 18px}.ztree li a{padding:1px 3px 0 0;margin:0;height:24px;background-color:transparent;vertical-align:top}.ztree li a:active,.ztree li a:hover{background-color:rgba(54,133,242,.06);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2, endColorstr=#0f3685f2)}.ztree li a:active{color:#3685f2}.ztree li a.tmpTargetNode_inner,ul.tmpTargetzTree,ul.ztree.zTreeDragUL{opacity:.8;filter:alpha(opacity=80)}.ztree li a.curSelectedNode_Edit{padding-top:0;background-color:#FFE6B0;color:#000;height:16px;border:1px solid #FFB951;opacity:.8}.ztree li a.tmpTargetNode_inner{padding-top:0;background-color:#316AC5;color:#fff;height:16px;border:1px solid #316AC5}.ztree li a input.rename{height:14px;width:80px;padding:0;margin:0;font-size:12px;border:1px solid #7EC4CC}.bi-dynamic-date-combo .date-font,.bi-multi-select-combo .multi-select-trigger-icon-button,.bi-multi-select-insert-combo .multi-select-trigger-icon-button,.bi-multi-tree-combo .multi-select-trigger-icon-button,.bi-trigger .bi-trigger-icon-button{font-size:16px}.ztree li span{line-height:24px;margin-right:2px}.ztree li span.button{line-height:0;margin:0;width:16px;height:16px;vertical-align:middle;border:0;background-color:transparent;background-repeat:no-repeat;background-attachment:scroll}.ztree li span.button.chk{width:16px;height:16px;margin:0 3px 0 0;cursor:auto}.ztree li span.button.chk.checkbox_false_disable{background-position:0 -56px}.ztree li span.button.chk.checkbox_true_disable{background-position:-14px -56px}.ztree li span.button.chk.radio_false_full{background-position:-28px 0}.ztree li span.button.chk.radio_false_full_focus{background-position:-28px -14px}.ztree li span.button.chk.radio_false_part{background-position:-28px -28px}.ztree li span.button.chk.radio_false_part_focus{background-position:-28px -42px}.ztree li span.button.chk.radio_false_disable{background-position:-28px -56px}.ztree li span.button.chk.radio_true_full{background-position:-42px 0}.ztree li span.button.chk.radio_true_full_focus{background-position:-42px -14px}.ztree li span.button.chk.radio_true_part{background-position:-42px -28px}.ztree li span.button.chk.radio_true_part_focus{background-position:-42px -42px}.ztree li span.button.chk.checkbox_true_full+a,.ztree li span.button.chk.checkbox_true_full_focus+a,.ztree li span.button.chk.checkbox_true_part+a,.ztree li span.button.chk.checkbox_true_part_focus+a{color:#3685f2}.ztree li span.button.chk.radio_true_disable{background-position:-42px -56px}.ztree li span.button.switch{width:25px;height:25px}.ztree li span.button.noline_open{background-position:-92px -72px}.ztree li span.button.noline_close{background-position:-74px -72px}.ztree li span.button.noline_docu,.ztree li span.button.root_docu{background:0 0}.ztree li span.button.ico_open{margin-right:2px;background-position:-110px -16px;vertical-align:top}.ztree li span.button.ico_close{margin-right:2px;background-position:-110px 0;vertical-align:top}.ztree li span.button.ico_docu{margin-right:2px;background-position:-110px -32px;vertical-align:top}.ztree li span.button.edit{margin-right:2px;background-position:-110px -48px;vertical-align:top}.ztree li span.button.remove{margin-right:2px;background-position:-110px -64px;vertical-align:top}.ztree li span.button.ico_loading{width:0;margin-right:2px;vertical-align:top}ul.tmpTargetzTree{background-color:#FFE6B0}span.tmpzTreeMove_arrow{width:16px;height:16px;display:inline-block;padding:0;margin:2px 0 0 1px;border:0;position:absolute;background-color:transparent;background-repeat:no-repeat;background-attachment:scroll;background-position:-110px -80px}.zTreeMask,ul.ztree.zTreeDragUL{background-color:#cfcfcf;position:absolute}ul.ztree.zTreeDragUL{margin:0;padding:0;width:auto;height:auto;overflow:hidden;border:1px dotted #00B83F}.zTreeMask{z-index:10000;opacity:0;filter:alpha(opacity=0)}.bi-select-text-trigger,.bi-small-select-text-trigger{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-popup-view{position:fixed!important;overflow-y:visible!important;overflow-x:visible!important;overflow:visible!important}.bi-popup-view .list-view-outer{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-popup-view .padding-outer{padding-top:5px;padding-bottom:5px}.bi-popup-view .list-view-shadow{-webkit-box-shadow:0 1px 5px 0 rgba(35,46,64,.2);-moz-box-shadow:0 1px 5px 0 rgba(35,46,64,.2);box-shadow:0 1px 5px 0 rgba(35,46,64,.2)}.bi-popup-view .list-view-toolbar{line-height:24px}.bi-popup-view .list-view-toolbar>.center-element{border-left:1px solid #e8eaed}.bi-popup-view .list-view-toolbar>.first-element{border-left:none}.bi-theme-dark .bi-popup-view .list-view-toolbar>.center-element{border-left:1px solid #3a3c53}.bi-theme-dark .bi-popup-view .list-view-toolbar>.first-element{border-left:none}.bi-theme-dark .list-view-shadow{-webkit-box-shadow:0 1px 5px 0 rgba(25,27,43,.8);-moz-box-shadow:0 1px 5px 0 rgba(25,27,43,.8);box-shadow:0 1px 5px 0 rgba(25,27,43,.8)}.bi-date-trigger{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-down-list-popup .bi-down-list-item .list-item-text,.bi-down-list-popup .list-group-item-text{max-width:203px}.bi-interactive-arrangement .interactive-arrangement-dragtag-line{z-index:1000000000;background-color:#faaa39}.bi-interactive-arrangement .interactive-arrangement-dragtag-icon{z-index:1000000000}.bi-interval-slider,.bi-interval-slider-label{min-height:50px}.bi-month-trigger{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-multilayer-select-level-tree .tree-view,.bi-multilayer-single-level-tree .tree-view{min-width:100%}.bi-multi-select-check-pane .multi-select-check-selected{text-decoration:underline}.bi-multi-select-combo .bi-combo.bi-combo-popup+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-multi-select-combo .bi-combo+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-multi-select-insert-combo .bi-combo.bi-combo-popup+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-multi-select-insert-combo .bi-combo+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-multi-select-trigger{-webkit-border-radius:2px 2px 2px 2px;-moz-border-radius:2px;border-radius:2px}.bi-multi-select-search-pane .multi-select-toolbar{color:#faaa39}.bi-multi-select-check-selected-button{z-index:1;min-width:16px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}.bi-multi-select-insert-list .bi-search-editor,.bi-multi-select-list .bi-search-editor{-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.bi-multi-tree-check-pane .multi-tree-check-selected{color:#3685f2}.bi-multi-tree-combo .bi-combo.bi-combo-popup+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-multi-tree-combo .bi-combo+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-multi-tree-popup .popup-view-tree{min-height:170px}.bi-multi-tree-check-selected-button .trigger-check-selected{color:#3685f2;z-index:1}.bi-number-editor{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-number-editor .pull-down-font,.bi-number-editor .pull-up-font{font-size:12px}.bi-number-interval .number-interval-big-combo .bi-icon-combo-trigger .icon-combo-trigger-icon,.bi-number-interval .number-interval-small-combo .bi-icon-combo-trigger .icon-combo-trigger-icon{font-size:14px}.bi-number-interval .number-interval-small-editor{-moz-border-radius-topleft:2px;-webkit-border-top-left-radius:2px;-moz-border-radius-bottomleft:2px;-webkit-border-bottom-left-radius:2px;border-top-left-radius:2px;border-bottom-left-radius:2px}.bi-number-interval .number-interval-big-editor{-moz-border-radius-topright:2px;-webkit-border-top-right-radius:2px;-moz-border-radius-bottomright:2px;-webkit-border-bottom-right-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px}.bi-number-interval .number-interval-big-combo{-moz-border-radius-topleft:2px;-webkit-border-top-left-radius:2px;-moz-border-radius-bottomleft:2px;-webkit-border-bottom-left-radius:2px;border-top-left-radius:2px;border-bottom-left-radius:2px}.bi-number-interval .number-interval-small-combo{-moz-border-radius-topright:2px;-webkit-border-top-right-radius:2px;-moz-border-radius-bottomright:2px;-webkit-border-bottom-right-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px}.bi-search-multi-text-value-combo .multi-select-trigger-icon-button,.bi-single-select-combo .single-select-trigger-icon-button{font-size:16px}.bi-number-interval.number-error .bi-input{color:#ff4949!important}.bi-date-interval.time-error .bi-input,.bi-date-interval.time-error .sign-editor-text,.bi-search-multi-text-value-combo.combo-error .bi-multi-select-searcher .tip-text-style,.bi-time-interval.time-error .bi-date-time-trigger .bi-input,.bi-time-interval.time-error .bi-date-time-trigger .sign-editor-text,.bi-year-month-interval.time-error .bi-input,.bi-year-month-interval.time-error .sign-editor-text{color:#ff4949}.bi-quarter-trigger{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-single-select-combo .bi-combo.bi-combo-popup+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-single-select-combo .bi-combo+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-single-slider-label{min-height:50px}.bi-single-slider-normal{min-height:30px}.bi-single-slider{min-height:50px}.bi-single-slider-button .slider-button{cursor:ew-resize;border-width:2px;border-style:solid;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;background-color:#fff;height:16px;width:16px;top:6px;left:-8px}.bi-single-slider-button .slider-button.hover,.bi-single-slider-button .slider-button:hover{-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background-color:#f7f8fa;width:20px;height:20px;top:4px;left:-10px}.bi-single-slider-button .slider-button.disabled{border-color:#d0d4da}.bi-single-slider-button .slider-button.disabled.hover,.bi-single-slider-button .slider-button.disabled:hover{background-color:#f7f8fa;width:16px;height:16px;top:6px;left:-8px}body,html{height:100%}.bi-theme-dark .bi-single-slider-button .slider-button{background-color:#242640}.bi-theme-dark .bi-single-slider-button .slider-button.disabled.hover,.bi-theme-dark .bi-single-slider-button .slider-button.disabled:hover,.bi-theme-dark .bi-single-slider-button .slider-button.hover,.bi-theme-dark .bi-single-slider-button .slider-button:hover{background-color:#191B2B}.bi-slider-track .gray-track{background-color:rgba(61,77,102,.1);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#1a3d4d66, endColorstr=#1a3d4d66);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bi-slider-track .blue-track{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bi-slider-track .disabled-blue-track{background-color:#d0d4da;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bi-theme-dark .bi-slider-track .gray-track{background-color:rgba(214,224,220,.1);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#1ad6e0dc, endColorstr=#1ad6e0dc);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bi-theme-dark .bi-slider-track .disabled-blue-track{background-color:#606479;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bi-time-interval .bi-date-time-trigger{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-year-popup .year-popup-navigation{line-height:30px}.bi-year-popup .year-popup-navigation>.center-element{border-left:1px solid #e8eaed}.bi-year-popup .year-popup-navigation>.first-element{border-left:none}.bi-theme-dark .bi-year-popup .year-popup-navigation>.center-element{border-left:1px solid #3a3c53}.bi-theme-dark .bi-year-popup .year-popup-navigation>.first-element{border-left:none}.bi-year-trigger{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}html{overflow:hidden}body{position:absolute;width:100%;margin:0;padding:0;top:0;left:0;background-repeat:repeat;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;color:#3d4d66;font:400 12px "Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Heiti,"黑体",sans-serif;-webkit-font-smoothing:antialiased;text-decoration:none;-kthml-user-focus:normal;-moz-user-focus:normal;-moz-outline:0 none;outline:0}div::-webkit-scrollbar,textarea::-webkit-scrollbar{-webkit-appearance:none;background-color:rgba(135,141,159,.05);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d878d9f, endColorstr=#0d878d9f);width:6px;height:6px}div::-webkit-scrollbar-thumb,textarea::-webkit-scrollbar-thumb{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:rgba(135,141,159,.3);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d878d9f, endColorstr=#4d878d9f)}div::-webkit-scrollbar-thumb:hover,textarea::-webkit-scrollbar-thumb:hover{background-color:rgba(135,141,159,.7);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3878d9f, endColorstr=#b3878d9f)}.bi-theme-dark div::-webkit-scrollbar,.bi-theme-dark textarea::-webkit-scrollbar{-webkit-appearance:none;background-color:rgba(208,212,218,.05);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dd0d4da, endColorstr=#0dd0d4da);width:6px;height:6px}.bi-theme-dark div::-webkit-scrollbar-thumb,.bi-theme-dark textarea::-webkit-scrollbar-thumb{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:rgba(208,212,218,.3);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4dd0d4da, endColorstr=#4dd0d4da)}.bi-theme-dark div::-webkit-scrollbar-thumb:hover,.bi-theme-dark textarea::-webkit-scrollbar-thumb:hover{background-color:rgba(208,212,218,.7);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3d0d4da, endColorstr=#b3d0d4da)}.farbtastic .wheel{background:url(https://fanruan.coding.me/fineui/dist/images/1x/background/wheel.png) center center no-repeat}.farbtastic .overlay{background:url(https://fanruan.coding.me/fineui/dist/images/1x/background/mask.png) center center no-repeat}.farbtastic .marker{background:url(https://fanruan.coding.me/fineui/dist/images/1x/background/marker.png) center center no-repeat}.bi-display-tree .ztree li span.button.switch.center_open{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_3.png) center center no-repeat}.bi-display-tree .ztree li span.button.switch.roots_open{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_2.png) center center no-repeat}.bi-display-tree .ztree li span.button.switch.bottom_open{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_4.png) center center no-repeat}.ztree li ul.line{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_1.png) 1px 0 repeat-y}.bi-theme-dark .ztree li ul.line{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_1.png) 1px 0 repeat-y}.ztree li span.button.chk.checkbox_false_full,.ztree li span.button.chk.checkbox_false_full_focus{background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/check_box_normal.png) center center no-repeat;background-size:contain}.ztree li span.button.chk.checkbox_false_part,.ztree li span.button.chk.checkbox_false_part_focus{background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/half_selected.png) center center no-repeat;background-size:contain}.ztree li span.button.chk.checkbox_true_full,.ztree li span.button.chk.checkbox_true_full_focus{background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/check_box_active.png) center center no-repeat;background-size:contain}.ztree li span.button.chk.checkbox_true_part,.ztree li span.button.chk.checkbox_true_part_focus{background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/half_selected.png) center center no-repeat;background-size:contain}.ztree.hack li span.button.chk.checkbox_false_full,.ztree.hack li span.button.chk.checkbox_false_full_focus{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/check_box_normal.png) center center no-repeat}.ztree.hack li span.button.chk.checkbox_false_part,.ztree.hack li span.button.chk.checkbox_false_part_focus{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/half_selected.png) center center no-repeat}.ztree.hack li span.button.chk.checkbox_true_full,.ztree.hack li span.button.chk.checkbox_true_full_focus{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/check_box_active.png) center center no-repeat}.ztree.hack li span.button.chk.checkbox_true_part,.ztree.hack li span.button.chk.checkbox_true_part_focus{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/half_selected.png) center center no-repeat}.ztree li span.button.root_open{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_expand_1.png) center center no-repeat}.bi-theme-dark .ztree li span.button.root_open{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_expand_1.png) center center no-repeat}.ztree li span.button.root_close{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_collapse_1.png) center center no-repeat}.bi-theme-dark .ztree li span.button.root_close{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_collapse_1.png) center center no-repeat}.ztree li span.button.roots_open{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_expand_2.png) center center no-repeat}.bi-theme-dark .ztree li span.button.roots_open{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_expand_2.png) center center no-repeat}.ztree li span.button.roots_close{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_collapse_2.png) center center no-repeat}.bi-theme-dark .ztree li span.button.roots_close{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_collapse_2.png) center center no-repeat}.ztree li span.button.center_open{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_expand_3.png) center center no-repeat}.bi-theme-dark .ztree li span.button.center_open{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_expand_3.png) center center no-repeat}.ztree li span.button.center_close{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_collapse_3.png) center center no-repeat}.bi-theme-dark .ztree li span.button.center_close{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_collapse_3.png) center center no-repeat}.ztree li span.button.bottom_open{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_expand_4.png) center center no-repeat}.bi-theme-dark .ztree li span.button.bottom_open{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_expand_4.png) center center no-repeat}.ztree li span.button.bottom_close{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_collapse_4.png) center center no-repeat}.bi-theme-dark .ztree li span.button.bottom_close{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_collapse_4.png) center center no-repeat}.ztree li span.button.roots_docu{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_2.png) center center no-repeat}.bi-theme-dark .ztree li span.button.roots_docu{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_2.png) center center no-repeat}.ztree li span.button.center_docu{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_3.png) center center no-repeat}.bi-theme-dark .ztree li span.button.center_docu{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_3.png) center center no-repeat}.ztree li span.button.bottom_docu{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_4.png) center center no-repeat}.bi-theme-dark .ztree li span.button.bottom_docu{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_4.png) center center no-repeat}.ztree li span.button.ico_loading{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/loading.gif) center center no-repeat}.base-line-conn-background{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_1.png) repeat-y}.bi-theme-dark .base-line-conn-background{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_1.png) repeat-y}.first-line-conn-background{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_2.png) center center no-repeat}.bi-theme-dark .first-line-conn-background{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_2.png) center center no-repeat}.mid-line-conn-background{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_3.png) center center no-repeat}.bi-theme-dark .mid-line-conn-background{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_3.png) center center no-repeat}.last-line-conn-background{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_4.png) center center no-repeat}.bi-theme-dark .last-line-conn-background{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_4.png) center center no-repeat}.loading-background{background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/loading.gif) center center no-repeat;background-size:contain}.auto-color-background{background:url(https://fanruan.coding.me/fineui/dist/images/2x/background/auto_color.png) center center no-repeat;background-size:contain}.auto-color-normal-background{background:url(https://fanruan.coding.me/fineui/dist/images/2x/background/auto_color_normal.png) center center no-repeat;background-size:contain}.auto-color-normal-disabled-background{background:url(https://fanruan.coding.me/fineui/dist/images/2x/background/auto_color_normal_disable.png) center center no-repeat;background-size:contain}.trans-color-background{background:url(https://fanruan.coding.me/fineui/dist/images/2x/background/trans_normal.png) center center no-repeat;background-size:contain}.trans-color-disabled-background{background:url(https://fanruan.coding.me/fineui/dist/images/2x/background/trans_disable.png) center center no-repeat;background-size:contain}.auto-color-background.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/background/auto_color.png) center center no-repeat}.auto-color-normal-background.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/background/auto_color_normal.png) center center no-repeat}.auto-color-normal-disabled-background.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/background/auto_color_normal_disable.png) center center no-repeat}.trans-color-background.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/background/trans_normal.png) center center no-repeat}.trans-color-disabled-background.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/background/trans_disable.png) center center no-repeat}@font-face{font-family:bi;src:url(https://fanruan.coding.me/fineui/dist/font/iconfont.eot);src:url(https://fanruan.coding.me/fineui/dist/font/iconfont.eot?#iefix) format('embedded-opentype'),url(https://fanruan.coding.me/fineui/dist/font/iconfont.woff) format('woff'),url(https://fanruan.coding.me/fineui/dist/font/iconfont.ttf) format('truetype'),url(https://fanruan.coding.me/fineui/dist/font/iconfont.svg#svgFontName) format('svg')}.b-font{font-family:bi;font-style:normal;-webkit-font-smoothing:antialiased}.close-font .b-font:before,.close-font.disabled .b-font:before,.close-h-font .b-font:before,.close-h-font.disabled .b-font:before,.close-h-font.hover .b-font:before,.close-h-font:hover .b-font:before,.close-ha-font .b-font:before,.close-ha-font.hover .b-font:before,.close-ha-font:hover .b-font:before{content:"\e6d0";color:inherit}.close-ha-font.active .b-font:before,.close-ha-font:active .b-font:before{content:"\e6d0";color:#3f8ce8}.close-ha-font.disabled .b-font:before{content:"\e6d0";color:inherit}.circle-close-font .b-font:before,.circle-close-font.disabled .b-font:before{content:"\e6d5";color:inherit}.search-close-h-font .b-font:before{content:"\e6d0";color:inherit}.search-close-h-font.hover .b-font:before,.search-close-h-font:hover .b-font:before{content:"\e6d0";color:#ff4949}.search-close-h-font.disabled .b-font:before{content:"\e6d0";color:inherit}.pre-page-h-font .b-font:before,.pre-page-h-font.disabled .b-font:before,.pre-page-h-font.hover .b-font:before,.pre-page-h-font:hover .b-font:before{content:"\e70d";color:inherit}.next-page-h-font .b-font:before,.next-page-h-font.disabled .b-font:before,.next-page-h-font.hover .b-font:before,.next-page-h-font:hover .b-font:before{content:"\e70c";color:inherit}.search-font .b-font:before,.search-font.disabled .b-font:before{content:"\e6dc";color:inherit}.date-font .b-font:before,.date-font.disabled .b-font:before{content:"\e733";color:inherit}.date-change-h-font .b-font:before,.date-change-h-font.disabled .b-font:before,.date-change-h-font.hover .b-font:before,.date-change-h-font:hover .b-font:before{content:"\e72f";color:inherit}.dot-font .b-font:before,.dot-font.disabled .b-font:before,.dot-h-font .b-font:before{content:"\e762";color:#232e40}.dot-h-font.hover .b-font:before,.dot-h-font:hover .b-font:before{content:"\e762";color:inherit}.dot-h-font.disabled .b-font:before{content:"\e762";color:#232e40}.dot-ha-font .b-font:before{content:"\e762";color:#fff}.dot-ha-font.hover .b-font:before,.dot-ha-font:hover .b-font:before{content:"\e762";color:#999}.dot-ha-font.active .b-font:before,.dot-ha-font:active .b-font:before{content:"\e762";color:#232e40}.dot-ha-font.disabled .b-font:before{content:"\e762";color:#fff}.dot-e-font .b-font:before{content:"\e762";color:transparent}.dot-e-font.hover .b-font:before,.dot-e-font:hover .b-font:before{content:"\e762";color:rgba(54,133,242,.06)}.dot-e-font.active .b-font:before,.dot-e-font:active .b-font:before{content:"\e762";color:#3685f2}.dot-e-font.disabled .b-font:before{content:"\e762";color:transparent}.pull-right-font .b-font:before,.pull-right-font.disabled .b-font:before,.pull-right-h-font .b-font:before,.pull-right-h-font.disabled .b-font:before,.pull-right-h-font.hover .b-font:before,.pull-right-h-font:hover .b-font:before,.pull-right-ha-font .b-font:before,.pull-right-ha-font.hover .b-font:before,.pull-right-ha-font:hover .b-font:before{content:"\e70c";color:inherit}.pull-right-ha-font.active .b-font:before,.pull-right-ha-font:active .b-font:before{content:"\e70c";color:#3f8ce8}.pull-right-e-font .b-font:before,.pull-right-e-font.hover .b-font:before,.pull-right-e-font:hover .b-font:before,.pull-right-ha-font.disabled .b-font:before{content:"\e70c";color:inherit}.pull-right-e-font.active .b-font:before,.pull-right-e-font:active .b-font:before{content:"\e70c";color:#3f8ce8}.pull-right-e-font.disabled .b-font:before{content:"\e70c";color:inherit}.copy-font .b-font:before,.copy-font.disabled .b-font:before{content:"\e6bd";color:inherit}.copy-h-font .b-font:before{content:"\e6bd";color:#232e40}.copy-h-font.hover .b-font:before,.copy-h-font:hover .b-font:before{content:"\e6bd";color:inherit}.copy-h-font.disabled .b-font:before{content:"\e6bd";color:#232e40}.copy-ha-font .b-font:before,.copy-ha-font.hover .b-font:before,.copy-ha-font:hover .b-font:before{content:"\e6bd";color:inherit}.copy-ha-font.active .b-font:before,.copy-ha-font:active .b-font:before{content:"\e6bd";color:#3f8ce8}.copy-e-font .b-font:before,.copy-e-font.hover .b-font:before,.copy-e-font:hover .b-font:before,.copy-ha-font.disabled .b-font:before{content:"\e6bd";color:inherit}.copy-e-font.active .b-font:before,.copy-e-font:active .b-font:before{content:"\e6bd";color:#3f8ce8}.copy-e-font.disabled .b-font:before{content:"\e6bd";color:inherit}.check-mark-font .b-font:before,.check-mark-font.disabled .b-font:before,.check-mark-h-font .b-font:before,.check-mark-h-font.disabled .b-font:before,.check-mark-h-font.hover .b-font:before,.check-mark-h-font:hover .b-font:before,.check-mark-ha-font .b-font:before,.check-mark-ha-font.hover .b-font:before,.check-mark-ha-font:hover .b-font:before{content:"\e6cf";color:inherit}.check-mark-ha-font.active .b-font:before,.check-mark-ha-font:active .b-font:before{content:"\e6cf";color:#3f8ce8}.check-mark-e-font .b-font:before,.check-mark-e-font.hover .b-font:before,.check-mark-e-font:hover .b-font:before,.check-mark-ha-font.disabled .b-font:before{content:"\e6cf";color:inherit}.check-mark-e-font.active .b-font:before,.check-mark-e-font:active .b-font:before{content:"\e6cf";color:#3f8ce8}.check-mark-e-font.disabled .b-font:before{content:"\e6cf";color:inherit}.row-pre-page-h-font .b-font:before,.row-pre-page-h-font.disabled .b-font:before,.row-pre-page-h-font.hover .b-font:before,.row-pre-page-h-font:hover .b-font:before{content:"\e6d9";color:inherit}.row-next-page-h-font .b-font:before,.row-next-page-h-font.disabled .b-font:before,.row-next-page-h-font.hover .b-font:before,.row-next-page-h-font:hover .b-font:before{content:"\e6d8";color:inherit}.column-pre-page-h-font .b-font:before,.column-pre-page-h-font.disabled .b-font:before,.column-pre-page-h-font.hover .b-font:before,.column-pre-page-h-font:hover .b-font:before{content:"\e6d6";color:inherit}.column-next-page-h-font .b-font:before,.column-next-page-h-font.disabled .b-font:before,.column-next-page-h-font.hover .b-font:before,.column-next-page-h-font:hover .b-font:before{content:"\e6d7";color:inherit}.expander-right-font .b-font:before,.expander-right-font.disabled .b-font:before{content:"\e6d8";color:inherit}.expander-down-font .b-font:before,.expander-down-font.disabled .b-font:before{content:"\e6d7";color:inherit}.solid-triangle-top-font .b-font:before,.solid-triangle-top-font.disabled .b-font:before,.solid-triangle-top-font.hover .b-font:before,.solid-triangle-top-font:hover .b-font:before{content:"\e6d6";color:inherit}.solid-triangle-bottom-font .b-font:before,.solid-triangle-bottom-font.disabled .b-font:before,.solid-triangle-bottom-font.hover .b-font:before,.solid-triangle-bottom-font:hover .b-font:before{content:"\e6d7";color:inherit}.trigger-triangle-font .b-font:before,.trigger-triangle-font.disabled .b-font:before{content:"\e64e";color:inherit}.pull-up-font .b-font:before,.pull-up-font.disabled .b-font:before{content:"\e70a";color:inherit}.pull-down-font .b-font:before,.pull-down-font.disabled .b-font:before{content:"\e70b";color:inherit}.pull-down-h-font .b-font:before{content:"\e70b";color:#647185}.pull-down-h-font.hover .b-font:before,.pull-down-h-font:hover .b-font:before{content:"\e70b";color:inherit}.pull-down-h-font.disabled .b-font:before,.pull-down-ha-font .b-font:before{content:"\e70b";color:#647185}.pull-down-ha-font.hover .b-font:before,.pull-down-ha-font:hover .b-font:before{content:"\e70b";color:inherit}.pull-down-ha-font.active .b-font:before,.pull-down-ha-font:active .b-font:before{content:"\e70b";color:#3f8ce8}.pull-down-ha-font.disabled .b-font:before{content:"\e70b";color:#647185}.check-font .b-font:before,.check-font.disabled .b-font:before{content:"\e6cf";color:#3685f2}.item-check-font .b-font:before{content:"\e6cf";color:#fff}.item-check-font.hover .b-font:before,.item-check-font:hover .b-font:before{content:"\e6cf";color:#999}.item-check-font.active .b-font:before,.item-check-font:active .b-font:before{content:"\e6cf";color:#3f8ce8}.item-check-font.disabled .b-font:before{content:"\e6cf";color:#fff}.primary-key-font .b-font:before,.primary-key-font.disabled .b-font:before,.primary-key-font.hover .b-font:before,.primary-key-font:hover .b-font:before{content:"\e740";color:inherit}.drag-tag-font .b-font:before,.drag-tag-font.disabled .b-font:before{content:"\e6d0";color:#faaa39}.less-font .b-font:before,.less-font.disabled .b-font:before{content:"\e75e";color:inherit}.less-equal-font .b-font:before,.less-equal-font.disabled .b-font:before{content:"\e761";color:inherit}.text-bold-font .b-font:before,.text-bold-font.disabled .b-font:before{content:"\e697";color:inherit}.text-italic-font .b-font:before,.text-italic-font.disabled .b-font:before{content:"\e69d";color:inherit}.text-underline-font .b-font:before,.text-underline-font.disabled .b-font:before{content:"\e69c";color:inherit}.text-color-font .b-font:before,.text-color-font.disabled .b-font:before{content:"\e698";color:inherit}.text-background-font .b-font:before,.text-background-font.disabled .b-font:before{content:"\e699";color:inherit}.text-color-underline-font .b-font:before,.text-color-underline-font.disabled .b-font:before{content:"\e69a";color:inherit}.text-align-left-font .b-font:before,.text-align-left-font.disabled .b-font:before{content:"\e6ca";color:inherit}.text-align-center-font .b-font:before,.text-align-center-font.disabled .b-font:before{content:"\e6bf";color:inherit}.text-align-right-font .b-font:before,.text-align-right-font.disabled .b-font:before{content:"\e6c8";color:inherit}.toast-error-font .b-font:before,.toast-error-font.disabled .b-font:before{content:"\e757";color:inherit}.toast-success-font .b-font:before,.toast-success-font.disabled .b-font:before{content:"\e756";color:inherit}.toast-warning-font .b-font:before,.toast-warning-font.disabled .b-font:before{content:"\e755";color:inherit}.toast-message-font .b-font:before,.toast-message-font.disabled .b-font:before{content:"\e74b";color:inherit}.text-add-tip-font .b-font:before,.text-add-tip-font.disabled .b-font:before{content:"\e6dd";color:#13cd66}.add-up-font .b-font:before,.add-up-font.disabled .b-font:before{content:"\e70a";color:inherit}.minus-down-font .b-font:before,.minus-down-font.disabled .b-font:before{content:"\e70b";color:inherit}.tree-collapse-icon-type1 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_collapse_1.png) center center no-repeat;background-size:contain}.tree-collapse-icon-type1 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_collapse_1.png) center center no-repeat}.tree-collapse-icon-type2 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_collapse_2.png) center center no-repeat;background-size:contain}.tree-collapse-icon-type2 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_collapse_2.png) center center no-repeat}.tree-collapse-icon-type3 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_collapse_3.png) center center no-repeat;background-size:contain}.tree-collapse-icon-type3 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_collapse_3.png) center center no-repeat}.tree-collapse-icon-type4 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_collapse_4.png) center center no-repeat;background-size:contain}.tree-collapse-icon-type4 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_collapse_4.png) center center no-repeat}.tree-expand-icon-type1 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_expand_1.png) center center no-repeat;background-size:contain}.tree-expand-icon-type1 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_expand_1.png) center center no-repeat}.tree-expand-icon-type2 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_expand_2.png) center center no-repeat;background-size:contain}.tree-expand-icon-type2 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_expand_2.png) center center no-repeat}.tree-expand-icon-type3 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_expand_3.png) center center no-repeat;background-size:contain}.tree-expand-icon-type3 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_expand_3.png) center center no-repeat}.tree-expand-icon-type4 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_expand_4.png) center center no-repeat;background-size:contain}.tree-expand-icon-type4 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_expand_4.png) center center no-repeat}.tree-vertical-line-type2 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_vertical_line_2.png) center center no-repeat;background-size:contain}.tree-vertical-line-type2 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_2.png) center center no-repeat}.tree-vertical-line-type3 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_vertical_line_3.png) center center no-repeat;background-size:contain}.tree-vertical-line-type3 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_3.png) center center no-repeat}.tree-vertical-line-type4 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/tree_vertical_line_4.png) center center no-repeat;background-size:contain}.tree-vertical-line-type4 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_4.png) center center no-repeat}.bi-theme-dark .tree-collapse-icon-type1 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_collapse_1.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-collapse-icon-type1 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_collapse_1.png) center center no-repeat}.bi-theme-dark .tree-collapse-icon-type2 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_collapse_2.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-collapse-icon-type2 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_collapse_2.png) center center no-repeat}.bi-theme-dark .tree-collapse-icon-type3 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_collapse_3.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-collapse-icon-type3 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_collapse_3.png) center center no-repeat}.bi-theme-dark .tree-collapse-icon-type4 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_collapse_4.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-collapse-icon-type4 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_collapse_4.png) center center no-repeat}.bi-theme-dark .tree-expand-icon-type1 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_expand_1.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-expand-icon-type1 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_expand_1.png) center center no-repeat}.bi-theme-dark .tree-expand-icon-type2 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_expand_2.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-expand-icon-type2 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_expand_2.png) center center no-repeat}.bi-theme-dark .tree-expand-icon-type3 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_expand_3.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-expand-icon-type3 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_expand_3.png) center center no-repeat}.bi-theme-dark .tree-expand-icon-type4 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_expand_4.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-expand-icon-type4 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_expand_4.png) center center no-repeat}.bi-theme-dark .tree-vertical-line-type2 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_vertical_line_2.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-vertical-line-type2 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_2.png) center center no-repeat}.bi-theme-dark .tree-vertical-line-type3 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_vertical_line_3.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-vertical-line-type3 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_3.png) center center no-repeat}.bi-theme-dark .tree-vertical-line-type4 .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/dark/tree_vertical_line_4.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-vertical-line-type4 .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_4.png) center center no-repeat}.check-box-icon .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/check_box_normal.png) center center no-repeat;background-size:contain}.check-box-icon .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/check_box_normal.png) center center no-repeat}.check-box-icon.hover .x-icon,.check-box-icon:hover .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/check_box_normal.png) center center no-repeat;background-size:contain}.check-box-icon.hover .x-icon.hack,.check-box-icon:hover .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/check_box_normal.png) center center no-repeat}.check-box-icon:active .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/check_box_normal.png) center center no-repeat;background-size:contain}.check-box-icon:active .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/check_box_normal.png) center center no-repeat}.check-box-icon.active .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/check_box_active.png) center center no-repeat;background-size:contain}.check-box-icon.active .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/check_box_active.png) center center no-repeat}.check-box-icon.disabled .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/check_box_disable.png) center center no-repeat;background-size:contain}.check-box-icon.disabled .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/check_box_disable.png) center center no-repeat}.check-box-icon.disabled.active .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/check_box_disable2.png) center center no-repeat;background-size:contain}.check-box-icon.disabled.active .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/check_box_disable2.png) center center no-repeat}.radio-icon .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/radio_normal.png) center center no-repeat;background-size:contain}.radio-icon .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/radio_normal.png) center center no-repeat}.radio-icon.hover .x-icon,.radio-icon:hover .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/radio_normal.png) center center no-repeat;background-size:contain}.radio-icon.hover .x-icon.hack,.radio-icon:hover .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/radio_normal.png) center center no-repeat}.radio-icon:active .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/radio_normal.png) center center no-repeat;background-size:contain}.radio-icon:active .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/radio_normal.png) center center no-repeat}.radio-icon.active .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/radio_active.png) center center no-repeat;background-size:contain}.radio-icon.active .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/radio_active.png) center center no-repeat}.radio-icon.disabled .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/radio_disable.png) center center no-repeat;background-size:contain}.radio-icon.disabled .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/radio_disable.png) center center no-repeat}.radio-icon.disabled.active .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/radio_disable2.png) center center no-repeat;background-size:contain}.radio-icon.disabled.active .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/radio_disable2.png) center center no-repeat}.check-half-select-icon .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/half_selected.png) center center no-repeat;background-size:contain}.check-half-select-icon .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/half_selected.png) center center no-repeat}.check-half-select-icon.disabled .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/half_selected_disable.png) center center no-repeat;background-size:contain}.check-half-select-icon.disabled .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/half_selected_disable.png) center center no-repeat}.slider-icon .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/slider_normal_small.png) center center no-repeat;background-size:contain}.slider-icon .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/slider_normal_small.png) center center no-repeat}.slider-icon.hover .x-icon,.slider-icon:hover .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/slider_active_small.png) center center no-repeat;background-size:contain}.slider-icon.hover .x-icon.hack,.slider-icon:hover .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/slider_active_small.png) center center no-repeat}.slider-icon.disabled .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/slider_normal_small.png) center center no-repeat;background-size:contain}.slider-icon.disabled .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/slider_normal_small.png) center center no-repeat}.auto-color-icon .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/auto_normal.png) center center no-repeat;background-size:contain}.auto-color-icon .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/auto_normal.png) center center no-repeat}.auto-color-icon.active .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/auto_select.png) center center no-repeat;background-size:contain}.auto-color-icon.active .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/auto_select.png) center center no-repeat}.auto-color-icon.disabled .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/auto_disable.png) center center no-repeat;background-size:contain}.auto-color-icon.disabled .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/auto_disable.png) center center no-repeat}.trans-color-icon .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/trans_normal.png) center center no-repeat;background-size:contain}.trans-color-icon .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/trans_normal.png) center center no-repeat}.trans-color-icon.active .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/trans_select.png) center center no-repeat;background-size:contain}.trans-color-icon.active .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/trans_select.png) center center no-repeat}.trans-color-icon.disabled .x-icon{display:block;background:url(https://fanruan.coding.me/fineui/dist/images/2x/icon/trans_disable.png) center center no-repeat;background-size:contain}.trans-color-icon.disabled .x-icon.hack{background:url(https://fanruan.coding.me/fineui/dist/images/1x/icon/trans_disable.png) center center no-repeat}.icon-size-12 .b-font{font-size:12px}.icon-size-16 .b-font{font-size:16px}.icon-size-24 .b-font{font-size:24px}.icon-size-40 .b-font{font-size:40px}.icon-size-50 .b-font{font-size:50px}.icon-size-70 .b-font{font-size:70px} \ No newline at end of file diff --git a/dist/bundle.min.js b/dist/bundle.min.js index ac96f5a73..62b8f16e4 100644 --- a/dist/bundle.min.js +++ b/dist/bundle.min.js @@ -1,4 +1,4 @@ -/*! fineui 2019-02-14 17:24:23 */ +/*! fineui 2019-02-15 13:59:45 */ function _classCallCheck(a,b){if(!(a instanceof b))throw new TypeError("Cannot call a class as a function")}var _global;_global="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,null==_global.BI&&(_global.BI={prepares:[]}),null==_global.BI.prepares&&(_global.BI.prepares=[]),function(){function a(a,b,c){switch(c.length){case 0:return a.call(b);case 1:return a.call(b,c[0]);case 2:return a.call(b,c[0],c[1]);case 3:return a.call(b,c[0],c[1],c[2])}return a.apply(b,c)}function b(a,b,c,d){for(var e=-1,f=null==a?0:a.length;++e-1}function g(a,b,c){for(var d=-1,e=null==a?0:a.length;++d-1;);return c}function z(a,b){for(var c=a.length;c--&&o(b,a[c],0)>-1;);return c}function A(a,b){for(var c=a.length,d=0;c--;)a[c]===b&&++d;return d}function B(a,b){return null==a?Ie:a[b]}function C(a){return Cg.test(a)}function D(a){for(var b,c=[];!(b=a.next()).done;)c.push(b.value);return c}function E(a){var b=-1,c=Array(a.size);return a.forEach(function(a,d){c[++b]=[d,a]}),c}function F(a,b){return function(c){return a(b(c))}}function G(a,b){for(var c=-1,d=a.length,e=0,f=[];++c-1}function ea(a,b){var c=this.__data__,d=xa(c,a);return d<0?(++this.size,c.push([a,b])):c[d][1]=b,this}function fa(a){var b=-1,c=null==a?0:a.length;for(this.clear();++b=b?a:b)),a}function Ea(a,b,d,e,f,g){var h,i=b&Pe,j=b&Qe,k=bℜif(d&&(h=f?d(a,e,f,g):d(a)),h!==Ie)return h;if(!Sd(a))return a;var l=si(a);if(l){if(h=xc(a),!i)return Qb(a,h)}else{var m=bi(a),n=m==uf||m==vf;if(ti(a))return Gb(a,i);if(m==zf||m==of||n&&!f){if(h=j||n?{}:yc(a),!i)return j?Tb(a,Aa(h,a)):Sb(a,za(h,a))}else{if(!Eg[m])return f?a:{};h=zc(a,m,i)}}g||(g=new oa);var o=g.get(a);if(o)return o;if(g.set(a,h),xi(a))return a.forEach(function(c){h.add(Ea(c,b,d,c,a,g))}),h;if(vi(a))return a.forEach(function(c,e){h.set(e,Ea(c,b,d,e,a,g))}),h;var p=k?j?nc:mc:j?me:le,q=l?Ie:p(a);return c(q||a,function(c,e){q&&(e=c,c=a[e]),wa(h,e,Ea(c,b,d,e,a,g))}),h}function Fa(a,b,c){if("function"!=typeof a)throw new TypeError(Le);return setTimeout(function(){a.apply(Ie,c)},b)}function Ga(a,b,c,d){var e=-1,i=f,j=!0,k=a.length,l=[],m=b.length;if(!k)return l;c&&(b=h(b,v(c))),d?(i=g,j=!1):b.length>=Ke&&(i=x,j=!1,b=new la(b));a:for(;++e0&&c(h)?b>1?Ka(h,b-1,c,d,e):i(e,h):d||(e[e.length]=h)}return e}function La(a,b){return a&&Vh(a,b,le)}function Ma(a,b){return a&&Wh(a,b,le)}function Na(a,b){return e(b,function(b){return Qd(a[b])})}function Oa(a,b){b=Eb(b,a);for(var c=0,d=b.length;null!=a&&cb}function Sa(a,b){return null!=a&&ah.call(a,b)}function Ta(a,b){return null!=a&&b in Object(a)}function Ua(a,b,c){for(var d=c?g:f,e=a[0].length,i=a.length,j=i,k=Array(i),l=1/0,m=[];j--;){var n=a[j];j&&b&&(n=h(n,v(b))),l=Ah(n.length,l),k[j]=!c&&(b||e>=120&&n.length>=120)?new la(j&&n):Ie}n=a[0];var o=-1,p=k[0];a:for(;++oe?0:e+b),c=c>e?e:c,c<0&&(c+=e),e=b>c?0:c-b>>>0,b>>>=0;for(var f=Array(e);++d=Ke){var l=b?null:Zh(a);if(l)return I(l);i=!1,e=x,k=new la}else k=b?[]:j;a:for(;++d=d?a:wb(a,b,c)}function Gb(a,b){if(b)return a.slice();var c=a.length,d=kh?kh(c):new a.constructor(c);return a.copy(d),d}function Hb(a){var b=new a.constructor(a.byteLength);return new jh(b).set(new jh(a)),b}function Ib(a,b){var c=b?Hb(a.buffer):a.buffer;return new a.constructor(c,a.byteOffset,a.byteLength)}function Jb(a){var b=new a.constructor(a.source,cg.exec(a));return b.lastIndex=a.lastIndex,b}function Kb(a){return Rh?Object(Rh.call(a)):{}}function Lb(a,b){var c=b?Hb(a.buffer):a.buffer;return new a.constructor(c,a.byteOffset,a.length)}function Mb(a,b){if(a!==b){var c=a!==Ie,d=null===a,e=a===a,f=Zd(a),g=b!==Ie,h=null===b,i=b===b,j=Zd(b);if(!h&&!j&&!f&&a>b||f&&g&&i&&!h&&!j||d&&g&&i||!c&&i||!e)return 1;if(!d&&!f&&!j&&a=h)return i;var j=c[d];return i*("desc"==j?-1:1)}}return a.index-b.index}function Ob(a,b,c,d){for(var e=-1,f=a.length,g=c.length,h=-1,i=b.length,j=zh(f-g,0),k=Array(i+j),l=!d;++h1?c[e-1]:Ie,g=e>2?c[2]:Ie;for(f=a.length>3&&"function"==typeof f?(e--,f):Ie,g&&Dc(c[0],c[1],g)&&(f=e<3?Ie:f,e=1),b=Object(b);++d-1?e[f?b[g]:g]:Ie}}function ac(a,b,c,d,e,f,g,h,i,j){function k(){for(var r=arguments.length,s=Array(r),t=r;t--;)s[t]=arguments[t];if(o)var u=pc(k),v=A(s,u);if(d&&(s=Ob(s,d,e,o)),f&&(s=Pb(s,f,g,o)),r-=v,o&&r1&&s.reverse(),l&&ih))return!1;var j=f.get(a);if(j&&f.get(b))return j==b;var l=-1,m=!0,n=c&Te?new la:Ie;for(f.set(a,b),f.set(b,a);++l1?"& ":"")+b[d],b=b.join(c>2?", ":" "),a.replace($f,"{\n/* [wrapped with "+b+"] */\n")}function Bc(a){return si(a)||ri(a)||!!(ph&&a&&a[ph])}function Cc(a,b){var c=typeof a;return b=null==b?jf:b,!!b&&("number"==c||"symbol"!=c&&hg.test(a))&&a>-1&&a%1==0&&a0){if(++b>=cf)return arguments[0]}else b=0;return a.apply(Ie,arguments)}}function Uc(a){if("string"==typeof a||Zd(a))return a;var b=a+"";return"0"==b&&1/a==-hf?"-0":b}function Vc(a){if(null!=a){try{return _g.call(a)}catch(b){}try{return a+""}catch(b){}}return""}function Wc(a,b){return c(nf,function(c){var d="_."+c[0];b&c[1]&&!f(a,d)&&a.push(d)}),a.sort()}function Xc(a){if(a instanceof R)return a.clone();var b=new Q(a.__wrapped__,a.__chain__);return b.__actions__=Qb(a.__actions__),b.__index__=a.__index__,b.__values__=a.__values__,b}function Yc(a){for(var b=-1,c=null==a?0:a.length,d=0,e=[];++b0&&(c=b.apply(this,arguments)),a<=1&&(b=Ie),c}}function Bd(a,b,c){function d(b){var c=m,d=n;return m=n=Ie,s=b,p=a.apply(d,c)}function e(a){return s=a,q=setTimeout(h,b),t?d(a):p}function f(a){var c=a-r,d=a-s,e=b-c;return u?Ah(e,o-d):e}function g(a){var c=a-r,d=a-s;return r===Ie||c>=b||c<0||u&&d>=o}function h(){var a=ni();return g(a)?i(a):void(q=setTimeout(h,f(a)))}function i(a){return q=Ie,v&&m?d(a):(m=n=Ie,p)}function j(){q!==Ie&&clearTimeout(q),s=0,m=r=n=q=Ie}function k(){return q===Ie?p:i(ni())}function l(){var a=ni(),c=g(a);if(m=arguments,n=this,r=a,c){if(q===Ie)return e(r);if(u)return q=setTimeout(h,b),d(r)}return q===Ie&&(q=setTimeout(h,b)),p}var m,n,o,p,q,r,s=0,t=!1,u=!1,v=!0;if("function"!=typeof a)throw new TypeError(Le);return b=ce(b)||0,Sd(c)&&(t=!!c.leading,u="maxWait"in c,o=u?zh(ce(c.maxWait)||0,b):o,v="trailing"in c?!!c.trailing:v),l.cancel=j,l.flush=k,l}function Cd(a,b){if("function"!=typeof a||null!=b&&"function"!=typeof b)throw new TypeError(Le);var c=function(){var d=arguments,e=b?b.apply(this,d):d[0],f=c.cache;if(f.has(e))return f.get(e);var g=a.apply(this,d);return c.cache=f.set(e,g)||f,g};return c.cache=new(Cd.Cache||fa),c}function Dd(a){if("function"!=typeof a)throw new TypeError(Le);return function(){var b=arguments;switch(b.length){case 0:return!a.call(this);case 1:return!a.call(this,b[0]);case 2:return!a.call(this,b[0],b[1]);case 3:return!a.call(this,b[0],b[1],b[2])}return!a.apply(this,b)}}function Ed(a){return Ad(2,a)}function Fd(a,b){if("function"!=typeof a)throw new TypeError(Le);return b=b===Ie?b:be(b),ub(a,b)}function Gd(a,b,c){var d=!0,e=!0;if("function"!=typeof a)throw new TypeError(Le);return Sd(c)&&(d="leading"in c?!!c.leading:d,e="trailing"in c?!!c.trailing:e),Bd(a,b,{leading:d,maxWait:b,trailing:e})}function Hd(a){return Ea(a,Re)}function Id(a){return Ea(a,Pe|Re)}function Jd(a,b){return a===b||a!==a&&b!==b}function Kd(a){return null!=a&&Rd(a.length)&&!Qd(a)}function Ld(a){return Td(a)&&Kd(a)}function Md(a){return a===!0||a===!1||Td(a)&&Qa(a)==rf}function Nd(a){if(null==a)return!0;if(Kd(a)&&(si(a)||"string"==typeof a||"function"==typeof a.splice||ti(a)||yi(a)||ri(a)))return!a.length;var b=bi(a);if(b==wf||b==Df)return!a.size;if(Ic(a))return!gb(a).length;for(var c in a)if(ah.call(a,c))return!1;return!0}function Od(a,b){return Za(a,b)}function Pd(a){return"number"==typeof a&&xh(a)}function Qd(a){if(!Sd(a))return!1;var b=Qa(a);return b==uf||b==vf||b==qf||b==Bf}function Rd(a){return"number"==typeof a&&a>-1&&a%1==0&&a<=jf}function Sd(a){var b=typeof a;return null!=a&&("object"==b||"function"==b)}function Td(a){return null!=a&&"object"==typeof a}function Ud(a){return Wd(a)&&a!=+a}function Vd(a){return null===a}function Wd(a){return"number"==typeof a||Td(a)&&Qa(a)==xf}function Xd(a){if(!Td(a)||Qa(a)!=zf)return!1;var b=lh(a);if(null===b)return!0;var c=ah.call(b,"constructor")&&b.constructor;return"function"==typeof c&&c instanceof c&&_g.call(c)==eh}function Yd(a){return"string"==typeof a||!si(a)&&Td(a)&&Qa(a)==Ef}function Zd(a){return"symbol"==typeof a||Td(a)&&Qa(a)==Ff}function $d(a){return a===Ie}function _d(a){if(!a)return[];if(Kd(a))return Yd(a)?L(a):Qb(a);if(qh&&a[qh])return D(a[qh]());var b=bi(a),c=b==wf?E:b==Df?I:qe;return c(a)}function ae(a){if(!a)return 0===a?a:0;if(a=ce(a),a===hf||a===-hf){var b=a<0?-1:1;return b*kf}return a===a?a:0}function be(a){var b=ae(a),c=b%1;return b===b?c?b-c:b:0}function ce(a){if("number"==typeof a)return a;if(Zd(a))return lf;if(Sd(a)){var b="function"==typeof a.valueOf?a.valueOf():a;a=Sd(b)?b+"":b}if("string"!=typeof a)return 0===a?a:+a;a=a.replace(Zf,"");var c=eg.test(a);return c||gg.test(a)?Hg(a.slice(2),c?2:8):dg.test(a)?lf:+a}function de(a){return Rb(a,me(a))}function ee(a){return null==a?"":yb(a)}function fe(a,b){var c=Th(a);return null==b?c:za(c,b)}function ge(a,b){return m(a,fb(b,3),La)}function he(a,b){return m(a,fb(b,3),Ma)}function ie(a,b,c){ var d=null==a?Ie:Oa(a,b);return d===Ie?c:d}function je(a,b){return null!=a&&wc(a,b,Sa)}function ke(a,b){return null!=a&&wc(a,b,Ta)}function le(a){return Kd(a)?ua(a):gb(a)}function me(a){return Kd(a)?ua(a,!0):hb(a)}function ne(a,b){return oe(a,Dd(fb(b)))}function oe(a,b){if(null==a)return{};var c=h(nc(a),function(a){return[a]});return b=fb(b),qb(a,c,function(a,c){return b(a,c[0])})}function pe(a,b,c){b=Eb(b,a);var d=-1,e=b.length;for(e||(e=1,a=Ie);++db){var d=a;a=b,b=d}if(c||a%1||b%1){var e=Ch();return Ah(a+e*(b-a+Gg("1e-"+((e+"").length-1))),b)}return sb(a,b)}function te(a){return a=ee(a),a&&Uf.test(a)?a.replace(Tf,Wg):a}function ue(a,b,c){if(a=ee(a),a&&(c||b===Ie))return a.replace(Zf,"");if(!a||!(b=yb(b)))return a;var d=L(a),e=L(b),f=y(d,e),g=z(d,e)+1;return Fb(d,f,g).join("")}function ve(a){return function(){return a}}function we(a){return a}function xe(a){return fb("function"==typeof a?a:Ea(a,Pe))}function ye(a){return kb(Ea(a,Pe))}function ze(a,b,d){var e=le(b),f=Na(b,e);null!=d||Sd(b)&&(f.length||!e.length)||(d=b,b=a,a=this,f=Na(b,le(b)));var g=!(Sd(d)&&"chain"in d&&!d.chain),h=Qd(a);return c(f,function(c){var d=b[c];a[c]=d,h&&(a.prototype[c]=function(){var b=this.__chain__;if(g||b){var c=a(this.__wrapped__),e=c.__actions__=Qb(this.__actions__);return e.push({func:d,args:arguments,thisArg:a}),c.__chain__=b,c}return d.apply(a,i([this.value()],arguments))})}),a}function Ae(){return Kg._===this&&(Kg._=fh),this}function Be(){}function Ce(a){return Ec(a)?q(Uc(a)):rb(a)}function De(){return[]}function Ee(){return!1}function Fe(a){var b=++bh;return ee(a)+b}function Ge(a){return a&&a.length?Ia(a,we,Ra):Ie}function He(a){return a&&a.length?Ia(a,we,ib):Ie}var Ie,Je="4.17.5",Ke=200,Le="Expected a function",Me="__lodash_hash_undefined__",Ne=500,Oe="__lodash_placeholder__",Pe=1,Qe=2,Re=4,Se=1,Te=2,Ue=1,Ve=2,We=4,Xe=8,Ye=16,Ze=32,$e=64,_e=128,af=256,bf=512,cf=800,df=16,ef=1,ff=2,gf=3,hf=1/0,jf=9007199254740991,kf=1.7976931348623157e308,lf=NaN,mf=4294967295,nf=[["ary",_e],["bind",Ue],["bindKey",Ve],["curry",Xe],["curryRight",Ye],["flip",bf],["partial",Ze],["partialRight",$e],["rearg",af]],of="[object Arguments]",pf="[object Array]",qf="[object AsyncFunction]",rf="[object Boolean]",sf="[object Date]",tf="[object Error]",uf="[object Function]",vf="[object GeneratorFunction]",wf="[object Map]",xf="[object Number]",yf="[object Null]",zf="[object Object]",Af="[object Promise]",Bf="[object Proxy]",Cf="[object RegExp]",Df="[object Set]",Ef="[object String]",Ff="[object Symbol]",Gf="[object Undefined]",Hf="[object WeakMap]",If="[object ArrayBuffer]",Jf="[object DataView]",Kf="[object Float32Array]",Lf="[object Float64Array]",Mf="[object Int8Array]",Nf="[object Int16Array]",Of="[object Int32Array]",Pf="[object Uint8Array]",Qf="[object Uint8ClampedArray]",Rf="[object Uint16Array]",Sf="[object Uint32Array]",Tf=/[&<>"']/g,Uf=RegExp(Tf.source),Vf=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Wf=/^\w*$/,Xf=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Yf=/[\\^$.*+?()[\]{}|]/g,Zf=/^\s+|\s+$/g,$f=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,_f=/\{\n\/\* \[wrapped with (.+)\] \*/,ag=/,? & /,bg=/\\(\\)?/g,cg=/\w*$/,dg=/^[-+]0x[0-9a-f]+$/i,eg=/^0b[01]+$/i,fg=/^\[object .+?Constructor\]$/,gg=/^0o[0-7]+$/i,hg=/^(?:0|[1-9]\d*)$/,ig="\\ud800-\\udfff",jg="\\u0300-\\u036f",kg="\\ufe20-\\ufe2f",lg="\\u20d0-\\u20ff",mg=jg+kg+lg,ng="\\ufe0e\\ufe0f",og="["+ig+"]",pg="["+mg+"]",qg="\\ud83c[\\udffb-\\udfff]",rg="(?:"+pg+"|"+qg+")",sg="[^"+ig+"]",tg="(?:\\ud83c[\\udde6-\\uddff]){2}",ug="[\\ud800-\\udbff][\\udc00-\\udfff]",vg="\\u200d",wg=rg+"?",xg="["+ng+"]?",yg="(?:"+vg+"(?:"+[sg,tg,ug].join("|")+")"+xg+wg+")*",zg=xg+wg+yg,Ag="(?:"+[sg+pg+"?",pg,tg,ug,og].join("|")+")",Bg=RegExp(qg+"(?="+qg+")|"+Ag+zg,"g"),Cg=RegExp("["+vg+ig+mg+ng+"]"),Dg={};Dg[Kf]=Dg[Lf]=Dg[Mf]=Dg[Nf]=Dg[Of]=Dg[Pf]=Dg[Qf]=Dg[Rf]=Dg[Sf]=!0,Dg[of]=Dg[pf]=Dg[If]=Dg[rf]=Dg[Jf]=Dg[sf]=Dg[tf]=Dg[uf]=Dg[wf]=Dg[xf]=Dg[zf]=Dg[Cf]=Dg[Df]=Dg[Ef]=Dg[Hf]=!1;var Eg={};Eg[of]=Eg[pf]=Eg[If]=Eg[Jf]=Eg[rf]=Eg[sf]=Eg[Kf]=Eg[Lf]=Eg[Mf]=Eg[Nf]=Eg[Of]=Eg[wf]=Eg[xf]=Eg[zf]=Eg[Cf]=Eg[Df]=Eg[Ef]=Eg[Ff]=Eg[Pf]=Eg[Qf]=Eg[Rf]=Eg[Sf]=!0,Eg[tf]=Eg[uf]=Eg[Hf]=!1;var Fg={"&":"&","<":"<",">":">",'"':""","'":"'"},Gg=parseFloat,Hg=parseInt,Ig="object"==typeof global&&global&&global.Object===Object&&global,Jg="object"==typeof self&&self&&self.Object===Object&&self,Kg=Ig||Jg||Function("return this")(),Lg="object"==typeof exports&&exports&&!exports.nodeType&&exports,Mg=Lg&&"object"==typeof module&&module&&!module.nodeType&&module,Ng=Mg&&Mg.exports===Lg,Og=Ng&&Ig.process,Pg=function(){try{return Og&&Og.binding&&Og.binding("util")}catch(a){}}(),Qg=Pg&&Pg.isDate,Rg=Pg&&Pg.isMap,Sg=Pg&&Pg.isRegExp,Tg=Pg&&Pg.isSet,Ug=Pg&&Pg.isTypedArray,Vg=q("length"),Wg=r(Fg),Xg=Array.prototype,Yg=Function.prototype,Zg=Object.prototype,$g=Kg["__core-js_shared__"],_g=Yg.toString,ah=Zg.hasOwnProperty,bh=0,ch=function(){var a=/[^.]+$/.exec($g&&$g.keys&&$g.keys.IE_PROTO||"");return a?"Symbol(src)_1."+a:""}(),dh=Zg.toString,eh=_g.call(Object),fh=Kg._,gh=RegExp("^"+_g.call(ah).replace(Yf,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),hh=Ng?Kg.Buffer:Ie,ih=Kg.Symbol,jh=Kg.Uint8Array,kh=hh?hh.allocUnsafe:Ie,lh=F(Object.getPrototypeOf,Object),mh=Object.create,nh=Zg.propertyIsEnumerable,oh=Xg.splice,ph=ih?ih.isConcatSpreadable:Ie,qh=ih?ih.iterator:Ie,rh=ih?ih.toStringTag:Ie,sh=function(){try{var a=sc(Object,"defineProperty");return a({},"",{}),a}catch(b){}}(),th=Math.ceil,uh=Math.floor,vh=Object.getOwnPropertySymbols,wh=hh?hh.isBuffer:Ie,xh=Kg.isFinite,yh=F(Object.keys,Object),zh=Math.max,Ah=Math.min,Bh=Date.now,Ch=Math.random,Dh=(Xg.reverse,sc(Kg,"DataView")),Eh=sc(Kg,"Map"),Fh=sc(Kg,"Promise"),Gh=sc(Kg,"Set"),Hh=sc(Kg,"WeakMap"),Ih=sc(Object,"create"),Jh=Hh&&new Hh,Kh={},Lh=Vc(Dh),Mh=Vc(Eh),Nh=Vc(Fh),Oh=Vc(Gh),Ph=Vc(Hh),Qh=ih?ih.prototype:Ie,Rh=Qh?Qh.valueOf:Ie,Sh=Qh?Qh.toString:Ie,Th=function(){function a(){}return function(b){if(!Sd(b))return{};if(mh)return mh(b);a.prototype=b;var c=new a;return a.prototype=Ie,c}}();O.prototype=P.prototype,O.prototype.constructor=O,Q.prototype=Th(P.prototype),Q.prototype.constructor=Q,R.prototype=Th(P.prototype),R.prototype.constructor=R,V.prototype.clear=W,V.prototype["delete"]=X,V.prototype.get=Y,V.prototype.has=Z,V.prototype.set=$,_.prototype.clear=aa,_.prototype["delete"]=ba,_.prototype.get=ca,_.prototype.has=da,_.prototype.set=ea,fa.prototype.clear=ga,fa.prototype["delete"]=ha,fa.prototype.get=ia,fa.prototype.has=ja,fa.prototype.set=ka,la.prototype.add=la.prototype.push=ma,la.prototype.has=na,oa.prototype.clear=pa,oa.prototype["delete"]=qa,oa.prototype.get=ra,oa.prototype.has=sa,oa.prototype.set=ta;var Uh=Wb(La),Vh=Xb(),Wh=Xb(!0),Xh=Jh?function(a,b){return Jh.set(a,b),a}:we,Yh=sh?function(a,b){return sh(a,"toString",{configurable:!0,enumerable:!1,value:ve(b),writable:!0})}:we,Zh=Gh&&1/I(new Gh([,-0]))[1]==hf?function(a){return new Gh(a)}:Be,$h=Jh?function(a){return Jh.get(a)}:Be,_h=vh?function(a){return null==a?[]:(a=Object(a),e(vh(a),function(b){return nh.call(a,b)}))}:De,ai=vh?function(a){for(var b=[];a;)i(b,_h(a)),a=lh(a);return b}:De,bi=Qa;(Dh&&bi(new Dh(new ArrayBuffer(1)))!=Jf||Eh&&bi(new Eh)!=wf||Fh&&bi(Fh.resolve())!=Af||Gh&&bi(new Gh)!=Df||Hh&&bi(new Hh)!=Hf)&&(bi=function(a){var b=Qa(a),c=b==zf?a.constructor:Ie,d=c?Vc(c):"";if(d)switch(d){case Lh:return Jf;case Mh:return wf;case Nh:return Af;case Oh:return Df;case Ph:return Hf}return b});var ci=Tc(Xh),di=Tc(Yh),ei=Lc(function(a){var b=[];return 46===a.charCodeAt(0)&&b.push(""),a.replace(Xf,function(a,c,d,e){b.push(d?e.replace(bg,"$1"):c||a)}),b}),fi=ub(function(a,b){return Ld(a)?Ga(a,Ka(b,1,Ld,!0)):[]}),gi=ub(function(a){var b=h(a,Db);return b.length&&b[0]===a[0]?Ua(b):[]}),hi=ub(function(a){return zb(Ka(a,1,Ld,!0))}),ii=ub(function(a,b){return Ld(a)?Ga(a,b):[]}),ji=ub(md),ki=(lc(function(a){var b=a.length,c=b?a[0]:0,d=this.__wrapped__,e=function(b){return Ca(b,a)};return!(b>1||this.__actions__.length)&&d instanceof R&&Cc(c)?(d=d.slice(c,+c+(b?1:0)),d.__actions__.push({func:qd,args:[e],thisArg:Ie}),new Q(d,this.__chain__).thru(function(a){return b&&!a.length&&a.push(Ie),a})):this.thru(e)}),Ub(function(a,b,c){ah.call(a,c)?++a[c]:Ba(a,c,1)})),li=_b(_c),mi=ub(function(a,b){if(null==a)return[];var c=b.length;return c>1&&Dc(a,b[0],b[1])?b=[]:c>2&&Dc(b[0],b[1],b[2])&&(b=[b[0]]),ob(a,Ka(b,1),[])}),ni=function(){return Kg.Date.now()},oi=ub(function(a,b,c){var d=Ue;if(c.length){var e=G(c,pc(oi));d|=Ze}return fc(a,d,b,c,e)}),pi=ub(function(a,b){return Fa(a,1,b)}),qi=ub(function(a,b,c){return Fa(a,ce(b)||0,c)});Cd.Cache=fa;var ri=Xa(function(){return arguments}())?Xa:function(a){return Td(a)&&ah.call(a,"callee")&&!nh.call(a,"callee")},si=Array.isArray,ti=wh||Ee,ui=Qg?v(Qg):Ya,vi=Rg?v(Rg):_a,wi=Sg?v(Sg):cb,xi=Tg?v(Tg):db,yi=Ug?v(Ug):eb,zi=Vb(function(a,b){Rb(b,me(b),a)}),Ai=ub(function(a,b){a=Object(a);var c=-1,d=b.length,e=d>2?b[2]:Ie;for(e&&Dc(b[0],b[1],e)&&(d=1);++c1),b}),Rb(a,nc(a),c),d&&(c=Ea(c,Pe|Qe|Re,hc));for(var e=b.length;e--;)Ab(c,b[e]);return c}),Hi=lc(function(a,b){return null==a?{}:pb(a,b)}),Ii=dc();O.assignIn=zi,O.before=Ad,O.bind=oi,O.chain=od,O.compact=Yc,O.concat=Zc,O.countBy=ki,O.create=fe,O.debounce=Bd,O.defaults=Ai,O.defaultsDeep=Bi,O.defer=pi,O.delay=qi,O.difference=fi,O.drop=$c,O.filter=td,O.flatten=bd,O.flattenDeep=cd,O.initial=fd,O.intersection=gi,O.invert=Ci,O.invertBy=Di,O.iteratee=xe,O.keys=le,O.map=vd,O.matches=ye,O.merge=Ei,O.mixin=ze,O.negate=Dd,O.omit=Gi,O.omitBy=ne,O.once=Ed,O.pick=Hi,O.range=Ii,O.reject=xd,O.rest=Fd,O.slice=hd,O.sortBy=mi,O.take=id,O.takeRight=jd,O.tap=pd,O.throttle=Gd,O.thru=qd,O.toArray=_d,O.union=hi,O.uniq=kd,O.uniqBy=ld,O.unzip=md,O.values=qe,O.without=ii,O.zip=ji,O.zipObject=nd,O.extend=zi,ze(O,O),O.clamp=re,O.clone=Hd,O.cloneDeep=Id,O.escape=te,O.every=sd,O.find=li,O.findIndex=_c,O.findKey=ge,O.findLastIndex=ad,O.findLastKey=he,O.forEach=ud,O.get=ie,O.has=je,O.head=dd,O.identity=we,O.indexOf=ed,O.isArguments=ri,O.isArray=si,O.isArrayLike=Kd,O.isBoolean=Md,O.isDate=ui,O.isEmpty=Nd,O.isEqual=Od,O.isFinite=Pd,O.isFunction=Qd,O.isNaN=Ud,O.isNull=Vd,O.isNumber=Wd,O.isObject=Sd,O.isPlainObject=Xd,O.isRegExp=wi,O.isString=Yd,O.isUndefined=$d,O.last=gd,O.max=Ge,O.min=He,O.noConflict=Ae,O.noop=Be,O.random=se,O.reduce=wd,O.result=pe,O.size=yd,O.some=zd,O.trim=ue,O.uniqueId=Fe,O.each=ud,O.first=dd,ze(O,function(){var a={};return La(O,function(b,c){ah.call(O.prototype,c)||(a[c]=b)}),a}(),{chain:!1}),O.VERSION=Je,c(["drop","take"],function(a,b){R.prototype[a]=function(c){c=c===Ie?1:zh(be(c),0);var d=this.__filtered__&&!b?new R(this):this.clone();return d.__filtered__?d.__takeCount__=Ah(c,d.__takeCount__):d.__views__.push({size:Ah(c,mf),type:a+(d.__dir__<0?"Right":"")}),d},R.prototype[a+"Right"]=function(b){return this.reverse()[a](b).reverse()}}),c(["filter","map","takeWhile"],function(a,b){var c=b+1,d=c==ef||c==gf;R.prototype[a]=function(a){var b=this.clone();return b.__iteratees__.push({iteratee:getIteratee(a,3),type:c}),b.__filtered__=b.__filtered__||d,b}}),c(["head","last"],function(a,b){var c="take"+(b?"Right":"");R.prototype[a]=function(){return this[c](1).value()[0]}}),c(["initial","tail"],function(a,b){var c="drop"+(b?"":"Right");R.prototype[a]=function(){return this.__filtered__?new R(this):this[c](1)}}),R.prototype.compact=function(){return this.filter(we)},R.prototype.find=function(a){return this.filter(a).head()},R.prototype.findLast=function(a){return this.reverse().find(a)},R.prototype.invokeMap=ub(function(a,b){return"function"==typeof a?new R(this):this.map(function(c){return Wa(c,a,b)})}),R.prototype.reject=function(a){return this.filter(Dd(getIteratee(a)))},R.prototype.slice=function(a,b){a=be(a);var c=this;return c.__filtered__&&(a>0||b<0)?new R(c):(a<0?c=c.takeRight(-a):a&&(c=c.drop(a)),b!==Ie&&(b=be(b),c=b<0?c.dropRight(-b):c.take(b-a)),c)},R.prototype.takeRightWhile=function(a){return this.reverse().takeWhile(a).reverse()},R.prototype.toArray=function(){return this.take(mf)},La(R.prototype,function(a,b){var c=/^(?:filter|find|map|reject)|While$/.test(b),d=/^(?:head|last)$/.test(b),e=O[d?"take"+("last"==b?"Right":""):b],f=d||/^find/.test(b);e&&(O.prototype[b]=function(){var b=this.__wrapped__,g=d?[1]:arguments,h=b instanceof R,j=g[0],k=h||si(b),l=function(a){var b=e.apply(O,i([a],g));return d&&m?b[0]:b};k&&c&&"function"==typeof j&&1!=j.length&&(h=k=!1);var m=this.__chain__,n=!!this.__actions__.length,o=f&&!m,p=h&&!n;if(!f&&k){b=p?b:new R(this);var q=a.apply(b,g);return q.__actions__.push({func:qd,args:[l],thisArg:Ie}),new Q(q,m)}return o&&p?a.apply(this,g):(q=this.thru(l),o?d?q.value()[0]:q.value():q)})}),c(["pop","push","shift","sort","splice","unshift"],function(a){var b=Xg[a],c=/^(?:push|sort|unshift)$/.test(a)?"tap":"thru",d=/^(?:pop|shift)$/.test(a);O.prototype[a]=function(){var a=arguments;if(d&&!this.__chain__){var e=this.value();return b.apply(si(e)?e:[],a)}return this[c](function(c){return b.apply(si(c)?c:[],a)})}}),La(R.prototype,function(a,b){var c=O[b];if(c){var d=c.name+"",e=Kh[d]||(Kh[d]=[]);e.push({name:b,func:c})}}),Kh[ac(Ie,Ve).name]=[{name:"wrapper",func:Ie}],R.prototype.clone=S,R.prototype.reverse=T,R.prototype.value=U,O.prototype.first=O.prototype.head,qh&&(O.prototype[qh]=rd),"function"==typeof define&&"object"==typeof define.amd&&define.amd?(Kg._=O,define(function(){return O})):Mg?((Mg.exports=O)._=O,Lg._=O):Kg._=O}.call(this);var _global;_global="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,_global.BI||(_global.BI={}),!function(a){var b=function(a,b){return function(c,d,e){return a.call(b,d,c,e)}},c=function(a){return function(){return _[a].apply(_,arguments)}},d=function(a){return function(){var c=Array.prototype.slice.call(arguments,0);return c[1]=_.isFunction(c[1])?b(c[1],c[2]):c[1],_[a].apply(_,c)}};_.extend(BI,{i18nText:function(a){var b=BI.i18n&&BI.i18n[a]||"";b||(b=a);var c=arguments.length;if(c>1){if(!(b.indexOf("{R1}")>-1)){var d=Array.prototype.slice.call(arguments),e=1;return BI.replaceAll(b,"\\{\\s*\\}",function(){return d[e++]+""})}for(var f=1;f=0;c--)a=BI.map(a,function(a,d){return BI.extend({},b[c],{items:[BI.extend({},b[c].el,{el:d})]})});return a},formatEL:function(a){return a&&!a.type&&a.el?a:{el:a}},stripEL:function(a){return a.type&&a||a.el||a},trans2Element:function(a){return BI.map(a,function(a,b){return b.element})}}),_.each(["where","findWhere","invoke","pluck","shuffle","sample","toArray","size"],function(a){BI[a]=c(a)}),_.each(["get","each","map","reduce","reduceRight","find","filter","reject","every","all","some","any","max","min","sortBy","groupBy","indexBy","countBy","partition","clamp"],function(a){"any"===a?BI[a]=d("some"):BI[a]=d(a)}),_.extend(BI,{count:function(a,b,c){var d;if(c)for(d=a;d=0;d--)b(d,a[d],a);return!1},backAny:function(a,b,c){b=BI.iteratee(b,c);for(var d=a.length-1;d>=0;d--)if(b(d,a[d],a))return!0;return!1},backEvery:function(a,b,c){b=BI.iteratee(b,c);for(var d=a.length-1;d>=0;d--)if(!b(d,a[d],a))return!1;return!0},backFindKey:function(a,b,c){b=BI.iteratee(b,c);for(var d,e=_.keys(a),f=e.length-1;f>=0;f--)if(d=e[f],b(a[d],d,a))return d},backFind:function(a,b,c){var d;if(d=BI.isArray(a)?BI.findLastIndex(a,b,c):BI.backFindKey(a,b,c),void 0!==d&&d!==-1)return a[d]},remove:function(a,b,c){var d=BI.isFunction(b);b=d||BI.isArray(b)?b:[b];var e;if(BI.isArray(a))for(e=0;e(2147483646-a.charAt(d).charCodeAt(0)+c.charCodeAt(0))/26)return 0;return b},int2Abc:function(a){var b=["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"],c=a,d="";if(0===a)return"";for(;0!==c;){var e=c%26;0===e&&(e=26),d=b[e-1]+d,c=(c-e)/26}return d}}),_.each(["first","initial","last","rest","compact","flatten","without","union","intersection","difference","zip","unzip","object","indexOf","lastIndexOf","sortedIndex","range","take","takeRight"],function(a){BI[a]=c(a)}),_.each(["findIndex","findLastIndex"],function(a){BI[a]=d(a)}),_.extend(BI,{makeArray:function(a,b){for(var c=[],d=0;d0;)BI.prepares.shift()()},has:function(a,b){return BI.isArray(b)?0!==b.length&&BI.every(b,function(b,c){return _.has(a,c)}):_.has.apply(_,arguments)},freeze:function(a){if(Object.freeze)return Object.freeze(a);if(!BI.isObject(a))throw new TypeError("Object.freeze can only be called on Objects.");return a},isKey:function(a){return BI.isNumber(a)||BI.isString(a)&&a.length>0},isCapitalEqual:function(a,b){return a=BI.isNull(a)?a:(""+a).toLowerCase(),b=BI.isNull(b)?b:(""+b).toLowerCase(),BI.isEqual(a,b)},isWidthOrHeight:function(a){return"number"==typeof a?a>=0:"string"==typeof a?/^\d{1,3}%$/.exec(a)||"auto"==a||/^\d+px$/.exec(a):void 0},isNotNull:function(a){return!BI.isNull(a)},isNull:function(a){return"undefined"==typeof a||null===a},isEmptyArray:function(a){return BI.isArray(a)&&BI.isEmpty(a)},isNotEmptyArray:function(a){return BI.isArray(a)&&!BI.isEmpty(a)},isEmptyObject:function(a){return BI.isEqual(a,{})},isNotEmptyObject:function(a){return BI.isPlainObject(a)&&!BI.isEmptyObject(a)},isEmptyString:function(a){return BI.isString(a)&&0===a.length},isNotEmptyString:function(a){return BI.isString(a)&&!BI.isEmptyString(a)},isWindow:function(a){return null!=a&&a==a.window}}),_.extend(BI,{deepClone:_.cloneDeep,deepExtend:_.merge,isDeepMatch:function(a,b){var c=BI.keys(b),d=c.length;if(null==a)return!d;for(var e=Object(a),f=0;f=0},deepContains:function(a,b){return BI.isObject(b)?BI.any(a,function(a,c){if(BI.isEqual(c,b))return!0}):BI.contains(a,b)},deepIndexOf:function(a,b){for(var c=0;c10;)c=(parseInt(c.substring(0,10))+parseInt(c.substring(10,c.length),10)).toString();c=(f*c+g)%h;for(var j="",k="",d=0;d10;)c=(parseInt(c.substring(0,10),10)+parseInt(c.substring(10,c.length),10)).toString();c=(g*c+h)%i;for(var k="",l="",d=0;de[0]?f=["y",1]:a>=d[0]&&a<=e[0]&&(a==d[0]&&(be[1]?f=["m",1]:b==e[1]&&c>e[2]&&(f=["d",1]))),f},checkDateLegal:function(a){var b=a.match(/\d+/g),c=0|b[0],d=0|b[1],e=0|b[2];if(b.length<=1)return!0;if(b.length<=2)return d>=1&&d<=12;var f=BI.Date._MD.slice(0);return f[1]=BI.isLeapYear(c)?29:28,d>=1&&d<=12&&e<=f[d-1]},parseDateTime:function(a,b){var c=BI.getDate(),d=0,e=0,f=1,g=a.split(/\W+/);if("%y%x"==b.toLowerCase()||"%y%x%d"==b.toLowerCase()){var h=4,i=2;g[0]=a.substring(0,h),g[1]=a.substring(h,h+i),g[2]=a.substring(h+i,h+2*i)}var j=b.match(/%./g),k=0,l=0,m=0,n=0,o=0;for(k=0;k29?1900:2e3);break;case"%b":case"%B":for(l=0;l<12;++l)if(BI.Date._MN[l].substr(0,g[k].length).toLowerCase()==g[k].toLowerCase()){e=l;break}break;case"%H":case"%I":case"%k":case"%l":m=parseInt(g[k],10);break;case"%P":case"%p":/pm/i.test(g[k])&&m<12?m+=12:/am/i.test(g[k])&&m>=12&&(m-=12);break;case"%M":n=parseInt(g[k],10);case"%S":o=parseInt(g[k],10)}if(isNaN(d)&&(d=c.getFullYear()),isNaN(e)&&(e=c.getMonth()),isNaN(f)&&(f=c.getDate()),isNaN(m)&&(m=c.getHours()),isNaN(n)&&(n=c.getMinutes()),isNaN(o)&&(o=c.getSeconds()),0!=d)return BI.getDate(d,e,f,m,n,o);for(d=0,e=-1,f=0,k=0;k31&&0==d?(d=parseInt(g[k],10),d<100&&(d+=d>29?1900:2e3)):0==f&&(f=g[k]);return 0==d&&(d=c.getFullYear()),e!=-1&&0!=f?BI.getDate(d,e,f,m,n,o):c},getDate:function(){var a,b=arguments.length,c=arguments;switch(b){case 0:a=new Date;break;case 1:a=new Date(c[0]);break;case 2:a=new Date(c[0],c[1]);break;case 3:a=new Date(c[0],c[1],c[2]);break;case 4:a=new Date(c[0],c[1],c[2],c[3]);break;case 5:a=new Date(c[0],c[1],c[2],c[3],c[4]);break;case 6:a=new Date(c[0],c[1],c[2],c[3],c[4],c[5]);break;case 7:a=new Date(c[0],c[1],c[2],c[3],c[4],c[5],c[6]);break;default:a=new Date}if(BI.isNotNull(BI.timeZone)&&(0===arguments.length||1===arguments.length&&BI.isNumber(arguments[0]))){var d=a.getTime(),e=6e4*(new Date).getTimezoneOffset(),f=d+e;return new Date(f+BI.timeZone)}return a},getTime:function(){var a,b=arguments.length,c=arguments;switch(b){case 0:a=new Date;break;case 1:a=new Date(c[0]);break;case 2:a=new Date(c[0],c[1]);break;case 3:a=new Date(c[0],c[1],c[2]);break;case 4:a=new Date(c[0],c[1],c[2],c[3]);break;case 5:a=new Date(c[0],c[1],c[2],c[3],c[4]);break;case 6:a=new Date(c[0],c[1],c[2],c[3],c[4],c[5]);break;case 7:a=new Date(c[0],c[1],c[2],c[3],c[4],c[5],c[6]);break;default:a=new Date}return BI.isNotNull(BI.timeZone)?a.getTime()-BI.timeZone-6e4*(new Date).getTimezoneOffset():a.getTime()}})}(),!function(){function a(){for(var a,b,c,d,e=arguments[0]||{},f=arguments.length,g=1;g0;)BI.prepares.shift()();var e,f;if(a||(a={}),BI.isWidget(c)?(d=c,c={}):c||(c={}),BI.isEmpty(a)&&BI.isEmpty(c))return BI.createWidget({type:"bi.layout"});if(BI.isWidget(a))return a;if(a.type||c.type)return e=BI.extend({},c,a),f=BI.Plugin.getWidget(e.type,e),f.type===e.type?BI.Plugin.getObject(e.type,b(f)):BI.createWidget(BI.extend({},a,{type:f.type},c));if(a.el&&(a.el.type||c.type))return e=BI.extend({},c,a.el),f=BI.Plugin.getWidget(e.type,e),f.type===e.type?BI.Plugin.getObject(e.type,b(f)):BI.createWidget(BI.extend({},a,{type:f.type},c));if(BI.isWidget(a.el))return a.el;throw new Error("无法根据item创建组件")}}(),!function(){function a(a){return function(b,c,d){var e,f=b[c];f&&f.target==b||(e=b[c]=function(){for(var a,b=e.before,c=arguments,d=b.length;d--;){if(a=b[d].advice.apply(this,c),a===!1)return!1;c=a||c}for(var f=e.method.apply(this,c),g=e.after,h=0,i=g.length;h127&&d<2048?(b+=String.fromCharCode(d>>6|192),b+=String.fromCharCode(63&d|128)):(b+=String.fromCharCode(d>>12|224),b+=String.fromCharCode(d>>6&63|128),b+=String.fromCharCode(63&d|128))}return b},c=function(a){for(var b="",c=0,d=0,e=0,f=0;c191&&d<224?(f=a.charCodeAt(c+1),b+=String.fromCharCode((31&d)<<6|63&f),c+=2):(f=a.charCodeAt(c+1),e=a.charCodeAt(c+2),b+=String.fromCharCode((15&d)<<12|(63&f)<<6|63&e),c+=3);return b};_.extend(BI,{encode:function(c){var d,e,f,g,h,i,j,k="",l=0;for(c=b(c);l>2,h=(3&d)<<4|e>>4,i=(15&e)<<2|f>>6,j=63&f,isNaN(e)?i=j=64:isNaN(f)&&(j=64),k=k+a.charAt(g)+a.charAt(h)+a.charAt(i)+a.charAt(j);return k},decode:function(b){var d,e,f,g,h,i,j,k="",l=0;for(b=b.replace(/[^A-Za-z0-9\+\/\=]/g,"");l>4,e=(15&h)<<4|i>>2,f=(3&i)<<6|j,k+=String.fromCharCode(d),64!=i&&(k+=String.fromCharCode(e)),64!=j&&(k+=String.fromCharCode(f));return k=c(k)}})}(),BI.Cache={_prefix:"bi",setUsername:function(a){localStorage.setItem(BI.Cache._prefix+".username",(a+""||"").toUpperCase())},getUsername:function(){return localStorage.getItem(BI.Cache._prefix+".username")||""},_getKeyPrefix:function(){return BI.Cache.getUsername()+"."+BI.Cache._prefix+"."},_generateKey:function(a){return BI.Cache._getKeyPrefix()+(a||"")},getItem:function(a){return localStorage.getItem(BI.Cache._generateKey(a))},setItem:function(a,b){localStorage.setItem(BI.Cache._generateKey(a),b)},removeItem:function(a){localStorage.removeItem(BI.Cache._generateKey(a))},clear:function(){for(var a=localStorage.length;a>=0;a--){var b=localStorage.key(a);b&&0===b.indexOf(BI.Cache._getKeyPrefix())&&localStorage.removeItem(b)}},keys:function(){for(var a=[],b=localStorage.length;b>=0;b--){var c=localStorage.key(b);if(c){var d=BI.Cache._getKeyPrefix();0===c.indexOf(d)&&(a[a.length]=c.substring(d.length))}}return a},addCookie:function(a,b,c,d){var e=a+"="+escape(b);if(d&&d>0){var f=new Date;f.setTime(BI.getTime()+3600*d*1e3),e=e+"; expires="+f.toGMTString()}c&&(e=e+"; path="+c),document.cookie=e},getCookie:function(a){var b,c=new RegExp("(^| )"+a+"=([^;]*)(;|$)");return(b=document.cookie.match(c))?unescape(b[2]):null},deleteCookie:function(a,b){var c=new Date;c.setTime(BI.getTime()-1e4);var d=a+"=v; expires="+c.toGMTString();b&&(d=d+"; path="+b),document.cookie=d}},BI.CellSizeAndPositionManager=function(a,b,c){this._cellSizeGetter=b,this._cellCount=a,this._estimatedCellSize=c,this._cellSizeAndPositionData={},this._lastMeasuredIndex=-1},BI.CellSizeAndPositionManager.prototype={constructor:BI.CellSizeAndPositionManager,configure:function(a,b){this._cellCount=a,this._estimatedCellSize=b},getCellCount:function(){return this._cellCount},getEstimatedCellSize:function(){return this._estimatedCellSize},getLastMeasuredIndex:function(){return this._lastMeasuredIndex},getSizeAndPositionOfCell:function(a){if(!(a<0||a>=this._cellCount)){if(a>this._lastMeasuredIndex){for(var b=this.getSizeAndPositionOfLastMeasuredCell(),c=b.offset+b.size,d=this._lastMeasuredIndex+1;d<=a;d++){var e=this._cellSizeGetter(d);null==e||isNaN(e)||(this._cellSizeAndPositionData[d]={offset:c,size:e},c+=e)}this._lastMeasuredIndex=a}return this._cellSizeAndPositionData[a]}},getSizeAndPositionOfLastMeasuredCell:function(){return this._lastMeasuredIndex>=0?this._cellSizeAndPositionData[this._lastMeasuredIndex]:{offset:0,size:0}},getTotalSize:function(){var a=this.getSizeAndPositionOfLastMeasuredCell();return a.offset+a.size+(this._cellCount-this._lastMeasuredIndex-1)*this._estimatedCellSize},getUpdatedOffsetForIndex:function(a,b,c,d){var e,f=this.getSizeAndPositionOfCell(d),g=f.offset,h=g-b+f.size;switch(a){case"start":e=g;break;case"end":e=h;break;case"center":e=g-(b-f.size)/2;break;default:e=Math.max(h,Math.min(g,c))}var i=this.getTotalSize();return Math.max(0,Math.min(i-b,e))},getVisibleCellRange:function(a,b){var c=this.getTotalSize();if(0===c)return{};var d=b+a,e=this._findNearestCell(b),f=this.getSizeAndPositionOfCell(e);b=f.offset+f.size;for(var g=e;bc&&(a=d-1)}if(b>0)return b-1},_exponentialSearch:function(a,b){for(var c=1;a=a?this._binarySearch(c,0,a):this._exponentialSearch(c,a)}}},BI.ScalingCellSizeAndPositionManager=function(a,b,c,d){this._cellSizeAndPositionManager=new BI.CellSizeAndPositionManager(a,b,c),this._maxScrollSize=d||1e7},BI.ScalingCellSizeAndPositionManager.prototype={constructor:BI.ScalingCellSizeAndPositionManager,configure:function(){this._cellSizeAndPositionManager.configure.apply(this._cellSizeAndPositionManager,arguments)},getCellCount:function(){return this._cellSizeAndPositionManager.getCellCount()},getEstimatedCellSize:function(){return this._cellSizeAndPositionManager.getEstimatedCellSize()},getLastMeasuredIndex:function(){return this._cellSizeAndPositionManager.getLastMeasuredIndex()},getOffsetAdjustment:function(a,b){var c=this._cellSizeAndPositionManager.getTotalSize(),d=this.getTotalSize(),e=this._getOffsetPercentage(a,b,d);return Math.round(e*(d-c))},getSizeAndPositionOfCell:function(a){return this._cellSizeAndPositionManager.getSizeAndPositionOfCell(a)},getSizeAndPositionOfLastMeasuredCell:function(){return this._cellSizeAndPositionManager.getSizeAndPositionOfLastMeasuredCell()},getTotalSize:function(){return Math.min(this._maxScrollSize,this._cellSizeAndPositionManager.getTotalSize())},getUpdatedOffsetForIndex:function(a,b,c,d){c=this._safeOffsetToOffset(b,c);var e=this._cellSizeAndPositionManager.getUpdatedOffsetForIndex(a,b,c,d);return this._offsetToSafeOffset(b,e)},getVisibleCellRange:function(a,b){return b=this._safeOffsetToOffset(a,b),this._cellSizeAndPositionManager.getVisibleCellRange(a,b)},resetCell:function(a){this._cellSizeAndPositionManager.resetCell(a)},_getOffsetPercentage:function(a,b,c){return c<=a?0:b/(c-a)},_offsetToSafeOffset:function(a,b){var c=this._cellSizeAndPositionManager.getTotalSize(),d=this.getTotalSize();if(c===d)return b;var e=this._getOffsetPercentage(a,b,c);return Math.round(e*(d-a))},_safeOffsetToOffset:function(a,b){var c=this._cellSizeAndPositionManager.getTotalSize(),d=this.getTotalSize();if(c===d)return b;var e=this._getOffsetPercentage(a,b,d);return Math.round(e*(c-a))}},!function(){var a="YDYQSXMWZSSXJBYMGCCZQPSSQBYCDSCDQLDYLYBSSJGYZZJJFKCCLZDHWDWZJLJPFYYNWJJTMYHZWZHFLZPPQHGSCYYYNJQYXXGJHHSDSJNKKTMOMLCRXYPSNQSECCQZGGLLYJLMYZZSECYKYYHQWJSSGGYXYZYJWWKDJHYCHMYXJTLXJYQBYXZLDWRDJRWYSRLDZJPCBZJJBRCFTLECZSTZFXXZHTRQHYBDLYCZSSYMMRFMYQZPWWJJYFCRWFDFZQPYDDWYXKYJAWJFFXYPSFTZYHHYZYSWCJYXSCLCXXWZZXNBGNNXBXLZSZSBSGPYSYZDHMDZBQBZCWDZZYYTZHBTSYYBZGNTNXQYWQSKBPHHLXGYBFMJEBJHHGQTJCYSXSTKZHLYCKGLYSMZXYALMELDCCXGZYRJXSDLTYZCQKCNNJWHJTZZCQLJSTSTBNXBTYXCEQXGKWJYFLZQLYHYXSPSFXLMPBYSXXXYDJCZYLLLSJXFHJXPJBTFFYABYXBHZZBJYZLWLCZGGBTSSMDTJZXPTHYQTGLJSCQFZKJZJQNLZWLSLHDZBWJNCJZYZSQQYCQYRZCJJWYBRTWPYFTWEXCSKDZCTBZHYZZYYJXZCFFZZMJYXXSDZZOTTBZLQWFCKSZSXFYRLNYJMBDTHJXSQQCCSBXYYTSYFBXDZTGBCNSLCYZZPSAZYZZSCJCSHZQYDXLBPJLLMQXTYDZXSQJTZPXLCGLQTZWJBHCTSYJSFXYEJJTLBGXSXJMYJQQPFZASYJNTYDJXKJCDJSZCBARTDCLYJQMWNQNCLLLKBYBZZSYHQQLTWLCCXTXLLZNTYLNEWYZYXCZXXGRKRMTCNDNJTSYYSSDQDGHSDBJGHRWRQLYBGLXHLGTGXBQJDZPYJSJYJCTMRNYMGRZJCZGJMZMGXMPRYXKJNYMSGMZJYMKMFXMLDTGFBHCJHKYLPFMDXLQJJSMTQGZSJLQDLDGJYCALCMZCSDJLLNXDJFFFFJCZFMZFFPFKHKGDPSXKTACJDHHZDDCRRCFQYJKQCCWJDXHWJLYLLZGCFCQDSMLZPBJJPLSBCJGGDCKKDEZSQCCKJGCGKDJTJDLZYCXKLQSCGJCLTFPCQCZGWPJDQYZJJBYJHSJDZWGFSJGZKQCCZLLPSPKJGQJHZZLJPLGJGJJTHJJYJZCZMLZLYQBGJWMLJKXZDZNJQSYZMLJLLJKYWXMKJLHSKJGBMCLYYMKXJQLBMLLKMDXXKWYXYSLMLPSJQQJQXYXFJTJDXMXXLLCXQBSYJBGWYMBGGBCYXPJYGPEPFGDJGBHBNSQJYZJKJKHXQFGQZKFHYGKHDKLLSDJQXPQYKYBNQSXQNSZSWHBSXWHXWBZZXDMNSJBSBKBBZKLYLXGWXDRWYQZMYWSJQLCJXXJXKJEQXSCYETLZHLYYYSDZPAQYZCMTLSHTZCFYZYXYLJSDCJQAGYSLCQLYYYSHMRQQKLDXZSCSSSYDYCJYSFSJBFRSSZQSBXXPXJYSDRCKGJLGDKZJZBDKTCSYQPYHSTCLDJDHMXMCGXYZHJDDTMHLTXZXYLYMOHYJCLTYFBQQXPFBDFHHTKSQHZYYWCNXXCRWHOWGYJLEGWDQCWGFJYCSNTMYTOLBYGWQWESJPWNMLRYDZSZTXYQPZGCWXHNGPYXSHMYQJXZTDPPBFYHZHTJYFDZWKGKZBLDNTSXHQEEGZZYLZMMZYJZGXZXKHKSTXNXXWYLYAPSTHXDWHZYMPXAGKYDXBHNHXKDPJNMYHYLPMGOCSLNZHKXXLPZZLBMLSFBHHGYGYYGGBHSCYAQTYWLXTZQCEZYDQDQMMHTKLLSZHLSJZWFYHQSWSCWLQAZYNYTLSXTHAZNKZZSZZLAXXZWWCTGQQTDDYZTCCHYQZFLXPSLZYGPZSZNGLNDQTBDLXGTCTAJDKYWNSYZLJHHZZCWNYYZYWMHYCHHYXHJKZWSXHZYXLYSKQYSPSLYZWMYPPKBYGLKZHTYXAXQSYSHXASMCHKDSCRSWJPWXSGZJLWWSCHSJHSQNHCSEGNDAQTBAALZZMSSTDQJCJKTSCJAXPLGGXHHGXXZCXPDMMHLDGTYBYSJMXHMRCPXXJZCKZXSHMLQXXTTHXWZFKHCCZDYTCJYXQHLXDHYPJQXYLSYYDZOZJNYXQEZYSQYAYXWYPDGXDDXSPPYZNDLTWRHXYDXZZJHTCXMCZLHPYYYYMHZLLHNXMYLLLMDCPPXHMXDKYCYRDLTXJCHHZZXZLCCLYLNZSHZJZZLNNRLWHYQSNJHXYNTTTKYJPYCHHYEGKCTTWLGQRLGGTGTYGYHPYHYLQYQGCWYQKPYYYTTTTLHYHLLTYTTSPLKYZXGZWGPYDSSZZDQXSKCQNMJJZZBXYQMJRTFFBTKHZKBXLJJKDXJTLBWFZPPTKQTZTGPDGNTPJYFALQMKGXBDCLZFHZCLLLLADPMXDJHLCCLGYHDZFGYDDGCYYFGYDXKSSEBDHYKDKDKHNAXXYBPBYYHXZQGAFFQYJXDMLJCSQZLLPCHBSXGJYNDYBYQSPZWJLZKSDDTACTBXZDYZYPJZQSJNKKTKNJDJGYYPGTLFYQKASDNTCYHBLWDZHBBYDWJRYGKZYHEYYFJMSDTYFZJJHGCXPLXHLDWXXJKYTCYKSSSMTWCTTQZLPBSZDZWZXGZAGYKTYWXLHLSPBCLLOQMMZSSLCMBJCSZZKYDCZJGQQDSMCYTZQQLWZQZXSSFPTTFQMDDZDSHDTDWFHTDYZJYQJQKYPBDJYYXTLJHDRQXXXHAYDHRJLKLYTWHLLRLLRCXYLBWSRSZZSYMKZZHHKYHXKSMDSYDYCJPBZBSQLFCXXXNXKXWYWSDZYQOGGQMMYHCDZTTFJYYBGSTTTYBYKJDHKYXBELHTYPJQNFXFDYKZHQKZBYJTZBXHFDXKDASWTAWAJLDYJSFHBLDNNTNQJTJNCHXFJSRFWHZFMDRYJYJWZPDJKZYJYMPCYZNYNXFBYTFYFWYGDBNZZZDNYTXZEMMQBSQEHXFZMBMFLZZSRXYMJGSXWZJSPRYDJSJGXHJJGLJJYNZZJXHGXKYMLPYYYCXYTWQZSWHWLYRJLPXSLSXMFSWWKLCTNXNYNPSJSZHDZEPTXMYYWXYYSYWLXJQZQXZDCLEEELMCPJPCLWBXSQHFWWTFFJTNQJHJQDXHWLBYZNFJLALKYYJLDXHHYCSTYYWNRJYXYWTRMDRQHWQCMFJDYZMHMYYXJWMYZQZXTLMRSPWWCHAQBXYGZYPXYYRRCLMPYMGKSJSZYSRMYJSNXTPLNBAPPYPYLXYYZKYNLDZYJZCZNNLMZHHARQMPGWQTZMXXMLLHGDZXYHXKYXYCJMFFYYHJFSBSSQLXXNDYCANNMTCJCYPRRNYTYQNYYMBMSXNDLYLYSLJRLXYSXQMLLYZLZJJJKYZZCSFBZXXMSTBJGNXYZHLXNMCWSCYZYFZLXBRNNNYLBNRTGZQYSATSWRYHYJZMZDHZGZDWYBSSCSKXSYHYTXXGCQGXZZSHYXJSCRHMKKBXCZJYJYMKQHZJFNBHMQHYSNJNZYBKNQMCLGQHWLZNZSWXKHLJHYYBQLBFCDSXDLDSPFZPSKJYZWZXZDDXJSMMEGJSCSSMGCLXXKYYYLNYPWWWGYDKZJGGGZGGSYCKNJWNJPCXBJJTQTJWDSSPJXZXNZXUMELPXFSXTLLXCLJXJJLJZXCTPSWXLYDHLYQRWHSYCSQYYBYAYWJJJQFWQCQQCJQGXALDBZZYJGKGXPLTZYFXJLTPADKYQHPMATLCPDCKBMTXYBHKLENXDLEEGQDYMSAWHZMLJTWYGXLYQZLJEEYYBQQFFNLYXRDSCTGJGXYYNKLLYQKCCTLHJLQMKKZGCYYGLLLJDZGYDHZWXPYSJBZKDZGYZZHYWYFQYTYZSZYEZZLYMHJJHTSMQWYZLKYYWZCSRKQYTLTDXWCTYJKLWSQZWBDCQYNCJSRSZJLKCDCDTLZZZACQQZZDDXYPLXZBQJYLZLLLQDDZQJYJYJZYXNYYYNYJXKXDAZWYRDLJYYYRJLXLLDYXJCYWYWNQCCLDDNYYYNYCKCZHXXCCLGZQJGKWPPCQQJYSBZZXYJSQPXJPZBSBDSFNSFPZXHDWZTDWPPTFLZZBZDMYYPQJRSDZSQZSQXBDGCPZSWDWCSQZGMDHZXMWWFYBPDGPHTMJTHZSMMBGZMBZJCFZWFZBBZMQCFMBDMCJXLGPNJBBXGYHYYJGPTZGZMQBQTCGYXJXLWZKYDPDYMGCFTPFXYZTZXDZXTGKMTYBBCLBJASKYTSSQYYMSZXFJEWLXLLSZBQJJJAKLYLXLYCCTSXMCWFKKKBSXLLLLJYXTYLTJYYTDPJHNHNNKBYQNFQYYZBYYESSESSGDYHFHWTCJBSDZZTFDMXHCNJZYMQWSRYJDZJQPDQBBSTJGGFBKJBXTGQHNGWJXJGDLLTHZHHYYYYYYSXWTYYYCCBDBPYPZYCCZYJPZYWCBDLFWZCWJDXXHYHLHWZZXJTCZLCDPXUJCZZZLYXJJTXPHFXWPYWXZPTDZZBDZCYHJHMLXBQXSBYLRDTGJRRCTTTHYTCZWMXFYTWWZCWJWXJYWCSKYBZSCCTZQNHXNWXXKHKFHTSWOCCJYBCMPZZYKBNNZPBZHHZDLSYDDYTYFJPXYNGFXBYQXCBHXCPSXTYZDMKYSNXSXLHKMZXLYHDHKWHXXSSKQYHHCJYXGLHZXCSNHEKDTGZXQYPKDHEXTYKCNYMYYYPKQYYYKXZLTHJQTBYQHXBMYHSQCKWWYLLHCYYLNNEQXQWMCFBDCCMLJGGXDQKTLXKGNQCDGZJWYJJLYHHQTTTNWCHMXCXWHWSZJYDJCCDBQCDGDNYXZTHCQRXCBHZTQCBXWGQWYYBXHMBYMYQTYEXMQKYAQYRGYZSLFYKKQHYSSQYSHJGJCNXKZYCXSBXYXHYYLSTYCXQTHYSMGSCPMMGCCCCCMTZTASMGQZJHKLOSQYLSWTMXSYQKDZLJQQYPLSYCZTCQQPBBQJZCLPKHQZYYXXDTDDTSJCXFFLLCHQXMJLWCJCXTSPYCXNDTJSHJWXDQQJSKXYAMYLSJHMLALYKXCYYDMNMDQMXMCZNNCYBZKKYFLMCHCMLHXRCJJHSYLNMTJZGZGYWJXSRXCWJGJQHQZDQJDCJJZKJKGDZQGJJYJYLXZXXCDQHHHEYTMHLFSBDJSYYSHFYSTCZQLPBDRFRZTZYKYWHSZYQKWDQZRKMSYNBCRXQBJYFAZPZZEDZCJYWBCJWHYJBQSZYWRYSZPTDKZPFPBNZTKLQYHBBZPNPPTYZZYBQNYDCPJMMCYCQMCYFZZDCMNLFPBPLNGQJTBTTNJZPZBBZNJKLJQYLNBZQHKSJZNGGQSZZKYXSHPZSNBCGZKDDZQANZHJKDRTLZLSWJLJZLYWTJNDJZJHXYAYNCBGTZCSSQMNJPJYTYSWXZFKWJQTKHTZPLBHSNJZSYZBWZZZZLSYLSBJHDWWQPSLMMFBJDWAQYZTCJTBNNWZXQXCDSLQGDSDPDZHJTQQPSWLYYJZLGYXYZLCTCBJTKTYCZJTQKBSJLGMGZDMCSGPYNJZYQYYKNXRPWSZXMTNCSZZYXYBYHYZAXYWQCJTLLCKJJTJHGDXDXYQYZZBYWDLWQCGLZGJGQRQZCZSSBCRPCSKYDZNXJSQGXSSJMYDNSTZTPBDLTKZWXQWQTZEXNQCZGWEZKSSBYBRTSSSLCCGBPSZQSZLCCGLLLZXHZQTHCZMQGYZQZNMCOCSZJMMZSQPJYGQLJYJPPLDXRGZYXCCSXHSHGTZNLZWZKJCXTCFCJXLBMQBCZZWPQDNHXLJCTHYZLGYLNLSZZPCXDSCQQHJQKSXZPBAJYEMSMJTZDXLCJYRYYNWJBNGZZTMJXLTBSLYRZPYLSSCNXPHLLHYLLQQZQLXYMRSYCXZLMMCZLTZSDWTJJLLNZGGQXPFSKYGYGHBFZPDKMWGHCXMSGDXJMCJZDYCABXJDLNBCDQYGSKYDQTXDJJYXMSZQAZDZFSLQXYJSJZYLBTXXWXQQZBJZUFBBLYLWDSLJHXJYZJWTDJCZFQZQZZDZSXZZQLZCDZFJHYSPYMPQZMLPPLFFXJJNZZYLSJEYQZFPFZKSYWJJJHRDJZZXTXXGLGHYDXCSKYSWMMZCWYBAZBJKSHFHJCXMHFQHYXXYZFTSJYZFXYXPZLCHMZMBXHZZSXYFYMNCWDABAZLXKTCSHHXKXJJZJSTHYGXSXYYHHHJWXKZXSSBZZWHHHCWTZZZPJXSNXQQJGZYZYWLLCWXZFXXYXYHXMKYYSWSQMNLNAYCYSPMJKHWCQHYLAJJMZXHMMCNZHBHXCLXTJPLTXYJHDYYLTTXFSZHYXXSJBJYAYRSMXYPLCKDUYHLXRLNLLSTYZYYQYGYHHSCCSMZCTZQXKYQFPYYRPFFLKQUNTSZLLZMWWTCQQYZWTLLMLMPWMBZSSTZRBPDDTLQJJBXZCSRZQQYGWCSXFWZLXCCRSZDZMCYGGDZQSGTJSWLJMYMMZYHFBJDGYXCCPSHXNZCSBSJYJGJMPPWAFFYFNXHYZXZYLREMZGZCYZSSZDLLJCSQFNXZKPTXZGXJJGFMYYYSNBTYLBNLHPFZDCYFBMGQRRSSSZXYSGTZRNYDZZCDGPJAFJFZKNZBLCZSZPSGCYCJSZLMLRSZBZZLDLSLLYSXSQZQLYXZLSKKBRXBRBZCYCXZZZEEYFGKLZLYYHGZSGZLFJHGTGWKRAAJYZKZQTSSHJJXDCYZUYJLZYRZDQQHGJZXSSZBYKJPBFRTJXLLFQWJHYLQTYMBLPZDXTZYGBDHZZRBGXHWNJTJXLKSCFSMWLSDQYSJTXKZSCFWJLBXFTZLLJZLLQBLSQMQQCGCZFPBPHZCZJLPYYGGDTGWDCFCZQYYYQYSSCLXZSKLZZZGFFCQNWGLHQYZJJCZLQZZYJPJZZBPDCCMHJGXDQDGDLZQMFGPSYTSDYFWWDJZJYSXYYCZCYHZWPBYKXRYLYBHKJKSFXTZJMMCKHLLTNYYMSYXYZPYJQYCSYCWMTJJKQYRHLLQXPSGTLYYCLJSCPXJYZFNMLRGJJTYZBXYZMSJYJHHFZQMSYXRSZCWTLRTQZSSTKXGQKGSPTGCZNJSJCQCXHMXGGZTQYDJKZDLBZSXJLHYQGGGTHQSZPYHJHHGYYGKGGCWJZZYLCZLXQSFTGZSLLLMLJSKCTBLLZZSZMMNYTPZSXQHJCJYQXYZXZQZCPSHKZZYSXCDFGMWQRLLQXRFZTLYSTCTMJCXJJXHJNXTNRZTZFQYHQGLLGCXSZSJDJLJCYDSJTLNYXHSZXCGJZYQPYLFHDJSBPCCZHJJJQZJQDYBSSLLCMYTTMQTBHJQNNYGKYRQYQMZGCJKPDCGMYZHQLLSLLCLMHOLZGDYYFZSLJCQZLYLZQJESHNYLLJXGJXLYSYYYXNBZLJSSZCQQCJYLLZLTJYLLZLLBNYLGQCHXYYXOXCXQKYJXXXYKLXSXXYQXCYKQXQCSGYXXYQXYGYTQOHXHXPYXXXULCYEYCHZZCBWQBBWJQZSCSZSSLZYLKDESJZWMYMCYTSDSXXSCJPQQSQYLYYZYCMDJDZYWCBTJSYDJKCYDDJLBDJJSODZYSYXQQYXDHHGQQYQHDYXWGMMMAJDYBBBPPBCMUUPLJZSMTXERXJMHQNUTPJDCBSSMSSSTKJTSSMMTRCPLZSZMLQDSDMJMQPNQDXCFYNBFSDQXYXHYAYKQYDDLQYYYSSZBYDSLNTFQTZQPZMCHDHCZCWFDXTMYQSPHQYYXSRGJCWTJTZZQMGWJJTJHTQJBBHWZPXXHYQFXXQYWYYHYSCDYDHHQMNMTMWCPBSZPPZZGLMZFOLLCFWHMMSJZTTDHZZYFFYTZZGZYSKYJXQYJZQBHMBZZLYGHGFMSHPZFZSNCLPBQSNJXZSLXXFPMTYJYGBXLLDLXPZJYZJYHHZCYWHJYLSJEXFSZZYWXKZJLUYDTMLYMQJPWXYHXSKTQJEZRPXXZHHMHWQPWQLYJJQJJZSZCPHJLCHHNXJLQWZJHBMZYXBDHHYPZLHLHLGFWLCHYYTLHJXCJMSCPXSTKPNHQXSRTYXXTESYJCTLSSLSTDLLLWWYHDHRJZSFGXTSYCZYNYHTDHWJSLHTZDQDJZXXQHGYLTZPHCSQFCLNJTCLZPFSTPDYNYLGMJLLYCQHYSSHCHYLHQYQTMZYPBYWRFQYKQSYSLZDQJMPXYYSSRHZJNYWTQDFZBWWTWWRXCWHGYHXMKMYYYQMSMZHNGCEPMLQQMTCWCTMMPXJPJJHFXYYZSXZHTYBMSTSYJTTQQQYYLHYNPYQZLCYZHZWSMYLKFJXLWGXYPJYTYSYXYMZCKTTWLKSMZSYLMPWLZWXWQZSSAQSYXYRHSSNTSRAPXCPWCMGDXHXZDZYFJHGZTTSBJHGYZSZYSMYCLLLXBTYXHBBZJKSSDMALXHYCFYGMQYPJYCQXJLLLJGSLZGQLYCJCCZOTYXMTMTTLLWTGPXYMZMKLPSZZZXHKQYSXCTYJZYHXSHYXZKXLZWPSQPYHJWPJPWXQQYLXSDHMRSLZZYZWTTCYXYSZZSHBSCCSTPLWSSCJCHNLCGCHSSPHYLHFHHXJSXYLLNYLSZDHZXYLSXLWZYKCLDYAXZCMDDYSPJTQJZLNWQPSSSWCTSTSZLBLNXSMNYYMJQBQHRZWTYYDCHQLXKPZWBGQYBKFCMZWPZLLYYLSZYDWHXPSBCMLJBSCGBHXLQHYRLJXYSWXWXZSLDFHLSLYNJLZYFLYJYCDRJLFSYZFSLLCQYQFGJYHYXZLYLMSTDJCYHBZLLNWLXXYGYYHSMGDHXXHHLZZJZXCZZZCYQZFNGWPYLCPKPYYPMCLQKDGXZGGWQBDXZZKZFBXXLZXJTPJPTTBYTSZZDWSLCHZHSLTYXHQLHYXXXYYZYSWTXZKHLXZXZPYHGCHKCFSYHUTJRLXFJXPTZTWHPLYXFCRHXSHXKYXXYHZQDXQWULHYHMJTBFLKHTXCWHJFWJCFPQRYQXCYYYQYGRPYWSGSUNGWCHKZDXYFLXXHJJBYZWTSXXNCYJJYMSWZJQRMHXZWFQSYLZJZGBHYNSLBGTTCSYBYXXWXYHXYYXNSQYXMQYWRGYQLXBBZLJSYLPSYTJZYHYZAWLRORJMKSCZJXXXYXCHDYXRYXXJDTSQFXLYLTSFFYXLMTYJMJUYYYXLTZCSXQZQHZXLYYXZHDNBRXXXJCTYHLBRLMBRLLAXKYLLLJLYXXLYCRYLCJTGJCMTLZLLCYZZPZPCYAWHJJFYBDYYZSMPCKZDQYQPBPCJPDCYZMDPBCYYDYCNNPLMTMLRMFMMGWYZBSJGYGSMZQQQZTXMKQWGXLLPJGZBQCDJJJFPKJKCXBLJMSWMDTQJXLDLPPBXCWRCQFBFQJCZAHZGMYKPHYYHZYKNDKZMBPJYXPXYHLFPNYYGXJDBKXNXHJMZJXSTRSTLDXSKZYSYBZXJLXYSLBZYSLHXJPFXPQNBYLLJQKYGZMCYZZYMCCSLCLHZFWFWYXZMWSXTYNXJHPYYMCYSPMHYSMYDYSHQYZCHMJJMZCAAGCFJBBHPLYZYLXXSDJGXDHKXXTXXNBHRMLYJSLTXMRHNLXQJXYZLLYSWQGDLBJHDCGJYQYCMHWFMJYBMBYJYJWYMDPWHXQLDYGPDFXXBCGJSPCKRSSYZJMSLBZZJFLJJJLGXZGYXYXLSZQYXBEXYXHGCXBPLDYHWETTWWCJMBTXCHXYQXLLXFLYXLLJLSSFWDPZSMYJCLMWYTCZPCHQEKCQBWLCQYDPLQPPQZQFJQDJHYMMCXTXDRMJWRHXCJZYLQXDYYNHYYHRSLSRSYWWZJYMTLTLLGTQCJZYABTCKZCJYCCQLJZQXALMZYHYWLWDXZXQDLLQSHGPJFJLJHJABCQZDJGTKHSSTCYJLPSWZLXZXRWGLDLZRLZXTGSLLLLZLYXXWGDZYGBDPHZPBRLWSXQBPFDWOFMWHLYPCBJCCLDMBZPBZZLCYQXLDOMZBLZWPDWYYGDSTTHCSQSCCRSSSYSLFYBFNTYJSZDFNDPDHDZZMBBLSLCMYFFGTJJQWFTMTPJWFNLBZCMMJTGBDZLQLPYFHYYMJYLSDCHDZJWJCCTLJCLDTLJJCPDDSQDSSZYBNDBJLGGJZXSXNLYCYBJXQYCBYLZCFZPPGKCXZDZFZTJJFJSJXZBNZYJQTTYJYHTYCZHYMDJXTTMPXSPLZCDWSLSHXYPZGTFMLCJTYCBPMGDKWYCYZCDSZZYHFLYCTYGWHKJYYLSJCXGYWJCBLLCSNDDBTZBSCLYZCZZSSQDLLMQYYHFSLQLLXFTYHABXGWNYWYYPLLSDLDLLBJCYXJZMLHLJDXYYQYTDLLLBUGBFDFBBQJZZMDPJHGCLGMJJPGAEHHBWCQXAXHHHZCHXYPHJAXHLPHJPGPZJQCQZGJJZZUZDMQYYBZZPHYHYBWHAZYJHYKFGDPFQSDLZMLJXKXGALXZDAGLMDGXMWZQYXXDXXPFDMMSSYMPFMDMMKXKSYZYSHDZKXSYSMMZZZMSYDNZZCZXFPLSTMZDNMXCKJMZTYYMZMZZMSXHHDCZJEMXXKLJSTLWLSQLYJZLLZJSSDPPMHNLZJCZYHMXXHGZCJMDHXTKGRMXFWMCGMWKDTKSXQMMMFZZYDKMSCLCMPCGMHSPXQPZDSSLCXKYXTWLWJYAHZJGZQMCSNXYYMMPMLKJXMHLMLQMXCTKZMJQYSZJSYSZHSYJZJCDAJZYBSDQJZGWZQQXFKDMSDJLFWEHKZQKJPEYPZYSZCDWYJFFMZZYLTTDZZEFMZLBNPPLPLPEPSZALLTYLKCKQZKGENQLWAGYXYDPXLHSXQQWQCQXQCLHYXXMLYCCWLYMQYSKGCHLCJNSZKPYZKCQZQLJPDMDZHLASXLBYDWQLWDNBQCRYDDZTJYBKBWSZDXDTNPJDTCTQDFXQQMGNXECLTTBKPWSLCTYQLPWYZZKLPYGZCQQPLLKCCYLPQMZCZQCLJSLQZDJXLDDHPZQDLJJXZQDXYZQKZLJCYQDYJPPYPQYKJYRMPCBYMCXKLLZLLFQPYLLLMBSGLCYSSLRSYSQTMXYXZQZFDZUYSYZTFFMZZSMZQHZSSCCMLYXWTPZGXZJGZGSJSGKDDHTQGGZLLBJDZLCBCHYXYZHZFYWXYZYMSDBZZYJGTSMTFXQYXQSTDGSLNXDLRYZZLRYYLXQHTXSRTZNGZXBNQQZFMYKMZJBZYMKBPNLYZPBLMCNQYZZZSJZHJCTZKHYZZJRDYZHNPXGLFZTLKGJTCTSSYLLGZRZBBQZZKLPKLCZYSSUYXBJFPNJZZXCDWXZYJXZZDJJKGGRSRJKMSMZJLSJYWQSKYHQJSXPJZZZLSNSHRNYPZTWCHKLPSRZLZXYJQXQKYSJYCZTLQZYBBYBWZPQDWWYZCYTJCJXCKCWDKKZXSGKDZXWWYYJQYYTCYTDLLXWKCZKKLCCLZCQQDZLQLCSFQCHQHSFSMQZZLNBJJZBSJHTSZDYSJQJPDLZCDCWJKJZZLPYCGMZWDJJBSJQZSYZYHHXJPBJYDSSXDZNCGLQMBTSFSBPDZDLZNFGFJGFSMPXJQLMBLGQCYYXBQKDJJQYRFKZTJDHCZKLBSDZCFJTPLLJGXHYXZCSSZZXSTJYGKGCKGYOQXJPLZPBPGTGYJZGHZQZZLBJLSQFZGKQQJZGYCZBZQTLDXRJXBSXXPZXHYZYCLWDXJJHXMFDZPFZHQHQMQGKSLYHTYCGFRZGNQXCLPDLBZCSCZQLLJBLHBZCYPZZPPDYMZZSGYHCKCPZJGSLJLNSCDSLDLXBMSTLDDFJMKDJDHZLZXLSZQPQPGJLLYBDSZGQLBZLSLKYYHZTTNTJYQTZZPSZQZTLLJTYYLLQLLQYZQLBDZLSLYYZYMDFSZSNHLXZNCZQZPBWSKRFBSYZMTHBLGJPMCZZLSTLXSHTCSYZLZBLFEQHLXFLCJLYLJQCBZLZJHHSSTBRMHXZHJZCLXFNBGXGTQJCZTMSFZKJMSSNXLJKBHSJXNTNLZDNTLMSJXGZJYJCZXYJYJWRWWQNZTNFJSZPZSHZJFYRDJSFSZJZBJFZQZZHZLXFYSBZQLZSGYFTZDCSZXZJBQMSZKJRHYJZCKMJKHCHGTXKXQGLXPXFXTRTYLXJXHDTSJXHJZJXZWZLCQSBTXWXGXTXXHXFTSDKFJHZYJFJXRZSDLLLTQSQQZQWZXSYQTWGWBZCGZLLYZBCLMQQTZHZXZXLJFRMYZFLXYSQXXJKXRMQDZDMMYYBSQBHGZMWFWXGMXLZPYYTGZYCCDXYZXYWGSYJYZNBHPZJSQSYXSXRTFYZGRHZTXSZZTHCBFCLSYXZLZQMZLMPLMXZJXSFLBYZMYQHXJSXRXSQZZZSSLYFRCZJRCRXHHZXQYDYHXSJJHZCXZBTYNSYSXJBQLPXZQPYMLXZKYXLXCJLCYSXXZZLXDLLLJJYHZXGYJWKJRWYHCPSGNRZLFZWFZZNSXGXFLZSXZZZBFCSYJDBRJKRDHHGXJLJJTGXJXXSTJTJXLYXQFCSGSWMSBCTLQZZWLZZKXJMLTMJYHSDDBXGZHDLBMYJFRZFSGCLYJBPMLYSMSXLSZJQQHJZFXGFQFQBPXZGYYQXGZTCQWYLTLGWSGWHRLFSFGZJMGMGBGTJFSYZZGZYZAFLSSPMLPFLCWBJZCLJJMZLPJJLYMQDMYYYFBGYGYZMLYZDXQYXRQQQHSYYYQXYLJTYXFSFSLLGNQCYHYCWFHCCCFXPYLYPLLZYXXXXXKQHHXSHJZCFZSCZJXCPZWHHHHHAPYLQALPQAFYHXDYLUKMZQGGGDDESRNNZLTZGCHYPPYSQJJHCLLJTOLNJPZLJLHYMHEYDYDSQYCDDHGZUNDZCLZYZLLZNTNYZGSLHSLPJJBDGWXPCDUTJCKLKCLWKLLCASSTKZZDNQNTTLYYZSSYSSZZRYLJQKCQDHHCRXRZYDGRGCWCGZQFFFPPJFZYNAKRGYWYQPQXXFKJTSZZXSWZDDFBBXTBGTZKZNPZZPZXZPJSZBMQHKCYXYLDKLJNYPKYGHGDZJXXEAHPNZKZTZCMXCXMMJXNKSZQNMNLWBWWXJKYHCPSTMCSQTZJYXTPCTPDTNNPGLLLZSJLSPBLPLQHDTNJNLYYRSZFFJFQWDPHZDWMRZCCLODAXNSSNYZRESTYJWJYJDBCFXNMWTTBYLWSTSZGYBLJPXGLBOCLHPCBJLTMXZLJYLZXCLTPNCLCKXTPZJSWCYXSFYSZDKNTLBYJCYJLLSTGQCBXRYZXBXKLYLHZLQZLNZCXWJZLJZJNCJHXMNZZGJZZXTZJXYCYYCXXJYYXJJXSSSJSTSSTTPPGQTCSXWZDCSYFPTFBFHFBBLZJCLZZDBXGCXLQPXKFZFLSYLTUWBMQJHSZBMDDBCYSCCLDXYCDDQLYJJWMQLLCSGLJJSYFPYYCCYLTJANTJJPWYCMMGQYYSXDXQMZHSZXPFTWWZQSWQRFKJLZJQQYFBRXJHHFWJJZYQAZMYFRHCYYBYQWLPEXCCZSTYRLTTDMQLYKMBBGMYYJPRKZNPBSXYXBHYZDJDNGHPMFSGMWFZMFQMMBCMZZCJJLCNUXYQLMLRYGQZCYXZLWJGCJCGGMCJNFYZZJHYCPRRCMTZQZXHFQGTJXCCJEAQCRJYHPLQLSZDJRBCQHQDYRHYLYXJSYMHZYDWLDFRYHBPYDTSSCNWBXGLPZMLZZTQSSCPJMXXYCSJYTYCGHYCJWYRXXLFEMWJNMKLLSWTXHYYYNCMMCWJDQDJZGLLJWJRKHPZGGFLCCSCZMCBLTBHBQJXQDSPDJZZGHGLFQYWBZYZJLTSTDHQHCTCBCHFLQMPWDSHYYTQWCNZZJTLBYMBPDYYYXSQKXWYYFLXXNCWCXYPMAELYKKJMZZZBRXYYQJFLJPFHHHYTZZXSGQQMHSPGDZQWBWPJHZJDYSCQWZKTXXSQLZYYMYSDZGRXCKKUJLWPYSYSCSYZLRMLQSYLJXBCXTLWDQZPCYCYKPPPNSXFYZJJRCEMHSZMSXLXGLRWGCSTLRSXBZGBZGZTCPLUJLSLYLYMTXMTZPALZXPXJTJWTCYYZLBLXBZLQMYLXPGHDSLSSDMXMBDZZSXWHAMLCZCPJMCNHJYSNSYGCHSKQMZZQDLLKABLWJXSFMOCDXJRRLYQZKJMYBYQLYHETFJZFRFKSRYXFJTWDSXXSYSQJYSLYXWJHSNLXYYXHBHAWHHJZXWMYLJCSSLKYDZTXBZSYFDXGXZJKHSXXYBSSXDPYNZWRPTQZCZENYGCXQFJYKJBZMLJCMQQXUOXSLYXXLYLLJDZBTYMHPFSTTQQWLHOKYBLZZALZXQLHZWRRQHLSTMYPYXJJXMQSJFNBXYXYJXXYQYLTHYLQYFMLKLJTMLLHSZWKZHLJMLHLJKLJSTLQXYLMBHHLNLZXQJHXCFXXLHYHJJGBYZZKBXSCQDJQDSUJZYYHZHHMGSXCSYMXFEBCQWWRBPYYJQTYZCYQYQQZYHMWFFHGZFRJFCDPXNTQYZPDYKHJLFRZXPPXZDBBGZQSTLGDGYLCQMLCHHMFYWLZYXKJLYPQHSYWMQQGQZMLZJNSQXJQSYJYCBEHSXFSZPXZWFLLBCYYJDYTDTHWZSFJMQQYJLMQXXLLDTTKHHYBFPWTYYSQQWNQWLGWDEBZWCMYGCULKJXTMXMYJSXHYBRWFYMWFRXYQMXYSZTZZTFYKMLDHQDXWYYNLCRYJBLPSXCXYWLSPRRJWXHQYPHTYDNXHHMMYWYTZCSQMTSSCCDALWZTCPQPYJLLQZYJSWXMZZMMYLMXCLMXCZMXMZSQTZPPQQBLPGXQZHFLJJHYTJSRXWZXSCCDLXTYJDCQJXSLQYCLZXLZZXMXQRJMHRHZJBHMFLJLMLCLQNLDXZLLLPYPSYJYSXCQQDCMQJZZXHNPNXZMEKMXHYKYQLXSXTXJYYHWDCWDZHQYYBGYBCYSCFGPSJNZDYZZJZXRZRQJJYMCANYRJTLDPPYZBSTJKXXZYPFDWFGZZRPYMTNGXZQBYXNBUFNQKRJQZMJEGRZGYCLKXZDSKKNSXKCLJSPJYYZLQQJYBZSSQLLLKJXTBKTYLCCDDBLSPPFYLGYDTZJYQGGKQTTFZXBDKTYYHYBBFYTYYBCLPDYTGDHRYRNJSPTCSNYJQHKLLLZSLYDXXWBCJQSPXBPJZJCJDZFFXXBRMLAZHCSNDLBJDSZBLPRZTSWSBXBCLLXXLZDJZSJPYLYXXYFTFFFBHJJXGBYXJPMMMPSSJZJMTLYZJXSWXTYLEDQPJMYGQZJGDJLQJWJQLLSJGJGYGMSCLJJXDTYGJQJQJCJZCJGDZZSXQGSJGGCXHQXSNQLZZBXHSGZXCXYLJXYXYYDFQQJHJFXDHCTXJYRXYSQTJXYEFYYSSYYJXNCYZXFXMSYSZXYYSCHSHXZZZGZZZGFJDLTYLNPZGYJYZYYQZPBXQBDZTZCZYXXYHHSQXSHDHGQHJHGYWSZTMZMLHYXGEBTYLZKQWYTJZRCLEKYSTDBCYKQQSAYXCJXWWGSBHJYZYDHCSJKQCXSWXFLTYNYZPZCCZJQTZWJQDZZZQZLJJXLSBHPYXXPSXSHHEZTXFPTLQYZZXHYTXNCFZYYHXGNXMYWXTZSJPTHHGYMXMXQZXTSBCZYJYXXTYYZYPCQLMMSZMJZZLLZXGXZAAJZYXJMZXWDXZSXZDZXLEYJJZQBHZWZZZQTZPSXZTDSXJJJZNYAZPHXYYSRNQDTHZHYYKYJHDZXZLSWCLYBZYECWCYCRYLCXNHZYDZYDYJDFRJJHTRSQTXYXJRJHOJYNXELXSFSFJZGHPZSXZSZDZCQZBYYKLSGSJHCZSHDGQGXYZGXCHXZJWYQWGYHKSSEQZZNDZFKWYSSTCLZSTSYMCDHJXXYWEYXCZAYDMPXMDSXYBSQMJMZJMTZQLPJYQZCGQHXJHHLXXHLHDLDJQCLDWBSXFZZYYSCHTYTYYBHECXHYKGJPXHHYZJFXHWHBDZFYZBCAPNPGNYDMSXHMMMMAMYNBYJTMPXYYMCTHJBZYFCGTYHWPHFTWZZEZSBZEGPFMTSKFTYCMHFLLHGPZJXZJGZJYXZSBBQSCZZLZCCSTPGXMJSFTCCZJZDJXCYBZLFCJSYZFGSZLYBCWZZBYZDZYPSWYJZXZBDSYUXLZZBZFYGCZXBZHZFTPBGZGEJBSTGKDMFHYZZJHZLLZZGJQZLSFDJSSCBZGPDLFZFZSZYZYZSYGCXSNXXCHCZXTZZLJFZGQSQYXZJQDCCZTQCDXZJYQJQCHXZTDLGSCXZSYQJQTZWLQDQZTQCHQQJZYEZZZPBWKDJFCJPZTYPQYQTTYNLMBDKTJZPQZQZZFPZSBNJLGYJDXJDZZKZGQKXDLPZJTCJDQBXDJQJSTCKNXBXZMSLYJCQMTJQWWCJQNJNLLLHJCWQTBZQYDZCZPZZDZYDDCYZZZCCJTTJFZDPRRTZTJDCQTQZDTJNPLZBCLLCTZSXKJZQZPZLBZRBTJDCXFCZDBCCJJLTQQPLDCGZDBBZJCQDCJWYNLLZYZCCDWLLXWZLXRXNTQQCZXKQLSGDFQTDDGLRLAJJTKUYMKQLLTZYTDYYCZGJWYXDXFRSKSTQTENQMRKQZHHQKDLDAZFKYPBGGPZREBZZYKZZSPEGJXGYKQZZZSLYSYYYZWFQZYLZZLZHWCHKYPQGNPGBLPLRRJYXCCSYYHSFZFYBZYYTGZXYLXCZWXXZJZBLFFLGSKHYJZEYJHLPLLLLCZGXDRZELRHGKLZZYHZLYQSZZJZQLJZFLNBHGWLCZCFJYSPYXZLZLXGCCPZBLLCYBBBBUBBCBPCRNNZCZYRBFSRLDCGQYYQXYGMQZWTZYTYJXYFWTEHZZJYWLCCNTZYJJZDEDPZDZTSYQJHDYMBJNYJZLXTSSTPHNDJXXBYXQTZQDDTJTDYYTGWSCSZQFLSHLGLBCZPHDLYZJYCKWTYTYLBNYTSDSYCCTYSZYYEBHEXHQDTWNYGYCLXTSZYSTQMYGZAZCCSZZDSLZCLZRQXYYELJSBYMXSXZTEMBBLLYYLLYTDQYSHYMRQWKFKBFXNXSBYCHXBWJYHTQBPBSBWDZYLKGZSKYHXQZJXHXJXGNLJKZLYYCDXLFYFGHLJGJYBXQLYBXQPQGZTZPLNCYPXDJYQYDYMRBESJYYHKXXSTMXRCZZYWXYQYBMCLLYZHQYZWQXDBXBZWZMSLPDMYSKFMZKLZCYQYCZLQXFZZYDQZPZYGYJYZMZXDZFYFYTTQTZHGSPCZMLCCYTZXJCYTJMKSLPZHYSNZLLYTPZCTZZCKTXDHXXTQCYFKSMQCCYYAZHTJPCYLZLYJBJXTPNYLJYYNRXSYLMMNXJSMYBCSYSYLZYLXJJQYLDZLPQBFZZBLFNDXQKCZFYWHGQMRDSXYCYTXNQQJZYYPFZXDYZFPRXEJDGYQBXRCNFYYQPGHYJDYZXGRHTKYLNWDZNTSMPKLBTHBPYSZBZTJZSZZJTYYXZPHSSZZBZCZPTQFZMYFLYPYBBJQXZMXXDJMTSYSKKBJZXHJCKLPSMKYJZCXTMLJYXRZZQSLXXQPYZXMKYXXXJCLJPRMYYGADYSKQLSNDHYZKQXZYZTCGHZTLMLWZYBWSYCTBHJHJFCWZTXWYTKZLXQSHLYJZJXTMPLPYCGLTBZZTLZJCYJGDTCLKLPLLQPJMZPAPXYZLKKTKDZCZZBNZDYDYQZJYJGMCTXLTGXSZLMLHBGLKFWNWZHDXUHLFMKYSLGXDTWWFRJEJZTZHYDXYKSHWFZCQSHKTMQQHTZHYMJDJSKHXZJZBZZXYMPAGQMSTPXLSKLZYNWRTSQLSZBPSPSGZWYHTLKSSSWHZZLYYTNXJGMJSZSUFWNLSOZTXGXLSAMMLBWLDSZYLAKQCQCTMYCFJBSLXCLZZCLXXKSBZQCLHJPSQPLSXXCKSLNHPSFQQYTXYJZLQLDXZQJZDYYDJNZPTUZDSKJFSLJHYLZSQZLBTXYDGTQFDBYAZXDZHZJNHHQBYKNXJJQCZMLLJZKSPLDYCLBBLXKLELXJLBQYCXJXGCNLCQPLZLZYJTZLJGYZDZPLTQCSXFDMNYCXGBTJDCZNBGBQYQJWGKFHTNPYQZQGBKPBBYZMTJDYTBLSQMPSXTBNPDXKLEMYYCJYNZCTLDYKZZXDDXHQSHDGMZSJYCCTAYRZLPYLTLKXSLZCGGEXCLFXLKJRTLQJAQZNCMBYDKKCXGLCZJZXJHPTDJJMZQYKQSECQZDSHHADMLZFMMZBGNTJNNLGBYJBRBTMLBYJDZXLCJLPLDLPCQDHLXZLYCBLCXZZJADJLNZMMSSSMYBHBSQKBHRSXXJMXSDZNZPXLGBRHWGGFCXGMSKLLTSJYYCQLTSKYWYYHYWXBXQYWPYWYKQLSQPTNTKHQCWDQKTWPXXHCPTHTWUMSSYHBWCRWXHJMKMZNGWTMLKFGHKJYLSYYCXWHYECLQHKQHTTQKHFZLDXQWYZYYDESBPKYRZPJFYYZJCEQDZZDLATZBBFJLLCXDLMJSSXEGYGSJQXCWBXSSZPDYZCXDNYXPPZYDLYJCZPLTXLSXYZYRXCYYYDYLWWNZSAHJSYQYHGYWWAXTJZDAXYSRLTDPSSYYFNEJDXYZHLXLLLZQZSJNYQYQQXYJGHZGZCYJCHZLYCDSHWSHJZYJXCLLNXZJJYYXNFXMWFPYLCYLLABWDDHWDXJMCXZTZPMLQZHSFHZYNZTLLDYWLSLXHYMMYLMBWWKYXYADTXYLLDJPYBPWUXJMWMLLSAFDLLYFLBHHHBQQLTZJCQJLDJTFFKMMMBYTHYGDCQRDDWRQJXNBYSNWZDBYYTBJHPYBYTTJXAAHGQDQTMYSTQXKBTZPKJLZRBEQQSSMJJBDJOTGTBXPGBKTLHQXJJJCTHXQDWJLWRFWQGWSHCKRYSWGFTGYGBXSDWDWRFHWYTJJXXXJYZYSLPYYYPAYXHYDQKXSHXYXGSKQHYWFDDDPPLCJLQQEEWXKSYYKDYPLTJTHKJLTCYYHHJTTPLTZZCDLTHQKZXQYSTEEYWYYZYXXYYSTTJKLLPZMCYHQGXYHSRMBXPLLNQYDQHXSXXWGDQBSHYLLPJJJTHYJKYPPTHYYKTYEZYENMDSHLCRPQFDGFXZPSFTLJXXJBSWYYSKSFLXLPPLBBBLBSFXFYZBSJSSYLPBBFFFFSSCJDSTZSXZRYYSYFFSYZYZBJTBCTSBSDHRTJJBYTCXYJEYLXCBNEBJDSYXYKGSJZBXBYTFZWGENYHHTHZHHXFWGCSTBGXKLSXYWMTMBYXJSTZSCDYQRCYTWXZFHMYMCXLZNSDJTTTXRYCFYJSBSDYERXJLJXBBDEYNJGHXGCKGSCYMBLXJMSZNSKGXFBNBPTHFJAAFXYXFPXMYPQDTZCXZZPXRSYWZDLYBBKTYQPQJPZYPZJZNJPZJLZZFYSBTTSLMPTZRTDXQSJEHBZYLZDHLJSQMLHTXTJECXSLZZSPKTLZKQQYFSYGYWPCPQFHQHYTQXZKRSGTTSQCZLPTXCDYYZXSQZSLXLZMYCPCQBZYXHBSXLZDLTCDXTYLZJYYZPZYZLTXJSJXHLPMYTXCQRBLZSSFJZZTNJYTXMYJHLHPPLCYXQJQQKZZSCPZKSWALQSBLCCZJSXGWWWYGYKTJBBZTDKHXHKGTGPBKQYSLPXPJCKBMLLXDZSTBKLGGQKQLSBKKTFXRMDKBFTPZFRTBBRFERQGXYJPZSSTLBZTPSZQZSJDHLJQLZBPMSMMSXLQQNHKNBLRDDNXXDHDDJCYYGYLXGZLXSYGMQQGKHBPMXYXLYTQWLWGCPBMQXCYZYDRJBHTDJYHQSHTMJSBYPLWHLZFFNYPMHXXHPLTBQPFBJWQDBYGPNZTPFZJGSDDTQSHZEAWZZYLLTYYBWJKXXGHLFKXDJTMSZSQYNZGGSWQSPHTLSSKMCLZXYSZQZXNCJDQGZDLFNYKLJCJLLZLMZZNHYDSSHTHZZLZZBBHQZWWYCRZHLYQQJBEYFXXXWHSRXWQHWPSLMSSKZTTYGYQQWRSLALHMJTQJSMXQBJJZJXZYZKXBYQXBJXSHZTSFJLXMXZXFGHKZSZGGYLCLSARJYHSLLLMZXELGLXYDJYTLFBHBPNLYZFBBHPTGJKWETZHKJJXZXXGLLJLSTGSHJJYQLQZFKCGNNDJSSZFDBCTWWSEQFHQJBSAQTGYPQLBXBMMYWXGSLZHGLZGQYFLZBYFZJFRYSFMBYZHQGFWZSYFYJJPHZBYYZFFWODGRLMFTWLBZGYCQXCDJYGZYYYYTYTYDWEGAZYHXJLZYYHLRMGRXXZCLHNELJJTJTPWJYBJJBXJJTJTEEKHWSLJPLPSFYZPQQBDLQJJTYYQLYZKDKSQJYYQZLDQTGJQYZJSUCMRYQTHTEJMFCTYHYPKMHYZWJDQFHYYXWSHCTXRLJHQXHCCYYYJLTKTTYTMXGTCJTZAYYOCZLYLBSZYWJYTSJYHBYSHFJLYGJXXTMZYYLTXXYPZLXYJZYZYYPNHMYMDYYLBLHLSYYQQLLNJJYMSOYQBZGDLYXYLCQYXTSZEGXHZGLHWBLJHEYXTWQMAKBPQCGYSHHEGQCMWYYWLJYJHYYZLLJJYLHZYHMGSLJLJXCJJYCLYCJPCPZJZJMMYLCQLNQLJQJSXYJMLSZLJQLYCMMHCFMMFPQQMFYLQMCFFQMMMMHMZNFHHJGTTHHKHSLNCHHYQDXTMMQDCYZYXYQMYQYLTDCYYYZAZZCYMZYDLZFFFMMYCQZWZZMABTBYZTDMNZZGGDFTYPCGQYTTSSFFWFDTZQSSYSTWXJHXYTSXXYLBYQHWWKXHZXWZNNZZJZJJQJCCCHYYXBZXZCYZTLLCQXYNJYCYYCYNZZQYYYEWYCZDCJYCCHYJLBTZYYCQWMPWPYMLGKDLDLGKQQBGYCHJXY",b={ diff --git a/dist/demo.js b/dist/demo.js index 2f6091a0e..7daeeb6be 100644 --- a/dist/demo.js +++ b/dist/demo.js @@ -2649,268 +2649,7 @@ BI.shortcut("demo.select_text_trigger", Demo.Func);Demo.Func = BI.inherit(BI.Wid }); } }); -BI.shortcut("demo.text_trigger", Demo.Func);/** - * Created by roy on 16/5/23. - */ -BI.DetailTableCell = BI.inherit(BI.Widget, { - - _defaultConfig: function () { - return BI.extend(BI.DetailTableCell.superclass._defaultConfig.apply(this, arguments), { - baseCls: "bi-detail-table-cell", - dId: "", - text: "" - }); - }, - - _init: function () { - BI.DetailTableCell.superclass._init.apply(this, arguments); - this._createItem(); - }, - - _createItem: function () { - var self = this, o = this.options; - var type = this.options.dimensionType; - var item = BI.createWidget({ - type: "bi.label", - height: o.height, - text: o.text, - title: o.text, - lgap: 5, - rgap: 5 - }); - - if (BI.isNotEmptyString(o.color)) { - this.element.css("color", o.color); - } - - BI.createWidget({ - type: "bi.vertical", - element: this, - items: [item] - }); - - // 表格样式 - if (BI.isNotNull(o.styles) && BI.isObject(o.styles)) { - this.element.css(o.styles); - } - } -}); -BI.shortcut("bi.detail_table_cell", BI.DetailTableCell);/** - * Created by Young's on 2016/4/15. - */ -BI.DetailTableHeader = BI.inherit(BI.Widget, { - _defaultConfig: function () { - return BI.extend(BI.DetailTableHeader.superclass._defaultConfig.apply(this, arguments), { - baseCls: "bi-detail-table-header" - }); - }, - - _init: function () { - BI.DetailTableHeader.superclass._init.apply(this, arguments); - var self = this, o = this.options; - var dId = o.dId; - var name = o.text; - BI.createWidget({ - type: "bi.htape", - element: this, - items: [{ - el: { - type: "bi.label", - text: name, - title: name, - whiteSpace: "nowrap", - textAlign: "center", - lgap: 5, - height: o.height - } - }] - }); - - // 表格样式 - if (BI.isNotNull(o.styles) && BI.isObject(o.styles)) { - this.element.css(o.styles); - } - } -}); -BI.shortcut("bi.detail_table_header", BI.DetailTableHeader);/** - * created by young - * 默认风格表格——表头 - */ -BI.NormalSequenceHeaderCell = BI.inherit(BI.Widget, { - _defaultConfig: function () { - return BI.extend(BI.NormalSequenceHeaderCell.superclass._defaultConfig.apply(this, arguments), { - baseCls: "bi-normal-sequence-header-cell" - }); - }, - - _init: function () { - BI.NormalSequenceHeaderCell.superclass._init.apply(this, arguments); - var self = this, o = this.options; - this.text = BI.createWidget({ - type: "bi.label", - element: this, - textAlign: "left", - height: o.height, - forceCenter: true, - hgap: 5, - text: BI.i18nText("BI-Number_Index") - }); - this._digestStyle(); - }, - - _digestStyle: function () { - var o = this.options; - var style = o.styleGetter(); - if (style) { - this.element.css(style); - } - }, - - populate: function () { - this._digestStyle(); - } -}); -BI.NormalSequenceHeaderCell.EVENT_CHANGE = "EVENT_CHANGE"; -BI.shortcut("bi.normal_sequence_header_cell", BI.NormalSequenceHeaderCell);var TABLE_HEADER = [[{type: "bi.detail_table_header", dId: "4bee81d36b4c6874", text: "合同金额", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "ce501b56c3bee73b", text: "购买数量", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "7fdfffca99e85f41", text: "购买的产品", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "c7e273fee68f9a84", text: "合同ID", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "06c1244c0bb8c971", text: "客户ID", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "3b8788e5243f4253", text: "销售机会ID", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "977f03aa6b05f170", text: "合同类型", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "fb18445e25042fad", text: "合同付款类型", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "7b4214f2ee25348f", text: "产品配送地址", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "e9270d71f05f8af6", text: "是否已经交货", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "0c20d70ab1c54e59", text: "年月日(注册时间)", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "26df741899dbe311", text: "年份(注册时间)", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "c54cc86e2d6ec8e8", text: "季度(注册时间)", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "a8179fbe73f32b78", text: "月份(注册时间)", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "4f3817018d5911d0", text: "星期(注册时间)", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "3d27b2b4010a87ae", text: "日(注册时间)", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "b9122528a8ef99b1", text: "周数(注册时间)", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "4754cdc8d2b0ccc1", text: "时(注册时间)", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "c44e00e1bc20135d", text: "分(注册时间)", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "b175741ff606ba3c", text: "秒(注册时间)", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "24f4dfbda51fdd3b", text: "年季度(注册时间)", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "c2cdf7336ecdfec0", text: "年月(注册时间)", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "7c86b54224352de6", text: "年周数(注册时间)", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "24cdfc858e5fec6f", text: "年月日时(注册时间)", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "7f4631a5465d63e3", text: "年月日时分(注册时间)", styles: {background: "#04b1c2", color: "#ffffff"}}, {type: "bi.detail_table_header", dId: "37025692264a3f08", text: "年月日时分秒(注册时间)", styles: {background: "#04b1c2", color: "#ffffff"}}]]; -var TABLE_ITEMS = [[{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "90,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "6.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "00115727-e145-44c0-9102-110523699369", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "ff61dfee-1c56-48b6-9f7b-21abef64c96f", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "f08a77cf-2282-4ad9-aa1c-ca93038d32a3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-07-28", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "七月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期日", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 28, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 31, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-07", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-31", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-07-28 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-07-28 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 0, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-07-28 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 0, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "2,000,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "40.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "00c7b96a-bf9e-423f-9246-3898c6ac3150", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "4219ad91-39f5-4f90-b580-c971dc692ece", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "d9e62a63-399b-4e8d-871f-491d13a484f1", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "福州市湖滨路66号中福西湖花园东福楼18H", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-11", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期六", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 11, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 32, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-32", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-11 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-11 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 1, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-11 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 1, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "800,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "4.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "013b1dd8-1493-4c5b-8501-c0a78096d86a", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "22502c61-4cb9-4a4b-b258-010f848a6215", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "cdbb713b-87e5-47d1-892b-8ba6928b4d1c", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "徐州市西安北路亚华大厦10楼", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-11", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期六", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 11, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 32, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-32", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-11 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-11 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 2, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-11 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 2, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "32,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "026e9c86-1af5-4d25-99b1-42e1a6c610d1", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "6e1d8f93-a6cc-44ac-9e64-b3929553f7d8", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "bfe7230b-f71d-48fb-a12e-fb91b6d9633b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议订单", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "6a0bf640-3efe-4907-a076-397e87093422", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-23", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 23, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-23 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-23 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 3, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-23 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 3, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "180,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "03374c0e-59d1-4158-8ab5-67b48d80d84e", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "d9c85691-1c10-4ef9-8b42-98e1637cab77", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "8f5bda5b-89ea-492a-889d-ed3ad8bc4ae5", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-24", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 24, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-24 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-24 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 4, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-24 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 4, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "560,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "03ae814b-195b-48e0-ae47-c60ad8aa9cdf", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "3b1b4e83-aa87-4b40-b055-bc3e7bef2602", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "cbcba594-08b0-4be7-9ffd-e21aa3f0dcf9", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-08-19", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期一", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 19, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-08-19 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-08-19 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 5, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-08-19 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 5, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "32,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "040d00ce-c214-4191-a7ab-88b1ca558dc0", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "6e1d8f93-a6cc-44ac-9e64-b3929553f7d8", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "bfe7230b-f71d-48fb-a12e-fb91b6d9633b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议订单", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "6a0bf640-3efe-4907-a076-397e87093422", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-23", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 23, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-23 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-23 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 6, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-23 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 6, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "750,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "6.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "04192b9b-dd8e-4136-8662-8f729430e5aa", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "925c3526-66a0-48a8-9098-0deb98a86274", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "03d40405-4089-4eea-809a-f6152b4b639a", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 7, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 7, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "180,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "04289ab3-08e3-49d3-9582-4dbb945233e7", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "901aa1ba-ff07-4ff7-a836-4821219c9aae", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "213326cf-266b-4fb6-8d7b-eef2a90a1e8d", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "西安市唐延路5号", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-09-19", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "九月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期三", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 19, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 38, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-09", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-38", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-09-19 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-09-19 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 8, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-09-19 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 8, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "16,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "042984b4-db31-48a4-9606-bf891bf6e7b2", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "6e1d8f93-a6cc-44ac-9e64-b3929553f7d8", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "bfe7230b-f71d-48fb-a12e-fb91b6d9633b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议订单", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "6a0bf640-3efe-4907-a076-397e87093422", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-23", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 23, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-23 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-23 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 9, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-23 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 9, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "1,400,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "4.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "047bae0c-ae18-426f-83a9-6519b986bfbc", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "1de1b758-be64-4c33-86f9-3dd0fc11106a", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "76b8a148-77ea-46b7-80ef-7992d52b4ea2", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "上海市徐家汇路430号电力大楼16楼", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-03", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 3, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 31, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-31", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-03 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-03 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 10, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-03 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 10, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "260,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "04897502-5828-4273-8184-553aa0562930", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "88d567a8-feab-4ce5-8b8a-0cb7f5840179", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "43f6fe3c-ed93-4116-96b5-8beadb592545", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-11", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期六", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 11, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 32, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-32", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-11 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-11 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 11, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-11 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 11, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "1,200,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "04b0d7a7-1ef5-4eab-b6c2-811b9630cab4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "6dfef093-d521-4807-b5b4-15f6c13d39f6", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "ee97ef3a-5fe1-4c80-b37b-beb0d017e9eb", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 12, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 12, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "500,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "056c2ca7-a186-40a4-a8a6-01b38151df57", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "9d7ce8a7-5f9a-4087-be3e-2ed0edf53709", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "212e1bce-b6b8-4677-904e-60666683c978", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-10-24", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第4季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "十月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 24, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 43, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-10", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-43", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-10-24 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-10-24 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 13, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-10-24 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 13, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "600,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "05bf042a-27f8-4e66-bc0c-9638145fd756", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "74643073-3ca1-4cf4-b921-af3e9c83702b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "e3231483-9848-438d-beff-1d8e7a35cd1c", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-10-26", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第4季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "十月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期六", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 26, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 43, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-10", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-43", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-10-26 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-10-26 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 14, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-10-26 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 14, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "164,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "4.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "05cd066b-7aff-4726-9c52-096df32840db", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "6e1d8f93-a6cc-44ac-9e64-b3929553f7d8", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "bfe7230b-f71d-48fb-a12e-fb91b6d9633b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议订单", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "6a0bf640-3efe-4907-a076-397e87093422", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-23", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 23, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-23 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-23 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 15, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-23 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 15, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "99,800.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "06214078-99fc-4500-9e85-32ba2efbc1d9", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "62dc704c-c30a-4364-9253-62a582820430", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "8865c593-ee72-4eac-ad78-83441cf09b44", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-23", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 23, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-23 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-23 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 16, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-23 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 16, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "50,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "064c1610-a6d7-4aee-a71d-62e58ef7f89a", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "8fa290a3-6595-4625-ad31-a2229cba9345", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "bc89c6d9-615e-4f11-9004-3da41dedac19", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "福州市福新中路89号时代国际广场917-918单元", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-11", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期六", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 11, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 32, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-32", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-11 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-11 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 17, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-11 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 17, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "130,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "0692a164-8159-4dda-901b-4003f432d41c", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "de4b48c5-93b6-4af1-abd9-bc4e4499fb11", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "5063bd4e-aa18-4034-a9a1-2413a55a602a", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "长春市净月大街2555号东北师范大学净月校区软件学院2楼205", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-03", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 3, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 31, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-31", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-03 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-03 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 18, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-03 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 18, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "64,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "07d167a4-a45f-4adf-b342-681fab23d210", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "6e1d8f93-a6cc-44ac-9e64-b3929553f7d8", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "bfe7230b-f71d-48fb-a12e-fb91b6d9633b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议订单", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "6a0bf640-3efe-4907-a076-397e87093422", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-23", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 23, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-23 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-23 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 19, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-23 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 19, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "350,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "6.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "07f1b7a1-0fe6-4735-bce4-fb9d1204c324", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "68e41864-9ff9-4ee7-96d4-916138153778", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "672cf4a0-49b4-45a3-84dd-6a4c5a9561d9", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-02-12", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第1季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "二月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期二", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 12, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 7, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-1", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-02", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-7", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-02-12 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-02-12 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 20, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-02-12 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 20, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "210,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "6.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "080a241d-7372-4921-b171-b9ed2d4a9dd6", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "0e4cf623-44dd-470a-8a39-5bc705c5faf5", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "42433511-62e3-4a84-9c03-3d0506dbc846", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "服务协议", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-05-06", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第2季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "五月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期一", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 6, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 19, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-2", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-05", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-19", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-05-06 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-05-06 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 21, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-05-06 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 21, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "720,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "080cd368-af54-447a-a3ae-051425c84bc1", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "6370dee7-6d96-4881-9014-2ba42b674051", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "5a036477-4566-49f4-9f99-9af82094aad0", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "\t西城区复兴门外地藏庵南巷1号电研大厦C1007", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-17", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 17, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 33, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-33", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-17 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-17 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 22, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-17 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 22, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "0859c137-5a7a-48c0-8c16-e2c607d7b19f", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "3ed72882-0b77-4066-a9dc-76a94c2c0236", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "faf8603f-dba1-4d10-8f56-4b4ab52a4c01", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 23, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 23, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "150,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "087bab2a-7b5e-4304-808a-830b68556cee", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "ec8cec0b-012f-4b58-84ff-0c889e98f1a0", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "3c02b621-2088-4826-9ca6-1ad3f0b9ae67", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "梅花山庄24栋602", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-09", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 9, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 32, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-32", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-09 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-09 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 24, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-09 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 24, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "320,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "08ce15be-bbfd-4c9b-b18f-39eb03e471ca", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "456419b5-d3c7-499b-b07b-b868cc68634e", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "22f9a27a-08a4-4671-b748-7d2cc93e8840", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-25", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期六", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 25, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-25 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-25 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 25, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-25 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 25, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "1,800,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "30.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "09f59e37-bc7d-4abc-ba37-462adc1d5437", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "1b4eeefa-6c96-102f-9089-ad5cc5c899a4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "becbd468-3a22-4687-aaa3-886a12a20302", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-10", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 10, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 32, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-32", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-10 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-10 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 26, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-10 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 26, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "200,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "0a392e38-b72f-46ad-b713-a19e06f6f46e", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "ef35dd55-5306-4380-88ff-5db8847f07be", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "d5800b52-8a9d-4ed8-b290-481ea17d7970", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "海淀区北四环西路66号中国技术交易大厦2005室", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-17", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 17, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 33, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-33", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-17 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-17 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 27, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-17 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 27, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "270,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "0a481a95-5f8f-4a2f-acac-711dcd77ed80", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "e210c77c-f1c3-44d2-ad08-fb1b36a8499f", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "905f4806-14ff-47cd-88dc-ac8f99239174", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议订单", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "海淀区上地三街嘉华大厦C座十层", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-12", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期日", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 12, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 33, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-33", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-12 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-12 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 28, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-12 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 28, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "32,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "0a4941a1-8ddd-4826-93dc-461f8bdbab8c", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "6e1d8f93-a6cc-44ac-9e64-b3929553f7d8", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "bfe7230b-f71d-48fb-a12e-fb91b6d9633b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议订单", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "6a0bf640-3efe-4907-a076-397e87093422", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-23", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 23, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-23 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-23 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 29, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-23 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 29, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "660,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "0ad9e460-6e0c-4dc0-83d6-750597f07825", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "7a70da02-199a-4e74-be08-3414783fbdd4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "788c76f2-87aa-45e7-a48c-eb7f73eac475", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 30, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 30, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "100,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "0b2f2daa-5b8f-4169-8d99-0aa6120ed8c6", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "b0c38d7d-2cca-42c0-9099-05b2d5b3e38d", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "13ccdb9e-d8fe-43db-b7d1-e5d2254787f8", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 31, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 31, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "160,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "6.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "0c2201db-3b7c-47a4-95bd-5815b14886ac", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "52e52309-cf7b-4919-80a1-e10eb0e6ced7", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "afa29ce6-1a90-4282-a3e6-69dea6131f1d", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-08-26", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期一", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 26, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 35, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-35", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-08-26 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-08-26 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 32, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-08-26 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 32, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "350,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "0c6e4368-0572-40e6-978e-de72b8997d15", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "1fb823f6-209e-4484-9919-8844e2e09135", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "90a67362-414b-47a6-9369-7c91019e81d4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-11-15", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第4季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "十一月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 15, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 46, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-11", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-46", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-11-15 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-11-15 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 33, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-11-15 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 33, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "100,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "0cdfd271-6a40-432a-ac04-fcf0e3e029dd", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "5917ef9b-f554-4364-b0ba-524bc7eee0db", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "97d8fa57-6cbd-4450-bf20-51d49581b885", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-23", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 23, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-23 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-23 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 34, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-23 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 34, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "0dc1c555-2eb2-4d8e-9ee4-50e96688e6a6", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "0ef33a04-1464-417a-a976-01f41ba0b97e", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "6b7b3b72-e8c3-4a25-961a-4cf64b456b93", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-24", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 24, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-24 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-24 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 35, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-24 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 35, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "2,380,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "0e02341c-e7cd-44b6-b52c-c07fff904ffb", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "99a09a6a-ae50-4f5e-8c45-60d1fe07b465", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "fe305416-e143-411e-b5c8-5302c3a72c10", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "郑州市嵩山南路14号", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-02", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 2, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 31, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-31", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-02 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-02 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 36, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-02 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 36, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "256,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "0e1913de-c7bb-4f94-8650-b6fcc449dc31", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "6e1d8f93-a6cc-44ac-9e64-b3929553f7d8", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "bfe7230b-f71d-48fb-a12e-fb91b6d9633b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议订单", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "6a0bf640-3efe-4907-a076-397e87093422", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-23", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 23, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-23 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-23 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 37, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-23 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 37, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "50,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "0e2329e4-af5e-4bbc-8ea2-2b13d7f4b4eb", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "7ec522c2-ad8f-4018-8744-290b34bc175e", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "afadb9c0-8b31-4c8b-abd0-5a15d691ada7", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-23", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 23, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-23 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-23 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 38, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-23 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 38, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "106,200.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "0e3ee80d-6f21-430d-8b26-a9b68ccef22b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "830c72c1-86d0-4aca-aa90-14da68165833", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "e558bac7-38be-4a90-9bea-58d4fe9a6b99", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议订单", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-24", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 24, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-24 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-24 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 39, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-24 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 39, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "380,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "0fb2bba0-ea35-42b0-8e03-1750962d64c1", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "16dcafcf-97b2-4380-967a-0058fccdd9fd", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "cf8889b0-5897-4cdc-a8db-6ece8910ec7d", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-01-26", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第1季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "一月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期六", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 26, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 4, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-1", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-01", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-01-26 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-01-26 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 40, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-01-26 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 40, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "400,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1045c5d8-64bd-438b-9879-d12b58e237b5", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "01c4d450-b85d-4f5c-a8f9-6b730a887c15", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "423d72a8-665d-4cf0-aa63-402b776950e4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-06-18", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第2季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "六月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期二", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 18, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 25, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-2", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-06", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-25", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-06-18 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-06-18 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 41, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-06-18 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 41, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "256,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "107b3879-67ba-4cf6-b7d5-e50585e13d68", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "62dbfeee-8e10-4809-8797-994df074ae9a", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "1886c448-07c1-4d2b-9038-7f13465512e0", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-12-29", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第4季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "十二月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期六", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 29, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 52, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-12", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-52", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-12-29 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-12-29 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 42, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-12-29 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 42, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "2,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "108b8891-946d-44b0-b44d-9291b15d92dd", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "387e629d-627a-4387-9224-692dae0bf933", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "b5be6449-2c57-46ab-9dcc-76e8c0526dbe", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2011-10-04", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2011, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第4季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "十月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期二", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 4, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 41, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2011-4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2011-10", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2011-41", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2011-10-04 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2011-10-04 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 43, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2011-10-04 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 43, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "120,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "11771d20-21eb-4148-a625-139ebebdbb2c", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "10206f0d-c55c-4cdc-a8da-83f50f575c6f", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "7bbcb1bf-b497-4568-961d-1c64967d94d1", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-10-27", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第4季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "十月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期日", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 27, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 44, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-10", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-44", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-10-27 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-10-27 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 44, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-10-27 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 44, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "300,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "121058bc-fc36-442e-81eb-5e44ad119e66", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "c30ffd1e-5b34-441b-a640-f13310ffafa5", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "f3e7cac0-8785-4fa3-bfdf-414f52d5ca0b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-23", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 23, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-23 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-23 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 45, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-23 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 45, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "400,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "122a9012-9065-44ac-aa47-fbb0bfa83e42", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "dfc7135c-0778-40e9-97b2-9b6702c774b8", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "2b06fd25-da7a-4450-9162-f4c12e3b57b4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议订单", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "杭州市莫干山路102号立新大厦10楼", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-09", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 9, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 32, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-32", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-09 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-09 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 46, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-09 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 46, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "200,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "12c45953-f32e-4170-9e50-29b68618e955", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "e32e89de-2825-404b-904b-783ae1952d2d", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "049bb6e8-af01-4ba2-92d6-a53628745994", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "海淀区蓝靛厂东路2号金源时代商务中心C座6G", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-09", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 9, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 32, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-32", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-09 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-09 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 47, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-09 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 47, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1324cf84-ca10-403e-8207-b66dd97f272e", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "c6e91cc0-da1d-4ad0-bbd5-3089ca56e078", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "9c9bf867-a84f-44ec-9daa-b63edae49bef", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议订单", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-23", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 23, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-23 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-23 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 48, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-23 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 48, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "6.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1375352e-dadb-47b0-975c-724737d7854a", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "e210c77c-f1c3-44d2-ad08-fb1b36a8499f", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "905f4806-14ff-47cd-88dc-ac8f99239174", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "海淀区上地三街九号嘉华大厦C座十层", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-10", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 10, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 32, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-32", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-10 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-10 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 49, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-10 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 49, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "500,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "13cd2da0-26d9-495c-a197-7bcfd4571776", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "ef794a84-0a45-4841-8f12-d6968f6cd370", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "a1485ce9-982c-49e6-bf34-f38d2c10fd6a", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-09-22", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "九月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期日", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 22, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 39, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-09", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-39", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-09-22 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-09-22 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 50, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-09-22 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 50, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "150,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "6.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "147768c6-31c2-4ab3-a1f0-2788b8c26e6e", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "740a42cb-bf98-4c39-9c2a-4c0c1f2ec32b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "2d15d041-5912-4d8e-a037-9dadc00d6a47", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-11-10", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第4季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "十一月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期日", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 10, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 46, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-11", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-46", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-11-10 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-11-10 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 51, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-11-10 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 51, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "64,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "15072396-5ac7-43ce-beaa-0b56318634f7", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "6e1d8f93-a6cc-44ac-9e64-b3929553f7d8", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "bfe7230b-f71d-48fb-a12e-fb91b6d9633b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议订单", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "6a0bf640-3efe-4907-a076-397e87093422", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-23", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 23, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-23 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-23 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 52, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-23 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 52, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "159dc657-7dc7-4936-a238-11bc104251a6", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "b57a6968-ed5f-4c22-bd51-23fc8a2e51ef", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "7637b417-31c3-4ce4-8998-dcac4d7d6b1e", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 53, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 53, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "2,780,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1677acc5-1843-470b-9b13-7ef5173ba150", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "813dba4f-3959-4aeb-b2c3-1f3ed2eadcf9", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "8b5c06c5-37b2-4b29-a017-e4eadd5f7bb0", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-02-09", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第1季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "二月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期六", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 9, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 6, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-1", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-02", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-6", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-02-09 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-02-09 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 54, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-02-09 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 54, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "150,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "16a16248-64e3-4a61-ac5c-1d432832ba72", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "9867ee56-01e0-4ad1-a760-daf1b90bf421", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "f8c586b4-f693-4848-9f54-5542e03d7d8e", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-11", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期六", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 11, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 32, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-32", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-11 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-11 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 55, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-11 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 55, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "260,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1996dd92-07a2-4254-833c-21bde260b0e4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "88d567a8-feab-4ce5-8b8a-0cb7f5840179", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "2b38042d-a42e-4ce2-b085-62d0f9674763", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "成都市人民南路4段9号237号", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-10", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 10, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 32, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-32", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-10 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-10 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 56, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-10 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 56, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "300,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "19a238d4-7436-4f45-83a1-8122df37de11", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "cf681e58-7fb7-4752-8d60-3282b4438cc8", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "ee61e56f-ec92-4c14-b5ae-529e99467429", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "北京市海淀区人大北路33号2号楼2302室", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-03", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 3, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 31, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-31", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-03 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-03 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 57, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-03 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 57, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "32,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "19deed03-f577-487f-a59a-7983d61f22c0", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "6e1d8f93-a6cc-44ac-9e64-b3929553f7d8", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "bfe7230b-f71d-48fb-a12e-fb91b6d9633b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议订单", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "6a0bf640-3efe-4907-a076-397e87093422", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-22", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期三", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 22, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-22 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-22 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 58, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-22 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 58, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "32,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1a256a40-ecc6-4b1a-b34a-add1c718b6df", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "6e1d8f93-a6cc-44ac-9e64-b3929553f7d8", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "bfe7230b-f71d-48fb-a12e-fb91b6d9633b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议订单", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "6a0bf640-3efe-4907-a076-397e87093422", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-23", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 23, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-23 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-23 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 59, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-23 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 59, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "60,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1ac7b95f-d799-4206-a6d8-84d6ba396d00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "6a72ac0d-82b0-499a-ac2a-27e5ed2103a9", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "b2586baf-baa1-4b8f-8f8b-b9c3e8ba0e3f", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "深圳宝安机场国际货运中心1205室", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-12", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期日", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 12, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 33, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-33", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-12 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-12 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 60, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-12 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 60, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "1,200,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "6.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1b3609b2-d56d-43b8-b213-3942a1aa5fb7", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "7ba15d66-9d46-4204-8f92-970e66713deb", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "c83a6839-e4af-4c27-aabb-117b02d30cef", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "海淀区上地三街嘉华大厦D座802", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-11", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期六", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 11, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 32, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-32", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-11 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-11 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 61, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-11 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 61, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "360,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1bc3a791-fd92-411f-8539-bd4ef25c468a", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "20e07e5b-9ee5-4716-ae2c-b0e770406f10", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "4f8b0a24-d89a-4ea9-928c-27414d82467d", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-11-12", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第4季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "十一月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期二", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 12, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 46, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-11", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-46", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-11-12 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-11-12 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 62, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-11-12 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 62, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "36,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "6.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1c0499ac-b04c-4edc-99dd-4d6212610d17", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "58b86288-86c3-4fff-81b4-b3a3363993b2", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "09679c48-8f7c-414d-b91d-cdde302fcdfa", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-11", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期六", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 11, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 32, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-32", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-11 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-11 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 63, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-11 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 63, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "240,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1c240eb8-99e1-4d6e-a000-ea365eb5787b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "271e168e-3614-4905-ac32-baa04bcde03b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "3b70f5f3-7309-4acc-830c-1e96cddcdabe", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-09-02", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "九月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期一", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 2, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 36, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-09", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-36", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-09-02 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-09-02 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 64, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-09-02 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 64, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1c297798-3f94-4742-b262-9e59d32e51e4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "c105518f-ddec-4d1f-9ffa-4f8ef41b84c6", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "83478f0d-8f5b-4c33-a831-4480c779ada9", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 65, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 65, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "240,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1c37baa0-b517-4adf-b3db-df2cbd74669a", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "ba6335bf-56b2-42b2-a027-dd06a25c2206", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "ee807dfc-29ea-4834-8821-4371dfbf9773", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-23", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 23, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-23 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-23 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 66, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-23 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 66, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1cad07dc-c49b-4243-9274-8681d33bb131", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "25e15977-1b22-4ee1-a17c-2ad4e5889ac0", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "aef9acfc-39f8-4915-b9e7-31bbe2cff0bb", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "石鼓路98号阳光大厦8楼", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-12", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期日", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 12, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 33, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-33", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-12 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-12 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 67, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-12 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 67, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "500,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "4.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1d6da355-7320-4940-b45d-8c45695ee748", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "3a4bdabb-8528-44ac-9760-13939fb57241", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "76c1addb-e078-4d99-a8ee-f26150106144", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-24", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 24, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-24 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-24 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 68, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-24 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 68, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "90,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1e055ac0-5a93-4119-b493-55443a2f3f3d", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "ecf2517d-5bb3-4c36-b3a7-f9972639ba5d", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "6c45e60d-9232-430b-9ca4-83ccc968c42e", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-11-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第4季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "十一月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 8, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 45, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-11", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-45", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-11-08 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-11-08 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 69, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-11-08 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 69, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "6.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1e5dc1de-f5be-4da8-a6ee-007cf0458b16", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "c2a65365-fe34-4795-8e3c-43c0a3089743", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "84afa342-04ac-4609-a90d-bb7da07cf684", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "南京市长乐路9号3号楼", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-19", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期日", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 19, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-19 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-19 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 70, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-19 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 70, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "220,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1e6db2a3-df08-4c47-8583-6851b3ed9f38", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "15d04bd6-6ad7-4f29-b74e-9b20ddf10b2c", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "87c8a5ff-e5a6-420d-aebb-b62cad9ce0f1", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "海淀区上地信息路2号国际创业园1号楼19E", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-09", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 9, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 32, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-32", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-09 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-09 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 71, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-09 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 71, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "1,400,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1fa0e1a1-44d4-43ff-8b17-3aee1c1973f5", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "5c5eb48b-3a9b-48e5-a8ef-b53e314cb281", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "df3c16e1-d3f4-450d-a562-e48462131f6c", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "北京市海淀区海淀北二街6号莆田大厦12层", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-03", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 3, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 31, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-31", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-03 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-03 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 72, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-03 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 72, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "140,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1fb5b75e-868b-4610-a799-d030e2203d2a", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "8aa89464-d3ee-4187-8abf-7f4079017da1", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "e3f28dc5-ad7f-4583-957c-f66eefa73d70", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-24", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 24, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-24 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-24 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 73, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-24 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 73, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "2,200,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "1fd43ad5-e14d-4b44-90b4-3898d63e9354", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "310002c3-e467-4167-bbcd-7ca793c36d2a", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "9d0dfbfe-4977-41f8-970a-00fc7c2eb9ea", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "服务协议", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 74, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 74, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "500,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "2073d3f9-f03e-41a6-b7ce-917112b0333b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "15520dd4-9cb4-40b9-9bce-3a43cf33eb46", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "dc546f9a-c53d-4178-a713-e53d32aed8a8", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议订单", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "兰州市张苏滩575号", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-03", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 3, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 31, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-31", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-03 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-03 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 75, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-03 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 75, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "192,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "20bcfb34-3ae8-44fe-9223-2ed5ab8c98ce", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "9867ee56-01e0-4ad1-a760-daf1b90bf421", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "3304f5b3-30ca-44da-af96-7b1881576d4c", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "丰台区丰台东路11号", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-09", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 9, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 32, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-32", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-09 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-09 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 76, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-09 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 76, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "1,060,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "30.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "20d789c4-12ae-449c-a405-a0c80b654db8", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "c6e91cc0-da1d-4ad0-bbd5-3089ca56e078", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "9c9bf867-a84f-44ec-9daa-b63edae49bef", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议订单", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "闸北区共和新路3388号永鼎大厦8楼", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-12", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期日", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 12, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 33, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-33", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-12 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-12 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 77, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-12 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 77, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "120,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "6.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "211d1f3f-988c-401c-8607-d024e2e87e71", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "f6fabcfb-de3a-4cd0-91a8-0dec22b60a01", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "0c83557f-a6be-4e78-850c-18f86fad62c2", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-02-17", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第1季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "二月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期日", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 17, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 8, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-1", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-02", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-8", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-02-17 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-02-17 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 78, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-02-17 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 78, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "168,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "6.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "2131fb59-f407-4344-8e97-89cfd3f57a32", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "9e44b1e1-d7c7-416a-bb8c-4511e86b4d6f", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "2073da80-94c1-4b90-81c9-b2f39069f642", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "服务协议", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 79, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 79, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "1,500,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "6.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "218263aa-10b4-4548-bdc9-6d0857856988", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "34bd10aa-66e9-454b-bfd6-7b0cf50fa216", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "10178415-a27c-4433-8716-8e1ac86cd2e6", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "北京市海淀区紫竹院路69号中国兵器大厦1001室", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-09-13", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "九月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 13, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 37, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-09", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-37", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-09-13 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-09-13 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 80, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-09-13 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 80, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "38,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "21ba1da6-b602-4a51-818e-671635242061", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "86f5502e-eec2-44e3-bfec-d08b3353da08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "863466e9-cce5-4571-bdb2-7bdb324c9705", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2010-12-26", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2010, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第4季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "十二月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期日", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 26, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 53, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2010-4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2010-12", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2010-53", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2010-12-26 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2010-12-26 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 81, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2010-12-26 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 81, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "570,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "21fea819-ba2f-4cbc-bd6f-09d20ea6e238", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "f82a2c40-58d5-4a18-8f86-2bbbb639361c", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "cb1a3eed-349f-4777-af21-27d38d5ad660", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-11", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期六", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 11, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 32, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-32", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-11 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-11 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 82, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-11 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 82, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "100,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "2280e08c-7faa-4dd1-9b49-70d82951e46b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "8c17f8df-3a08-43bf-9bf8-1ac5bbfd651f", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "9128b269-5863-44f4-8169-e2f9d54e1958", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "服务协议", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 83, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 83, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "500,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "2296e390-f429-4eb1-a9b7-d30e6f0fbca7", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "1b3f11e7-b924-45ad-942b-5564afb99205", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "ba175a63-7e17-4993-b38c-6f694cd6feb9", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-24", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 24, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-24 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-24 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 84, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-24 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 84, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "600,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "23e6cf1b-f986-4dd9-96e1-a6ddb8c29ff7", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "c2a65365-fe34-4795-8e3c-43c0a3089743", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "a6e40368-125e-4fd4-8ed5-030b12db9392", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-08-26", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期一", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 26, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 35, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-35", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-08-26 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-08-26 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 85, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-08-26 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 85, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "900,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "6.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "23f5a9e0-638a-4442-a463-1ad41dac804d", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "293a0613-01e6-4f5e-b8eb-5f7e8d41dccf", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "a0d0069c-7c54-4c17-b372-b08ed4633728", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-10-26", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第4季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "十月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期六", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 26, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 43, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-10", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-43", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-10-26 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-10-26 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 86, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-10-26 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 86, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "400,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "6.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "24bbf5ac-a4ca-43a4-a76d-f5419c077b3b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "3e306aad-2d15-45c8-87aa-03feed8a4623", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "595ef75e-6a61-4f80-b4fd-ddf248a6450a", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-01-15", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第1季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "一月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期二", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 15, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 3, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-1", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-01", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-01-15 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-01-15 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 87, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-01-15 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 87, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "210,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "2562c122-5cc7-4cca-8601-173365a22ae8", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "ce3e7403-19e4-4f3f-b922-06bb978f478c", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "9062d3b8-dba1-47bc-89b7-c39beceddb54", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-12-17", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第4季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "十二月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期一", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 17, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 51, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-12", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-51", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-12-17 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-12-17 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 88, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-12-17 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 88, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "140,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "4.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "258f751f-4c7e-4a25-b268-80bf3bd71645", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "89a52d8b-5f1e-4c04-92ba-7fe397ee2d1c", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "24654ff0-f102-4ec1-9d25-805d22e8a682", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "成都芳草西二街19号", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-15", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期三", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 15, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 33, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-33", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-15 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-15 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 89, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-15 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 89, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "100,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "25ba498f-6e1a-4106-9aa4-56aac67804e0", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "5a199fca-baee-4608-8a43-7fa2422cd86e", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "953213cb-2e2f-4014-abe9-29db1da0d144", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-01-19", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第1季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "一月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期六", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 19, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 3, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-1", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-01", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-01-19 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-01-19 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 90, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-01-19 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 90, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "940,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "6.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "25c5ccc7-59bc-411f-87a7-a75b21bd3135", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "0773abc0-4a3f-4b6d-9a94-c2a9086bb605", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "cef3ca3b-fb5b-4ce5-8d92-8087aeb725c4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-08-18", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期日", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 18, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-08-18 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-08-18 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 91, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-08-18 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 91, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "600,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "6.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "6.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "264b3016-923c-4b7d-b68f-008118482ec3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "da42f098-2d5b-44ce-91a1-0f0fa8787f4c", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "19048342-71c9-46e8-b5e3-20d0bc6bc59b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "昆明市西山区益宁路18号西部客运站", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-03", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 3, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 31, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-31", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-03 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-03 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 92, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-03 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 92, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "16,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "26b1e9c7-f98b-4f1b-93de-546fbb48bc27", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "6e1d8f93-a6cc-44ac-9e64-b3929553f7d8", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "bfe7230b-f71d-48fb-a12e-fb91b6d9633b", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议订单", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "6a0bf640-3efe-4907-a076-397e87093422", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-23", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 23, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-23 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-23 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 93, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-23 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 93, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "6.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "26cff374-7843-4177-b6af-12753e58e4ae", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "4e6bad45-4b4b-417f-bd9b-0edab15e1b65", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "ed4b0414-ff48-4adb-9598-1b85665d2d8c", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "分期付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-11", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期六", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 11, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 32, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-32", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-11 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-11 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 94, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-11 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 94, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "540,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "5.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "2721e0b6-fec6-47b5-80f1-1456dafede66", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "2ae22130-d4f7-4f2e-b116-3b3f505eaf45", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "8eb2fef1-3c6f-4a83-b1b5-0dcea8e9697d", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议订单", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-09", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 9, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 32, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-32", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-09 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-09 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 95, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-09 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 95, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "390,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "277cb978-1a5c-49a5-aba9-006889a1e090", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "adf6ff0a-8660-46ef-a370-a4db318bed50", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "b793cade-a10e-49e6-9640-58875a589da0", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "否", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2013-08-23", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2013, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期五", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 23, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2013-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2013-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2013-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2013-08-23 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2013-08-23 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 96, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2013-08-23 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 96, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "0.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "7.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "279c9cfd-567e-4417-b166-18f9e5b63c1a", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "da1084c6-d075-4eca-8570-2aad94cf6b33", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "97d30561-5f51-43bc-b8b2-22fbfdfce6d4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 97, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 97, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "360,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "2.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 2, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "27d5eb5f-d867-489b-9455-197a0bc53235", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "b89a70b8-d037-4b09-a79a-44c61c2df6ca", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "6ae5c9ac-2397-48a4-8e8d-e1e2e463c111", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "购买合同", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 1, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-12-25", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第4季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "十二月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期二", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 25, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 52, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-4", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-12", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-52", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-12-25 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-12-25 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 98, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-12-25 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.2)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3304b1c2,endColorstr=#3304b1c2);"}, dimensionType: 3, rowIndex: 98, pageCount: 1}], [{type: "bi.detail_table_cell", dId: "4bee81d36b4c6874", text: "40,000.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "ce501b56c3bee73b", text: "1.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7fdfffca99e85f41", text: "3.00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 2, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c7e273fee68f9a84", text: "2805021c-f82e-4f31-a2bb-e24ec5751177", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "06c1244c0bb8c971", text: "c6e91cc0-da1d-4ad0-bbd5-3089ca56e078", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3b8788e5243f4253", text: "065f57de-d6b5-488e-be81-d6a11176edc5", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "977f03aa6b05f170", text: "长期协议订单", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "fb18445e25042fad", text: "一次性付款", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7b4214f2ee25348f", text: "", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "e9270d71f05f8af6", text: "是", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 1, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "0c20d70ab1c54e59", text: "2012-08-23", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "26df741899dbe311", text: 2012, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c54cc86e2d6ec8e8", text: "第3季度", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "a8179fbe73f32b78", text: "八月", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4f3817018d5911d0", text: "星期四", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "3d27b2b4010a87ae", text: 23, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b9122528a8ef99b1", text: 34, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "4754cdc8d2b0ccc1", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c44e00e1bc20135d", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "b175741ff606ba3c", text: 0, color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24f4dfbda51fdd3b", text: "2012-3", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "c2cdf7336ecdfec0", text: "2012-08", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7c86b54224352de6", text: "2012-34", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "24cdfc858e5fec6f", text: "2012-08-23 00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "7f4631a5465d63e3", text: "2012-08-23 00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 99, pageCount: 1}, {type: "bi.detail_table_cell", dId: "37025692264a3f08", text: "2012-08-23 00:00:00", color: "", iconCls: "", isHyperLink: false, styles: {background: "rgba(4,177,194,0.05)", filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D04b1c2,endColorstr=#0D04b1c2);"}, dimensionType: 3, rowIndex: 99, pageCount: 1}]]; -Demo.Expander = BI.inherit(BI.Widget, { - render: function () { - var self = this, o = this.options; - return { - type: "bi.expander", - ref: function () { - self.expander = this; - }, - el: o.el, - popup: o.popup - }; - }, - - update: function (opt) { - this.expander.populate(opt.items); - return true; - } -}); -BI.shortcut("demo.sort_tree_expander", Demo.Expander); - -/** - * guy - * 二级树 - * @class Demo.SortTree - * @extends BI.Widget - */ -Demo.SortTree = BI.inherit(BI.Widget, { - - render: function () { - BI.$import("https://coding.net/u/fanruan/p/bi-components/git/raw/master/dist/jqueryui.js"); - var self = this, o = this.options; - var tree = new BI.Tree(); - tree.initTree(BI.Tree.transformToTreeFormat(Demo.CONSTANTS.TREEITEMS)); - this.tree = BI.createWidget({ - type: "bi.custom_tree", - element: this, - expander: { - type: "demo.sort_tree_expander" - }, - - items: this._formatItems(0, tree.toJSON()), - - el: { - type: "bi.virtual_group", - layouts: [{ - type: "bi.vertical", - scrolly: false - }] - } - }); - BI.delay(function () { - self.tree.element.sortable({ - items: ".sort-item", - placeholder: { - element: function ($currentItem) { - var holder = BI.createWidget({ - type: "bi.layout", - cls: "bi-sortable-holder", - height: $currentItem.outerHeight() - }); - holder.element.css({ - "margin-left": $currentItem.css("margin-left"), - "margin-right": $currentItem.css("margin-right"), - "margin-top": $currentItem.css("margin-top"), - "margin-bottom": $currentItem.css("margin-bottom"), - margin: $currentItem.css("margin") - }); - return holder.element; - }, - update: function () { - - } - }, - update: function (event, ui) { - var node = ui.item.data("node"); - var findTheNode = tree.search(node.id); - // 这里简单处理下找到它的父节点 - var currentIndex = 0, parentNode; - if (ui.item.next().length > 0) { - var n = ui.item.next().data("node"); - var nextId = n.id; - var nextNode = tree.search(nextId); - parentNode = nextNode.getParent(); - var nextIndex = parentNode.getChildIndex(nextId); - currentIndex = nextIndex > 0 && (nextIndex - 1); - - } else if (ui.item.prev().length > 0) { - var n = ui.item.prev().data("node"); - var prevId = n.id; - var prevNode = tree.search(prevId); - parentNode = prevNode.getParent(); - var prevIndex = parentNode.getChildIndex(prevId); - currentIndex = prevIndex + 1; - } - findTheNode.getParent().removeChild(node.id); - parentNode.addChild(findTheNode, currentIndex); - console.log(tree.toJSON()); - self.tree.populate(self._formatItems(0, tree.toJSON())); - }, - start: function (event, ui) { - - }, - stop: function (event, ui) { - }, - over: function (event, ui) { - - } - }); - }, 2000); - }, - - _formatItems: function (layer, nodes) { - var self = this; - BI.each(nodes, function (i, node) { - if (node.isParent === true || BI.isNotEmptyArray(node.children)) { - BI.defaults(node, { - type: "bi.multilayer_icon_arrow_node", - height: 30, - layer: layer - }); - self._formatItems(layer + 1, node.children); - } else { - BI.defaults(node, { - type: "bi.multilayer_icon_tree_leaf_item", - cls: "sort-item", - height: 30, - key: node.id, - layer: layer, - data: { - node: node - } - }); - } - }); - return nodes; - } -}); -BI.shortcut("demo.sort_tree", Demo.SortTree);Demo.Center = BI.inherit(BI.Widget, { +BI.shortcut("demo.text_trigger", Demo.Func);Demo.Center = BI.inherit(BI.Widget, { props: { baseCls: "demo-center" }, @@ -3526,89 +3265,7 @@ Demo.COMPONENT_CONFIG = [{ } }); BI.shortcut("demo.pane", Pane); -})();// 定义Model路由 -var modelRouter = new (BI.inherit(BI.WRouter, { - routes: { - "": "index" - }, - - index: function () { - return {}; - } -})); -// 定义View路由 -var viewRouter = new (BI.inherit(BI.WRouter, { - routes: { - "": "TestView", - "/setget": "SetGetView", - "/local": "LocalView", - "/skipTo": "SkipToView", - "/skipTo/:child": "getSkipToView", - "/change": "ChangeView", - "/change/inner": "ChangeInnerView", - "/static": "StaticView", - "/event": "EventView", - "/layer": "LayerView", - "/masker": "MaskerView", - "/floatbox": "FloatBoxView", - - "/spliceDuplicate": "SpliceDuplicateView", - "/spliceDuplicate/sdSub": "SDSubView", - - "/tmp": "TmpView", - "/tmp/child": "TmpChildView", - "/tmp/child/child": "TmpChildChildView" - }, - - getSkipToView: function (v) { - switch (v) { - case "red": - return "SkipToRedView"; - case "blue": - return "SkipToBlueView"; - case "green": - return "SkipToGreenView"; - case "yellow": - return "SkipToYellowView"; - default : - return "SkipToRedView"; - } - - } -})); - -// 注册路由 -BI.View.registerVMRouter(viewRouter, modelRouter); - - -Demo.FIX_CONFIG = [{ - id: 6, - text: "数据流框架fix-1.0" -}, { - pId: 6, - text: "set,get方法", - value: "demo.setget" -}, { - pId: 6, - text: "local函数", - value: "demo.local" -}, { - pId: 6, - text: "skipTo函数", - value: "demo.skipTo" -}, { - pId: 6, - text: "change函数", - value: "demo.change" -}, { - pId: 6, - text: "splice和duplicate函数", - value: "demo.spliceDuplicate" -}, { - pId: 6, - text: "tmp方法", - value: "demo.tmp" -}, { +})();Demo.FIX_CONFIG = [{ id: 7, text: "数据流框架fix-2.0" }, { @@ -7545,1285 +7202,80 @@ BI.shortcut("demo.searcher_view", Demo.Func);Demo.Face = BI.inherit(BI.Widget, { this._runGlobalStyle(); } }); -BI.shortcut("demo.face", Demo.Face);// change函数 -ChangeView = BI.inherit(BI.View, { - _defaultConfig: function () { - return BI.extend(ChangeView.superclass._defaultConfig.apply(this, arguments), { - baseCls: "bi-change" - }); - }, - - _init: function () { - ChangeView.superclass._init.apply(this, arguments); - }, - - change: function (changed) { - if(changed.child) { - this._showModelData(); - } - if(changed.superiors) { - this._showModelData(); +BI.shortcut("demo.face", Demo.Face);(function () { + var model = Fix.define({ + name: "原始属性", + arr: [{ + n: "a" + }, { + n: "b" + }] + }); + var Computed = BI.inherit(Fix.Model, { + computed: { + b: function () { + return this.name + "-计算属性"; + } } - }, - - _showModelData: function () { - this.outerText.setText("父级Model层数据: " + JSON.stringify(this.model.toJSON())); - }, - - _createOuter: function () { - this.outerText = BI.createWidget({ - type: "bi.label", - cls: "outer-text", - whiteSpace: "normal" - }); + }); - return BI.createWidget({ - type: "bi.border", - items: { - north: { - el: this.outerText, - height: 50 - }, - center: this._createInner() + Demo.Fix = BI.inherit(BI.Widget, { + _store: function () { + return new Computed(model); + }, + watch: { + b: function () { + this.button.setText(this.model.b); } - }); - }, - - _createInner: function () { - var innerPane = BI.createWidget({ - type: "bi.absolute", - cls: "inner" - }); - this.addSubVessel("innerPane", innerPane, { - defaultShowName: "inner" - }); - return innerPane; - }, - - render: function (vessel) { - BI.createWidget({ - type: "bi.center", - element: vessel, - items: [this._createOuter()], - hgap: 100, - vgap: 100 - }); - - this._showModelData(); - }, - - refresh: function () { - this.skipTo("inner", "innerPane", "superiors"); - } -}); - -ChangeModel = BI.inherit(BI.Model, { - _defaultConfig: function () { - return BI.extend(ChangeModel.superclass._defaultConfig.apply(this, arguments), { - superiors: { - child: "default" - }, - child: "default" - }); - }, + }, + render: function () { + var self = this; + return { + type: "bi.absolute", + items: [{ + el: { + type: "bi.button", + ref: function () { + self.button = this; + }, + handler: function () { + self.model.name = "这是改变后的属性"; + }, + text: this.model.b + } + }] + }; + }, + mounted: function () { - _init: function () { - ChangeModel.superclass._init.apply(this, arguments); - }, - change: function (changed) { - if(changed.superiors) { - this.set("child", changed.superiors.child); } - } -}); + }); -// ChangeView 的子级 -ChangeInnerView = BI.inherit(BI.View, { - _init: function () { - ChangeInnerView.superclass._init.apply(this, arguments); - }, + BI.shortcut("demo.fix_computed", Demo.Fix); +}());(function () { + var ParentStore = BI.inherit(Fix.Model, { + state: function () { + return { + context: "默认context" + }; + }, + childContext: ["context"] + }); - change: function (changed) { - if(changed.child) { - this._showModelData(); + var ChildStore = BI.inherit(Fix.Model, { + context: ["context"], + computed: { + currContext: function () { + return this.model.context; + } + }, + actions: { + changeContext: function () { + this.model.context = "改变后的context"; + } } - }, - - _createOuter: function () { - var self = this; - this.text = BI.createWidget({ - type: "bi.label", - height: 26 - }); - - this.buttons = BI.createWidget({ - type: "bi.button_group", - items: BI.createItems(this.model.get("items"), { - type: "bi.text_button", - height: 30, - textAlign: "center", - hgap: 20 - }) - }); - - this.buttons.on(BI.ButtonGroup.EVENT_CHANGE, function () { - self.model.set("child", this.getValue()[0]); - }); - - return BI.createWidget({ - type: "bi.vertical", - vgap: 20, - items: [{ - type: "bi.center", - items: [this.buttons], - height: 30 - }, this.text] - }); - }, - - _showModelData: function () { - this.text.setText("子级Model层数据: " + JSON.stringify(this.model.toJSON())); - }, - - render: function (vessel) { - BI.createWidget({ - type: "bi.center", - element: vessel, - items: [this._createOuter()] - }); - this._showModelData(); - } -}); - - -ChangeInnerModel = BI.inherit(BI.Model, { - _defaultConfig: function () { - return BI.extend(ChangeInnerModel.superclass._defaultConfig.apply(this, arguments), { - - }); - }, - - _static: function () { - return { - items: [{ - text: "Type-1", - value: "First", - cls: "type-first mvc-button" - }, { - text: "Type-2", - value: "Second", - cls: "type-second mvc-button" - }, { - text: "Type-3", - value: "third", - cls: "type-third mvc-button" - }] - }; - }, - - _init: function () { - ChangeInnerModel.superclass._init.apply(this, arguments); - } - -}); - -Demo.Func = BI.inherit(BI.Widget, { - render: function () { - var view = BI.View.createView("/change", {}, { - element: this - }); - view.populate(); - }, - - mounted: function () { - } -}); -BI.shortcut("demo.change", Demo.Func);// local函数 -LocalView = BI.inherit(BI.View, { - _defaultConfig: function () { - return BI.extend(LocalView.superclass._defaultConfig.apply(this, arguments), { - baseCls: "bi-local" - }); - }, - - _init: function () { - LocalView.superclass._init.apply(this, arguments); - this.buttons = {}; - }, - - _addElement2Vessel: function (id) { - var self = this; - this.buttons[id] = this.elementVessel.addItem({ - type: "bi.text_button", - text: "Button:" + id, - width: 180, - height: 22, - cls: "delete-button button", - handler: function () { - self.set("delete", id); - } - }); - }, - - _deleteElement: function (id) { - this.buttons[id] && this.buttons[id].destroy(); - delete this.buttons[id]; - }, - - _createTop: function () { - var self = this; - this.elementVessel = BI.createWidget({ - type: "bi.left", - height: 200, - cls: "vessel-border", - scrollable: true, - vgap: 10, - hgap: 10 - }); - - return BI.createWidget({ - type: "bi.vertical", - items: [ - { - el: { - type: "bi.text_button", - text: "点击添加元素", - cls: "top-button", - handler: function () { - self.model.set("add", true); - }, - height: 30 - } - }, - this.elementVessel - ] - }); - }, - - _showModelData: function () { - this.text.setText(JSON.stringify(this.model.toJSON())); - }, - - _createCenter: function () { - var modelData = BI.createWidget({ - type: "bi.center", - vgap: 10, - hgap: 10, - cls: "vessel-border", - height: 200, - items: [{ - el: this.text = BI.createWidget({ - type: "bi.label", - hgap: 30, - textHeight: 30, - whiteSpace: "normal" - }) - }] - }); - - return BI.createWidget({ - type: "bi.vertical", - items: [ - { - el: { - type: "bi.label", - cls: "bottom-label", - text: "Model层数据", - height: 30 - } - }, - modelData - ] - }); - }, - - render: function (vessel) { - BI.createWidget({ - type: "bi.vertical", - element: vessel, - items: [{ - el: this._createTop() - }, { - el: this._createCenter() - }], - hgap: 50, - vgap: 20 - }); - - this._showModelData(); - }, - - local: function () { - if(this.model.has("add")) { - var add = this.model.get("add"); - this._addElement2Vessel(this.model.getEditing()); - this._showModelData(); - return true; - } - if(this.model.has("delete")) { - var id = this.model.get("delete"); - this._deleteElement(id); - this._showModelData(); - return true; - } - return false; - } -}); - -LocalModel = BI.inherit(BI.Model, { - _defaultConfig: function () { - return BI.extend(LocalModel.superclass._defaultConfig.apply(this, arguments), { - - }); - }, - - _init: function () { - LocalModel.superclass._init.apply(this, arguments); - }, - - local: function () { - if(this.has("add")) { - this.get("add"); - var id = BI.UUID(); - this.set(id, "这是新增的属性:" + id); - this.setEditing(id); - return true; - } - if(this.has("delete")) { - var id = this.get("delete"); - this.unset(id); - return true; - } - return false; - } - -}); - -Demo.Func = BI.inherit(BI.Widget, { - render: function () { - var view = BI.View.createView("/local", {}, { - element: this - }); - view.populate(); - }, - - mounted: function () { - } -}); -BI.shortcut("demo.local", Demo.Func);// set、get函数 -SetGetView = BI.inherit(BI.View, { - _defaultConfig: function () { - return BI.extend(SetGetView.superclass._defaultConfig.apply(this, arguments), { - baseCls: "bi-set-get" - }); - }, - - _init: function () { - SetGetView.superclass._init.apply(this, arguments); - }, - - change: function (changed) { - this._showModelData(); - }, - - _createLeft: function () { - var self = this; - return (this.left = BI.createWidget({ - type: "bi.border", - items: { - north: { - el: { - type: "bi.label", - cls: "left-title", - text: "get、set用法:", - height: 30 - }, - height: 30 - }, - center: { - el: { - type: "bi.button_group", - items: BI.createItems(this.model.get("arr"), { - type: "bi.text_button", - cls: "left-nav", - height: 30, - handler: function (v) { - self.model.set("click", v); - } - }), - layouts: [{ - type: "bi.vertical" - }] - } - } - } - })); - }, - - _showModelData: function () { - this.text.setText(JSON.stringify(this.model.toJSON())); - }, - - _createRight: function () { - return (this.right = BI.createWidget({ - type: "bi.border", - items: { - north: { - el: { - type: "bi.label", - cls: "right-title", - text: "Model层数据", - height: 30 - }, - height: 30 - }, - center: { - el: this.text = BI.createWidget({ - type: "bi.label", - whiteSpace: "normal", - textHeight: 50 - }) - } - } - })); - }, - - render: function (vessel) { - BI.createWidget({ - type: "bi.center", - element: vessel, - items: [{ - el: this._createLeft() - }, { - el: this._createRight() - }], - hgap: 50, - vgap: 100 - }); - this._showModelData(); - } -}); - -SetGetModel = BI.inherit(BI.Model, { - _defaultConfig: function () { - return BI.extend(SetGetModel.superclass._defaultConfig.apply(this, arguments), { - arr: [ - {text: "item1", value: 1}, - {text: "item2", value: 2}, - {text: "item3", value: 3}, - {text: "item4", value: 4}, - {text: "item5", value: 5}, - {text: "item6", value: 6}, - {text: "item7", value: 7}, - {text: "item8", value: 8} - ] - }); - }, - - _init: function () { - SetGetModel.superclass._init.apply(this, arguments); - } - -}); - - -Demo.Func = BI.inherit(BI.Widget, { - render: function () { - var view = BI.View.createView("/setget", {}, { - element: this - }); - view.populate(); - }, - - mounted: function () { - } -}); -BI.shortcut("demo.setget", Demo.Func);// skipTo 函数 -SkipToView = BI.inherit(BI.View, { - _defaultConfig: function () { - return BI.extend(SkipToView.superclass._defaultConfig.apply(this, arguments), { - baseCls: "bi-skip-to" - }); - }, - - _init: function () { - SkipToView.superclass._init.apply(this, arguments); - }, - - _createNav: function () { - var self = this; - var nav = BI.createWidget({ - type: "bi.button_group", - cls: "top-nav", - items: BI.createItems(this.model.get("items"), { - type: "bi.text_button", - height: 30, - textAlign: "center", - hgap: 20 - }), - layouts: [{ - type: "bi.left", - height: 40, - vgap: 5, - hgap: 3 - }] - }); - nav.on(BI.ButtonGroup.EVENT_CHANGE, function () { - self.skipTo(this.getValue()[0], "pane", this.getValue()[0]); - }); - return nav; - }, - - _createPane: function () { - var pane = BI.createWidget({ - type: "bi.center", - cls: "center-pane", - height: 200 - }); - this.addSubVessel("pane", pane, { - defaultShowName: "green" - }); - return pane; - }, - - render: function (vessel) { - BI.createWidget({ - type: "bi.vertical", - element: vessel, - items: [this._createNav(), this._createPane()], - vgap: 10, - hgap: 10 - }); - }, - - refresh: function () { - this.skipTo("green", "pane", "green"); - } -}); - -SkipToModel = BI.inherit(BI.Model, { - _defaultConfig: function () { - return BI.extend(SkipToModel.superclass._defaultConfig.apply(this, arguments), { - red: { - text: "hotpink" - }, blue: { - text: "cornflowerblue" - }, green: { - text: "darkcyan" - }, yellow: { - text: "darkgoldenrod" - } - }); - }, - _static: function () { - return { - items: [{ - text: "hotpink", - value: "red", - cls: "red-pane mvc-button" - }, { - text: "cornflowerblue", - value: "blue", - cls: "blue-pane mvc-button" - }, { - text: "darkcyan", - value: "green", - cls: "green-pane mvc-button", - selected: true - }, { - text: "darkgoldenrod", - value: "yellow", - cls: "yellow-pane mvc-button" - }] - }; - }, - - _init: function () { - SkipToModel.superclass._init.apply(this, arguments); - } -}); - -// Red pane #FF69B4 -SkipToRedView = BI.inherit(BI.View, { - _init: function () { - SkipToRedView.superclass._init.apply(this, arguments); - }, - - render: function (vessel) { - BI.createWidget({ - type: "bi.absolute", - element: vessel, - cls: "red-pane", - items: [{ - el: { - type: "bi.label", - text: "Model Data: " + JSON.stringify(this.model.toJSON()), - hgap: 20, - height: 26 - } - }] - }); - } - -}); - -SkipToRedModel = BI.inherit(BI.Model, { - _defaultConfig: function () { - return BI.extend(SetGetModel.superclass._defaultConfig.apply(this, arguments), { - - }); - }, - - _init: function () { - SkipToRedModel.superclass._init.apply(this, arguments); - } -}); - -// Blue pane #6495ED -SkipToBlueView = BI.inherit(BI.View, { - _init: function () { - SkipToBlueView.superclass._init.apply(this, arguments); - }, - - render: function (vessel) { - BI.createWidget({ - type: "bi.absolute", - element: vessel, - cls: "blue-pane", - items: [{ - el: { - type: "bi.label", - text: "Model Data: " + JSON.stringify(this.model.toJSON()), - hgap: 20, - height: 26 - }, - left: 0, - right: 0, - top: 0, - bottom: 0 - }] - }); - } -}); - -SkipToBlueModel = BI.inherit(BI.Model, { - _defaultConfig: function () { - return BI.extend(SetGetModel.superclass._defaultConfig.apply(this, arguments), { - }); - }, - - _init: function () { - SkipToGreenModel.superclass._init.apply(this, arguments); - } -}); - -// Dark green pane #008B8B -SkipToGreenView = BI.inherit(BI.View, { - _init: function () { - SkipToGreenView.superclass._init.apply(this, arguments); - }, - - render: function (vessel) { - BI.createWidget({ - type: "bi.absolute", - element: vessel, - cls: "green-pane", - items: [{ - el: { - type: "bi.label", - text: "Model Data: " + JSON.stringify(this.model.toJSON()), - hgap: 20, - height: 26 - }, - left: 0, - right: 0, - top: 0, - bottom: 0 - }] - }); - } -}); - -SkipToGreenModel = BI.inherit(BI.Model, { - _defaultConfig: function () { - return BI.extend(SetGetModel.superclass._defaultConfig.apply(this, arguments), { - }); - }, - - _init: function () { - SkipToGreenModel.superclass._init.apply(this, arguments); - } -}); - -// Dark yellow pane #B8860B -SkipToYellowView = BI.inherit(BI.View, { - _init: function () { - SkipToYellowView.superclass._init.apply(this, arguments); - }, - - render: function (vessel) { - BI.createWidget({ - type: "bi.absolute", - element: vessel, - cls: "yellow-pane", - items: [{ - el: { - type: "bi.label", - text: "Model Data: " + JSON.stringify(this.model.toJSON()), - hgap: 20, - height: 26 - }, - left: 0, - right: 0, - top: 0, - bottom: 0 - }] - }); - } -}); - -SkipToYellowModel = BI.inherit(BI.Model, { - _defaultConfig: function () { - return BI.extend(SetGetModel.superclass._defaultConfig.apply(this, arguments), { - }); - }, - - _init: function () { - SkipToYellowModel.superclass._init.apply(this, arguments); - } -}); - -Demo.Func = BI.inherit(BI.Widget, { - render: function () { - var view = BI.View.createView("/skipTo", {}, { - element: this - }); - view.populate(); - }, - - mounted: function () { - } -}); -BI.shortcut("demo.skipTo", Demo.Func); -// splice和duplicate函数 -SpliceDuplicateView = BI.inherit(BI.View, { - _defaultConfig: function () { - return BI.extend(SpliceDuplicateView.superclass._defaultConfig.apply(this, arguments), { - baseCls: "bi-splice-duplicate" - }); - }, - - _init: function () { - SpliceDuplicateView.superclass._init.apply(this, arguments); - this.children = {}; - }, - - splice: function (old, key1, key2) { - this.children[key1].destroy(); - delete this.children[key1]; - this._showModelData(); - }, - - duplicate: function (copy, key1, key2) { - this.add(copy); - this._showModelData(); - }, - - _showModelData: function () { - // 这里只是为了输出this.model.data 原则上是不允许这么调用的 - this.text.setText("父级数据:" + JSON.stringify(this.model.data)); - }, - - render: function (vessel) { - this.text = BI.createWidget({ - type: "bi.label", - height: 50, - cls: "superiors-label" - }); - this.container = BI.createWidget({ - type: "bi.vertical", - element: vessel, - items: [this.text], - hgap: 100, - vgap: 10 - }); - this._showModelData(); - }, - - add: function (id) { - this.children[id] = BI.createWidget({ - type: "bi.center", - hgap: 10, - vgap: 10 - }); - this.addSubVessel(id, this.children[id], { - defaultShowName: "sdSub" - }); - this.skipTo("sdSub", id, id); - this.container.addItem(this.children[id]); - }, - - refresh: function () { - var self = this; - BI.each(this.model.toJSON(), function (key, value) { - if (!self.children[key]) { - self.add(key); - } - }); - } -}); - -SpliceDuplicateModel = BI.inherit(BI.Model, { - _defaultConfig: function () { - return BI.extend(SpliceDuplicateModel.superclass._defaultConfig.apply(this, arguments), { - 1: { - name: "名字" - } - }); - }, - - splice: function (key1) { - delete this.data[key1]; - }, - - similar: function (value, key1) { - value.name = BI.Func.createDistinctName(this.data, this.get(key1).name); - return value; - }, - - duplicate: function (copy, key1) { - this.data[copy] = this.get(copy); - }, - - _init: function () { - SpliceDuplicateModel.superclass._init.apply(this, arguments); - }, - - refresh: function () { - this.data = BI.deepClone(this.toJSON()); - } -}); - -SDSubView = BI.inherit(BI.View, { - _defaultConfig: function () { - return SDSubView.superclass._defaultConfig.apply(this, arguments); - }, - - _init: function () { - SDSubView.superclass._init.apply(this, arguments); - }, - - render: function (vessel) { - var self = this; - BI.createWidget({ - type: "bi.center", - element: vessel, - cls: "sd-child", - height: 30, - items: [{ - type: "bi.text_button", - height: 30, - text: "复制 " + this.model.get("name") + " , 数据:" + JSON.stringify(this.model.toJSON()), - cls: "right-button-add", - handler: function () { - self.model.copy(); - } - }, { - type: "bi.text_button", - height: 30, - text: "删除", - cls: "right-button-del", - handler: function () { - self.model.destroy(); - } - }] - }); - } -}); - -SDSubModel = BI.inherit(BI.Model, { - _defaultConfig: function () { - return BI.extend(SDSubModel.superclass._defaultConfig.apply(this, arguments), {}); - }, - - _init: function () { - SDSubModel.superclass._init.apply(this, arguments); - } -}); - -Demo.Func = BI.inherit(BI.Widget, { - render: function () { - var view = BI.View.createView("/spliceDuplicate", {}, { - element: this - }); - view.populate(); - }, - - mounted: function () { - } -}); -BI.shortcut("demo.spliceDuplicate", Demo.Func); -TmpView = BI.inherit(BI.View, { - _defaultConfig: function () { - return BI.extend(TmpView.superclass._defaultConfig.apply(this, arguments), { - baseCls: "bi-tmp" - }); - }, - - _init: function () { - TmpView.superclass._init.apply(this, arguments); - }, - - change: function (changed) { - if(changed.data1) { - this._showModelData(); - } - }, - - _showModelData: function () { - this.text.setText("父级Model层数据为:" + JSON.stringify(this.model.toJSON())); - }, - - _createMain: function () { - var self = this; - return BI.createWidget({ - type: "bi.border", - items: { - west: { - el: { - type: "bi.vertical", - vgap: 10, - items: [{ - el: (this.text = BI.createWidget({ - type: "bi.label", - whiteSpace: "normal" - })) - }, { - el: { - type: "bi.text_button", - cls: "tmp-button mvc-button", - text: "点击触发事件tmp('data1', {child: {type: {value: \"临时数据\"}}})", - height: 30, - handler: function () { - self.model.tmp("data1", { - child: { - type: { - value: "临时数据" - } - } - }); - } - } - }, { - el: { - type: "bi.text_button", - cls: "tmp-button mvc-button", - text: "点击触发事件submit", - height: 30, - handler: function () { - self.model.submit(); - } - } - }, { - el: { - type: "bi.text_button", - cls: "tmp-button mvc-button", - text: "点击跳转到右方", - height: 30, - handler: function () { - self.addSubVessel("test", self.center).skipTo("child", "test", "data1"); - } - } - }] - }, - width: 200 - }, - center: { - el: (this.center = BI.createWidget()) - } - } - }); - }, - - render: function (vessel) { - BI.createWidget({ - type: "bi.center", - element: vessel, - items: [{ - el: this._createMain() - }], - hgap: 50, - vgap: 100 - }); - }, - - refresh: function () { - this._showModelData(); - } -}); - -TmpModel = BI.inherit(BI.Model, { - _defaultConfig: function () { - return BI.extend(TmpModel.superclass._defaultConfig.apply(this, arguments), { - data1: { - child: { - type: { - value: "这是一个测试数据" - } - } - }, - data2: "test" - }); - }, - - _init: function () { - TmpModel.superclass._init.apply(this, arguments); - } - -}); - -TmpChildView = BI.inherit(BI.View, { - _defaultConfig: function () { - return BI.extend(TmpChildView.superclass._defaultConfig.apply(this, arguments), { - baseCls: "bi-tmp-child" - }); - }, - - _init: function () { - TmpChildView.superclass._init.apply(this, arguments); - }, - - change: function (changed) { - if(changed.child) { - this._showModelData(); - } - }, - - _showModelData: function () { - this.text.setText("子级Model层数据为:" + JSON.stringify(this.model.toJSON())); - }, - - _createMain: function () { - var self = this; - return BI.createWidget({ - type: "bi.border", - items: { - west: { - el: { - type: "bi.vertical", - vgap: 10, - items: [{ - el: (this.text = BI.createWidget({ - type: "bi.label", - whiteSpace: "normal" - })) - }, { - el: { - type: "bi.text_button", - cls: "tmp-button mvc-button", - text: "点击触发事件set", - height: 30, - handler: function () { - self.set("child", { - type: { - value: "值改变了" - } - }); - } - } - }, { - el: { - type: "bi.text_button", - cls: "tmp-button mvc-button", - text: "点击跳转到右方", - height: 30, - handler: function () { - self.addSubVessel("test", self.center).skipTo("child", "test", "child"); - } - } - }] - }, - width: 200 - }, - center: { - el: (this.center = BI.createWidget()) - } - } - }); - }, - - render: function (vessel) { - BI.createWidget({ - type: "bi.center", - element: vessel, - items: [{ - el: this._createMain() - }], - hgap: 50 - }); - }, - - refresh: function () { - this._showModelData(); - } -}); - -TmpChildModel = BI.inherit(BI.Model, { - _defaultConfig: function () { - return BI.extend(TmpChildModel.superclass._defaultConfig.apply(this, arguments), { - - }); - }, - - _init: function () { - TmpChildModel.superclass._init.apply(this, arguments); - } - -}); -TmpChildChildView = BI.inherit(BI.View, { - _defaultConfig: function () { - return BI.extend(TmpChildChildView.superclass._defaultConfig.apply(this, arguments), { - baseCls: "bi-tmp-child-child" - }); - }, - - _init: function () { - TmpChildChildView.superclass._init.apply(this, arguments); - }, - - change: function (changed) { - if(changed.type) { - this._showModelData(); - } - }, - - _showModelData: function () { - this.text.setText("叶节点数据为:" + JSON.stringify(this.model.toJSON())); - }, - - _createMain: function () { - return (this.text = BI.createWidget({ - type: "bi.label", - whiteSpace: "normal" - })); - }, - - render: function (vessel) { - BI.createWidget({ - type: "bi.center", - element: vessel, - items: [{ - el: this._createMain() - }], - hgap: 50 - }); - }, - - refresh: function () { - this._showModelData(); - } -}); - -TmpChildChildModel = BI.inherit(BI.Model, { - _defaultConfig: function () { - return BI.extend(TmpChildChildModel.superclass._defaultConfig.apply(this, arguments), { - - }); - }, - - _init: function () { - TmpChildChildModel.superclass._init.apply(this, arguments); - } - -}); - -Demo.Func = BI.inherit(BI.Widget, { - render: function () { - var view = BI.View.createView("/tmp", {}, { - element: this - }); - view.populate(); - }, - - mounted: function () { - } -}); -BI.shortcut("demo.tmp", Demo.Func); -(function () { - var model = Fix.define({ - name: "原始属性", - arr: [{ - n: "a" - }, { - n: "b" - }] - }); - var Computed = BI.inherit(Fix.Model, { - computed: { - b: function () { - return this.name + "-计算属性"; - } - } - }); - - Demo.Fix = BI.inherit(BI.Widget, { - _store: function () { - return new Computed(model); - }, - watch: { - b: function () { - this.button.setText(this.model.b); - } - }, - render: function () { - var self = this; - return { - type: "bi.absolute", - items: [{ - el: { - type: "bi.button", - ref: function () { - self.button = this; - }, - handler: function () { - self.model.name = "这是改变后的属性"; - }, - text: this.model.b - } - }] - }; - }, - mounted: function () { - - - } - }); - - BI.shortcut("demo.fix_computed", Demo.Fix); -}());(function () { - var ParentStore = BI.inherit(Fix.Model, { - state: function () { - return { - context: "默认context" - }; - }, - childContext: ["context"] - }); - - var ChildStore = BI.inherit(Fix.Model, { - context: ["context"], - computed: { - currContext: function () { - return this.model.context; - } - }, - actions: { - changeContext: function () { - this.model.context = "改变后的context"; - } - } - }); + }); var Child = BI.inherit(BI.Widget, { _store: function () { @@ -10538,7 +8990,7 @@ BI.shortcut("demo.date_time", Demo.CustomDateTime);Demo.Downlist = BI.inherit(BI type: "bi.label", text: "显示选择值", width: 500, - cls: "layout-bg4", + cls: "layout-bg3", ref: function (_ref) { self.label = _ref; } @@ -11932,7 +10384,7 @@ Demo.YearQuarterCombo = BI.inherit(BI.Widget, { } }); -BI.shortcut("demo.year_quarter_combo", Demo.YearQuarterCombo);Demo.CONFIG = Demo.CORE_CONFIG.concat(Demo.BASE_CONFIG).concat(Demo.CASE_CONFIG).concat(Demo.WIDGET_CONFIG).concat(Demo.COMPONENT_CONFIG).concat(Demo.FIX_CONFIG).concat(Demo.CATEGORY_CONFIG); +BI.shortcut("demo.year_quarter_combo", Demo.YearQuarterCombo);Demo.CONFIG = Demo.CORE_CONFIG.concat(Demo.BASE_CONFIG).concat(Demo.CASE_CONFIG).concat(Demo.WIDGET_CONFIG).concat(Demo.COMPONENT_CONFIG).concat(Demo.FIX_CONFIG); Demo.CONSTANTS = { SIMPLE_ITEMS: BI.map("柳州市城贸金属材料有限责任公司 柳州市建福房屋租赁有限公司 柳州市迅昌数码办公设备有限责任公司 柳州市河海贸易有限责任公司 柳州市花篮制衣厂 柳州市兴溪物资有限公司 柳州市针织总厂 柳州市衡管物资有限公司 柳州市琪成机电设备有限公司 柳州市松林工程机械修理厂".match(/[^\s]+/g), function (i, v) { diff --git a/dist/fineui.css b/dist/fineui.css index 17edffac8..1aeaa09d9 100644 --- a/dist/fineui.css +++ b/dist/fineui.css @@ -2570,10 +2570,10 @@ textarea { border-radius: 2px; } .bi-search-editor .circle-close-font { - font-size: 16px; + font-size: 18px; } .bi-search-editor .search-font { - font-size: 16px; + font-size: 18px; } /*************BI.SearchEditor******************/ @@ -2587,10 +2587,10 @@ textarea { font-size: 12px; } .bi-small-search-editor .close-font { - font-size: 18px; + font-size: 16px; } .bi-small-search-editor .search-font { - font-size: 18px; + font-size: 16px; } .bi-message-title { font-size: 14px; diff --git a/dist/fineui.ie.min.js b/dist/fineui.ie.min.js index 6cab19604..6c454a9a2 100644 --- a/dist/fineui.ie.min.js +++ b/dist/fineui.ie.min.js @@ -1,4 +1,4 @@ -/*! fineui 2019-02-14 17:24:23 */ +/*! fineui 2019-02-15 13:59:45 */ function _classCallCheck(a,b){if(!(a instanceof b))throw new TypeError("Cannot call a class as a function")}var _global;_global="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,null==_global.BI&&(_global.BI={prepares:[]}),null==_global.BI.prepares&&(_global.BI.prepares=[]),Array.prototype.indexOf||(Array.prototype.indexOf=function(a,b){var c;if(null==this)throw new TypeError('"this" is null or not defined');var d=Object(this),e=d.length>>>0;if(0===e)return-1;var f=0|b;if(f>=e)return-1;for(c=Math.max(f>=0?f:e-Math.abs(f),0);c>>0;if(0===e)return-1;for(b=e-1,arguments.length>1&&(b=Number(arguments[1]),b!=b?b=0:0!=b&&b!=1/0&&b!=-(1/0)&&(b=(b>0||-1)*Math.floor(Math.abs(b)))),c=b>=0?Math.min(b,e-1):e-Math.abs(b);c>=0;c--)if(c in d&&d[c]===a)return c;return-1}),_global.console=_global.console||function(){var a={};return a.log=a.warn=a.debug=a.info=a.error=a.time=a.dir=a.profile=a.clear=a.exception=a.trace=a.assert=function(){},a}(),_global.localStorage||(_global.localStorage={items:{},setItem:function(a,b){BI.Cache.addCookie(a,b)},getItem:function(a){return BI.Cache.getCookie(a)},removeItem:function(a){BI.Cache.deleteCookie(a)},key:function(){},clear:function(){this.items={}}}),Object.keys||(Object.keys=function(a){if(a!==Object(a))throw new TypeError("Object.keys called on a non-object");var b,c,d={__ob__:b,$accessors:b,$vbthis:b,$vbsetter:b},e=[];for(c in a)c in d||Object.prototype.hasOwnProperty.call(a,c)&&e.push(c);return e}),Array.isArray||(Array.isArray=function(a){return"[object Array]"===Object.prototype.toString.call(a)}),"function"!=typeof Object.getPrototypeOf&&(Object.getPrototypeOf="".__proto__===String.prototype?function(a){return a.__proto__}:function(a){return a.constructor.prototype}),Date.now||(Date.now=function(){return(new Date).valueOf()}),"undefined"!=typeof Set&&Set.toString().match(/native code/)||(Set=function(){this.set={}},Set.prototype.has=function(a){return void 0!==this.set[a]},Set.prototype.add=function(a){this.set[a]=1},Set.prototype.clear=function(){this.set={}}),!function(a){var b=a.navigator.userAgent.toLowerCase(),c=/msie/;if(c.test(b)){var d=Array.prototype.sort;Array.prototype.sort=function(a){if(a&&"function"==typeof a){if(this.length<2)return this;for(var b,c=0,e=c+1,f=this.length,g=!1,h=0;c0,g===!0&&(b=this[c],this[c]=this[e],this[e]=b);return this}return d.call(this)}}}(window);var _global;_global="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,null==_global.BI&&(_global.BI={prepares:[]}),null==_global.BI.prepares&&(_global.BI.prepares=[]),function(){function a(a,b,c){switch(c.length){case 0:return a.call(b);case 1:return a.call(b,c[0]);case 2:return a.call(b,c[0],c[1]);case 3:return a.call(b,c[0],c[1],c[2])}return a.apply(b,c)}function b(a,b,c,d){for(var e=-1,f=null==a?0:a.length;++e-1}function g(a,b,c){for(var d=-1,e=null==a?0:a.length;++d-1;);return c}function z(a,b){for(var c=a.length;c--&&o(b,a[c],0)>-1;);return c}function A(a,b){for(var c=a.length,d=0;c--;)a[c]===b&&++d;return d}function B(a,b){return null==a?Ie:a[b]}function C(a){return Cg.test(a)}function D(a){for(var b,c=[];!(b=a.next()).done;)c.push(b.value);return c}function E(a){var b=-1,c=Array(a.size);return a.forEach(function(a,d){c[++b]=[d,a]}),c}function F(a,b){return function(c){return a(b(c))}}function G(a,b){for(var c=-1,d=a.length,e=0,f=[];++c-1}function ea(a,b){var c=this.__data__,d=xa(c,a);return d<0?(++this.size,c.push([a,b])):c[d][1]=b,this}function fa(a){var b=-1,c=null==a?0:a.length;for(this.clear();++b=b?a:b)),a}function Ea(a,b,d,e,f,g){var h,i=b&Pe,j=b&Qe,k=bℜif(d&&(h=f?d(a,e,f,g):d(a)),h!==Ie)return h;if(!Sd(a))return a;var l=si(a);if(l){if(h=xc(a),!i)return Qb(a,h)}else{var m=bi(a),n=m==uf||m==vf;if(ti(a))return Gb(a,i);if(m==zf||m==of||n&&!f){if(h=j||n?{}:yc(a),!i)return j?Tb(a,Aa(h,a)):Sb(a,za(h,a))}else{if(!Eg[m])return f?a:{};h=zc(a,m,i)}}g||(g=new oa);var o=g.get(a);if(o)return o;if(g.set(a,h),xi(a))return a.forEach(function(c){h.add(Ea(c,b,d,c,a,g))}),h;if(vi(a))return a.forEach(function(c,e){h.set(e,Ea(c,b,d,e,a,g))}),h;var p=k?j?nc:mc:j?me:le,q=l?Ie:p(a);return c(q||a,function(c,e){q&&(e=c,c=a[e]),wa(h,e,Ea(c,b,d,e,a,g))}),h}function Fa(a,b,c){if("function"!=typeof a)throw new TypeError(Le);return setTimeout(function(){a.apply(Ie,c)},b)}function Ga(a,b,c,d){var e=-1,i=f,j=!0,k=a.length,l=[],m=b.length;if(!k)return l;c&&(b=h(b,v(c))),d?(i=g,j=!1):b.length>=Ke&&(i=x,j=!1,b=new la(b));a:for(;++e0&&c(h)?b>1?Ka(h,b-1,c,d,e):i(e,h):d||(e[e.length]=h)}return e}function La(a,b){return a&&Vh(a,b,le)}function Ma(a,b){return a&&Wh(a,b,le)}function Na(a,b){return e(b,function(b){return Qd(a[b])})}function Oa(a,b){b=Eb(b,a);for(var c=0,d=b.length;null!=a&&cb}function Sa(a,b){return null!=a&&ah.call(a,b)}function Ta(a,b){return null!=a&&b in Object(a)}function Ua(a,b,c){for(var d=c?g:f,e=a[0].length,i=a.length,j=i,k=Array(i),l=1/0,m=[];j--;){var n=a[j];j&&b&&(n=h(n,v(b))),l=Ah(n.length,l),k[j]=!c&&(b||e>=120&&n.length>=120)?new la(j&&n):Ie}n=a[0];var o=-1,p=k[0];a:for(;++oe?0:e+b),c=c>e?e:c,c<0&&(c+=e),e=b>c?0:c-b>>>0,b>>>=0;for(var f=Array(e);++d=Ke){var l=b?null:Zh(a);if(l)return I(l);i=!1,e=x,k=new la}else k=b?[]:j;a:for(;++d=d?a:wb(a,b,c)}function Gb(a,b){if(b)return a.slice();var c=a.length,d=kh?kh(c):new a.constructor(c);return a.copy(d),d}function Hb(a){var b=new a.constructor(a.byteLength);return new jh(b).set(new jh(a)),b}function Ib(a,b){var c=b?Hb(a.buffer):a.buffer;return new a.constructor(c,a.byteOffset,a.byteLength)}function Jb(a){var b=new a.constructor(a.source,cg.exec(a));return b.lastIndex=a.lastIndex,b}function Kb(a){return Rh?Object(Rh.call(a)):{}}function Lb(a,b){var c=b?Hb(a.buffer):a.buffer;return new a.constructor(c,a.byteOffset,a.length)}function Mb(a,b){if(a!==b){var c=a!==Ie,d=null===a,e=a===a,f=Zd(a),g=b!==Ie,h=null===b,i=b===b,j=Zd(b);if(!h&&!j&&!f&&a>b||f&&g&&i&&!h&&!j||d&&g&&i||!c&&i||!e)return 1;if(!d&&!f&&!j&&a=h)return i;var j=c[d];return i*("desc"==j?-1:1)}}return a.index-b.index}function Ob(a,b,c,d){for(var e=-1,f=a.length,g=c.length,h=-1,i=b.length,j=zh(f-g,0),k=Array(i+j),l=!d;++h1?c[e-1]:Ie,g=e>2?c[2]:Ie;for(f=a.length>3&&"function"==typeof f?(e--,f):Ie,g&&Dc(c[0],c[1],g)&&(f=e<3?Ie:f,e=1),b=Object(b);++d-1?e[f?b[g]:g]:Ie}}function ac(a,b,c,d,e,f,g,h,i,j){function k(){for(var r=arguments.length,s=Array(r),t=r;t--;)s[t]=arguments[t];if(o)var u=pc(k),v=A(s,u);if(d&&(s=Ob(s,d,e,o)),f&&(s=Pb(s,f,g,o)),r-=v,o&&r1&&s.reverse(),l&&ih))return!1;var j=f.get(a);if(j&&f.get(b))return j==b;var l=-1,m=!0,n=c&Te?new la:Ie;for(f.set(a,b),f.set(b,a);++l1?"& ":"")+b[d],b=b.join(c>2?", ":" "),a.replace($f,"{\n/* [wrapped with "+b+"] */\n")}function Bc(a){return si(a)||ri(a)||!!(ph&&a&&a[ph])}function Cc(a,b){var c=typeof a;return b=null==b?jf:b,!!b&&("number"==c||"symbol"!=c&&hg.test(a))&&a>-1&&a%1==0&&a0){if(++b>=cf)return arguments[0]}else b=0;return a.apply(Ie,arguments)}}function Uc(a){if("string"==typeof a||Zd(a))return a;var b=a+"";return"0"==b&&1/a==-hf?"-0":b}function Vc(a){if(null!=a){try{return _g.call(a)}catch(b){}try{return a+""}catch(b){}}return""}function Wc(a,b){return c(nf,function(c){var d="_."+c[0];b&c[1]&&!f(a,d)&&a.push(d)}),a.sort()}function Xc(a){if(a instanceof R)return a.clone();var b=new Q(a.__wrapped__,a.__chain__);return b.__actions__=Qb(a.__actions__),b.__index__=a.__index__,b.__values__=a.__values__,b}function Yc(a){for(var b=-1,c=null==a?0:a.length,d=0,e=[];++b0&&(c=b.apply(this,arguments)),a<=1&&(b=Ie),c}}function Bd(a,b,c){function d(b){var c=m,d=n;return m=n=Ie,s=b,p=a.apply(d,c)}function e(a){return s=a,q=setTimeout(h,b),t?d(a):p}function f(a){var c=a-r,d=a-s,e=b-c;return u?Ah(e,o-d):e}function g(a){var c=a-r,d=a-s;return r===Ie||c>=b||c<0||u&&d>=o}function h(){var a=ni();return g(a)?i(a):void(q=setTimeout(h,f(a)))}function i(a){return q=Ie,v&&m?d(a):(m=n=Ie,p)}function j(){q!==Ie&&clearTimeout(q),s=0,m=r=n=q=Ie}function k(){return q===Ie?p:i(ni())}function l(){var a=ni(),c=g(a);if(m=arguments,n=this,r=a,c){if(q===Ie)return e(r);if(u)return q=setTimeout(h,b),d(r)}return q===Ie&&(q=setTimeout(h,b)),p}var m,n,o,p,q,r,s=0,t=!1,u=!1,v=!0;if("function"!=typeof a)throw new TypeError(Le);return b=ce(b)||0,Sd(c)&&(t=!!c.leading,u="maxWait"in c,o=u?zh(ce(c.maxWait)||0,b):o,v="trailing"in c?!!c.trailing:v),l.cancel=j,l.flush=k,l}function Cd(a,b){if("function"!=typeof a||null!=b&&"function"!=typeof b)throw new TypeError(Le);var c=function(){var d=arguments,e=b?b.apply(this,d):d[0],f=c.cache;if(f.has(e))return f.get(e);var g=a.apply(this,d);return c.cache=f.set(e,g)||f,g};return c.cache=new(Cd.Cache||fa),c}function Dd(a){if("function"!=typeof a)throw new TypeError(Le);return function(){var b=arguments;switch(b.length){case 0: return!a.call(this);case 1:return!a.call(this,b[0]);case 2:return!a.call(this,b[0],b[1]);case 3:return!a.call(this,b[0],b[1],b[2])}return!a.apply(this,b)}}function Ed(a){return Ad(2,a)}function Fd(a,b){if("function"!=typeof a)throw new TypeError(Le);return b=b===Ie?b:be(b),ub(a,b)}function Gd(a,b,c){var d=!0,e=!0;if("function"!=typeof a)throw new TypeError(Le);return Sd(c)&&(d="leading"in c?!!c.leading:d,e="trailing"in c?!!c.trailing:e),Bd(a,b,{leading:d,maxWait:b,trailing:e})}function Hd(a){return Ea(a,Re)}function Id(a){return Ea(a,Pe|Re)}function Jd(a,b){return a===b||a!==a&&b!==b}function Kd(a){return null!=a&&Rd(a.length)&&!Qd(a)}function Ld(a){return Td(a)&&Kd(a)}function Md(a){return a===!0||a===!1||Td(a)&&Qa(a)==rf}function Nd(a){if(null==a)return!0;if(Kd(a)&&(si(a)||"string"==typeof a||"function"==typeof a.splice||ti(a)||yi(a)||ri(a)))return!a.length;var b=bi(a);if(b==wf||b==Df)return!a.size;if(Ic(a))return!gb(a).length;for(var c in a)if(ah.call(a,c))return!1;return!0}function Od(a,b){return Za(a,b)}function Pd(a){return"number"==typeof a&&xh(a)}function Qd(a){if(!Sd(a))return!1;var b=Qa(a);return b==uf||b==vf||b==qf||b==Bf}function Rd(a){return"number"==typeof a&&a>-1&&a%1==0&&a<=jf}function Sd(a){var b=typeof a;return null!=a&&("object"==b||"function"==b)}function Td(a){return null!=a&&"object"==typeof a}function Ud(a){return Wd(a)&&a!=+a}function Vd(a){return null===a}function Wd(a){return"number"==typeof a||Td(a)&&Qa(a)==xf}function Xd(a){if(!Td(a)||Qa(a)!=zf)return!1;var b=lh(a);if(null===b)return!0;var c=ah.call(b,"constructor")&&b.constructor;return"function"==typeof c&&c instanceof c&&_g.call(c)==eh}function Yd(a){return"string"==typeof a||!si(a)&&Td(a)&&Qa(a)==Ef}function Zd(a){return"symbol"==typeof a||Td(a)&&Qa(a)==Ff}function $d(a){return a===Ie}function _d(a){if(!a)return[];if(Kd(a))return Yd(a)?L(a):Qb(a);if(qh&&a[qh])return D(a[qh]());var b=bi(a),c=b==wf?E:b==Df?I:qe;return c(a)}function ae(a){if(!a)return 0===a?a:0;if(a=ce(a),a===hf||a===-hf){var b=a<0?-1:1;return b*kf}return a===a?a:0}function be(a){var b=ae(a),c=b%1;return b===b?c?b-c:b:0}function ce(a){if("number"==typeof a)return a;if(Zd(a))return lf;if(Sd(a)){var b="function"==typeof a.valueOf?a.valueOf():a;a=Sd(b)?b+"":b}if("string"!=typeof a)return 0===a?a:+a;a=a.replace(Zf,"");var c=eg.test(a);return c||gg.test(a)?Hg(a.slice(2),c?2:8):dg.test(a)?lf:+a}function de(a){return Rb(a,me(a))}function ee(a){return null==a?"":yb(a)}function fe(a,b){var c=Th(a);return null==b?c:za(c,b)}function ge(a,b){return m(a,fb(b,3),La)}function he(a,b){return m(a,fb(b,3),Ma)}function ie(a,b,c){var d=null==a?Ie:Oa(a,b);return d===Ie?c:d}function je(a,b){return null!=a&&wc(a,b,Sa)}function ke(a,b){return null!=a&&wc(a,b,Ta)}function le(a){return Kd(a)?ua(a):gb(a)}function me(a){return Kd(a)?ua(a,!0):hb(a)}function ne(a,b){return oe(a,Dd(fb(b)))}function oe(a,b){if(null==a)return{};var c=h(nc(a),function(a){return[a]});return b=fb(b),qb(a,c,function(a,c){return b(a,c[0])})}function pe(a,b,c){b=Eb(b,a);var d=-1,e=b.length;for(e||(e=1,a=Ie);++db){var d=a;a=b,b=d}if(c||a%1||b%1){var e=Ch();return Ah(a+e*(b-a+Gg("1e-"+((e+"").length-1))),b)}return sb(a,b)}function te(a){return a=ee(a),a&&Uf.test(a)?a.replace(Tf,Wg):a}function ue(a,b,c){if(a=ee(a),a&&(c||b===Ie))return a.replace(Zf,"");if(!a||!(b=yb(b)))return a;var d=L(a),e=L(b),f=y(d,e),g=z(d,e)+1;return Fb(d,f,g).join("")}function ve(a){return function(){return a}}function we(a){return a}function xe(a){return fb("function"==typeof a?a:Ea(a,Pe))}function ye(a){return kb(Ea(a,Pe))}function ze(a,b,d){var e=le(b),f=Na(b,e);null!=d||Sd(b)&&(f.length||!e.length)||(d=b,b=a,a=this,f=Na(b,le(b)));var g=!(Sd(d)&&"chain"in d&&!d.chain),h=Qd(a);return c(f,function(c){var d=b[c];a[c]=d,h&&(a.prototype[c]=function(){var b=this.__chain__;if(g||b){var c=a(this.__wrapped__),e=c.__actions__=Qb(this.__actions__);return e.push({func:d,args:arguments,thisArg:a}),c.__chain__=b,c}return d.apply(a,i([this.value()],arguments))})}),a}function Ae(){return Kg._===this&&(Kg._=fh),this}function Be(){}function Ce(a){return Ec(a)?q(Uc(a)):rb(a)}function De(){return[]}function Ee(){return!1}function Fe(a){var b=++bh;return ee(a)+b}function Ge(a){return a&&a.length?Ia(a,we,Ra):Ie}function He(a){return a&&a.length?Ia(a,we,ib):Ie}var Ie,Je="4.17.5",Ke=200,Le="Expected a function",Me="__lodash_hash_undefined__",Ne=500,Oe="__lodash_placeholder__",Pe=1,Qe=2,Re=4,Se=1,Te=2,Ue=1,Ve=2,We=4,Xe=8,Ye=16,Ze=32,$e=64,_e=128,af=256,bf=512,cf=800,df=16,ef=1,ff=2,gf=3,hf=1/0,jf=9007199254740991,kf=1.7976931348623157e308,lf=NaN,mf=4294967295,nf=[["ary",_e],["bind",Ue],["bindKey",Ve],["curry",Xe],["curryRight",Ye],["flip",bf],["partial",Ze],["partialRight",$e],["rearg",af]],of="[object Arguments]",pf="[object Array]",qf="[object AsyncFunction]",rf="[object Boolean]",sf="[object Date]",tf="[object Error]",uf="[object Function]",vf="[object GeneratorFunction]",wf="[object Map]",xf="[object Number]",yf="[object Null]",zf="[object Object]",Af="[object Promise]",Bf="[object Proxy]",Cf="[object RegExp]",Df="[object Set]",Ef="[object String]",Ff="[object Symbol]",Gf="[object Undefined]",Hf="[object WeakMap]",If="[object ArrayBuffer]",Jf="[object DataView]",Kf="[object Float32Array]",Lf="[object Float64Array]",Mf="[object Int8Array]",Nf="[object Int16Array]",Of="[object Int32Array]",Pf="[object Uint8Array]",Qf="[object Uint8ClampedArray]",Rf="[object Uint16Array]",Sf="[object Uint32Array]",Tf=/[&<>"']/g,Uf=RegExp(Tf.source),Vf=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Wf=/^\w*$/,Xf=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Yf=/[\\^$.*+?()[\]{}|]/g,Zf=/^\s+|\s+$/g,$f=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,_f=/\{\n\/\* \[wrapped with (.+)\] \*/,ag=/,? & /,bg=/\\(\\)?/g,cg=/\w*$/,dg=/^[-+]0x[0-9a-f]+$/i,eg=/^0b[01]+$/i,fg=/^\[object .+?Constructor\]$/,gg=/^0o[0-7]+$/i,hg=/^(?:0|[1-9]\d*)$/,ig="\\ud800-\\udfff",jg="\\u0300-\\u036f",kg="\\ufe20-\\ufe2f",lg="\\u20d0-\\u20ff",mg=jg+kg+lg,ng="\\ufe0e\\ufe0f",og="["+ig+"]",pg="["+mg+"]",qg="\\ud83c[\\udffb-\\udfff]",rg="(?:"+pg+"|"+qg+")",sg="[^"+ig+"]",tg="(?:\\ud83c[\\udde6-\\uddff]){2}",ug="[\\ud800-\\udbff][\\udc00-\\udfff]",vg="\\u200d",wg=rg+"?",xg="["+ng+"]?",yg="(?:"+vg+"(?:"+[sg,tg,ug].join("|")+")"+xg+wg+")*",zg=xg+wg+yg,Ag="(?:"+[sg+pg+"?",pg,tg,ug,og].join("|")+")",Bg=RegExp(qg+"(?="+qg+")|"+Ag+zg,"g"),Cg=RegExp("["+vg+ig+mg+ng+"]"),Dg={};Dg[Kf]=Dg[Lf]=Dg[Mf]=Dg[Nf]=Dg[Of]=Dg[Pf]=Dg[Qf]=Dg[Rf]=Dg[Sf]=!0,Dg[of]=Dg[pf]=Dg[If]=Dg[rf]=Dg[Jf]=Dg[sf]=Dg[tf]=Dg[uf]=Dg[wf]=Dg[xf]=Dg[zf]=Dg[Cf]=Dg[Df]=Dg[Ef]=Dg[Hf]=!1;var Eg={};Eg[of]=Eg[pf]=Eg[If]=Eg[Jf]=Eg[rf]=Eg[sf]=Eg[Kf]=Eg[Lf]=Eg[Mf]=Eg[Nf]=Eg[Of]=Eg[wf]=Eg[xf]=Eg[zf]=Eg[Cf]=Eg[Df]=Eg[Ef]=Eg[Ff]=Eg[Pf]=Eg[Qf]=Eg[Rf]=Eg[Sf]=!0,Eg[tf]=Eg[uf]=Eg[Hf]=!1;var Fg={"&":"&","<":"<",">":">",'"':""","'":"'"},Gg=parseFloat,Hg=parseInt,Ig="object"==typeof global&&global&&global.Object===Object&&global,Jg="object"==typeof self&&self&&self.Object===Object&&self,Kg=Ig||Jg||Function("return this")(),Lg="object"==typeof exports&&exports&&!exports.nodeType&&exports,Mg=Lg&&"object"==typeof module&&module&&!module.nodeType&&module,Ng=Mg&&Mg.exports===Lg,Og=Ng&&Ig.process,Pg=function(){try{return Og&&Og.binding&&Og.binding("util")}catch(a){}}(),Qg=Pg&&Pg.isDate,Rg=Pg&&Pg.isMap,Sg=Pg&&Pg.isRegExp,Tg=Pg&&Pg.isSet,Ug=Pg&&Pg.isTypedArray,Vg=q("length"),Wg=r(Fg),Xg=Array.prototype,Yg=Function.prototype,Zg=Object.prototype,$g=Kg["__core-js_shared__"],_g=Yg.toString,ah=Zg.hasOwnProperty,bh=0,ch=function(){var a=/[^.]+$/.exec($g&&$g.keys&&$g.keys.IE_PROTO||"");return a?"Symbol(src)_1."+a:""}(),dh=Zg.toString,eh=_g.call(Object),fh=Kg._,gh=RegExp("^"+_g.call(ah).replace(Yf,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),hh=Ng?Kg.Buffer:Ie,ih=Kg.Symbol,jh=Kg.Uint8Array,kh=hh?hh.allocUnsafe:Ie,lh=F(Object.getPrototypeOf,Object),mh=Object.create,nh=Zg.propertyIsEnumerable,oh=Xg.splice,ph=ih?ih.isConcatSpreadable:Ie,qh=ih?ih.iterator:Ie,rh=ih?ih.toStringTag:Ie,sh=function(){try{var a=sc(Object,"defineProperty");return a({},"",{}),a}catch(b){}}(),th=Math.ceil,uh=Math.floor,vh=Object.getOwnPropertySymbols,wh=hh?hh.isBuffer:Ie,xh=Kg.isFinite,yh=F(Object.keys,Object),zh=Math.max,Ah=Math.min,Bh=Date.now,Ch=Math.random,Dh=(Xg.reverse,sc(Kg,"DataView")),Eh=sc(Kg,"Map"),Fh=sc(Kg,"Promise"),Gh=sc(Kg,"Set"),Hh=sc(Kg,"WeakMap"),Ih=sc(Object,"create"),Jh=Hh&&new Hh,Kh={},Lh=Vc(Dh),Mh=Vc(Eh),Nh=Vc(Fh),Oh=Vc(Gh),Ph=Vc(Hh),Qh=ih?ih.prototype:Ie,Rh=Qh?Qh.valueOf:Ie,Sh=Qh?Qh.toString:Ie,Th=function(){function a(){}return function(b){if(!Sd(b))return{};if(mh)return mh(b);a.prototype=b;var c=new a;return a.prototype=Ie,c}}();O.prototype=P.prototype,O.prototype.constructor=O,Q.prototype=Th(P.prototype),Q.prototype.constructor=Q,R.prototype=Th(P.prototype),R.prototype.constructor=R,V.prototype.clear=W,V.prototype["delete"]=X,V.prototype.get=Y,V.prototype.has=Z,V.prototype.set=$,_.prototype.clear=aa,_.prototype["delete"]=ba,_.prototype.get=ca,_.prototype.has=da,_.prototype.set=ea,fa.prototype.clear=ga,fa.prototype["delete"]=ha,fa.prototype.get=ia,fa.prototype.has=ja,fa.prototype.set=ka,la.prototype.add=la.prototype.push=ma,la.prototype.has=na,oa.prototype.clear=pa,oa.prototype["delete"]=qa,oa.prototype.get=ra,oa.prototype.has=sa,oa.prototype.set=ta;var Uh=Wb(La),Vh=Xb(),Wh=Xb(!0),Xh=Jh?function(a,b){return Jh.set(a,b),a}:we,Yh=sh?function(a,b){return sh(a,"toString",{configurable:!0,enumerable:!1,value:ve(b),writable:!0})}:we,Zh=Gh&&1/I(new Gh([,-0]))[1]==hf?function(a){return new Gh(a)}:Be,$h=Jh?function(a){return Jh.get(a)}:Be,_h=vh?function(a){return null==a?[]:(a=Object(a),e(vh(a),function(b){return nh.call(a,b)}))}:De,ai=vh?function(a){for(var b=[];a;)i(b,_h(a)),a=lh(a);return b}:De,bi=Qa;(Dh&&bi(new Dh(new ArrayBuffer(1)))!=Jf||Eh&&bi(new Eh)!=wf||Fh&&bi(Fh.resolve())!=Af||Gh&&bi(new Gh)!=Df||Hh&&bi(new Hh)!=Hf)&&(bi=function(a){var b=Qa(a),c=b==zf?a.constructor:Ie,d=c?Vc(c):"";if(d)switch(d){case Lh:return Jf;case Mh:return wf;case Nh:return Af;case Oh:return Df;case Ph:return Hf}return b});var ci=Tc(Xh),di=Tc(Yh),ei=Lc(function(a){var b=[];return 46===a.charCodeAt(0)&&b.push(""),a.replace(Xf,function(a,c,d,e){b.push(d?e.replace(bg,"$1"):c||a)}),b}),fi=ub(function(a,b){return Ld(a)?Ga(a,Ka(b,1,Ld,!0)):[]}),gi=ub(function(a){var b=h(a,Db);return b.length&&b[0]===a[0]?Ua(b):[]}),hi=ub(function(a){return zb(Ka(a,1,Ld,!0))}),ii=ub(function(a,b){return Ld(a)?Ga(a,b):[]}),ji=ub(md),ki=(lc(function(a){var b=a.length,c=b?a[0]:0,d=this.__wrapped__,e=function(b){return Ca(b,a)};return!(b>1||this.__actions__.length)&&d instanceof R&&Cc(c)?(d=d.slice(c,+c+(b?1:0)),d.__actions__.push({func:qd,args:[e],thisArg:Ie}),new Q(d,this.__chain__).thru(function(a){return b&&!a.length&&a.push(Ie),a})):this.thru(e)}),Ub(function(a,b,c){ah.call(a,c)?++a[c]:Ba(a,c,1)})),li=_b(_c),mi=ub(function(a,b){if(null==a)return[];var c=b.length;return c>1&&Dc(a,b[0],b[1])?b=[]:c>2&&Dc(b[0],b[1],b[2])&&(b=[b[0]]),ob(a,Ka(b,1),[])}),ni=function(){return Kg.Date.now()},oi=ub(function(a,b,c){var d=Ue;if(c.length){var e=G(c,pc(oi));d|=Ze}return fc(a,d,b,c,e)}),pi=ub(function(a,b){return Fa(a,1,b)}),qi=ub(function(a,b,c){return Fa(a,ce(b)||0,c)});Cd.Cache=fa;var ri=Xa(function(){return arguments}())?Xa:function(a){return Td(a)&&ah.call(a,"callee")&&!nh.call(a,"callee")},si=Array.isArray,ti=wh||Ee,ui=Qg?v(Qg):Ya,vi=Rg?v(Rg):_a,wi=Sg?v(Sg):cb,xi=Tg?v(Tg):db,yi=Ug?v(Ug):eb,zi=Vb(function(a,b){Rb(b,me(b),a)}),Ai=ub(function(a,b){a=Object(a);var c=-1,d=b.length,e=d>2?b[2]:Ie;for(e&&Dc(b[0],b[1],e)&&(d=1);++c1),b}),Rb(a,nc(a),c),d&&(c=Ea(c,Pe|Qe|Re,hc));for(var e=b.length;e--;)Ab(c,b[e]);return c}),Hi=lc(function(a,b){return null==a?{}:pb(a,b)}),Ii=dc();O.assignIn=zi,O.before=Ad,O.bind=oi,O.chain=od,O.compact=Yc,O.concat=Zc,O.countBy=ki,O.create=fe,O.debounce=Bd,O.defaults=Ai,O.defaultsDeep=Bi,O.defer=pi,O.delay=qi,O.difference=fi,O.drop=$c,O.filter=td,O.flatten=bd,O.flattenDeep=cd,O.initial=fd,O.intersection=gi,O.invert=Ci,O.invertBy=Di,O.iteratee=xe,O.keys=le,O.map=vd,O.matches=ye,O.merge=Ei,O.mixin=ze,O.negate=Dd,O.omit=Gi,O.omitBy=ne,O.once=Ed,O.pick=Hi,O.range=Ii,O.reject=xd,O.rest=Fd,O.slice=hd,O.sortBy=mi,O.take=id,O.takeRight=jd,O.tap=pd,O.throttle=Gd,O.thru=qd,O.toArray=_d,O.union=hi,O.uniq=kd,O.uniqBy=ld,O.unzip=md,O.values=qe,O.without=ii,O.zip=ji,O.zipObject=nd,O.extend=zi,ze(O,O),O.clamp=re,O.clone=Hd,O.cloneDeep=Id,O.escape=te,O.every=sd,O.find=li,O.findIndex=_c,O.findKey=ge,O.findLastIndex=ad,O.findLastKey=he,O.forEach=ud,O.get=ie,O.has=je,O.head=dd,O.identity=we,O.indexOf=ed,O.isArguments=ri,O.isArray=si,O.isArrayLike=Kd,O.isBoolean=Md,O.isDate=ui,O.isEmpty=Nd,O.isEqual=Od,O.isFinite=Pd,O.isFunction=Qd,O.isNaN=Ud,O.isNull=Vd,O.isNumber=Wd,O.isObject=Sd,O.isPlainObject=Xd,O.isRegExp=wi,O.isString=Yd,O.isUndefined=$d,O.last=gd,O.max=Ge,O.min=He,O.noConflict=Ae,O.noop=Be,O.random=se,O.reduce=wd,O.result=pe,O.size=yd,O.some=zd,O.trim=ue,O.uniqueId=Fe,O.each=ud,O.first=dd,ze(O,function(){var a={};return La(O,function(b,c){ah.call(O.prototype,c)||(a[c]=b)}),a}(),{chain:!1}),O.VERSION=Je,c(["drop","take"],function(a,b){R.prototype[a]=function(c){c=c===Ie?1:zh(be(c),0);var d=this.__filtered__&&!b?new R(this):this.clone();return d.__filtered__?d.__takeCount__=Ah(c,d.__takeCount__):d.__views__.push({size:Ah(c,mf),type:a+(d.__dir__<0?"Right":"")}),d},R.prototype[a+"Right"]=function(b){return this.reverse()[a](b).reverse()}}),c(["filter","map","takeWhile"],function(a,b){var c=b+1,d=c==ef||c==gf;R.prototype[a]=function(a){var b=this.clone();return b.__iteratees__.push({iteratee:getIteratee(a,3),type:c}),b.__filtered__=b.__filtered__||d,b}}),c(["head","last"],function(a,b){var c="take"+(b?"Right":"");R.prototype[a]=function(){return this[c](1).value()[0]}}),c(["initial","tail"],function(a,b){var c="drop"+(b?"":"Right");R.prototype[a]=function(){return this.__filtered__?new R(this):this[c](1)}}),R.prototype.compact=function(){return this.filter(we)},R.prototype.find=function(a){return this.filter(a).head()},R.prototype.findLast=function(a){return this.reverse().find(a)},R.prototype.invokeMap=ub(function(a,b){return"function"==typeof a?new R(this):this.map(function(c){return Wa(c,a,b)})}),R.prototype.reject=function(a){return this.filter(Dd(getIteratee(a)))},R.prototype.slice=function(a,b){a=be(a);var c=this;return c.__filtered__&&(a>0||b<0)?new R(c):(a<0?c=c.takeRight(-a):a&&(c=c.drop(a)),b!==Ie&&(b=be(b),c=b<0?c.dropRight(-b):c.take(b-a)),c)},R.prototype.takeRightWhile=function(a){return this.reverse().takeWhile(a).reverse()},R.prototype.toArray=function(){return this.take(mf)},La(R.prototype,function(a,b){var c=/^(?:filter|find|map|reject)|While$/.test(b),d=/^(?:head|last)$/.test(b),e=O[d?"take"+("last"==b?"Right":""):b],f=d||/^find/.test(b);e&&(O.prototype[b]=function(){var b=this.__wrapped__,g=d?[1]:arguments,h=b instanceof R,j=g[0],k=h||si(b),l=function(a){var b=e.apply(O,i([a],g));return d&&m?b[0]:b};k&&c&&"function"==typeof j&&1!=j.length&&(h=k=!1);var m=this.__chain__,n=!!this.__actions__.length,o=f&&!m,p=h&&!n;if(!f&&k){b=p?b:new R(this);var q=a.apply(b,g);return q.__actions__.push({func:qd,args:[l],thisArg:Ie}),new Q(q,m)}return o&&p?a.apply(this,g):(q=this.thru(l),o?d?q.value()[0]:q.value():q)})}),c(["pop","push","shift","sort","splice","unshift"],function(a){var b=Xg[a],c=/^(?:push|sort|unshift)$/.test(a)?"tap":"thru",d=/^(?:pop|shift)$/.test(a);O.prototype[a]=function(){var a=arguments;if(d&&!this.__chain__){var e=this.value();return b.apply(si(e)?e:[],a)}return this[c](function(c){return b.apply(si(c)?c:[],a)})}}),La(R.prototype,function(a,b){var c=O[b];if(c){var d=c.name+"",e=Kh[d]||(Kh[d]=[]);e.push({name:b,func:c})}}),Kh[ac(Ie,Ve).name]=[{name:"wrapper",func:Ie}],R.prototype.clone=S,R.prototype.reverse=T,R.prototype.value=U,O.prototype.first=O.prototype.head,qh&&(O.prototype[qh]=rd),"function"==typeof define&&"object"==typeof define.amd&&define.amd?(Kg._=O,define(function(){return O})):Mg?((Mg.exports=O)._=O,Lg._=O):Kg._=O}.call(this);var _global;_global="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,_global.BI||(_global.BI={}),!function(a){var b=function(a,b){return function(c,d,e){return a.call(b,d,c,e)}},c=function(a){return function(){return _[a].apply(_,arguments)}},d=function(a){return function(){var c=Array.prototype.slice.call(arguments,0);return c[1]=_.isFunction(c[1])?b(c[1],c[2]):c[1],_[a].apply(_,c)}};_.extend(BI,{i18nText:function(a){var b=BI.i18n&&BI.i18n[a]||"";b||(b=a);var c=arguments.length;if(c>1){if(!(b.indexOf("{R1}")>-1)){var d=Array.prototype.slice.call(arguments),e=1;return BI.replaceAll(b,"\\{\\s*\\}",function(){return d[e++]+""})}for(var f=1;f=0;c--)a=BI.map(a,function(a,d){return BI.extend({},b[c],{items:[BI.extend({},b[c].el,{el:d})]})});return a},formatEL:function(a){return a&&!a.type&&a.el?a:{el:a}},stripEL:function(a){return a.type&&a||a.el||a},trans2Element:function(a){return BI.map(a,function(a,b){return b.element})}}),_.each(["where","findWhere","invoke","pluck","shuffle","sample","toArray","size"],function(a){BI[a]=c(a)}),_.each(["get","each","map","reduce","reduceRight","find","filter","reject","every","all","some","any","max","min","sortBy","groupBy","indexBy","countBy","partition","clamp"],function(a){"any"===a?BI[a]=d("some"):BI[a]=d(a)}),_.extend(BI,{count:function(a,b,c){var d;if(c)for(d=a;d=0;d--)b(d,a[d],a);return!1},backAny:function(a,b,c){b=BI.iteratee(b,c);for(var d=a.length-1;d>=0;d--)if(b(d,a[d],a))return!0;return!1},backEvery:function(a,b,c){b=BI.iteratee(b,c);for(var d=a.length-1;d>=0;d--)if(!b(d,a[d],a))return!1;return!0},backFindKey:function(a,b,c){b=BI.iteratee(b,c);for(var d,e=_.keys(a),f=e.length-1;f>=0;f--)if(d=e[f],b(a[d],d,a))return d},backFind:function(a,b,c){var d;if(d=BI.isArray(a)?BI.findLastIndex(a,b,c):BI.backFindKey(a,b,c),void 0!==d&&d!==-1)return a[d]},remove:function(a,b,c){var d=BI.isFunction(b);b=d||BI.isArray(b)?b:[b];var e;if(BI.isArray(a))for(e=0;e(2147483646-a.charAt(d).charCodeAt(0)+c.charCodeAt(0))/26)return 0;return b},int2Abc:function(a){var b=["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"],c=a,d="";if(0===a)return"";for(;0!==c;){var e=c%26;0===e&&(e=26),d=b[e-1]+d,c=(c-e)/26}return d}}),_.each(["first","initial","last","rest","compact","flatten","without","union","intersection","difference","zip","unzip","object","indexOf","lastIndexOf","sortedIndex","range","take","takeRight"],function(a){BI[a]=c(a)}),_.each(["findIndex","findLastIndex"],function(a){BI[a]=d(a)}),_.extend(BI,{makeArray:function(a,b){for(var c=[],d=0;d0;)BI.prepares.shift()()},has:function(a,b){return BI.isArray(b)?0!==b.length&&BI.every(b,function(b,c){return _.has(a,c)}):_.has.apply(_,arguments)},freeze:function(a){if(Object.freeze)return Object.freeze(a);if(!BI.isObject(a))throw new TypeError("Object.freeze can only be called on Objects.");return a},isKey:function(a){return BI.isNumber(a)||BI.isString(a)&&a.length>0},isCapitalEqual:function(a,b){return a=BI.isNull(a)?a:(""+a).toLowerCase(),b=BI.isNull(b)?b:(""+b).toLowerCase(),BI.isEqual(a,b)},isWidthOrHeight:function(a){return"number"==typeof a?a>=0:"string"==typeof a?/^\d{1,3}%$/.exec(a)||"auto"==a||/^\d+px$/.exec(a):void 0},isNotNull:function(a){return!BI.isNull(a)},isNull:function(a){return"undefined"==typeof a||null===a},isEmptyArray:function(a){return BI.isArray(a)&&BI.isEmpty(a)},isNotEmptyArray:function(a){return BI.isArray(a)&&!BI.isEmpty(a)},isEmptyObject:function(a){return BI.isEqual(a,{})},isNotEmptyObject:function(a){return BI.isPlainObject(a)&&!BI.isEmptyObject(a)},isEmptyString:function(a){return BI.isString(a)&&0===a.length},isNotEmptyString:function(a){return BI.isString(a)&&!BI.isEmptyString(a)},isWindow:function(a){return null!=a&&a==a.window}}),_.extend(BI,{deepClone:_.cloneDeep,deepExtend:_.merge,isDeepMatch:function(a,b){var c=BI.keys(b),d=c.length;if(null==a)return!d;for(var e=Object(a),f=0;f=0},deepContains:function(a,b){return BI.isObject(b)?BI.any(a,function(a,c){if(BI.isEqual(c,b))return!0}):BI.contains(a,b)},deepIndexOf:function(a,b){for(var c=0;c10;)c=(parseInt(c.substring(0,10))+parseInt(c.substring(10,c.length),10)).toString();c=(f*c+g)%h;for(var j="",k="",d=0;d10;)c=(parseInt(c.substring(0,10),10)+parseInt(c.substring(10,c.length),10)).toString();c=(g*c+h)%i;for(var k="",l="",d=0;de[0]?f=["y",1]:a>=d[0]&&a<=e[0]&&(a==d[0]&&(be[1]?f=["m",1]:b==e[1]&&c>e[2]&&(f=["d",1]))),f},checkDateLegal:function(a){var b=a.match(/\d+/g),c=0|b[0],d=0|b[1],e=0|b[2];if(b.length<=1)return!0;if(b.length<=2)return d>=1&&d<=12;var f=BI.Date._MD.slice(0);return f[1]=BI.isLeapYear(c)?29:28,d>=1&&d<=12&&e<=f[d-1]},parseDateTime:function(a,b){var c=BI.getDate(),d=0,e=0,f=1,g=a.split(/\W+/);if("%y%x"==b.toLowerCase()||"%y%x%d"==b.toLowerCase()){var h=4,i=2;g[0]=a.substring(0,h),g[1]=a.substring(h,h+i),g[2]=a.substring(h+i,h+2*i)}var j=b.match(/%./g),k=0,l=0,m=0,n=0,o=0;for(k=0;k29?1900:2e3);break;case"%b":case"%B":for(l=0;l<12;++l)if(BI.Date._MN[l].substr(0,g[k].length).toLowerCase()==g[k].toLowerCase()){e=l;break}break;case"%H":case"%I":case"%k":case"%l":m=parseInt(g[k],10);break;case"%P":case"%p":/pm/i.test(g[k])&&m<12?m+=12:/am/i.test(g[k])&&m>=12&&(m-=12);break;case"%M":n=parseInt(g[k],10); case"%S":o=parseInt(g[k],10)}if(isNaN(d)&&(d=c.getFullYear()),isNaN(e)&&(e=c.getMonth()),isNaN(f)&&(f=c.getDate()),isNaN(m)&&(m=c.getHours()),isNaN(n)&&(n=c.getMinutes()),isNaN(o)&&(o=c.getSeconds()),0!=d)return BI.getDate(d,e,f,m,n,o);for(d=0,e=-1,f=0,k=0;k31&&0==d?(d=parseInt(g[k],10),d<100&&(d+=d>29?1900:2e3)):0==f&&(f=g[k]);return 0==d&&(d=c.getFullYear()),e!=-1&&0!=f?BI.getDate(d,e,f,m,n,o):c},getDate:function(){var a,b=arguments.length,c=arguments;switch(b){case 0:a=new Date;break;case 1:a=new Date(c[0]);break;case 2:a=new Date(c[0],c[1]);break;case 3:a=new Date(c[0],c[1],c[2]);break;case 4:a=new Date(c[0],c[1],c[2],c[3]);break;case 5:a=new Date(c[0],c[1],c[2],c[3],c[4]);break;case 6:a=new Date(c[0],c[1],c[2],c[3],c[4],c[5]);break;case 7:a=new Date(c[0],c[1],c[2],c[3],c[4],c[5],c[6]);break;default:a=new Date}if(BI.isNotNull(BI.timeZone)&&(0===arguments.length||1===arguments.length&&BI.isNumber(arguments[0]))){var d=a.getTime(),e=6e4*(new Date).getTimezoneOffset(),f=d+e;return new Date(f+BI.timeZone)}return a},getTime:function(){var a,b=arguments.length,c=arguments;switch(b){case 0:a=new Date;break;case 1:a=new Date(c[0]);break;case 2:a=new Date(c[0],c[1]);break;case 3:a=new Date(c[0],c[1],c[2]);break;case 4:a=new Date(c[0],c[1],c[2],c[3]);break;case 5:a=new Date(c[0],c[1],c[2],c[3],c[4]);break;case 6:a=new Date(c[0],c[1],c[2],c[3],c[4],c[5]);break;case 7:a=new Date(c[0],c[1],c[2],c[3],c[4],c[5],c[6]);break;default:a=new Date}return BI.isNotNull(BI.timeZone)?a.getTime()-BI.timeZone-6e4*(new Date).getTimezoneOffset():a.getTime()}})}(),!function(){function a(){for(var a,b,c,d,e=arguments[0]||{},f=arguments.length,g=1;g0;)BI.prepares.shift()();var e,f;if(a||(a={}),BI.isWidget(c)?(d=c,c={}):c||(c={}),BI.isEmpty(a)&&BI.isEmpty(c))return BI.createWidget({type:"bi.layout"});if(BI.isWidget(a))return a;if(a.type||c.type)return e=BI.extend({},c,a),f=BI.Plugin.getWidget(e.type,e),f.type===e.type?BI.Plugin.getObject(e.type,b(f)):BI.createWidget(BI.extend({},a,{type:f.type},c));if(a.el&&(a.el.type||c.type))return e=BI.extend({},c,a.el),f=BI.Plugin.getWidget(e.type,e),f.type===e.type?BI.Plugin.getObject(e.type,b(f)):BI.createWidget(BI.extend({},a,{type:f.type},c));if(BI.isWidget(a.el))return a.el;throw new Error("无法根据item创建组件")}}(),!function(){function a(a){return function(b,c,d){var e,f=b[c];f&&f.target==b||(e=b[c]=function(){for(var a,b=e.before,c=arguments,d=b.length;d--;){if(a=b[d].advice.apply(this,c),a===!1)return!1;c=a||c}for(var f=e.method.apply(this,c),g=e.after,h=0,i=g.length;h127&&d<2048?(b+=String.fromCharCode(d>>6|192),b+=String.fromCharCode(63&d|128)):(b+=String.fromCharCode(d>>12|224),b+=String.fromCharCode(d>>6&63|128),b+=String.fromCharCode(63&d|128))}return b},c=function(a){for(var b="",c=0,d=0,e=0,f=0;c191&&d<224?(f=a.charCodeAt(c+1),b+=String.fromCharCode((31&d)<<6|63&f),c+=2):(f=a.charCodeAt(c+1),e=a.charCodeAt(c+2),b+=String.fromCharCode((15&d)<<12|(63&f)<<6|63&e),c+=3);return b};_.extend(BI,{encode:function(c){var d,e,f,g,h,i,j,k="",l=0;for(c=b(c);l>2,h=(3&d)<<4|e>>4,i=(15&e)<<2|f>>6,j=63&f,isNaN(e)?i=j=64:isNaN(f)&&(j=64),k=k+a.charAt(g)+a.charAt(h)+a.charAt(i)+a.charAt(j);return k},decode:function(b){var d,e,f,g,h,i,j,k="",l=0;for(b=b.replace(/[^A-Za-z0-9\+\/\=]/g,"");l>4,e=(15&h)<<4|i>>2,f=(3&i)<<6|j,k+=String.fromCharCode(d),64!=i&&(k+=String.fromCharCode(e)),64!=j&&(k+=String.fromCharCode(f));return k=c(k)}})}(),BI.Cache={_prefix:"bi",setUsername:function(a){localStorage.setItem(BI.Cache._prefix+".username",(a+""||"").toUpperCase())},getUsername:function(){return localStorage.getItem(BI.Cache._prefix+".username")||""},_getKeyPrefix:function(){return BI.Cache.getUsername()+"."+BI.Cache._prefix+"."},_generateKey:function(a){return BI.Cache._getKeyPrefix()+(a||"")},getItem:function(a){return localStorage.getItem(BI.Cache._generateKey(a))},setItem:function(a,b){localStorage.setItem(BI.Cache._generateKey(a),b)},removeItem:function(a){localStorage.removeItem(BI.Cache._generateKey(a))},clear:function(){for(var a=localStorage.length;a>=0;a--){var b=localStorage.key(a);b&&0===b.indexOf(BI.Cache._getKeyPrefix())&&localStorage.removeItem(b)}},keys:function(){for(var a=[],b=localStorage.length;b>=0;b--){var c=localStorage.key(b);if(c){var d=BI.Cache._getKeyPrefix();0===c.indexOf(d)&&(a[a.length]=c.substring(d.length))}}return a},addCookie:function(a,b,c,d){var e=a+"="+escape(b);if(d&&d>0){var f=new Date;f.setTime(BI.getTime()+3600*d*1e3),e=e+"; expires="+f.toGMTString()}c&&(e=e+"; path="+c),document.cookie=e},getCookie:function(a){var b,c=new RegExp("(^| )"+a+"=([^;]*)(;|$)");return(b=document.cookie.match(c))?unescape(b[2]):null},deleteCookie:function(a,b){var c=new Date;c.setTime(BI.getTime()-1e4);var d=a+"=v; expires="+c.toGMTString();b&&(d=d+"; path="+b),document.cookie=d}},BI.CellSizeAndPositionManager=function(a,b,c){this._cellSizeGetter=b,this._cellCount=a,this._estimatedCellSize=c,this._cellSizeAndPositionData={},this._lastMeasuredIndex=-1},BI.CellSizeAndPositionManager.prototype={constructor:BI.CellSizeAndPositionManager,configure:function(a,b){this._cellCount=a,this._estimatedCellSize=b},getCellCount:function(){return this._cellCount},getEstimatedCellSize:function(){return this._estimatedCellSize},getLastMeasuredIndex:function(){return this._lastMeasuredIndex},getSizeAndPositionOfCell:function(a){if(!(a<0||a>=this._cellCount)){if(a>this._lastMeasuredIndex){for(var b=this.getSizeAndPositionOfLastMeasuredCell(),c=b.offset+b.size,d=this._lastMeasuredIndex+1;d<=a;d++){var e=this._cellSizeGetter(d);null==e||isNaN(e)||(this._cellSizeAndPositionData[d]={offset:c,size:e},c+=e)}this._lastMeasuredIndex=a}return this._cellSizeAndPositionData[a]}},getSizeAndPositionOfLastMeasuredCell:function(){return this._lastMeasuredIndex>=0?this._cellSizeAndPositionData[this._lastMeasuredIndex]:{offset:0,size:0}},getTotalSize:function(){var a=this.getSizeAndPositionOfLastMeasuredCell();return a.offset+a.size+(this._cellCount-this._lastMeasuredIndex-1)*this._estimatedCellSize},getUpdatedOffsetForIndex:function(a,b,c,d){var e,f=this.getSizeAndPositionOfCell(d),g=f.offset,h=g-b+f.size;switch(a){case"start":e=g;break;case"end":e=h;break;case"center":e=g-(b-f.size)/2;break;default:e=Math.max(h,Math.min(g,c))}var i=this.getTotalSize();return Math.max(0,Math.min(i-b,e))},getVisibleCellRange:function(a,b){var c=this.getTotalSize();if(0===c)return{};var d=b+a,e=this._findNearestCell(b),f=this.getSizeAndPositionOfCell(e);b=f.offset+f.size;for(var g=e;bc&&(a=d-1)}if(b>0)return b-1},_exponentialSearch:function(a,b){for(var c=1;a=a?this._binarySearch(c,0,a):this._exponentialSearch(c,a)}}},BI.ScalingCellSizeAndPositionManager=function(a,b,c,d){this._cellSizeAndPositionManager=new BI.CellSizeAndPositionManager(a,b,c),this._maxScrollSize=d||1e7},BI.ScalingCellSizeAndPositionManager.prototype={constructor:BI.ScalingCellSizeAndPositionManager,configure:function(){this._cellSizeAndPositionManager.configure.apply(this._cellSizeAndPositionManager,arguments)},getCellCount:function(){return this._cellSizeAndPositionManager.getCellCount()},getEstimatedCellSize:function(){return this._cellSizeAndPositionManager.getEstimatedCellSize()},getLastMeasuredIndex:function(){return this._cellSizeAndPositionManager.getLastMeasuredIndex()},getOffsetAdjustment:function(a,b){var c=this._cellSizeAndPositionManager.getTotalSize(),d=this.getTotalSize(),e=this._getOffsetPercentage(a,b,d);return Math.round(e*(d-c))},getSizeAndPositionOfCell:function(a){return this._cellSizeAndPositionManager.getSizeAndPositionOfCell(a)},getSizeAndPositionOfLastMeasuredCell:function(){return this._cellSizeAndPositionManager.getSizeAndPositionOfLastMeasuredCell()},getTotalSize:function(){return Math.min(this._maxScrollSize,this._cellSizeAndPositionManager.getTotalSize())},getUpdatedOffsetForIndex:function(a,b,c,d){c=this._safeOffsetToOffset(b,c);var e=this._cellSizeAndPositionManager.getUpdatedOffsetForIndex(a,b,c,d);return this._offsetToSafeOffset(b,e)},getVisibleCellRange:function(a,b){return b=this._safeOffsetToOffset(a,b),this._cellSizeAndPositionManager.getVisibleCellRange(a,b)},resetCell:function(a){this._cellSizeAndPositionManager.resetCell(a)},_getOffsetPercentage:function(a,b,c){return c<=a?0:b/(c-a)},_offsetToSafeOffset:function(a,b){var c=this._cellSizeAndPositionManager.getTotalSize(),d=this.getTotalSize();if(c===d)return b;var e=this._getOffsetPercentage(a,b,c);return Math.round(e*(d-a))},_safeOffsetToOffset:function(a,b){var c=this._cellSizeAndPositionManager.getTotalSize(),d=this.getTotalSize();if(c===d)return b;var e=this._getOffsetPercentage(a,b,d);return Math.round(e*(c-a))}},!function(){var a="YDYQSXMWZSSXJBYMGCCZQPSSQBYCDSCDQLDYLYBSSJGYZZJJFKCCLZDHWDWZJLJPFYYNWJJTMYHZWZHFLZPPQHGSCYYYNJQYXXGJHHSDSJNKKTMOMLCRXYPSNQSECCQZGGLLYJLMYZZSECYKYYHQWJSSGGYXYZYJWWKDJHYCHMYXJTLXJYQBYXZLDWRDJRWYSRLDZJPCBZJJBRCFTLECZSTZFXXZHTRQHYBDLYCZSSYMMRFMYQZPWWJJYFCRWFDFZQPYDDWYXKYJAWJFFXYPSFTZYHHYZYSWCJYXSCLCXXWZZXNBGNNXBXLZSZSBSGPYSYZDHMDZBQBZCWDZZYYTZHBTSYYBZGNTNXQYWQSKBPHHLXGYBFMJEBJHHGQTJCYSXSTKZHLYCKGLYSMZXYALMELDCCXGZYRJXSDLTYZCQKCNNJWHJTZZCQLJSTSTBNXBTYXCEQXGKWJYFLZQLYHYXSPSFXLMPBYSXXXYDJCZYLLLSJXFHJXPJBTFFYABYXBHZZBJYZLWLCZGGBTSSMDTJZXPTHYQTGLJSCQFZKJZJQNLZWLSLHDZBWJNCJZYZSQQYCQYRZCJJWYBRTWPYFTWEXCSKDZCTBZHYZZYYJXZCFFZZMJYXXSDZZOTTBZLQWFCKSZSXFYRLNYJMBDTHJXSQQCCSBXYYTSYFBXDZTGBCNSLCYZZPSAZYZZSCJCSHZQYDXLBPJLLMQXTYDZXSQJTZPXLCGLQTZWJBHCTSYJSFXYEJJTLBGXSXJMYJQQPFZASYJNTYDJXKJCDJSZCBARTDCLYJQMWNQNCLLLKBYBZZSYHQQLTWLCCXTXLLZNTYLNEWYZYXCZXXGRKRMTCNDNJTSYYSSDQDGHSDBJGHRWRQLYBGLXHLGTGXBQJDZPYJSJYJCTMRNYMGRZJCZGJMZMGXMPRYXKJNYMSGMZJYMKMFXMLDTGFBHCJHKYLPFMDXLQJJSMTQGZSJLQDLDGJYCALCMZCSDJLLNXDJFFFFJCZFMZFFPFKHKGDPSXKTACJDHHZDDCRRCFQYJKQCCWJDXHWJLYLLZGCFCQDSMLZPBJJPLSBCJGGDCKKDEZSQCCKJGCGKDJTJDLZYCXKLQSCGJCLTFPCQCZGWPJDQYZJJBYJHSJDZWGFSJGZKQCCZLLPSPKJGQJHZZLJPLGJGJJTHJJYJZCZMLZLYQBGJWMLJKXZDZNJQSYZMLJLLJKYWXMKJLHSKJGBMCLYYMKXJQLBMLLKMDXXKWYXYSLMLPSJQQJQXYXFJTJDXMXXLLCXQBSYJBGWYMBGGBCYXPJYGPEPFGDJGBHBNSQJYZJKJKHXQFGQZKFHYGKHDKLLSDJQXPQYKYBNQSXQNSZSWHBSXWHXWBZZXDMNSJBSBKBBZKLYLXGWXDRWYQZMYWSJQLCJXXJXKJEQXSCYETLZHLYYYSDZPAQYZCMTLSHTZCFYZYXYLJSDCJQAGYSLCQLYYYSHMRQQKLDXZSCSSSYDYCJYSFSJBFRSSZQSBXXPXJYSDRCKGJLGDKZJZBDKTCSYQPYHSTCLDJDHMXMCGXYZHJDDTMHLTXZXYLYMOHYJCLTYFBQQXPFBDFHHTKSQHZYYWCNXXCRWHOWGYJLEGWDQCWGFJYCSNTMYTOLBYGWQWESJPWNMLRYDZSZTXYQPZGCWXHNGPYXSHMYQJXZTDPPBFYHZHTJYFDZWKGKZBLDNTSXHQEEGZZYLZMMZYJZGXZXKHKSTXNXXWYLYAPSTHXDWHZYMPXAGKYDXBHNHXKDPJNMYHYLPMGOCSLNZHKXXLPZZLBMLSFBHHGYGYYGGBHSCYAQTYWLXTZQCEZYDQDQMMHTKLLSZHLSJZWFYHQSWSCWLQAZYNYTLSXTHAZNKZZSZZLAXXZWWCTGQQTDDYZTCCHYQZFLXPSLZYGPZSZNGLNDQTBDLXGTCTAJDKYWNSYZLJHHZZCWNYYZYWMHYCHHYXHJKZWSXHZYXLYSKQYSPSLYZWMYPPKBYGLKZHTYXAXQSYSHXASMCHKDSCRSWJPWXSGZJLWWSCHSJHSQNHCSEGNDAQTBAALZZMSSTDQJCJKTSCJAXPLGGXHHGXXZCXPDMMHLDGTYBYSJMXHMRCPXXJZCKZXSHMLQXXTTHXWZFKHCCZDYTCJYXQHLXDHYPJQXYLSYYDZOZJNYXQEZYSQYAYXWYPDGXDDXSPPYZNDLTWRHXYDXZZJHTCXMCZLHPYYYYMHZLLHNXMYLLLMDCPPXHMXDKYCYRDLTXJCHHZZXZLCCLYLNZSHZJZZLNNRLWHYQSNJHXYNTTTKYJPYCHHYEGKCTTWLGQRLGGTGTYGYHPYHYLQYQGCWYQKPYYYTTTTLHYHLLTYTTSPLKYZXGZWGPYDSSZZDQXSKCQNMJJZZBXYQMJRTFFBTKHZKBXLJJKDXJTLBWFZPPTKQTZTGPDGNTPJYFALQMKGXBDCLZFHZCLLLLADPMXDJHLCCLGYHDZFGYDDGCYYFGYDXKSSEBDHYKDKDKHNAXXYBPBYYHXZQGAFFQYJXDMLJCSQZLLPCHBSXGJYNDYBYQSPZWJLZKSDDTACTBXZDYZYPJZQSJNKKTKNJDJGYYPGTLFYQKASDNTCYHBLWDZHBBYDWJRYGKZYHEYYFJMSDTYFZJJHGCXPLXHLDWXXJKYTCYKSSSMTWCTTQZLPBSZDZWZXGZAGYKTYWXLHLSPBCLLOQMMZSSLCMBJCSZZKYDCZJGQQDSMCYTZQQLWZQZXSSFPTTFQMDDZDSHDTDWFHTDYZJYQJQKYPBDJYYXTLJHDRQXXXHAYDHRJLKLYTWHLLRLLRCXYLBWSRSZZSYMKZZHHKYHXKSMDSYDYCJPBZBSQLFCXXXNXKXWYWSDZYQOGGQMMYHCDZTTFJYYBGSTTTYBYKJDHKYXBELHTYPJQNFXFDYKZHQKZBYJTZBXHFDXKDASWTAWAJLDYJSFHBLDNNTNQJTJNCHXFJSRFWHZFMDRYJYJWZPDJKZYJYMPCYZNYNXFBYTFYFWYGDBNZZZDNYTXZEMMQBSQEHXFZMBMFLZZSRXYMJGSXWZJSPRYDJSJGXHJJGLJJYNZZJXHGXKYMLPYYYCXYTWQZSWHWLYRJLPXSLSXMFSWWKLCTNXNYNPSJSZHDZEPTXMYYWXYYSYWLXJQZQXZDCLEEELMCPJPCLWBXSQHFWWTFFJTNQJHJQDXHWLBYZNFJLALKYYJLDXHHYCSTYYWNRJYXYWTRMDRQHWQCMFJDYZMHMYYXJWMYZQZXTLMRSPWWCHAQBXYGZYPXYYRRCLMPYMGKSJSZYSRMYJSNXTPLNBAPPYPYLXYYZKYNLDZYJZCZNNLMZHHARQMPGWQTZMXXMLLHGDZXYHXKYXYCJMFFYYHJFSBSSQLXXNDYCANNMTCJCYPRRNYTYQNYYMBMSXNDLYLYSLJRLXYSXQMLLYZLZJJJKYZZCSFBZXXMSTBJGNXYZHLXNMCWSCYZYFZLXBRNNNYLBNRTGZQYSATSWRYHYJZMZDHZGZDWYBSSCSKXSYHYTXXGCQGXZZSHYXJSCRHMKKBXCZJYJYMKQHZJFNBHMQHYSNJNZYBKNQMCLGQHWLZNZSWXKHLJHYYBQLBFCDSXDLDSPFZPSKJYZWZXZDDXJSMMEGJSCSSMGCLXXKYYYLNYPWWWGYDKZJGGGZGGSYCKNJWNJPCXBJJTQTJWDSSPJXZXNZXUMELPXFSXTLLXCLJXJJLJZXCTPSWXLYDHLYQRWHSYCSQYYBYAYWJJJQFWQCQQCJQGXALDBZZYJGKGXPLTZYFXJLTPADKYQHPMATLCPDCKBMTXYBHKLENXDLEEGQDYMSAWHZMLJTWYGXLYQZLJEEYYBQQFFNLYXRDSCTGJGXYYNKLLYQKCCTLHJLQMKKZGCYYGLLLJDZGYDHZWXPYSJBZKDZGYZZHYWYFQYTYZSZYEZZLYMHJJHTSMQWYZLKYYWZCSRKQYTLTDXWCTYJKLWSQZWBDCQYNCJSRSZJLKCDCDTLZZZACQQZZDDXYPLXZBQJYLZLLLQDDZQJYJYJZYXNYYYNYJXKXDAZWYRDLJYYYRJLXLLDYXJCYWYWNQCCLDDNYYYNYCKCZHXXCCLGZQJGKWPPCQQJYSBZZXYJSQPXJPZBSBDSFNSFPZXHDWZTDWPPTFLZZBZDMYYPQJRSDZSQZSQXBDGCPZSWDWCSQZGMDHZXMWWFYBPDGPHTMJTHZSMMBGZMBZJCFZWFZBBZMQCFMBDMCJXLGPNJBBXGYHYYJGPTZGZMQBQTCGYXJXLWZKYDPDYMGCFTPFXYZTZXDZXTGKMTYBBCLBJASKYTSSQYYMSZXFJEWLXLLSZBQJJJAKLYLXLYCCTSXMCWFKKKBSXLLLLJYXTYLTJYYTDPJHNHNNKBYQNFQYYZBYYESSESSGDYHFHWTCJBSDZZTFDMXHCNJZYMQWSRYJDZJQPDQBBSTJGGFBKJBXTGQHNGWJXJGDLLTHZHHYYYYYYSXWTYYYCCBDBPYPZYCCZYJPZYWCBDLFWZCWJDXXHYHLHWZZXJTCZLCDPXUJCZZZLYXJJTXPHFXWPYWXZPTDZZBDZCYHJHMLXBQXSBYLRDTGJRRCTTTHYTCZWMXFYTWWZCWJWXJYWCSKYBZSCCTZQNHXNWXXKHKFHTSWOCCJYBCMPZZYKBNNZPBZHHZDLSYDDYTYFJPXYNGFXBYQXCBHXCPSXTYZDMKYSNXSXLHKMZXLYHDHKWHXXSSKQYHHCJYXGLHZXCSNHEKDTGZXQYPKDHEXTYKCNYMYYYPKQYYYKXZLTHJQTBYQHXBMYHSQCKWWYLLHCYYLNNEQXQWMCFBDCCMLJGGXDQKTLXKGNQCDGZJWYJJLYHHQTTTNWCHMXCXWHWSZJYDJCCDBQCDGDNYXZTHCQRXCBHZTQCBXWGQWYYBXHMBYMYQTYEXMQKYAQYRGYZSLFYKKQHYSSQYSHJGJCNXKZYCXSBXYXHYYLSTYCXQTHYSMGSCPMMGCCCCCMTZTASMGQZJHKLOSQYLSWTMXSYQKDZLJQQYPLSYCZTCQQPBBQJZCLPKHQZYYXXDTDDTSJCXFFLLCHQXMJLWCJCXTSPYCXNDTJSHJWXDQQJSKXYAMYLSJHMLALYKXCYYDMNMDQMXMCZNNCYBZKKYFLMCHCMLHXRCJJHSYLNMTJZGZGYWJXSRXCWJGJQHQZDQJDCJJZKJKGDZQGJJYJYLXZXXCDQHHHEYTMHLFSBDJSYYSHFYSTCZQLPBDRFRZTZYKYWHSZYQKWDQZRKMSYNBCRXQBJYFAZPZZEDZCJYWBCJWHYJBQSZYWRYSZPTDKZPFPBNZTKLQYHBBZPNPPTYZZYBQNYDCPJMMCYCQMCYFZZDCMNLFPBPLNGQJTBTTNJZPZBBZNJKLJQYLNBZQHKSJZNGGQSZZKYXSHPZSNBCGZKDDZQANZHJKDRTLZLSWJLJZLYWTJNDJZJHXYAYNCBGTZCSSQMNJPJYTYSWXZFKWJQTKHTZPLBHSNJZSYZBWZZZZLSYLSBJHDWWQPSLMMFBJDWAQYZTCJTBNNWZXQXCDSLQGDSDPDZHJTQQPSWLYYJZLGYXYZLCTCBJTKTYCZJTQKBSJLGMGZDMCSGPYNJZYQYYKNXRPWSZXMTNCSZZYXYBYHYZAXYWQCJTLLCKJJTJHGDXDXYQYZZBYWDLWQCGLZGJGQRQZCZSSBCRPCSKYDZNXJSQGXSSJMYDNSTZTPBDLTKZWXQWQTZEXNQCZGWEZKSSBYBRTSSSLCCGBPSZQSZLCCGLLLZXHZQTHCZMQGYZQZNMCOCSZJMMZSQPJYGQLJYJPPLDXRGZYXCCSXHSHGTZNLZWZKJCXTCFCJXLBMQBCZZWPQDNHXLJCTHYZLGYLNLSZZPCXDSCQQHJQKSXZPBAJYEMSMJTZDXLCJYRYYNWJBNGZZTMJXLTBSLYRZPYLSSCNXPHLLHYLLQQZQLXYMRSYCXZLMMCZLTZSDWTJJLLNZGGQXPFSKYGYGHBFZPDKMWGHCXMSGDXJMCJZDYCABXJDLNBCDQYGSKYDQTXDJJYXMSZQAZDZFSLQXYJSJZYLBTXXWXQQZBJZUFBBLYLWDSLJHXJYZJWTDJCZFQZQZZDZSXZZQLZCDZFJHYSPYMPQZMLPPLFFXJJNZZYLSJEYQZFPFZKSYWJJJHRDJZZXTXXGLGHYDXCSKYSWMMZCWYBAZBJKSHFHJCXMHFQHYXXYZFTSJYZFXYXPZLCHMZMBXHZZSXYFYMNCWDABAZLXKTCSHHXKXJJZJSTHYGXSXYYHHHJWXKZXSSBZZWHHHCWTZZZPJXSNXQQJGZYZYWLLCWXZFXXYXYHXMKYYSWSQMNLNAYCYSPMJKHWCQHYLAJJMZXHMMCNZHBHXCLXTJPLTXYJHDYYLTTXFSZHYXXSJBJYAYRSMXYPLCKDUYHLXRLNLLSTYZYYQYGYHHSCCSMZCTZQXKYQFPYYRPFFLKQUNTSZLLZMWWTCQQYZWTLLMLMPWMBZSSTZRBPDDTLQJJBXZCSRZQQYGWCSXFWZLXCCRSZDZMCYGGDZQSGTJSWLJMYMMZYHFBJDGYXCCPSHXNZCSBSJYJGJMPPWAFFYFNXHYZXZYLREMZGZCYZSSZDLLJCSQFNXZKPTXZGXJJGFMYYYSNBTYLBNLHPFZDCYFBMGQRRSSSZXYSGTZRNYDZZCDGPJAFJFZKNZBLCZSZPSGCYCJSZLMLRSZBZZLDLSLLYSXSQZQLYXZLSKKBRXBRBZCYCXZZZEEYFGKLZLYYHGZSGZLFJHGTGWKRAAJYZKZQTSSHJJXDCYZUYJLZYRZDQQHGJZXSSZBYKJPBFRTJXLLFQWJHYLQTYMBLPZDXTZYGBDHZZRBGXHWNJTJXLKSCFSMWLSDQYSJTXKZSCFWJLBXFTZLLJZLLQBLSQMQQCGCZFPBPHZCZJLPYYGGDTGWDCFCZQYYYQYSSCLXZSKLZZZGFFCQNWGLHQYZJJCZLQZZYJPJZZBPDCCMHJGXDQDGDLZQMFGPSYTSDYFWWDJZJYSXYYCZCYHZWPBYKXRYLYBHKJKSFXTZJMMCKHLLTNYYMSYXYZPYJQYCSYCWMTJJKQYRHLLQXPSGTLYYCLJSCPXJYZFNMLRGJJTYZBXYZMSJYJHHFZQMSYXRSZCWTLRTQZSSTKXGQKGSPTGCZNJSJCQCXHMXGGZTQYDJKZDLBZSXJLHYQGGGTHQSZPYHJHHGYYGKGGCWJZZYLCZLXQSFTGZSLLLMLJSKCTBLLZZSZMMNYTPZSXQHJCJYQXYZXZQZCPSHKZZYSXCDFGMWQRLLQXRFZTLYSTCTMJCXJJXHJNXTNRZTZFQYHQGLLGCXSZSJDJLJCYDSJTLNYXHSZXCGJZYQPYLFHDJSBPCCZHJJJQZJQDYBSSLLCMYTTMQTBHJQNNYGKYRQYQMZGCJKPDCGMYZHQLLSLLCLMHOLZGDYYFZSLJCQZLYLZQJESHNYLLJXGJXLYSYYYXNBZLJSSZCQQCJYLLZLTJYLLZLLBNYLGQCHXYYXOXCXQKYJXXXYKLXSXXYQXCYKQXQCSGYXXYQXYGYTQOHXHXPYXXXULCYEYCHZZCBWQBBWJQZSCSZSSLZYLKDESJZWMYMCYTSDSXXSCJPQQSQYLYYZYCMDJDZYWCBTJSYDJKCYDDJLBDJJSODZYSYXQQYXDHHGQQYQHDYXWGMMMAJDYBBBPPBCMUUPLJZSMTXERXJMHQNUTPJDCBSSMSSSTKJTSSMMTRCPLZSZMLQDSDMJMQPNQDXCFYNBFSDQXYXHYAYKQYDDLQYYYSSZBYDSLNTFQTZQPZMCHDHCZCWFDXTMYQSPHQYYXSRGJCWTJTZZQMGWJJTJHTQJBBHWZPXXHYQFXXQYWYYHYSCDYDHHQMNMTMWCPBSZPPZZGLMZFOLLCFWHMMSJZTTDHZZYFFYTZZGZYSKYJXQYJZQBHMBZZLYGHGFMSHPZFZSNCLPBQSNJXZSLXXFPMTYJYGBXLLDLXPZJYZJYHHZCYWHJYLSJEXFSZZYWXKZJLUYDTMLYMQJPWXYHXSKTQJEZRPXXZHHMHWQPWQLYJJQJJZSZCPHJLCHHNXJLQWZJHBMZYXBDHHYPZLHLHLGFWLCHYYTLHJXCJMSCPXSTKPNHQXSRTYXXTESYJCTLSSLSTDLLLWWYHDHRJZSFGXTSYCZYNYHTDHWJSLHTZDQDJZXXQHGYLTZPHCSQFCLNJTCLZPFSTPDYNYLGMJLLYCQHYSSHCHYLHQYQTMZYPBYWRFQYKQSYSLZDQJMPXYYSSRHZJNYWTQDFZBWWTWWRXCWHGYHXMKMYYYQMSMZHNGCEPMLQQMTCWCTMMPXJPJJHFXYYZSXZHTYBMSTSYJTTQQQYYLHYNPYQZLCYZHZWSMYLKFJXLWGXYPJYTYSYXYMZCKTTWLKSMZSYLMPWLZWXWQZSSAQSYXYRHSSNTSRAPXCPWCMGDXHXZDZYFJHGZTTSBJHGYZSZYSMYCLLLXBTYXHBBZJKSSDMALXHYCFYGMQYPJYCQXJLLLJGSLZGQLYCJCCZOTYXMTMTTLLWTGPXYMZMKLPSZZZXHKQYSXCTYJZYHXSHYXZKXLZWPSQPYHJWPJPWXQQYLXSDHMRSLZZYZWTTCYXYSZZSHBSCCSTPLWSSCJCHNLCGCHSSPHYLHFHHXJSXYLLNYLSZDHZXYLSXLWZYKCLDYAXZCMDDYSPJTQJZLNWQPSSSWCTSTSZLBLNXSMNYYMJQBQHRZWTYYDCHQLXKPZWBGQYBKFCMZWPZLLYYLSZYDWHXPSBCMLJBSCGBHXLQHYRLJXYSWXWXZSLDFHLSLYNJLZYFLYJYCDRJLFSYZFSLLCQYQFGJYHYXZLYLMSTDJCYHBZLLNWLXXYGYYHSMGDHXXHHLZZJZXCZZZCYQZFNGWPYLCPKPYYPMCLQKDGXZGGWQBDXZZKZFBXXLZXJTPJPTTBYTSZZDWSLCHZHSLTYXHQLHYXXXYYZYSWTXZKHLXZXZPYHGCHKCFSYHUTJRLXFJXPTZTWHPLYXFCRHXSHXKYXXYHZQDXQWULHYHMJTBFLKHTXCWHJFWJCFPQRYQXCYYYQYGRPYWSGSUNGWCHKZDXYFLXXHJJBYZWTSXXNCYJJYMSWZJQRMHXZWFQSYLZJZGBHYNSLBGTTCSYBYXXWXYHXYYXNSQYXMQYWRGYQLXBBZLJSYLPSYTJZYHYZAWLRORJMKSCZJXXXYXCHDYXRYXXJDTSQFXLYLTSFFYXLMTYJMJUYYYXLTZCSXQZQHZXLYYXZHDNBRXXXJCTYHLBRLMBRLLAXKYLLLJLYXXLYCRYLCJTGJCMTLZLLCYZZPZPCYAWHJJFYBDYYZSMPCKZDQYQPBPCJPDCYZMDPBCYYDYCNNPLMTMLRMFMMGWYZBSJGYGSMZQQQZTXMKQWGXLLPJGZBQCDJJJFPKJKCXBLJMSWMDTQJXLDLPPBXCWRCQFBFQJCZAHZGMYKPHYYHZYKNDKZMBPJYXPXYHLFPNYYGXJDBKXNXHJMZJXSTRSTLDXSKZYSYBZXJLXYSLBZYSLHXJPFXPQNBYLLJQKYGZMCYZZYMCCSLCLHZFWFWYXZMWSXTYNXJHPYYMCYSPMHYSMYDYSHQYZCHMJJMZCAAGCFJBBHPLYZYLXXSDJGXDHKXXTXXNBHRMLYJSLTXMRHNLXQJXYZLLYSWQGDLBJHDCGJYQYCMHWFMJYBMBYJYJWYMDPWHXQLDYGPDFXXBCGJSPCKRSSYZJMSLBZZJFLJJJLGXZGYXYXLSZQYXBEXYXHGCXBPLDYHWETTWWCJMBTXCHXYQXLLXFLYXLLJLSSFWDPZSMYJCLMWYTCZPCHQEKCQBWLCQYDPLQPPQZQFJQDJHYMMCXTXDRMJWRHXCJZYLQXDYYNHYYHRSLSRSYWWZJYMTLTLLGTQCJZYABTCKZCJYCCQLJZQXALMZYHYWLWDXZXQDLLQSHGPJFJLJHJABCQZDJGTKHSSTCYJLPSWZLXZXRWGLDLZRLZXTGSLLLLZLYXXWGDZYGBDPHZPBRLWSXQBPFDWOFMWHLYPCBJCCLDMBZPBZZLCYQXLDOMZBLZWPDWYYGDSTTHCSQSCCRSSSYSLFYBFNTYJSZDFNDPDHDZZMBBLSLCMYFFGTJJQWFTMTPJWFNLBZCMMJTGBDZLQLPYFHYYMJYLSDCHDZJWJCCTLJCLDTLJJCPDDSQDSSZYBNDBJLGGJZXSXNLYCYBJXQYCBYLZCFZPPGKCXZDZFZTJJFJSJXZBNZYJQTTYJYHTYCZHYMDJXTTMPXSPLZCDWSLSHXYPZGTFMLCJTYCBPMGDKWYCYZCDSZZYHFLYCTYGWHKJYYLSJCXGYWJCBLLCSNDDBTZBSCLYZCZZSSQDLLMQYYHFSLQLLXFTYHABXGWNYWYYPLLSDLDLLBJCYXJZMLHLJDXYYQYTDLLLBUGBFDFBBQJZZMDPJHGCLGMJJPGAEHHBWCQXAXHHHZCHXYPHJAXHLPHJPGPZJQCQZGJJZZUZDMQYYBZZPHYHYBWHAZYJHYKFGDPFQSDLZMLJXKXGALXZDAGLMDGXMWZQYXXDXXPFDMMSSYMPFMDMMKXKSYZYSHDZKXSYSMMZZZMSYDNZZCZXFPLSTMZDNMXCKJMZTYYMZMZZMSXHHDCZJEMXXKLJSTLWLSQLYJZLLZJSSDPPMHNLZJCZYHMXXHGZCJMDHXTKGRMXFWMCGMWKDTKSXQMMMFZZYDKMSCLCMPCGMHSPXQPZDSSLCXKYXTWLWJYAHZJGZQMCSNXYYMMPMLKJXMHLMLQMXCTKZMJQYSZJSYSZHSYJZJCDAJZYBSDQJZGWZQQXFKDMSDJLFWEHKZQKJPEYPZYSZCDWYJFFMZZYLTTDZZEFMZLBNPPLPLPEPSZALLTYLKCKQZKGENQLWAGYXYDPXLHSXQQWQCQXQCLHYXXMLYCCWLYMQYSKGCHLCJNSZKPYZKCQZQLJPDMDZHLASXLBYDWQLWDNBQCRYDDZTJYBKBWSZDXDTNPJDTCTQDFXQQMGNXECLTTBKPWSLCTYQLPWYZZKLPYGZCQQPLLKCCYLPQMZCZQCLJSLQZDJXLDDHPZQDLJJXZQDXYZQKZLJCYQDYJPPYPQYKJYRMPCBYMCXKLLZLLFQPYLLLMBSGLCYSSLRSYSQTMXYXZQZFDZUYSYZTFFMZZSMZQHZSSCCMLYXWTPZGXZJGZGSJSGKDDHTQGGZLLBJDZLCBCHYXYZHZFYWXYZYMSDBZZYJGTSMTFXQYXQSTDGSLNXDLRYZZLRYYLXQHTXSRTZNGZXBNQQZFMYKMZJBZYMKBPNLYZPBLMCNQYZZZSJZHJCTZKHYZZJRDYZHNPXGLFZTLKGJTCTSSYLLGZRZBBQZZKLPKLCZYSSUYXBJFPNJZZXCDWXZYJXZZDJJKGGRSRJKMSMZJLSJYWQSKYHQJSXPJZZZLSNSHRNYPZTWCHKLPSRZLZXYJQXQKYSJYCZTLQZYBBYBWZPQDWWYZCYTJCJXCKCWDKKZXSGKDZXWWYYJQYYTCYTDLLXWKCZKKLCCLZCQQDZLQLCSFQCHQHSFSMQZZLNBJJZBSJHTSZDYSJQJPDLZCDCWJKJZZLPYCGMZWDJJBSJQZSYZYHHXJPBJYDSSXDZNCGLQMBTSFSBPDZDLZNFGFJGFSMPXJQLMBLGQCYYXBQKDJJQYRFKZTJDHCZKLBSDZCFJTPLLJGXHYXZCSSZZXSTJYGKGCKGYOQXJPLZPBPGTGYJZGHZQZZLBJLSQFZGKQQJZGYCZBZQTLDXRJXBSXXPZXHYZYCLWDXJJHXMFDZPFZHQHQMQGKSLYHTYCGFRZGNQXCLPDLBZCSCZQLLJBLHBZCYPZZPPDYMZZSGYHCKCPZJGSLJLNSCDSLDLXBMSTLDDFJMKDJDHZLZXLSZQPQPGJLLYBDSZGQLBZLSLKYYHZTTNTJYQTZZPSZQZTLLJTYYLLQLLQYZQLBDZLSLYYZYMDFSZSNHLXZNCZQZPBWSKRFBSYZMTHBLGJPMCZZLSTLXSHTCSYZLZBLFEQHLXFLCJLYLJQCBZLZJHHSSTBRMHXZHJZCLXFNBGXGTQJCZTMSFZKJMSSNXLJKBHSJXNTNLZDNTLMSJXGZJYJCZXYJYJWRWWQNZTNFJSZPZSHZJFYRDJSFSZJZBJFZQZZHZLXFYSBZQLZSGYFTZDCSZXZJBQMSZKJRHYJZCKMJKHCHGTXKXQGLXPXFXTRTYLXJXHDTSJXHJZJXZWZLCQSBTXWXGXTXXHXFTSDKFJHZYJFJXRZSDLLLTQSQQZQWZXSYQTWGWBZCGZLLYZBCLMQQTZHZXZXLJFRMYZFLXYSQXXJKXRMQDZDMMYYBSQBHGZMWFWXGMXLZPYYTGZYCCDXYZXYWGSYJYZNBHPZJSQSYXSXRTFYZGRHZTXSZZTHCBFCLSYXZLZQMZLMPLMXZJXSFLBYZMYQHXJSXRXSQZZZSSLYFRCZJRCRXHHZXQYDYHXSJJHZCXZBTYNSYSXJBQLPXZQPYMLXZKYXLXCJLCYSXXZZLXDLLLJJYHZXGYJWKJRWYHCPSGNRZLFZWFZZNSXGXFLZSXZZZBFCSYJDBRJKRDHHGXJLJJTGXJXXSTJTJXLYXQFCSGSWMSBCTLQZZWLZZKXJMLTMJYHSDDBXGZHDLBMYJFRZFSGCLYJBPMLYSMSXLSZJQQHJZFXGFQFQBPXZGYYQXGZTCQWYLTLGWSGWHRLFSFGZJMGMGBGTJFSYZZGZYZAFLSSPMLPFLCWBJZCLJJMZLPJJLYMQDMYYYFBGYGYZMLYZDXQYXRQQQHSYYYQXYLJTYXFSFSLLGNQCYHYCWFHCCCFXPYLYPLLZYXXXXXKQHHXSHJZCFZSCZJXCPZWHHHHHAPYLQALPQAFYHXDYLUKMZQGGGDDESRNNZLTZGCHYPPYSQJJHCLLJTOLNJPZLJLHYMHEYDYDSQYCDDHGZUNDZCLZYZLLZNTNYZGSLHSLPJJBDGWXPCDUTJCKLKCLWKLLCASSTKZZDNQNTTLYYZSSYSSZZRYLJQKCQDHHCRXRZYDGRGCWCGZQFFFPPJFZYNAKRGYWYQPQXXFKJTSZZXSWZDDFBBXTBGTZKZNPZZPZXZPJSZBMQHKCYXYLDKLJNYPKYGHGDZJXXEAHPNZKZTZCMXCXMMJXNKSZQNMNLWBWWXJKYHCPSTMCSQTZJYXTPCTPDTNNPGLLLZSJLSPBLPLQHDTNJNLYYRSZFFJFQWDPHZDWMRZCCLODAXNSSNYZRESTYJWJYJDBCFXNMWTTBYLWSTSZGYBLJPXGLBOCLHPCBJLTMXZLJYLZXCLTPNCLCKXTPZJSWCYXSFYSZDKNTLBYJCYJLLSTGQCBXRYZXBXKLYLHZLQZLNZCXWJZLJZJNCJHXMNZZGJZZXTZJXYCYYCXXJYYXJJXSSSJSTSSTTPPGQTCSXWZDCSYFPTFBFHFBBLZJCLZZDBXGCXLQPXKFZFLSYLTUWBMQJHSZBMDDBCYSCCLDXYCDDQLYJJWMQLLCSGLJJSYFPYYCCYLTJANTJJPWYCMMGQYYSXDXQMZHSZXPFTWWZQSWQRFKJLZJQQYFBRXJHHFWJJZYQAZMYFRHCYYBYQWLPEXCCZSTYRLTTDMQLYKMBBGMYYJPRKZNPBSXYXBHYZDJDNGHPMFSGMWFZMFQMMBCMZZCJJLCNUXYQLMLRYGQZCYXZLWJGCJCGGMCJNFYZZJHYCPRRCMTZQZXHFQGTJXCCJEAQCRJYHPLQLSZDJRBCQHQDYRHYLYXJSYMHZYDWLDFRYHBPYDTSSCNWBXGLPZMLZZTQSSCPJMXXYCSJYTYCGHYCJWYRXXLFEMWJNMKLLSWTXHYYYNCMMCWJDQDJZGLLJWJRKHPZGGFLCCSCZMCBLTBHBQJXQDSPDJZZGHGLFQYWBZYZJLTSTDHQHCTCBCHFLQMPWDSHYYTQWCNZZJTLBYMBPDYYYXSQKXWYYFLXXNCWCXYPMAELYKKJMZZZBRXYYQJFLJPFHHHYTZZXSGQQMHSPGDZQWBWPJHZJDYSCQWZKTXXSQLZYYMYSDZGRXCKKUJLWPYSYSCSYZLRMLQSYLJXBCXTLWDQZPCYCYKPPPNSXFYZJJRCEMHSZMSXLXGLRWGCSTLRSXBZGBZGZTCPLUJLSLYLYMTXMTZPALZXPXJTJWTCYYZLBLXBZLQMYLXPGHDSLSSDMXMBDZZSXWHAMLCZCPJMCNHJYSNSYGCHSKQMZZQDLLKABLWJXSFMOCDXJRRLYQZKJMYBYQLYHETFJZFRFKSRYXFJTWDSXXSYSQJYSLYXWJHSNLXYYXHBHAWHHJZXWMYLJCSSLKYDZTXBZSYFDXGXZJKHSXXYBSSXDPYNZWRPTQZCZENYGCXQFJYKJBZMLJCMQQXUOXSLYXXLYLLJDZBTYMHPFSTTQQWLHOKYBLZZALZXQLHZWRRQHLSTMYPYXJJXMQSJFNBXYXYJXXYQYLTHYLQYFMLKLJTMLLHSZWKZHLJMLHLJKLJSTLQXYLMBHHLNLZXQJHXCFXXLHYHJJGBYZZKBXSCQDJQDSUJZYYHZHHMGSXCSYMXFEBCQWWRBPYYJQTYZCYQYQQZYHMWFFHGZFRJFCDPXNTQYZPDYKHJLFRZXPPXZDBBGZQSTLGDGYLCQMLCHHMFYWLZYXKJLYPQHSYWMQQGQZMLZJNSQXJQSYJYCBEHSXFSZPXZWFLLBCYYJDYTDTHWZSFJMQQYJLMQXXLLDTTKHHYBFPWTYYSQQWNQWLGWDEBZWCMYGCULKJXTMXMYJSXHYBRWFYMWFRXYQMXYSZTZZTFYKMLDHQDXWYYNLCRYJBLPSXCXYWLSPRRJWXHQYPHTYDNXHHMMYWYTZCSQMTSSCCDALWZTCPQPYJLLQZYJSWXMZZMMYLMXCLMXCZMXMZSQTZPPQQBLPGXQZHFLJJHYTJSRXWZXSCCDLXTYJDCQJXSLQYCLZXLZZXMXQRJMHRHZJBHMFLJLMLCLQNLDXZLLLPYPSYJYSXCQQDCMQJZZXHNPNXZMEKMXHYKYQLXSXTXJYYHWDCWDZHQYYBGYBCYSCFGPSJNZDYZZJZXRZRQJJYMCANYRJTLDPPYZBSTJKXXZYPFDWFGZZRPYMTNGXZQBYXNBUFNQKRJQZMJEGRZGYCLKXZDSKKNSXKCLJSPJYYZLQQJYBZSSQLLLKJXTBKTYLCCDDBLSPPFYLGYDTZJYQGGKQTTFZXBDKTYYHYBBFYTYYBCLPDYTGDHRYRNJSPTCSNYJQHKLLLZSLYDXXWBCJQSPXBPJZJCJDZFFXXBRMLAZHCSNDLBJDSZBLPRZTSWSBXBCLLXXLZDJZSJPYLYXXYFTFFFBHJJXGBYXJPMMMPSSJZJMTLYZJXSWXTYLEDQPJMYGQZJGDJLQJWJQLLSJGJGYGMSCLJJXDTYGJQJQJCJZCJGDZZSXQGSJGGCXHQXSNQLZZBXHSGZXCXYLJXYXYYDFQQJHJFXDHCTXJYRXYSQTJXYEFYYSSYYJXNCYZXFXMSYSZXYYSCHSHXZZZGZZZGFJDLTYLNPZGYJYZYYQZPBXQBDZTZCZYXXYHHSQXSHDHGQHJHGYWSZTMZMLHYXGEBTYLZKQWYTJZRCLEKYSTDBCYKQQSAYXCJXWWGSBHJYZYDHCSJKQCXSWXFLTYNYZPZCCZJQTZWJQDZZZQZLJJXLSBHPYXXPSXSHHEZTXFPTLQYZZXHYTXNCFZYYHXGNXMYWXTZSJPTHHGYMXMXQZXTSBCZYJYXXTYYZYPCQLMMSZMJZZLLZXGXZAAJZYXJMZXWDXZSXZDZXLEYJJZQBHZWZZZQTZPSXZTDSXJJJZNYAZPHXYYSRNQDTHZHYYKYJHDZXZLSWCLYBZYECWCYCRYLCXNHZYDZYDYJDFRJJHTRSQTXYXJRJHOJYNXELXSFSFJZGHPZSXZSZDZCQZBYYKLSGSJHCZSHDGQGXYZGXCHXZJWYQWGYHKSSEQZZNDZFKWYSSTCLZSTSYMCDHJXXYWEYXCZAYDMPXMDSXYBSQMJMZJMTZQLPJYQZCGQHXJHHLXXHLHDLDJQCLDWBSXFZZYYSCHTYTYYBHECXHYKGJPXHHYZJFXHWHBDZFYZBCAPNPGNYDMSXHMMMMAMYNBYJTMPXYYMCTHJBZYFCGTYHWPHFTWZZEZSBZEGPFMTSKFTYCMHFLLHGPZJXZJGZJYXZSBBQSCZZLZCCSTPGXMJSFTCCZJZDJXCYBZLFCJSYZFGSZLYBCWZZBYZDZYPSWYJZXZBDSYUXLZZBZFYGCZXBZHZFTPBGZGEJBSTGKDMFHYZZJHZLLZZGJQZLSFDJSSCBZGPDLFZFZSZYZYZSYGCXSNXXCHCZXTZZLJFZGQSQYXZJQDCCZTQCDXZJYQJQCHXZTDLGSCXZSYQJQTZWLQDQZTQCHQQJZYEZZZPBWKDJFCJPZTYPQYQTTYNLMBDKTJZPQZQZZFPZSBNJLGYJDXJDZZKZGQKXDLPZJTCJDQBXDJQJSTCKNXBXZMSLYJCQMTJQWWCJQNJNLLLHJCWQTBZQYDZCZPZZDZYDDCYZZZCCJTTJFZDPRRTZTJDCQTQZDTJNPLZBCLLCTZSXKJZQZPZLBZRBTJDCXFCZDBCCJJLTQQPLDCGZDBBZJCQDCJWYNLLZYZCCDWLLXWZLXRXNTQQCZXKQLSGDFQTDDGLRLAJJTKUYMKQLLTZYTDYYCZGJWYXDXFRSKSTQTENQMRKQZHHQKDLDAZFKYPBGGPZREBZZYKZZSPEGJXGYKQZZZSLYSYYYZWFQZYLZZLZHWCHKYPQGNPGBLPLRRJYXCCSYYHSFZFYBZYYTGZXYLXCZWXXZJZBLFFLGSKHYJZEYJHLPLLLLCZGXDRZELRHGKLZZYHZLYQSZZJZQLJZFLNBHGWLCZCFJYSPYXZLZLXGCCPZBLLCYBBBBUBBCBPCRNNZCZYRBFSRLDCGQYYQXYGMQZWTZYTYJXYFWTEHZZJYWLCCNTZYJJZDEDPZDZTSYQJHDYMBJNYJZLXTSSTPHNDJXXBYXQTZQDDTJTDYYTGWSCSZQFLSHLGLBCZPHDLYZJYCKWTYTYLBNYTSDSYCCTYSZYYEBHEXHQDTWNYGYCLXTSZYSTQMYGZAZCCSZZDSLZCLZRQXYYELJSBYMXSXZTEMBBLLYYLLYTDQYSHYMRQWKFKBFXNXSBYCHXBWJYHTQBPBSBWDZYLKGZSKYHXQZJXHXJXGNLJKZLYYCDXLFYFGHLJGJYBXQLYBXQPQGZTZPLNCYPXDJYQYDYMRBESJYYHKXXSTMXRCZZYWXYQYBMCLLYZHQYZWQXDBXBZWZMSLPDMYSKFMZKLZCYQYCZLQXFZZYDQZPZYGYJYZMZXDZFYFYTTQTZHGSPCZMLCCYTZXJCYTJMKSLPZHYSNZLLYTPZCTZZCKTXDHXXTQCYFKSMQCCYYAZHTJPCYLZLYJBJXTPNYLJYYNRXSYLMMNXJSMYBCSYSYLZYLXJJQYLDZLPQBFZZBLFNDXQKCZFYWHGQMRDSXYCYTXNQQJZYYPFZXDYZFPRXEJDGYQBXRCNFYYQPGHYJDYZXGRHTKYLNWDZNTSMPKLBTHBPYSZBZTJZSZZJTYYXZPHSSZZBZCZPTQFZMYFLYPYBBJQXZMXXDJMTSYSKKBJZXHJCKLPSMKYJZCXTMLJYXRZZQSLXXQPYZXMKYXXXJCLJPRMYYGADYSKQLSNDHYZKQXZYZTCGHZTLMLWZYBWSYCTBHJHJFCWZTXWYTKZLXQSHLYJZJXTMPLPYCGLTBZZTLZJCYJGDTCLKLPLLQPJMZPAPXYZLKKTKDZCZZBNZDYDYQZJYJGMCTXLTGXSZLMLHBGLKFWNWZHDXUHLFMKYSLGXDTWWFRJEJZTZHYDXYKSHWFZCQSHKTMQQHTZHYMJDJSKHXZJZBZZXYMPAGQMSTPXLSKLZYNWRTSQLSZBPSPSGZWYHTLKSSSWHZZLYYTNXJGMJSZSUFWNLSOZTXGXLSAMMLBWLDSZYLAKQCQCTMYCFJBSLXCLZZCLXXKSBZQCLHJPSQPLSXXCKSLNHPSFQQYTXYJZLQLDXZQJZDYYDJNZPTUZDSKJFSLJHYLZSQZLBTXYDGTQFDBYAZXDZHZJNHHQBYKNXJJQCZMLLJZKSPLDYCLBBLXKLELXJLBQYCXJXGCNLCQPLZLZYJTZLJGYZDZPLTQCSXFDMNYCXGBTJDCZNBGBQYQJWGKFHTNPYQZQGBKPBBYZMTJDYTBLSQMPSXTBNPDXKLEMYYCJYNZCTLDYKZZXDDXHQSHDGMZSJYCCTAYRZLPYLTLKXSLZCGGEXCLFXLKJRTLQJAQZNCMBYDKKCXGLCZJZXJHPTDJJMZQYKQSECQZDSHHADMLZFMMZBGNTJNNLGBYJBRBTMLBYJDZXLCJLPLDLPCQDHLXZLYCBLCXZZJADJLNZMMSSSMYBHBSQKBHRSXXJMXSDZNZPXLGBRHWGGFCXGMSKLLTSJYYCQLTSKYWYYHYWXBXQYWPYWYKQLSQPTNTKHQCWDQKTWPXXHCPTHTWUMSSYHBWCRWXHJMKMZNGWTMLKFGHKJYLSYYCXWHYECLQHKQHTTQKHFZLDXQWYZYYDESBPKYRZPJFYYZJCEQDZZDLATZBBFJLLCXDLMJSSXEGYGSJQXCWBXSSZPDYZCXDNYXPPZYDLYJCZPLTXLSXYZYRXCYYYDYLWWNZSAHJSYQYHGYWWAXTJZDAXYSRLTDPSSYYFNEJDXYZHLXLLLZQZSJNYQYQQXYJGHZGZCYJCHZLYCDSHWSHJZYJXCLLNXZJJYYXNFXMWFPYLCYLLABWDDHWDXJMCXZTZPMLQZHSFHZYNZTLLDYWLSLXHYMMYLMBWWKYXYADTXYLLDJPYBPWUXJMWMLLSAFDLLYFLBHHHBQQLTZJCQJLDJTFFKMMMBYTHYGDCQRDDWRQJXNBYSNWZDBYYTBJHPYBYTTJXAAHGQDQTMYSTQXKBTZPKJLZRBEQQSSMJJBDJOTGTBXPGBKTLHQXJJJCTHXQDWJLWRFWQGWSHCKRYSWGFTGYGBXSDWDWRFHWYTJJXXXJYZYSLPYYYPAYXHYDQKXSHXYXGSKQHYWFDDDPPLCJLQQEEWXKSYYKDYPLTJTHKJLTCYYHHJTTPLTZZCDLTHQKZXQYSTEEYWYYZYXXYYSTTJKLLPZMCYHQGXYHSRMBXPLLNQYDQHXSXXWGDQBSHYLLPJJJTHYJKYPPTHYYKTYEZYENMDSHLCRPQFDGFXZPSFTLJXXJBSWYYSKSFLXLPPLBBBLBSFXFYZBSJSSYLPBBFFFFSSCJDSTZSXZRYYSYFFSYZYZBJTBCTSBSDHRTJJBYTCXYJEYLXCBNEBJDSYXYKGSJZBXBYTFZWGENYHHTHZHHXFWGCSTBGXKLSXYWMTMBYXJSTZSCDYQRCYTWXZFHMYMCXLZNSDJTTTXRYCFYJSBSDYERXJLJXBBDEYNJGHXGCKGSCYMBLXJMSZNSKGXFBNBPTHFJAAFXYXFPXMYPQDTZCXZZPXRSYWZDLYBBKTYQPQJPZYPZJZNJPZJLZZFYSBTTSLMPTZRTDXQSJEHBZYLZDHLJSQMLHTXTJECXSLZZSPKTLZKQQYFSYGYWPCPQFHQHYTQXZKRSGTTSQCZLPTXCDYYZXSQZSLXLZMYCPCQBZYXHBSXLZDLTCDXTYLZJYYZPZYZLTXJSJXHLPMYTXCQRBLZSSFJZZTNJYTXMYJHLHPPLCYXQJQQKZZSCPZKSWALQSBLCCZJSXGWWWYGYKTJBBZTDKHXHKGTGPBKQYSLPXPJCKBMLLXDZSTBKLGGQKQLSBKKTFXRMDKBFTPZFRTBBRFERQGXYJPZSSTLBZTPSZQZSJDHLJQLZBPMSMMSXLQQNHKNBLRDDNXXDHDDJCYYGYLXGZLXSYGMQQGKHBPMXYXLYTQWLWGCPBMQXCYZYDRJBHTDJYHQSHTMJSBYPLWHLZFFNYPMHXXHPLTBQPFBJWQDBYGPNZTPFZJGSDDTQSHZEAWZZYLLTYYBWJKXXGHLFKXDJTMSZSQYNZGGSWQSPHTLSSKMCLZXYSZQZXNCJDQGZDLFNYKLJCJLLZLMZZNHYDSSHTHZZLZZBBHQZWWYCRZHLYQQJBEYFXXXWHSRXWQHWPSLMSSKZTTYGYQQWRSLALHMJTQJSMXQBJJZJXZYZKXBYQXBJXSHZTSFJLXMXZXFGHKZSZGGYLCLSARJYHSLLLMZXELGLXYDJYTLFBHBPNLYZFBBHPTGJKWETZHKJJXZXXGLLJLSTGSHJJYQLQZFKCGNNDJSSZFDBCTWWSEQFHQJBSAQTGYPQLBXBMMYWXGSLZHGLZGQYFLZBYFZJFRYSFMBYZHQGFWZSYFYJJPHZBYYZFFWODGRLMFTWLBZGYCQXCDJYGZYYYYTYTYDWEGAZYHXJLZYYHLRMGRXXZCLHNELJJTJTPWJYBJJBXJJTJTEEKHWSLJPLPSFYZPQQBDLQJJTYYQLYZKDKSQJYYQZLDQTGJQYZJSUCMRYQTHTEJMFCTYHYPKMHYZWJDQFHYYXWSHCTXRLJHQXHCCYYYJLTKTTYTMXGTCJTZAYYOCZLYLBSZYWJYTSJYHBYSHFJLYGJXXTMZYYLTXXYPZLXYJZYZYYPNHMYMDYYLBLHLSYYQQLLNJJYMSOYQBZGDLYXYLCQYXTSZEGXHZGLHWBLJHEYXTWQMAKBPQCGYSHHEGQCMWYYWLJYJHYYZLLJJYLHZYHMGSLJLJXCJJYCLYCJPCPZJZJMMYLCQLNQLJQJSXYJMLSZLJQLYCMMHCFMMFPQQMFYLQMCFFQMMMMHMZNFHHJGTTHHKHSLNCHHYQDXTMMQDCYZYXYQMYQYLTDCYYYZAZZCYMZYDLZFFFMMYCQZWZZMABTBYZTDMNZZGGDFTYPCGQYTTSSFFWFDTZQSSYSTWXJHXYTSXXYLBYQHWWKXHZXWZNNZZJZJJQJCCCHYYXBZXZCYZTLLCQXYNJYCYYCYNZZQYYYEWYCZDCJYCCHYJLBTZYYCQWMPWPYMLGKDLDLGKQQBGYCHJXY",b={ diff --git a/dist/fineui.min.css b/dist/fineui.min.css index 1bdbca639..277d3ab81 100644 --- a/dist/fineui.min.css +++ b/dist/fineui.min.css @@ -1 +1 @@ -/*! normalize.css v1.0.0 | MIT License | git.io/normalize */dl,h3,menu,ol,p,pre,ul{margin:1em 0}.bi-font-bold,b,strong{font-weight:700}.bi-label,.td-overflow{word-break:break-all}.bi-label,.bi-text,.overflow-dot{text-overflow:ellipsis}.bi-display-tree .ztree li a:hover,.ztree li a,a{text-decoration:none}.ztree li,.ztree li span.button,a,a:active,a:focus,a:hover,div:focus,input,textarea{outline:0}.b-font,i{-webkit-text-stroke-width:.2px;-moz-osx-font-smoothing:grayscale}.b-font,body,i{-moz-osx-font-smoothing:grayscale}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}button,html,input,select,textarea{font-family:sans-serif}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.75em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}blockquote{margin:1em 40px}dfn{font-style:italic}mark{background:#ff0;color:#000}.base-disabled,.base-disabled .bi-input,.base-disabled .bi-textarea{color:#9ea6b2!important}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}small,sub,sup{font-size:75%}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:after,q:before{content:'';content:none}sub,sup{line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ol,nav ul{list-style:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure,form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline}.bi-search-editor .circle-close-font,.bi-search-editor .search-font,.bi-search-text-value-combo .trigger-icon-button{font-size:16px}button,input{line-height:normal}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}#body .bi-button,.border-sizing,body .bi-button{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}*,a,body,div,html,img,li,ol,p,span,ul{margin:0;padding:0}input::-webkit-contacts-auto-fill-button{visibility:hidden;display:none!important;pointer-events:none;position:absolute;right:0}input::-ms-clear{display:none}input,textarea{margin:0;padding:0;border:1px solid #e8eaed}ul{list-style:disc}li{list-style-type:none}i{-webkit-font-smoothing:antialiased}.bi-theme-dark input,.bi-theme-dark textarea{border:1px solid #3a3c53}.base-disabled{cursor:not-allowed!important}.base-disabled .b-font:before{color:#d0d4da!important}.bi-theme-dark .base-disabled,.bi-theme-dark .base-disabled .bi-input,.bi-theme-dark .base-disabled .bi-textarea{color:#878d9f!important}.bi-theme-dark .base-disabled .b-font:before{color:#606479!important}.bi-focus-shadow:focus,.bi-focus-shadow:focus-within,.bi-focus-shadow:hover{border-color:#3685f2}.bi-focus-shadow.disabled:hover{border-color:#e8eaed}.bi-theme-dark .bi-focus-shadow.disabled:hover{border-color:#3a3c53}.base-invalid{cursor:default!important}.clearfix:after,.clearfix:before{content:" ";display:table;line-height:0}.clearfix:after{clear:both}.bi-background{background-color:#f7f8fa;color:#3d4d66}.bi-background .bi-input,.bi-background .bi-textarea{color:#3d4d66}.bi-theme-dark .bi-background{background-color:#191B2B;color:#d6e0dc}.bi-theme-dark .bi-background .bi-input,.bi-theme-dark .bi-background .bi-textarea{color:#d6e0dc}.bi-header-background{background-color:#F2F4F7;color:#647185}.bi-header-background .bi-input,.bi-header-background .bi-textarea{color:#647185}.bi-theme-dark .bi-header-background{background-color:#2F3149;color:#afb7c6}.bi-theme-dark .bi-header-background .bi-input,.bi-theme-dark .bi-header-background .bi-textarea{color:#afb7c6}.bi-card,.bi-card .bi-input,.bi-card .bi-textarea{color:#3d4d66}.bi-card{background-color:#fff}.bi-theme-dark .bi-card{background-color:#242640;color:#d6e0dc}.bi-theme-dark .bi-card .bi-input,.bi-theme-dark .bi-card .bi-textarea{color:#d6e0dc}.bi-disabled,.bi-disabled .bi-input,.bi-disabled .bi-textarea{color:#9ea6b2}.bi-theme-dark .bi-disabled,.bi-theme-dark .bi-disabled .bi-input,.bi-theme-dark .bi-disabled .bi-textarea{color:#878d9f}.bi-tips,.bi-tips .bi-input,.bi-tips .bi-textarea{color:#c4c9d1}.bi-border{border:1px solid #e8eaed}.bi-border-top{border-top:1px solid #e8eaed}.bi-border-right{border-right:1px solid #e8eaed}.bi-border-bottom{border-bottom:1px solid #e8eaed}.bi-border-left{border-left:1px solid #e8eaed}.bi-theme-dark .bi-border{border:1px solid #3a3c53}.bi-theme-dark .bi-border-top{border-top:1px solid #3a3c53}.bi-theme-dark .bi-border-right{border-right:1px solid #3a3c53}.bi-theme-dark .bi-border-bottom{border-bottom:1px solid #3a3c53}.bi-theme-dark .bi-border-left{border-left:1px solid #3a3c53}.bi-split{border:1px solid #f2f4f7}.bi-split-top{border-top:1px solid #f2f4f7}.bi-split-right{border-right:1px solid #f2f4f7}.bi-split-bottom{border-bottom:1px solid #f2f4f7}.bi-split-left{border-left:1px solid #f2f4f7}.bi-theme-dark .bi-split{border:1px solid #2F3149}.bi-theme-dark .bi-split-top{border-top:1px solid #2F3149}.bi-theme-dark .bi-split-right{border-right:1px solid #2F3149}.bi-theme-dark .bi-split-bottom{border-bottom:1px solid #2F3149}.bi-theme-dark .bi-split-left{border-left:1px solid #2F3149}.bi-font-helvetica-neue{font-family:"Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",Heiti,serif}.bi-font-arial{font-family:Arial,"Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Heiti,serif}.bi-font-PingFang{font-family:"PingFang SC","Helvetica Neue",Arial,"Hiragino Sans GB","Microsoft YaHei",Heiti,serif}.bi-font-hiragino-sans{font-family:"Hiragino Sans GB","Helvetica Neue",Arial,"PingFang SC","Microsoft YaHei",Heiti,serif}.bi-font-microsoft-yaHei{font-family:"Microsoft YaHei","Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB",Heiti,serif}.bi-font-heiti{font-family:Heiti,"Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",serif}.bi-border-radius{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-keyword-red-mark,.bi-keyword-red-mark .bi-input,.bi-keyword-red-mark .bi-textarea{color:#faaa39}.bi-high-light,.bi-high-light .bi-input,.bi-high-light .bi-textarea{color:#3685f2}.bi-error,.bi-error .bi-input,.bi-error .bi-textarea{color:#ff4949}.bi-error-background,.bi-error-background .bi-input,.bi-error-background .bi-textarea,.bi-high-light-background .bi-input,.bi-high-light-background .bi-textarea{color:#fff}.bi-high-light-background{background-color:#3685f2;color:#fff}.bi-error-background{background-color:#ff4949}.bi-high-light-border{border-color:#3685f2}.bi-water-mark{color:#c4c9d1;cursor:text}.bi-water-mark .bi-input,.bi-water-mark .bi-textarea{color:#c4c9d1}.bi-theme-dark .bi-water-mark,.bi-theme-dark .bi-water-mark .bi-input,.bi-theme-dark .bi-water-mark .bi-textarea{color:#6b7084}.bi-mask,.bi-mask .bi-input,.bi-mask .bi-textarea{color:#fff}.bi-resizer{background:#232E40;opacity:.2;filter:alpha(opacity=20);z-index:1000000000!important}.bi-theme-dark .bi-resizer{background:#fff}.bi-mask{background-color:rgba(35,46,64,.2);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33232e40, endColorstr=#33232e40)}.bi-theme-dark .bi-mask{color:#242640;background-color:rgba(255,255,255,.2);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff)}.bi-theme-dark .bi-mask .bi-input,.bi-theme-dark .bi-mask .bi-textarea{color:#242640}.bi-z-index-mask{background-color:rgba(35,46,64,.5);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80232e40, endColorstr=#80232e40)}.bi-theme-dark .bi-z-index-mask{background-color:rgba(25,27,43,.8);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc191b2b, endColorstr=#cc191b2b)}.bi-list-item.hover,.bi-list-item:hover{color:#232e40;background-color:rgba(54,133,242,.05);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d3685f2, endColorstr=#0d3685f2)}.bi-list-item.hover .bi-input,.bi-list-item.hover .bi-textarea,.bi-list-item:hover .bi-input,.bi-list-item:hover .bi-textarea{color:#232e40}.bi-list-item.disabled,.bi-list-item.disabled:active,.bi-list-item.disabled:hover{background-color:transparent!important;color:#9ea6b2!important}.bi-list-item.disabled .bi-high-light,.bi-list-item.disabled .bi-input,.bi-list-item.disabled .bi-textarea,.bi-list-item.disabled:active .bi-high-light,.bi-list-item.disabled:active .bi-input,.bi-list-item.disabled:active .bi-textarea,.bi-list-item.disabled:hover .bi-high-light,.bi-list-item.disabled:hover .bi-input,.bi-list-item.disabled:hover .bi-textarea{color:#9ea6b2!important}.bi-theme-dark .bi-list-item.hover,.bi-theme-dark .bi-list-item:hover{color:#fff;background-color:rgba(54,133,242,.05);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d3685f2, endColorstr=#0d3685f2)}.bi-theme-dark .bi-list-item.hover .bi-input,.bi-theme-dark .bi-list-item.hover .bi-textarea,.bi-theme-dark .bi-list-item:hover .bi-input,.bi-theme-dark .bi-list-item:hover .bi-textarea{color:#fff}.bi-theme-dark .bi-list-item.disabled,.bi-theme-dark .bi-list-item.disabled:active,.bi-theme-dark .bi-list-item.disabled:hover{background-color:transparent!important;color:#878d9f!important}.bi-theme-dark .bi-list-item.disabled .bi-high-light,.bi-theme-dark .bi-list-item.disabled .bi-input,.bi-theme-dark .bi-list-item.disabled .bi-textarea,.bi-theme-dark .bi-list-item.disabled:active .bi-high-light,.bi-theme-dark .bi-list-item.disabled:active .bi-input,.bi-theme-dark .bi-list-item.disabled:active .bi-textarea,.bi-theme-dark .bi-list-item.disabled:hover .bi-high-light,.bi-theme-dark .bi-list-item.disabled:hover .bi-input,.bi-theme-dark .bi-list-item.disabled:hover .bi-textarea{color:#878d9f!important}.bi-list-item-border.active,.bi-list-item-border:active{border:1px solid #3685f2}.bi-list-item-simple.hover,.bi-list-item-simple.hover .bi-input,.bi-list-item-simple.hover .bi-textarea,.bi-list-item-simple:hover,.bi-list-item-simple:hover .bi-input,.bi-list-item-simple:hover .bi-textarea{color:#3685f2}.bi-list-item-simple.disabled,.bi-list-item-simple.disabled .bi-high-light,.bi-list-item-simple.disabled .bi-input,.bi-list-item-simple.disabled .bi-textarea,.bi-list-item-simple.disabled:active,.bi-list-item-simple.disabled:active .bi-high-light,.bi-list-item-simple.disabled:active .bi-input,.bi-list-item-simple.disabled:active .bi-textarea,.bi-list-item-simple.disabled:hover,.bi-list-item-simple.disabled:hover .bi-high-light,.bi-list-item-simple.disabled:hover .bi-input,.bi-list-item-simple.disabled:hover .bi-textarea{color:#9ea6b2!important}.bi-list-item-effect:hover,.bi-list-item-effect:hover .bi-input,.bi-list-item-effect:hover .bi-textarea{color:#232e40}.bi-list-item-effect.active,.bi-list-item-effect.active .bi-input,.bi-list-item-effect.active .bi-textarea,.bi-list-item-effect:active,.bi-list-item-effect:active .bi-input,.bi-list-item-effect:active .bi-textarea{color:#3685f2}.bi-list-item-effect.disabled,.bi-list-item-effect.disabled .bi-high-light,.bi-list-item-effect.disabled .bi-input,.bi-list-item-effect.disabled .bi-textarea,.bi-list-item-effect.disabled:active,.bi-list-item-effect.disabled:active .bi-high-light,.bi-list-item-effect.disabled:active .bi-input,.bi-list-item-effect.disabled:active .bi-textarea,.bi-list-item-effect.disabled:hover,.bi-list-item-effect.disabled:hover .bi-high-light,.bi-list-item-effect.disabled:hover .bi-input,.bi-list-item-effect.disabled:hover .bi-textarea{color:#9ea6b2!important}.bi-theme-dark .bi-list-item-effect:hover,.bi-theme-dark .bi-list-item-effect:hover .bi-input,.bi-theme-dark .bi-list-item-effect:hover .bi-textarea{color:#fff}.bi-theme-dark .bi-list-item-effect.active,.bi-theme-dark .bi-list-item-effect.active .bi-input,.bi-theme-dark .bi-list-item-effect.active .bi-textarea,.bi-theme-dark .bi-list-item-effect:active,.bi-theme-dark .bi-list-item-effect:active .bi-input,.bi-theme-dark .bi-list-item-effect:active .bi-textarea{color:#3685f2}.bi-theme-dark .bi-list-item-effect.disabled,.bi-theme-dark .bi-list-item-effect.disabled:active,.bi-theme-dark .bi-list-item-effect.disabled:hover{background-color:transparent!important;color:#878d9f!important}.bi-list-item-active.hover,.bi-list-item-active:active,.bi-list-item-active:hover{background-color:rgba(54,133,242,.06);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2, endColorstr=#0f3685f2)}.bi-theme-dark .bi-list-item-effect.disabled .bi-high-light,.bi-theme-dark .bi-list-item-effect.disabled .bi-input,.bi-theme-dark .bi-list-item-effect.disabled .bi-textarea,.bi-theme-dark .bi-list-item-effect.disabled:active .bi-high-light,.bi-theme-dark .bi-list-item-effect.disabled:active .bi-input,.bi-theme-dark .bi-list-item-effect.disabled:active .bi-textarea,.bi-theme-dark .bi-list-item-effect.disabled:hover .bi-high-light,.bi-theme-dark .bi-list-item-effect.disabled:hover .bi-input,.bi-theme-dark .bi-list-item-effect.disabled:hover .bi-textarea{color:#878d9f!important}.bi-list-item-active.hover,.bi-list-item-active.hover .bi-input,.bi-list-item-active.hover .bi-textarea,.bi-list-item-active:hover,.bi-list-item-active:hover .bi-input,.bi-list-item-active:hover .bi-textarea{color:#232e40}.bi-list-item-active.active,.bi-list-item-active.active .bi-input,.bi-list-item-active.active .bi-textarea,.bi-list-item-active:active,.bi-list-item-active:active .bi-input,.bi-list-item-active:active .bi-textarea{color:#3685f2}.bi-list-item-active.disabled,.bi-list-item-active.disabled:active,.bi-list-item-active.disabled:hover{background-color:transparent!important;color:#9ea6b2!important}.bi-list-item-active.disabled .bi-high-light,.bi-list-item-active.disabled .bi-input,.bi-list-item-active.disabled .bi-textarea,.bi-list-item-active.disabled:active .bi-high-light,.bi-list-item-active.disabled:active .bi-input,.bi-list-item-active.disabled:active .bi-textarea,.bi-list-item-active.disabled:hover .bi-high-light,.bi-list-item-active.disabled:hover .bi-input,.bi-list-item-active.disabled:hover .bi-textarea{color:#9ea6b2!important}.bi-theme-dark .bi-list-item-active.hover,.bi-theme-dark .bi-list-item-active:hover{color:#fff;background-color:rgba(255,255,255,.05);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dffffff, endColorstr=#0dffffff)}.bi-theme-dark .bi-list-item-active.hover .bi-input,.bi-theme-dark .bi-list-item-active.hover .bi-textarea,.bi-theme-dark .bi-list-item-active:hover .bi-input,.bi-theme-dark .bi-list-item-active:hover .bi-textarea{color:#fff}.bi-theme-dark .bi-list-item-active.active,.bi-theme-dark .bi-list-item-active:active{color:#3685f2;background-color:rgba(255,255,255,.05);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dffffff, endColorstr=#0dffffff)}.bi-theme-dark .bi-list-item-active.active .bi-input,.bi-theme-dark .bi-list-item-active.active .bi-textarea,.bi-theme-dark .bi-list-item-active:active .bi-input,.bi-theme-dark .bi-list-item-active:active .bi-textarea{color:#3685f2}.bi-theme-dark .bi-list-item-active.disabled,.bi-theme-dark .bi-list-item-active.disabled:active,.bi-theme-dark .bi-list-item-active.disabled:hover{background-color:transparent!important;color:#878d9f!important}.bi-list-item-active2.active,.bi-list-item-active2.hover,.bi-list-item-active2:active,.bi-list-item-active2:hover{background-color:rgba(54,133,242,.06);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2, endColorstr=#0f3685f2)}.bi-theme-dark .bi-list-item-active.disabled .bi-high-light,.bi-theme-dark .bi-list-item-active.disabled .bi-input,.bi-theme-dark .bi-list-item-active.disabled .bi-textarea,.bi-theme-dark .bi-list-item-active.disabled:active .bi-high-light,.bi-theme-dark .bi-list-item-active.disabled:active .bi-input,.bi-theme-dark .bi-list-item-active.disabled:active .bi-textarea,.bi-theme-dark .bi-list-item-active.disabled:hover .bi-high-light,.bi-theme-dark .bi-list-item-active.disabled:hover .bi-input,.bi-theme-dark .bi-list-item-active.disabled:hover .bi-textarea{color:#878d9f!important}.bi-list-item-active2.hover,.bi-list-item-active2.hover .bi-input,.bi-list-item-active2.hover .bi-textarea,.bi-list-item-active2:hover,.bi-list-item-active2:hover .bi-input,.bi-list-item-active2:hover .bi-textarea{color:#232e40}.bi-list-item-active2.active,.bi-list-item-active2.active .bi-input,.bi-list-item-active2.active .bi-textarea,.bi-list-item-active2:active,.bi-list-item-active2:active .bi-input,.bi-list-item-active2:active .bi-textarea{color:#3685f2}.bi-list-item-active2.disabled,.bi-list-item-active2.disabled:active,.bi-list-item-active2.disabled:hover{background-color:transparent!important;color:#9ea6b2!important}.bi-list-item-active2.disabled .bi-high-light,.bi-list-item-active2.disabled .bi-input,.bi-list-item-active2.disabled .bi-textarea,.bi-list-item-active2.disabled:active .bi-high-light,.bi-list-item-active2.disabled:active .bi-input,.bi-list-item-active2.disabled:active .bi-textarea,.bi-list-item-active2.disabled:hover .bi-high-light,.bi-list-item-active2.disabled:hover .bi-input,.bi-list-item-active2.disabled:hover .bi-textarea{color:#9ea6b2!important}.bi-theme-dark .bi-list-item-active2.hover,.bi-theme-dark .bi-list-item-active2:hover{color:#fff;background-color:rgba(54,133,242,.06);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2, endColorstr=#0f3685f2)}.bi-theme-dark .bi-list-item-active2.hover .bi-input,.bi-theme-dark .bi-list-item-active2.hover .bi-textarea,.bi-theme-dark .bi-list-item-active2:hover .bi-input,.bi-theme-dark .bi-list-item-active2:hover .bi-textarea{color:#fff}.bi-theme-dark .bi-list-item-active2.active,.bi-theme-dark .bi-list-item-active2:active{color:#3685f2;background-color:rgba(54,133,242,.06);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2, endColorstr=#0f3685f2)}.bi-theme-dark .bi-list-item-active2.active .bi-input,.bi-theme-dark .bi-list-item-active2.active .bi-textarea,.bi-theme-dark .bi-list-item-active2:active .bi-input,.bi-theme-dark .bi-list-item-active2:active .bi-textarea{color:#3685f2}.bi-theme-dark .bi-list-item-active2.disabled,.bi-theme-dark .bi-list-item-active2.disabled:active,.bi-theme-dark .bi-list-item-active2.disabled:hover{background-color:transparent!important;color:#878d9f!important}.bi-theme-dark .bi-list-item-active2.disabled .bi-high-light,.bi-theme-dark .bi-list-item-active2.disabled .bi-input,.bi-theme-dark .bi-list-item-active2.disabled .bi-textarea,.bi-theme-dark .bi-list-item-active2.disabled:active .bi-high-light,.bi-theme-dark .bi-list-item-active2.disabled:active .bi-input,.bi-theme-dark .bi-list-item-active2.disabled:active .bi-textarea,.bi-theme-dark .bi-list-item-active2.disabled:hover .bi-high-light,.bi-theme-dark .bi-list-item-active2.disabled:hover .bi-input,.bi-theme-dark .bi-list-item-active2.disabled:hover .bi-textarea{color:#878d9f!important}.bi-list-item-select.hover,.bi-list-item-select:hover{background-color:rgba(54,133,242,.06);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2, endColorstr=#0f3685f2)}.bi-list-item-select.active,.bi-list-item-select:active{color:#fff;background-color:#3685f2}.bi-list-item-select.active .bi-high-light,.bi-list-item-select.active .bi-input,.bi-list-item-select.active .bi-textarea,.bi-list-item-select:active .bi-high-light,.bi-list-item-select:active .bi-input,.bi-list-item-select:active .bi-textarea{color:#fff}.bi-list-item-select.button-success.active,.bi-list-item-select.button-success:active{color:#fff;background-color:#13cd66}.bi-list-item-select.button-success.active .bi-high-light,.bi-list-item-select.button-success.active .bi-input,.bi-list-item-select.button-success.active .bi-textarea,.bi-list-item-select.button-success:active .bi-high-light,.bi-list-item-select.button-success:active .bi-input,.bi-list-item-select.button-success:active .bi-textarea{color:#fff}.bi-list-item-select.button-warning,.bi-list-item-select.button-warning .bi-high-light,.bi-list-item-select.button-warning .bi-input,.bi-list-item-select.button-warning .bi-textarea,.bi-list-item-select.button-warning.hover .bi-high-light,.bi-list-item-select.button-warning.hover .bi-input,.bi-list-item-select.button-warning.hover .bi-textarea,.bi-list-item-select.button-warning:hover .bi-high-light,.bi-list-item-select.button-warning:hover .bi-input,.bi-list-item-select.button-warning:hover .bi-textarea{color:#ff4949}.bi-list-item-select.button-success.active.bi-high-light-border,.bi-list-item-select.button-success:active.bi-high-light-border{border-color:#13cd66}.bi-list-item-select.button-warning.active.bi-high-light-border,.bi-list-item-select.button-warning.bi-high-light-border,.bi-list-item-select.button-warning.hover.bi-high-light-border,.bi-list-item-select.button-warning:active.bi-high-light-border,.bi-list-item-select.button-warning:hover.bi-high-light-border{border-color:#FF4949}.bi-list-item-select.button-warning.hover,.bi-list-item-select.button-warning:hover{color:#ff4949;background-color:#ffecec}.bi-list-item-select.button-warning.active,.bi-list-item-select.button-warning:active{color:#fff;background-color:#ff4949}.bi-list-item-select.button-warning.active .bi-high-light,.bi-list-item-select.button-warning.active .bi-input,.bi-list-item-select.button-warning.active .bi-textarea,.bi-list-item-select.button-warning:active .bi-high-light,.bi-list-item-select.button-warning:active .bi-input,.bi-list-item-select.button-warning:active .bi-textarea{color:#fff}.bi-list-item-select.disabled.active.bi-high-light-border,.bi-list-item-select.disabled.bi-high-light-border,.bi-list-item-select.disabled.hover.bi-high-light-border{border-color:#d0d4da}.bi-list-item-select.disabled{color:#9ea6b2!important;background-color:transparent!important}.bi-list-item-select.disabled .bi-high-light,.bi-list-item-select.disabled .bi-input,.bi-list-item-select.disabled .bi-textarea{color:#9ea6b2!important}.bi-list-item-select.disabled.active,.bi-list-item-select.disabled.hover{color:#fff!important;background-color:#d0d4da!important}.bi-list-item-select.disabled.active .bi-input,.bi-list-item-select.disabled.active .bi-textarea,.bi-list-item-select.disabled.hover .bi-input,.bi-list-item-select.disabled.hover .bi-textarea{color:#fff!important}.bi-list-item-select.disabled.active .bi-high-light,.bi-list-item-select.disabled.hover .bi-high-light{color:#9ea6b2!important}.bi-list-item-select2.active.bi-border,.bi-list-item-select2.hover.bi-border,.bi-list-item-select2:active.bi-border,.bi-list-item-select2:hover.bi-border{border-color:#3685f2}.bi-list-item-select2.hover,.bi-list-item-select2.hover .bi-input,.bi-list-item-select2.hover .bi-textarea,.bi-list-item-select2:hover,.bi-list-item-select2:hover .bi-input,.bi-list-item-select2:hover .bi-textarea{color:#232e40}.bi-list-item-select2:active,.bi-list-item-select2:active .bi-input,.bi-list-item-select2:active .bi-textarea{color:#3685f2}.bi-list-item-select2.active{color:#fff;background-color:#3685f2}.bi-list-item-select2.active .bi-input,.bi-list-item-select2.active .bi-textarea{color:#fff}.bi-list-item-select2.disabled,.bi-list-item-select2.disabled:active,.bi-list-item-select2.disabled:hover{background-color:transparent!important;color:#9ea6b2!important}.bi-list-item-select2.disabled .bi-high-light,.bi-list-item-select2.disabled .bi-input,.bi-list-item-select2.disabled .bi-textarea,.bi-list-item-select2.disabled:active .bi-high-light,.bi-list-item-select2.disabled:active .bi-input,.bi-list-item-select2.disabled:active .bi-textarea,.bi-list-item-select2.disabled:hover .bi-high-light,.bi-list-item-select2.disabled:hover .bi-input,.bi-list-item-select2.disabled:hover .bi-textarea{color:#9ea6b2!important}.bi-theme-dark .bi-list-item-select2.hover,.bi-theme-dark .bi-list-item-select2:hover{color:#fff;background-color:#242640}.bi-theme-dark .bi-list-item-select2.hover .bi-input,.bi-theme-dark .bi-list-item-select2.hover .bi-textarea,.bi-theme-dark .bi-list-item-select2:hover .bi-input,.bi-theme-dark .bi-list-item-select2:hover .bi-textarea{color:#fff}.bi-theme-dark .bi-list-item-select2.active,.bi-theme-dark .bi-list-item-select2:active{color:#3685f2;background-color:#242640}.bi-theme-dark .bi-list-item-select2.active .bi-input,.bi-theme-dark .bi-list-item-select2.active .bi-textarea,.bi-theme-dark .bi-list-item-select2:active .bi-input,.bi-theme-dark .bi-list-item-select2:active .bi-textarea{color:#3685f2}.bi-theme-dark .bi-list-item-select2.disabled,.bi-theme-dark .bi-list-item-select2.disabled:active,.bi-theme-dark .bi-list-item-select2.disabled:hover{background-color:transparent!important;color:#878d9f!important}.bi-theme-dark .bi-list-item-select2.disabled .bi-high-light,.bi-theme-dark .bi-list-item-select2.disabled .bi-input,.bi-theme-dark .bi-list-item-select2.disabled .bi-textarea,.bi-theme-dark .bi-list-item-select2.disabled:active .bi-high-light,.bi-theme-dark .bi-list-item-select2.disabled:active .bi-input,.bi-theme-dark .bi-list-item-select2.disabled:active .bi-textarea,.bi-theme-dark .bi-list-item-select2.disabled:hover .bi-high-light,.bi-theme-dark .bi-list-item-select2.disabled:hover .bi-input,.bi-theme-dark .bi-list-item-select2.disabled:hover .bi-textarea{color:#878d9f!important}.bi-list-item-select3.hover,.bi-list-item-select3:hover{background-color:#f7f8fa}.bi-list-item-select3.active,.bi-list-item-select3:active{color:#3685f2;background-color:#f7f8fa}.bi-list-item-select3.active .bi-input,.bi-list-item-select3.active .bi-textarea,.bi-list-item-select3:active .bi-input,.bi-list-item-select3:active .bi-textarea{color:#3685f2}.bi-list-item-select3.disabled.active,.bi-list-item-select3.disabled.hover,.bi-list-item-select3.disabled:active,.bi-list-item-select3.disabled:hover{background-color:#fff!important}.bi-theme-dark .bi-list-item-select3.hover,.bi-theme-dark .bi-list-item-select3:hover{background-color:#191B2B}.bi-theme-dark .bi-list-item-select3.active,.bi-theme-dark .bi-list-item-select3:active{color:#3685f2;background-color:#191B2B}.bi-theme-dark .bi-list-item-select3.active .bi-input,.bi-theme-dark .bi-list-item-select3.active .bi-textarea,.bi-theme-dark .bi-list-item-select3:active .bi-input,.bi-theme-dark .bi-list-item-select3:active .bi-textarea{color:#3685f2}.bi-theme-dark .bi-list-item-select3.disabled.active,.bi-theme-dark .bi-list-item-select3.disabled.hover,.bi-theme-dark .bi-list-item-select3.disabled:active,.bi-theme-dark .bi-list-item-select3.disabled:hover{background-color:#242640!important}.bi-theme-dark .bi-list-item-select.hover,.bi-theme-dark .bi-list-item-select:hover{color:#fff;background-color:rgba(255,255,255,.05);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dffffff, endColorstr=#0dffffff)}.bi-theme-dark .bi-list-item-select.hover .bi-input,.bi-theme-dark .bi-list-item-select.hover .bi-textarea,.bi-theme-dark .bi-list-item-select:hover .bi-input,.bi-theme-dark .bi-list-item-select:hover .bi-textarea{color:#fff}.bi-theme-dark .bi-list-item-select.active,.bi-theme-dark .bi-list-item-select:active{color:#fff;background-color:#3685f2}.bi-theme-dark .bi-list-item-select.active .bi-high-light,.bi-theme-dark .bi-list-item-select.active .bi-input,.bi-theme-dark .bi-list-item-select.active .bi-textarea,.bi-theme-dark .bi-list-item-select:active .bi-high-light,.bi-theme-dark .bi-list-item-select:active .bi-input,.bi-theme-dark .bi-list-item-select:active .bi-textarea{color:#fff}.bi-theme-dark .bi-list-item-select.disabled,.bi-theme-dark .bi-list-item-select.disabled:active,.bi-theme-dark .bi-list-item-select.disabled:hover{background-color:transparent!important;color:#878d9f!important}.bi-theme-dark .bi-list-item-select.disabled .bi-high-light,.bi-theme-dark .bi-list-item-select.disabled .bi-input,.bi-theme-dark .bi-list-item-select.disabled .bi-textarea,.bi-theme-dark .bi-list-item-select.disabled:active .bi-high-light,.bi-theme-dark .bi-list-item-select.disabled:active .bi-input,.bi-theme-dark .bi-list-item-select.disabled:active .bi-textarea,.bi-theme-dark .bi-list-item-select.disabled:hover .bi-high-light,.bi-theme-dark .bi-list-item-select.disabled:hover .bi-input,.bi-theme-dark .bi-list-item-select.disabled:hover .bi-textarea{color:#878d9f!important}.bi-list-item-none.hover,.bi-list-item-none:hover{color:inherit;background-color:transparent}.bi-list-item-none.hover .bi-input,.bi-list-item-none.hover .bi-textarea,.bi-list-item-none:hover .bi-input,.bi-list-item-none:hover .bi-textarea{color:inherit}.bi-list-item-none.active,.bi-list-item-none:active{color:inherit;background-color:transparent}.bi-list-item-none.active .bi-high-light,.bi-list-item-none.active .bi-input,.bi-list-item-none.active .bi-textarea,.bi-list-item-none:active .bi-high-light,.bi-list-item-none:active .bi-input,.bi-list-item-none:active .bi-textarea{color:inherit}.bi-list-item-none.disabled,.bi-list-item-none.disabled:active,.bi-list-item-none.disabled:hover{color:#9ea6b2!important;background-color:transparent!important}.bi-list-item-none.disabled .bi-high-light,.bi-list-item-none.disabled .bi-input,.bi-list-item-none.disabled .bi-textarea,.bi-list-item-none.disabled:active .bi-high-light,.bi-list-item-none.disabled:active .bi-input,.bi-list-item-none.disabled:active .bi-textarea,.bi-list-item-none.disabled:hover .bi-high-light,.bi-list-item-none.disabled:hover .bi-input,.bi-list-item-none.disabled:hover .bi-textarea{color:#9ea6b2!important}.bi-theme-dark .bi-list-item-none.hover,.bi-theme-dark .bi-list-item-none:hover{color:inherit;background-color:transparent}.bi-theme-dark .bi-list-item-none.hover .bi-input,.bi-theme-dark .bi-list-item-none.hover .bi-textarea,.bi-theme-dark .bi-list-item-none:hover .bi-input,.bi-theme-dark .bi-list-item-none:hover .bi-textarea{color:inherit}.bi-theme-dark .bi-list-item-none.active,.bi-theme-dark .bi-list-item-none:active{color:inherit;background-color:transparent}.bi-theme-dark .bi-list-item-none.active .bi-high-light,.bi-theme-dark .bi-list-item-none.active .bi-input,.bi-theme-dark .bi-list-item-none.active .bi-textarea,.bi-theme-dark .bi-list-item-none:active .bi-high-light,.bi-theme-dark .bi-list-item-none:active .bi-input,.bi-theme-dark .bi-list-item-none:active .bi-textarea{color:inherit}.bi-theme-dark .bi-list-item-none.disabled,.bi-theme-dark .bi-list-item-none.disabled:active,.bi-theme-dark .bi-list-item-none.disabled:hover{background-color:transparent!important;color:#878d9f!important}.bi-theme-dark .bi-list-item-none.disabled .bi-high-light,.bi-theme-dark .bi-list-item-none.disabled .bi-input,.bi-theme-dark .bi-list-item-none.disabled .bi-textarea,.bi-theme-dark .bi-list-item-none.disabled:active .bi-high-light,.bi-theme-dark .bi-list-item-none.disabled:active .bi-input,.bi-theme-dark .bi-list-item-none.disabled:active .bi-textarea,.bi-theme-dark .bi-list-item-none.disabled:hover .bi-high-light,.bi-theme-dark .bi-list-item-none.disabled:hover .bi-input,.bi-theme-dark .bi-list-item-none.disabled:hover .bi-textarea{color:#878d9f!important}.cursor-pointer{cursor:pointer}.bi-popup-view,.cursor-default{cursor:default}.cursor-move{cursor:move}.y-overflow-auto{overflow-y:auto;overflow-x:hidden}.x-overflow-auto{overflow-y:hidden;overflow-x:auto}.y-overflow-scroll{overflow-y:scroll;overflow-x:hidden}.x-overflow-scroll{overflow-y:hidden;overflow-x:scroll}.overflow-auto{overflow-x:auto;overflow-y:auto}.overflow-scroll{overflow-x:scroll;overflow-y:scroll}.bi-label,.bi-segment>.center-element,.bi-text,.bi-textarea-editor,.overflow-dot,.overflow-hidden{overflow-x:hidden;overflow-y:hidden}.td-overflow{white-space:normal}.bi-label,.bi-text,.overflow-dot,.ztree li{white-space:nowrap}.display-block{display:block}.display-inline{display:inline-block}.display-table{display:table}.vertical-super{vertical-align:super}.vertical-top{vertical-align:top}.horizon-center{text-align:center}.horizon-left{text-align:left}.border-sizing{box-sizing:border-box}.content-sizing{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;-ms-box-sizing:content-box;box-sizing:content-box}.bi-flex-center-layout{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-flex-align:center;-ms-align-items:center;-o-align-items:center;align-items:center}.bi-flex-horizontal-layout{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;flex-direction:row;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;-ms-flex-align:start;-o-align-items:flex-start;align-items:flex-start;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;-o-flex-wrap:nowrap;flex-wrap:nowrap}.bi-flex-horizontal-layout.middle{-webkit-box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-ms-flex-align:center;-o-align-items:center;align-items:center}.bi-flex-horizontal-layout.bottom{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-moz-align-items:flex-end;-ms-align-items:flex-end;-ms-flex-align:end;-o-align-items:flex-end;align-items:flex-end}.bi-flex-vertical-center{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;flex-direction:row;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-ms-flex-align:center;-o-align-items:center;align-items:center;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;-o-flex-wrap:nowrap;flex-wrap:nowrap}.bi-flex-vertical-center.stretch{-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-ms-flex-pack:center;-o-justify-content:center;justify-content:center;-webkit-box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-ms-flex-align:stretch;-o-align-items:stretch;align-items:stretch}.bi-flex-wrapper-center-layout .flex-wrapper-center-layout-wrapper{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-ms-flex-pack:center;-o-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-ms-flex-align:center;-o-align-items:center;align-items:center;min-width:100%;min-height:100%;float:left}.bi-flex-wrapper-horizontal-layout .flex-wrapper-horizontal-layout-wrapper{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;flex-direction:row;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-ms-flex-pack:start;-o-justify-content:flex-start;justify-content:flex-start;-webkit-box-align:flex-start;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;-ms-flex-align:start;-o-align-items:flex-start;align-items:flex-start;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;-o-flex-wrap:nowrap;flex-wrap:nowrap;min-height:100%}.bi-flex-wrapper-horizontal-layout .flex-wrapper-horizontal-layout-wrapper.middle{-webkit-box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.bi-flex-wrapper-horizontal-layout .flex-wrapper-horizontal-layout-wrapper.bottom{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-moz-align-items:flex-end;-ms-align-items:flex-end;-o-align-items:flex-end;align-items:flex-end}.bi-flex-wrapper-vertical-center .flex-wrapper-vertical-center-wrapper{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;flex-direction:row;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-ms-flex-pack:start;-o-justify-content:flex-start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-ms-flex-align:center;-o-align-items:center;align-items:center;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;-o-flex-wrap:nowrap;flex-wrap:nowrap;min-height:100%;float:left}.bi-inline-center-adapt-layout:after,.bi-inline-center-adapt-layout>.inline-center-adapt-item{display:inline-block}.bi-flex-wrapper-vertical-center .flex-wrapper-vertical-center-wrapper.stretch{width:100%;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch}.bi-inline-center-adapt-layout:after,.bi-inline-vertical-adapt-layout:after{width:0;min-height:100%;content:' ';vertical-align:middle}.bi-inline-center-adapt-layout>.bi-combo.bi-combo-popup,.bi-inline-center-adapt-layout>.inline-center-adapt-item.x-icon{display:inline-block!important}.bi-inline-vertical-adapt-layout:after,.bi-inline-vertical-adapt-layout>.inline-vertical-adapt-item{display:inline-block}.bi-inline-vertical-adapt-layout>.bi-combo.bi-combo-popup,.bi-inline-vertical-adapt-layout>.inline-vertical-adapt-item.x-icon{display:inline-block!important}.bi-theme-dark{color:#d6e0dc}.bi-theme-dark .bi-input{color:#fff}.bi-icon-text-value-combo.combo-error .bi-text-trigger .select-text-label,.bi-search-text-value-combo.combo-error .bi-search-text-value-trigger .bi-text-button,.bi-text-value-combo.combo-error .bi-select-text-trigger .select-text-label{color:#ff4949}.bi-year-calendar{padding-top:5px;padding-bottom:5px}.bi-color-chooser-popup .disable-mask{opacity:.5;filter:alpha(opacity=50);background-color:#fff}.bi-color-chooser-trigger{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-color-picker-button .color-picker-button-mask{border:1px solid #232e40}.bi-theme-dark .bi-color-picker-button .color-picker-button-mask{border:1px solid #fff}.bi-color-picker-editor .color-picker-editor-display{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-color-picker-editor.disabled .auto-color-normal-background{background:url(images/2x/background/auto_color_normal_disable.png) center center no-repeat;background-size:contain}.bi-color-picker-editor.disabled .auto-color-normal-background.hack{background:url(images/1x/background/auto_color_normal_disable.png) center center no-repeat}.bi-color-picker-editor.disabled .trans-color-background{background:url(images/2x/background/trans_disable.png) center center no-repeat;background-size:contain}.bi-color-picker-editor.disabled .trans-color-background.hack{background:url(images/1x/background/trans_disable.png) center center no-repeat}.farbtastic{position:relative}.farbtastic *{position:absolute;cursor:crosshair}.farbtastic,.farbtastic .wheel{width:195px;height:195px}.farbtastic .color,.farbtastic .overlay{top:47px;left:47px;width:101px;height:101px}.farbtastic .wheel{width:195px;height:195px}.farbtastic .marker{width:17px;height:17px;margin:-8px 0 0 -8px;overflow:hidden}.bi-bubble-combo .button-combo-triangle-wrapper{position:fixed!important;line-height:0;z-index:10000000}.bi-bubble-combo .bubble-combo-triangle-left{z-index:1;position:absolute;width:6px;height:16px;text-align:left}.bi-bubble-combo .bubble-combo-triangle-left:before{position:absolute;width:6px;height:6px;margin-left:-3px;margin-top:4px;content:"";transform:rotate(-45deg)}.bi-bubble-combo .bubble-combo-triangle-right{z-index:1;position:absolute;width:6px;height:16px;text-align:left}.bi-bubble-combo .bubble-combo-triangle-right:before{position:absolute;width:6px;height:6px;margin-left:2px;margin-top:3px;content:"";transform:rotate(135deg)}.bi-bubble-combo .bubble-combo-triangle-top{z-index:1;position:absolute;width:16px;height:6px;text-align:left}.bi-bubble-combo .bubble-combo-triangle-top:before{position:absolute;width:6px;height:6px;margin-left:4px;margin-top:-3px;content:"";transform:rotate(45deg)}.bi-bubble-combo .bubble-combo-triangle-bottom{z-index:1;position:absolute;width:16px;height:6px;text-align:left}.bi-bubble-combo .bubble-combo-triangle-bottom:before{position:absolute;width:6px;height:6px;margin-left:4px;margin-top:2px;content:"";transform:rotate(-135deg)}.bi-bubble-combo .bubble-combo-triangle-bottom:before,.bi-bubble-combo .bubble-combo-triangle-left:before,.bi-bubble-combo .bubble-combo-triangle-right:before,.bi-bubble-combo .bubble-combo-triangle-top:before{background-color:#fff;border-bottom:1px solid #f2f4f7;border-right:1px solid #f2f4f7}.bi-theme-dark .bi-bubble-combo .bubble-combo-triangle-bottom:before,.bi-theme-dark .bi-bubble-combo .bubble-combo-triangle-left:before,.bi-theme-dark .bi-bubble-combo .bubble-combo-triangle-right:before,.bi-theme-dark .bi-bubble-combo .bubble-combo-triangle-top:before{background-color:#242640;border-bottom:1px solid #2F3149;border-right:1px solid #2F3149}.bi-combo>.bi-trigger .bi-trigger-icon-button .x-icon{-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-combo.bi-combo-popup{display:block!important;visibility:visible!important}#body .bi-button.button-common.disabled:after,#body .bi-button.button-error.disabled:after,#body .bi-button.button-ignore.disabled:after,#body .bi-button.button-success.disabled:after,#body .bi-button.button-warning.disabled:after,body .bi-button.button-common.disabled:after,body .bi-button.button-error.disabled:after,body .bi-button.button-ignore.disabled:after,body .bi-button.button-success.disabled:after,body .bi-button.button-warning.disabled:after{display:none}.bi-combo.bi-combo-popup>.bi-trigger .bi-trigger-icon-button .x-icon{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-combo.bi-combo-hover>.bi-border,.bi-combo.bi-combo-popup>.bi-border,.bi-combo:hover>.bi-border{border-color:#3685f2}.bi-combo.disabled.bi-combo-hover>.bi-border,.bi-combo.disabled:hover>.bi-border{border-color:#e8eaed}.bi-theme-dark .bi-combo.disabled.bi-combo-hover>.bi-border,.bi-theme-dark .bi-combo.disabled:hover>.bi-border{border-color:#3a3c53}.bi-search-text-value-combo .search-text-value-trigger{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-search-text-value-combo .bi-combo.bi-combo-popup+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-search-text-value-combo .bi-combo+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-all-count-pager .row-count,.bi-segment-button{color:#3685f2}.bi-text-value-check-combo.bi-combo-popup>.bi-border,.bi-text-value-check-combo:hover>.bi-border,.bi-text-value-down-list-combo.bi-combo-popup>.bi-border,.bi-text-value-down-list-combo:hover>.bi-border{border-color:#3685f2}.bi-bubble-bar-popup-view .bar-popup-container{max-height:456px}.bi-search-editor{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-small-search-editor .bi-editor,.bi-small-search-editor .bi-editor .bi-input,.bi-small-search-editor .bi-editor .bi-label{font-size:12px}.bi-small-search-editor .close-font,.bi-small-search-editor .search-font{font-size:18px}.bi-message-title{font-size:14px;cursor:pointer}.bi-message-text{font-size:16px;-webkit-user-select:text;-khtml-user-select:text;-moz-user-select:text;-ms-user-select:text;-o-user-select:text;user-select:text}.bi-message-close,.bi-message-content{font-size:16px}.bi-message-animate{-webkit-transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;-moz-transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;-o-transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s}.bi-message-enter{opacity:1}.bi-message-leave{opacity:0;transform:translateY(-100%)}.bi-multi-list-view .bi-button-mask{opacity:.1;filter:alpha(opacity=10)}.bi-panel{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-panel .panel-title .panel-title-text{cursor:text;font-size:14px}.bi-all-count-pager .all-pager-next,.bi-all-count-pager .all-pager-prev,.bi-direction-pager .direction-pager-next,.bi-direction-pager .direction-pager-prev{font-size:16px}.bi-sortable-holder{border:1px dashed #e8eaed}.bi-pager .page-item{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-pane{min-height:25px}.bi-pane.loading-status{min-height:55px}.bi-pane .loading-container{background-color:rgba(247,248,250,0);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00f7f8fa, endColorstr=#00f7f8fa)}.bi-loading-widget{font-size:0}.bi-loading-widget .animate-rect{background-color:rgba(54,133,242,.9);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e63685f2, endColorstr=#e63685f2);-webkit-border-radius:1.5px;-moz-border-radius:1.5px;border-radius:1.5px;-webkit-animation:loading-widget .8s infinite linear;-moz-animation:loading-widget .8s infinite linear;-ms-animation:loading-widget .8s infinite linear;-o-animation:loading-widget .8s infinite linear;animation:loading-widget .8s infinite linear}.bi-loading-widget .rect2{-webkit-animation-delay:-.2s;-moz-animation-delay:-.2s;-ms-animation-delay:-.2s;-o-animation-delay:-.2s;animation-delay:-.2s}.bi-loading-widget .rect3{-webkit-animation-delay:-.4s;-moz-animation-delay:-.4s;-ms-animation-delay:-.4s;-o-animation-delay:-.4s;animation-delay:-.4s}@-webkit-keyframes loading-widget{0%,100%{-webkit-transform:scaleY(.3);-moz-transform:scaleY(.3);-o-transform:scaleY(.3);-ms-transform:scaleY(.3);transform:scaleY(.3)}50%{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);-o-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}}@-moz-keyframes loading-widget{0%,100%{-webkit-transform:scaleY(.3);-moz-transform:scaleY(.3);-o-transform:scaleY(.3);-ms-transform:scaleY(.3);transform:scaleY(.3)}50%{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);-o-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}}@-ms-keyframes loading-widget{0%,100%{-webkit-transform:scaleY(.3);-moz-transform:scaleY(.3);-o-transform:scaleY(.3);-ms-transform:scaleY(.3);transform:scaleY(.3)}50%{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);-o-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}}@-o-keyframes loading-widget{0%,100%{-webkit-transform:scaleY(.3);-moz-transform:scaleY(.3);-o-transform:scaleY(.3);-ms-transform:scaleY(.3);transform:scaleY(.3)}50%{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);-o-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}}@keyframes loading-widget{0%,100%{-webkit-transform:scaleY(.3);-moz-transform:scaleY(.3);-o-transform:scaleY(.3);-ms-transform:scaleY(.3);transform:scaleY(.3)}50%{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);-o-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}}.bi-loading-widget.hack{background:url(images/1x/icon/wave_loading.gif) center center no-repeat}.bi-loading-widget.hack .animate-rect{background-color:rgba(54,133,242,0);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#003685f2, endColorstr=#003685f2)}.bi-segment>.center-element{overflow:hidden;background:#fff;border-right:1px solid #3685f2;border-top:1px solid #3685f2;border-bottom:1px solid #3685f2}.bi-segment>.first-element{border-left:1px solid #3685f2;-webkit-border-radius:2px 0 0 2px;-moz-border-radius:2px 0 0 2px;border-radius:2px 0 0 2px}.bi-segment>.last-element{-webkit-border-radius:0 2px 2px 0;-moz-border-radius:0 2px 2px 0;border-radius:0 2px 2px 0}.bi-segment.disabled>.center-element,.bi-segment.disabled>.first-element{border-color:#d0d4da}.bi-theme-dark .bi-segment>.center-element{overflow:hidden;overflow-x:hidden;overflow-y:hidden;background:#242640;border-right:1px solid #3a3c53;border-top:1px solid #3a3c53;border-bottom:1px solid #3a3c53}.bi-theme-dark .bi-segment>.first-element{border-left:1px solid #242640}#body .bi-button,body .bi-button{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;border:1px solid #3685f2;background-color:#3685f2;box-sizing:border-box;text-align:center;vertical-align:middle;cursor:pointer}#body .bi-button.clear,#body .bi-button.ghost,body .bi-button.clear,body .bi-button.ghost{font-size:inherit;background-color:transparent}#body .bi-button.block,body .bi-button.block{font-size:inherit;border-width:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}#body .bi-button.clear,body .bi-button.clear{border-width:0}#body .bi-button.clear:hover,body .bi-button.clear:hover{opacity:.9;filter:alpha(opacity=90)}#body .bi-button.clear:active,body .bi-button.clear:active{opacity:.8;filter:alpha(opacity=80)}#body .bi-button.button-common,#body .bi-button.button-common .b-font:before,body .bi-button.button-common,body .bi-button.button-common .b-font:before{color:#fff}#body .bi-button.button-common.clear,#body .bi-button.button-common.clear .b-font:before,#body .bi-button.button-common.ghost,#body .bi-button.button-common.ghost .b-font:before,body .bi-button.button-common.clear,body .bi-button.button-common.clear .b-font:before,body .bi-button.button-common.ghost,body .bi-button.button-common.ghost .b-font:before{color:#3685f2}#body .bi-button.button-common.ghost:hover,body .bi-button.button-common.ghost:hover{color:#fff;background-color:#3685f2}#body .bi-button.button-common.ghost:active,body .bi-button.button-common.ghost:active{background-color:#3685f2}#body .bi-button.button-ignore,body .bi-button.button-ignore{background-color:transparent;border-color:#3685f2}#body .bi-button.button-ignore,#body .bi-button.button-ignore .b-font:before,body .bi-button.button-ignore,body .bi-button.button-ignore .b-font:before{color:#3685f2}#body .bi-button.button-ignore.clear,body .bi-button.button-ignore.clear{background-color:transparent;border-width:0}#body .bi-button.button-success,body .bi-button.button-success{background-color:#13cd66;border-color:#13cd66}#body .bi-button.button-success,#body .bi-button.button-success .b-font:before,body .bi-button.button-success,body .bi-button.button-success .b-font:before{color:#fff}#body .bi-button.button-success.clear,body .bi-button.button-success.clear{background-color:transparent;border-width:0}#body .bi-button.button-success.clear,#body .bi-button.button-success.clear .b-font:before,body .bi-button.button-success.clear,body .bi-button.button-success.clear .b-font:before{color:#13cd66}#body .bi-button.button-warning,body .bi-button.button-warning{background-color:#faaa39;border-color:#fbb03b}#body .bi-button.button-warning,#body .bi-button.button-warning .b-font:before,body .bi-button.button-warning,body .bi-button.button-warning .b-font:before{color:#fff}#body .bi-button.button-warning.clear,body .bi-button.button-warning.clear{background-color:transparent;border-width:0}#body .bi-button.button-warning.clear,#body .bi-button.button-warning.clear .b-font:before,body .bi-button.button-warning.clear,body .bi-button.button-warning.clear .b-font:before{color:#faaa39}#body .bi-button.button-error,body .bi-button.button-error{background-color:#ff4949;border-color:#FF4949}#body .bi-button.button-error,#body .bi-button.button-error .b-font:before,body .bi-button.button-error,body .bi-button.button-error .b-font:before{color:#fff}#body .bi-button.button-error.clear,body .bi-button.button-error.clear{background-color:transparent;border-width:0}#body .bi-button.button-error.clear,#body .bi-button.button-error.clear .b-font:before,body .bi-button.button-error.clear,body .bi-button.button-error.clear .b-font:before{color:#ff4949}#body .bi-button.button-common.disabled,#body .bi-button.button-common.disabled .b-font:before,#body .bi-button.button-common.disabled.base-disabled,#body .bi-button.button-common.disabled.base-disabled .b-font:before,#body .bi-button.button-common.disabled.clear,#body .bi-button.button-common.disabled.clear .b-font:before,#body .bi-button.button-error.disabled,#body .bi-button.button-error.disabled .b-font:before,#body .bi-button.button-error.disabled.base-disabled,#body .bi-button.button-error.disabled.base-disabled .b-font:before,#body .bi-button.button-error.disabled.clear,#body .bi-button.button-error.disabled.clear .b-font:before,#body .bi-button.button-ignore.disabled,#body .bi-button.button-ignore.disabled .b-font:before,#body .bi-button.button-ignore.disabled.clear,#body .bi-button.button-ignore.disabled.clear .b-font:before,#body .bi-button.button-success.disabled,#body .bi-button.button-success.disabled .b-font:before,#body .bi-button.button-success.disabled.base-disabled,#body .bi-button.button-success.disabled.base-disabled .b-font:before,#body .bi-button.button-success.disabled.clear,#body .bi-button.button-success.disabled.clear .b-font:before,#body .bi-button.button-warning.disabled,#body .bi-button.button-warning.disabled .b-font:before,#body .bi-button.button-warning.disabled.base-disabled,#body .bi-button.button-warning.disabled.base-disabled .b-font:before,#body .bi-button.button-warning.disabled.clear,#body .bi-button.button-warning.disabled.clear .b-font:before,body .bi-button.button-common.disabled,body .bi-button.button-common.disabled .b-font:before,body .bi-button.button-common.disabled.base-disabled,body .bi-button.button-common.disabled.base-disabled .b-font:before,body .bi-button.button-common.disabled.clear,body .bi-button.button-common.disabled.clear .b-font:before,body .bi-button.button-error.disabled,body .bi-button.button-error.disabled .b-font:before,body .bi-button.button-error.disabled.base-disabled,body .bi-button.button-error.disabled.base-disabled .b-font:before,body .bi-button.button-error.disabled.clear,body .bi-button.button-error.disabled.clear .b-font:before,body .bi-button.button-ignore.disabled,body .bi-button.button-ignore.disabled .b-font:before,body .bi-button.button-ignore.disabled.clear,body .bi-button.button-ignore.disabled.clear .b-font:before,body .bi-button.button-success.disabled,body .bi-button.button-success.disabled .b-font:before,body .bi-button.button-success.disabled.base-disabled,body .bi-button.button-success.disabled.base-disabled .b-font:before,body .bi-button.button-success.disabled.clear,body .bi-button.button-success.disabled.clear .b-font:before,body .bi-button.button-warning.disabled,body .bi-button.button-warning.disabled .b-font:before,body .bi-button.button-warning.disabled.base-disabled,body .bi-button.button-warning.disabled.base-disabled .b-font:before,body .bi-button.button-warning.disabled.clear,body .bi-button.button-warning.disabled.clear .b-font:before{color:#9ea6b2!important}#body .bi-button.button-common.disabled,#body .bi-button.button-common.disabled.base-disabled,#body .bi-button.button-error.disabled,#body .bi-button.button-error.disabled.base-disabled,#body .bi-button.button-success.disabled,#body .bi-button.button-success.disabled.base-disabled,#body .bi-button.button-warning.disabled,#body .bi-button.button-warning.disabled.base-disabled,body .bi-button.button-common.disabled,body .bi-button.button-common.disabled.base-disabled,body .bi-button.button-error.disabled,body .bi-button.button-error.disabled.base-disabled,body .bi-button.button-success.disabled,body .bi-button.button-success.disabled.base-disabled,body .bi-button.button-warning.disabled,body .bi-button.button-warning.disabled.base-disabled{background:#F2F4F7!important;border-color:#d0d4da!important}#body .bi-button.button-ignore.disabled,body .bi-button.button-ignore.disabled{background:#fff!important;border-color:#e8eaed!important}#body .bi-button.button-common.disabled.clear,#body .bi-button.button-error.disabled.clear,#body .bi-button.button-ignore.disabled.clear,#body .bi-button.button-success.disabled.clear,#body .bi-button.button-warning.disabled.clear,body .bi-button.button-common.disabled.clear,body .bi-button.button-error.disabled.clear,body .bi-button.button-ignore.disabled.clear,body .bi-button.button-success.disabled.clear,body .bi-button.button-warning.disabled.clear{background:0 0!important;border-width:0!important}#body .bi-button.button-common.disabled.clear:active,#body .bi-button.button-common.disabled.clear:hover,#body .bi-button.button-error.disabled.clear:active,#body .bi-button.button-error.disabled.clear:hover,#body .bi-button.button-ignore.disabled.clear:active,#body .bi-button.button-ignore.disabled.clear:hover,#body .bi-button.button-success.disabled.clear:active,#body .bi-button.button-success.disabled.clear:hover,#body .bi-button.button-warning.disabled.clear:active,#body .bi-button.button-warning.disabled.clear:hover,body .bi-button.button-common.disabled.clear:active,body .bi-button.button-common.disabled.clear:hover,body .bi-button.button-error.disabled.clear:active,body .bi-button.button-error.disabled.clear:hover,body .bi-button.button-ignore.disabled.clear:active,body .bi-button.button-ignore.disabled.clear:hover,body .bi-button.button-success.disabled.clear:active,body .bi-button.button-success.disabled.clear:hover,body .bi-button.button-warning.disabled.clear:active,body .bi-button.button-warning.disabled.clear:hover{opacity:1;filter:alpha(opacity=100)}#body .bi-button.button-common.disabled.ghost,#body .bi-button.button-error.disabled.ghost,#body .bi-button.button-ignore.disabled.ghost,#body .bi-button.button-success.disabled.ghost,#body .bi-button.button-warning.disabled.ghost,body .bi-button.button-common.disabled.ghost,body .bi-button.button-error.disabled.ghost,body .bi-button.button-ignore.disabled.ghost,body .bi-button.button-success.disabled.ghost,body .bi-button.button-warning.disabled.ghost{background:0 0!important;border-color:#3685f2!important;opacity:.5;filter:alpha(opacity=50)}#body .bi-button.button-common.disabled.ghost,#body .bi-button.button-common.disabled.ghost .b-font:before,#body .bi-button.button-error.disabled.ghost,#body .bi-button.button-error.disabled.ghost .b-font:before,#body .bi-button.button-ignore.disabled.ghost,#body .bi-button.button-ignore.disabled.ghost .b-font:before,#body .bi-button.button-success.disabled.ghost,#body .bi-button.button-success.disabled.ghost .b-font:before,#body .bi-button.button-warning.disabled.ghost,#body .bi-button.button-warning.disabled.ghost .b-font:before,body .bi-button.button-common.disabled.ghost,body .bi-button.button-common.disabled.ghost .b-font:before,body .bi-button.button-error.disabled.ghost,body .bi-button.button-error.disabled.ghost .b-font:before,body .bi-button.button-ignore.disabled.ghost,body .bi-button.button-ignore.disabled.ghost .b-font:before,body .bi-button.button-success.disabled.ghost,body .bi-button.button-success.disabled.ghost .b-font:before,body .bi-button.button-warning.disabled.ghost,body .bi-button.button-warning.disabled.ghost .b-font:before{color:#3685f2!important}.bi-basic-button.button-common:after,.bi-basic-button.button-error:after,.bi-basic-button.button-success:after,.bi-basic-button.button-warning:after{content:"";background-color:#232E40;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;display:block;width:100%;height:100%;position:absolute;transform:scale(1,1);opacity:0;filter:alpha(opacity=0);-webkit-transition:transform .5s ease,opacity 1s ease;-moz-transition:transform .5s ease,opacity 1s ease;-o-transition:transform .5s ease,opacity 1s ease;transition:transform .5s ease,opacity 1s ease;left:0;top:0;pointer-events:none}.bi-basic-button.button-common.hack:after,.bi-basic-button.button-error.hack:after,.bi-basic-button.button-success.hack:after,.bi-basic-button.button-warning.hack:after{content:none}.bi-basic-button.button-common:active:after,.bi-basic-button.button-error:active:after,.bi-basic-button.button-success:active:after,.bi-basic-button.button-warning:active:after{transform:scale(0,1);opacity:.1;filter:alpha(opacity=10);-webkit-transition:transform 0s;-moz-transition:transform 0s;-o-transition:transform 0s;transition:transform 0s}.bi-basic-button.button-common:hover .bi-button-mask,.bi-basic-button.button-error:hover .bi-button-mask,.bi-basic-button.button-success:hover .bi-button-mask,.bi-basic-button.button-warning:hover .bi-button-mask{opacity:.1;filter:alpha(opacity=10);background-color:#fff;-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.bi-basic-button.button-ignore:after{content:"";background-color:#3685f2;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;display:block;width:100%;height:100%;position:absolute;transform:scale(1,1);opacity:0;filter:alpha(opacity=0);-webkit-transition:transform .5s ease,opacity 1s ease;-moz-transition:transform .5s ease,opacity 1s ease;-o-transition:transform .5s ease,opacity 1s ease;transition:transform .5s ease,opacity 1s ease;left:0;top:0;pointer-events:none}.bi-basic-button.button-ignore.hack:after{content:none}.bi-basic-button.button-ignore:active:after{transform:scale(0,1);opacity:.1;filter:alpha(opacity=10);-webkit-transition:transform 0s;-moz-transition:transform 0s;-o-transition:transform 0s;transition:transform 0s}.bi-basic-button.button-ignore:hover{background-color:rgba(54,133,242,.05);-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.bi-basic-button .popup-content{font-size:14px}.bi-theme-dark #body .bi-button.button-common.ghost,.bi-theme-dark #body .bi-button.button-common.ghost .b-font:before,.bi-theme-dark body .bi-button.button-common.ghost,.bi-theme-dark body .bi-button.button-common.ghost .b-font:before{color:#fff;border-color:#fff}.bi-theme-dark #body .bi-button.button-common.ghost:hover,.bi-theme-dark body .bi-button.button-common.ghost:hover{color:#3d4d66;background-color:#fff}.bi-theme-dark #body .bi-button.button-common.ghost:active,.bi-theme-dark body .bi-button.button-common.ghost:active{background-color:rgba(255,255,255,.9);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6ffffff, endColorstr=#e6ffffff)}.bi-theme-dark #body .bi-button.button-ignore:hover,.bi-theme-dark body .bi-button.button-ignore:hover{background-color:rgba(54,133,242,.05)}.bi-theme-dark #body .bi-button.button-ignore:active,.bi-theme-dark body .bi-button.button-ignore:active{background-color:rgba(54,133,242,.1)}.bi-theme-dark #body .bi-button.button-common.disabled.ghost,.bi-theme-dark body .bi-button.button-common.disabled.ghost{background:0 0!important;border-color:#fff!important;opacity:.5;filter:alpha(opacity=50)}.bi-theme-dark #body .bi-button.button-common.disabled.ghost,.bi-theme-dark #body .bi-button.button-common.disabled.ghost .b-font:before,.bi-theme-dark body .bi-button.button-common.disabled.ghost,.bi-theme-dark body .bi-button.button-common.disabled.ghost .b-font:before{color:#fff!important}.bi-single-select-icon-text-item.active .b-font:before,.bi-single-select-icon-text-item:active .b-font:before{color:#3685f2}.bi-switch{-webkit-border-radius:40px 40px 40px 40px;-moz-border-radius:40px;border-radius:40px;background-color:#d0d4da}.bi-switch.active,.bi-switch:active{background-color:#3685f2}.bi-switch .circle-button{-webkit-border-radius:9px 9px 9px 9px;-moz-border-radius:9px;border-radius:9px}.bi-switch.disabled,.bi-switch.disabled:active{background-color:#F2F4F7}.bi-theme-dark .bi-switch{background-color:#606479}.bi-theme-dark .bi-switch.active,.bi-theme-dark .bi-switch:active{background-color:#3685f2}.bi-theme-dark .bi-switch.disabled,.bi-theme-dark .bi-switch.disabled:active{background-color:#2F3149}.bi-multifile-editor .multifile-editor{text-align:right;cursor:pointer;font-size:100px;z-index:2}.bi-textarea-editor{overflow:hidden}.bi-textarea-editor .textarea-editor-content{font-size:12px;border:none}.x-icon.b-font{margin:auto;width:100%}.bi-file{opacity:0;filter:alpha(opacity=0);z-index:2}.bi-input,.bi-textarea{border:none;outline:0;background-color:transparent;padding:0;margin:0;width:100%;height:100%}.bi-input.bi-input-focus,.bi-textarea.bi-input-focus{border:none}.bi-input.bi-input-error,.bi-textarea.bi-input-error{border:none;color:#ff4949!important}.bi-bubble .bubble-text,.bi-toast{-webkit-border-radius:2px;-moz-border-radius:2px}.bi-text{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;word-break:break-word}.bi-bubble .bubble-text{border-radius:2px}.bi-bubble .bubble-error{background:#ffecec;color:#ff4949}.bi-theme-dark .bi-bubble .bubble-error{background:#3A2940}.bi-bubble .bubble-common{background:#eaf2fd;color:#3685f2}.bi-bubble .bubble-success{background:#e1f4e7;color:#13cd66}.bi-bubble .bubble-warning{background:#feeed7;color:#faaa39}.bi-tip{position:fixed!important}.bi-toast{color:#fff;max-width:400px;min-width:150px;border-radius:2px}.bi-toast.toast-success{background:#13cd66}.bi-toast.toast-warning{background:#faaa39}.bi-toast.toast-error{background:#ff4949}.bi-toast.toast-normal{background:#3685f2}.bi-toast .toast-icon{font-size:16px}.bi-tooltip{max-width:250px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;font-size:12px;color:#fff}.bi-tooltip.tooltip-success{background:#647185;border:1px solid #647185}.bi-tooltip.tooltip-warning{background:#ff4949;border:1px solid #FF4949}.bi-branch-tree .bi-branch-tree-view{min-width:300px}.bi-display-tree .ztree *{color:#999}.bi-display-tree .ztree li a,.bi-display-tree .ztree li span{cursor:default!important}.ztree li a,.ztree li span.button{cursor:pointer;display:inline-block}.bi-display-tree .ztree li a.curSelectedNode{padding-top:1px;border:none;background-color:inherit;opacity:1;filter:alpha(opacity=100)}.ztree *{padding:0;margin:0}.ztree{margin:0;padding:5px}.ztree li{padding:0;margin:0;list-style:none;line-height:14px;text-align:left}.ztree li ul{margin:0;padding:0 0 0 18px}.ztree li a{padding:1px 3px 0 0;margin:0;height:24px;background-color:transparent;vertical-align:top}.ztree li a:active,.ztree li a:hover{background-color:rgba(54,133,242,.06);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2, endColorstr=#0f3685f2)}.ztree li a:active{color:#3685f2}.ztree li a.tmpTargetNode_inner,ul.tmpTargetzTree,ul.ztree.zTreeDragUL{opacity:.8;filter:alpha(opacity=80)}.ztree li a.curSelectedNode_Edit{padding-top:0;background-color:#FFE6B0;color:#000;height:16px;border:1px solid #FFB951;opacity:.8}.ztree li a.tmpTargetNode_inner{padding-top:0;background-color:#316AC5;color:#fff;height:16px;border:1px solid #316AC5}.ztree li a input.rename{height:14px;width:80px;padding:0;margin:0;font-size:12px;border:1px solid #7EC4CC}.bi-dynamic-date-combo .date-font,.bi-multi-select-combo .multi-select-trigger-icon-button,.bi-multi-select-insert-combo .multi-select-trigger-icon-button,.bi-multi-tree-combo .multi-select-trigger-icon-button,.bi-trigger .bi-trigger-icon-button{font-size:16px}.ztree li span{line-height:24px;margin-right:2px}.ztree li span.button{line-height:0;margin:0;width:16px;height:16px;vertical-align:middle;border:0;background-color:transparent;background-repeat:no-repeat;background-attachment:scroll}.ztree li span.button.chk{width:16px;height:16px;margin:0 3px 0 0;cursor:auto}.ztree li span.button.chk.checkbox_false_disable{background-position:0 -56px}.ztree li span.button.chk.checkbox_true_disable{background-position:-14px -56px}.ztree li span.button.chk.radio_false_full{background-position:-28px 0}.ztree li span.button.chk.radio_false_full_focus{background-position:-28px -14px}.ztree li span.button.chk.radio_false_part{background-position:-28px -28px}.ztree li span.button.chk.radio_false_part_focus{background-position:-28px -42px}.ztree li span.button.chk.radio_false_disable{background-position:-28px -56px}.ztree li span.button.chk.radio_true_full{background-position:-42px 0}.ztree li span.button.chk.radio_true_full_focus{background-position:-42px -14px}.ztree li span.button.chk.radio_true_part{background-position:-42px -28px}.ztree li span.button.chk.radio_true_part_focus{background-position:-42px -42px}.ztree li span.button.chk.checkbox_true_full+a,.ztree li span.button.chk.checkbox_true_full_focus+a,.ztree li span.button.chk.checkbox_true_part+a,.ztree li span.button.chk.checkbox_true_part_focus+a{color:#3685f2}.ztree li span.button.chk.radio_true_disable{background-position:-42px -56px}.ztree li span.button.switch{width:25px;height:25px}.ztree li span.button.noline_open{background-position:-92px -72px}.ztree li span.button.noline_close{background-position:-74px -72px}.ztree li span.button.noline_docu,.ztree li span.button.root_docu{background:0 0}.ztree li span.button.ico_open{margin-right:2px;background-position:-110px -16px;vertical-align:top}.ztree li span.button.ico_close{margin-right:2px;background-position:-110px 0;vertical-align:top}.ztree li span.button.ico_docu{margin-right:2px;background-position:-110px -32px;vertical-align:top}.ztree li span.button.edit{margin-right:2px;background-position:-110px -48px;vertical-align:top}.ztree li span.button.remove{margin-right:2px;background-position:-110px -64px;vertical-align:top}.ztree li span.button.ico_loading{width:0;margin-right:2px;vertical-align:top}ul.tmpTargetzTree{background-color:#FFE6B0}span.tmpzTreeMove_arrow{width:16px;height:16px;display:inline-block;padding:0;margin:2px 0 0 1px;border:0;position:absolute;background-color:transparent;background-repeat:no-repeat;background-attachment:scroll;background-position:-110px -80px}.zTreeMask,ul.ztree.zTreeDragUL{background-color:#cfcfcf;position:absolute}ul.ztree.zTreeDragUL{margin:0;padding:0;width:auto;height:auto;overflow:hidden;border:1px dotted #00B83F}.zTreeMask{z-index:10000;opacity:0;filter:alpha(opacity=0)}.bi-select-text-trigger,.bi-small-select-text-trigger{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-popup-view{position:fixed!important;overflow-y:visible!important;overflow-x:visible!important;overflow:visible!important}.bi-popup-view .list-view-outer{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-popup-view .padding-outer{padding-top:5px;padding-bottom:5px}.bi-popup-view .list-view-shadow{-webkit-box-shadow:0 1px 5px 0 rgba(35,46,64,.2);-moz-box-shadow:0 1px 5px 0 rgba(35,46,64,.2);box-shadow:0 1px 5px 0 rgba(35,46,64,.2)}.bi-popup-view .list-view-toolbar{line-height:24px}.bi-popup-view .list-view-toolbar>.center-element{border-left:1px solid #e8eaed}.bi-popup-view .list-view-toolbar>.first-element{border-left:none}.bi-theme-dark .bi-popup-view .list-view-toolbar>.center-element{border-left:1px solid #3a3c53}.bi-theme-dark .bi-popup-view .list-view-toolbar>.first-element{border-left:none}.bi-theme-dark .list-view-shadow{-webkit-box-shadow:0 1px 5px 0 rgba(25,27,43,.8);-moz-box-shadow:0 1px 5px 0 rgba(25,27,43,.8);box-shadow:0 1px 5px 0 rgba(25,27,43,.8)}.bi-date-trigger{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-down-list-popup .bi-down-list-item .list-item-text,.bi-down-list-popup .list-group-item-text{max-width:203px}.bi-interactive-arrangement .interactive-arrangement-dragtag-line{z-index:1000000000;background-color:#faaa39}.bi-interactive-arrangement .interactive-arrangement-dragtag-icon{z-index:1000000000}.bi-interval-slider,.bi-interval-slider-label{min-height:50px}.bi-month-trigger{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-multilayer-select-level-tree .tree-view,.bi-multilayer-single-level-tree .tree-view{min-width:100%}.bi-multi-select-check-pane .multi-select-check-selected{text-decoration:underline}.bi-multi-select-combo .bi-combo.bi-combo-popup+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-multi-select-combo .bi-combo+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-multi-select-insert-combo .bi-combo.bi-combo-popup+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-multi-select-insert-combo .bi-combo+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-multi-select-trigger{-webkit-border-radius:2px 2px 2px 2px;-moz-border-radius:2px;border-radius:2px}.bi-multi-select-search-pane .multi-select-toolbar{color:#faaa39}.bi-multi-select-check-selected-button{z-index:1;min-width:16px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}.bi-multi-select-insert-list .bi-search-editor,.bi-multi-select-list .bi-search-editor{-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.bi-multi-tree-check-pane .multi-tree-check-selected{color:#3685f2}.bi-multi-tree-combo .bi-combo.bi-combo-popup+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-multi-tree-combo .bi-combo+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-multi-tree-popup .popup-view-tree{min-height:170px}.bi-multi-tree-check-selected-button .trigger-check-selected{color:#3685f2;z-index:1}.bi-number-editor{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-number-editor .pull-down-font,.bi-number-editor .pull-up-font{font-size:12px}.bi-number-interval .number-interval-big-combo .bi-icon-combo-trigger .icon-combo-trigger-icon,.bi-number-interval .number-interval-small-combo .bi-icon-combo-trigger .icon-combo-trigger-icon{font-size:14px}.bi-number-interval .number-interval-small-editor{-moz-border-radius-topleft:2px;-webkit-border-top-left-radius:2px;-moz-border-radius-bottomleft:2px;-webkit-border-bottom-left-radius:2px;border-top-left-radius:2px;border-bottom-left-radius:2px}.bi-number-interval .number-interval-big-editor{-moz-border-radius-topright:2px;-webkit-border-top-right-radius:2px;-moz-border-radius-bottomright:2px;-webkit-border-bottom-right-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px}.bi-number-interval .number-interval-big-combo{-moz-border-radius-topleft:2px;-webkit-border-top-left-radius:2px;-moz-border-radius-bottomleft:2px;-webkit-border-bottom-left-radius:2px;border-top-left-radius:2px;border-bottom-left-radius:2px}.bi-number-interval .number-interval-small-combo{-moz-border-radius-topright:2px;-webkit-border-top-right-radius:2px;-moz-border-radius-bottomright:2px;-webkit-border-bottom-right-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px}.bi-search-multi-text-value-combo .multi-select-trigger-icon-button,.bi-single-select-combo .single-select-trigger-icon-button{font-size:16px}.bi-number-interval.number-error .bi-input{color:#ff4949!important}.bi-date-interval.time-error .bi-input,.bi-date-interval.time-error .sign-editor-text,.bi-search-multi-text-value-combo.combo-error .bi-multi-select-searcher .tip-text-style,.bi-time-interval.time-error .bi-date-time-trigger .bi-input,.bi-time-interval.time-error .bi-date-time-trigger .sign-editor-text,.bi-year-month-interval.time-error .bi-input,.bi-year-month-interval.time-error .sign-editor-text{color:#ff4949}.bi-quarter-trigger{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-single-select-combo .bi-combo.bi-combo-popup+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-single-select-combo .bi-combo+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-single-slider-label{min-height:50px}.bi-single-slider-normal{min-height:30px}.bi-single-slider{min-height:50px}.bi-single-slider-button .slider-button{cursor:ew-resize;border-width:2px;border-style:solid;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;background-color:#fff;height:16px;width:16px;top:6px;left:-8px}.bi-single-slider-button .slider-button.hover,.bi-single-slider-button .slider-button:hover{-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background-color:#f7f8fa;width:20px;height:20px;top:4px;left:-10px}.bi-single-slider-button .slider-button.disabled{border-color:#d0d4da}.bi-single-slider-button .slider-button.disabled.hover,.bi-single-slider-button .slider-button.disabled:hover{background-color:#f7f8fa;width:16px;height:16px;top:6px;left:-8px}body,html{height:100%}.bi-theme-dark .bi-single-slider-button .slider-button{background-color:#242640}.bi-theme-dark .bi-single-slider-button .slider-button.disabled.hover,.bi-theme-dark .bi-single-slider-button .slider-button.disabled:hover,.bi-theme-dark .bi-single-slider-button .slider-button.hover,.bi-theme-dark .bi-single-slider-button .slider-button:hover{background-color:#191B2B}.bi-slider-track .gray-track{background-color:rgba(61,77,102,.1);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#1a3d4d66, endColorstr=#1a3d4d66);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bi-slider-track .blue-track{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bi-slider-track .disabled-blue-track{background-color:#d0d4da;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bi-theme-dark .bi-slider-track .gray-track{background-color:rgba(214,224,220,.1);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#1ad6e0dc, endColorstr=#1ad6e0dc);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bi-theme-dark .bi-slider-track .disabled-blue-track{background-color:#606479;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bi-time-interval .bi-date-time-trigger{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-year-popup .year-popup-navigation{line-height:30px}.bi-year-popup .year-popup-navigation>.center-element{border-left:1px solid #e8eaed}.bi-year-popup .year-popup-navigation>.first-element{border-left:none}.bi-theme-dark .bi-year-popup .year-popup-navigation>.center-element{border-left:1px solid #3a3c53}.bi-theme-dark .bi-year-popup .year-popup-navigation>.first-element{border-left:none}.bi-year-trigger{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}html{overflow:hidden}body{position:absolute;width:100%;margin:0;padding:0;top:0;left:0;background-repeat:repeat;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;color:#3d4d66;font:400 12px "Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Heiti,"黑体",sans-serif;-webkit-font-smoothing:antialiased;text-decoration:none;-kthml-user-focus:normal;-moz-user-focus:normal;-moz-outline:0 none;outline:0}div::-webkit-scrollbar,textarea::-webkit-scrollbar{-webkit-appearance:none;background-color:rgba(135,141,159,.05);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d878d9f, endColorstr=#0d878d9f);width:6px;height:6px}div::-webkit-scrollbar-thumb,textarea::-webkit-scrollbar-thumb{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:rgba(135,141,159,.3);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d878d9f, endColorstr=#4d878d9f)}div::-webkit-scrollbar-thumb:hover,textarea::-webkit-scrollbar-thumb:hover{background-color:rgba(135,141,159,.7);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3878d9f, endColorstr=#b3878d9f)}.bi-theme-dark div::-webkit-scrollbar,.bi-theme-dark textarea::-webkit-scrollbar{-webkit-appearance:none;background-color:rgba(208,212,218,.05);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dd0d4da, endColorstr=#0dd0d4da);width:6px;height:6px}.bi-theme-dark div::-webkit-scrollbar-thumb,.bi-theme-dark textarea::-webkit-scrollbar-thumb{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:rgba(208,212,218,.3);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4dd0d4da, endColorstr=#4dd0d4da)}.bi-theme-dark div::-webkit-scrollbar-thumb:hover,.bi-theme-dark textarea::-webkit-scrollbar-thumb:hover{background-color:rgba(208,212,218,.7);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3d0d4da, endColorstr=#b3d0d4da)}.farbtastic .wheel{background:url(resources?path=/com/fr/web/ui/images/1x/background/wheel.png) center center no-repeat}.farbtastic .overlay{background:url(resources?path=/com/fr/web/ui/images/1x/background/mask.png) center center no-repeat}.farbtastic .marker{background:url(resources?path=/com/fr/web/ui/images/1x/background/marker.png) center center no-repeat}.bi-display-tree .ztree li span.button.switch.center_open{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_3.png) center center no-repeat}.bi-display-tree .ztree li span.button.switch.roots_open{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_2.png) center center no-repeat}.bi-display-tree .ztree li span.button.switch.bottom_open{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_4.png) center center no-repeat}.ztree li ul.line{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_1.png) 1px 0 repeat-y}.bi-theme-dark .ztree li ul.line{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_1.png) 1px 0 repeat-y}.ztree li span.button.chk.checkbox_false_full,.ztree li span.button.chk.checkbox_false_full_focus{background:url(resources?path=/com/fr/web/ui/images/2x/icon/check_box_normal.png) center center no-repeat;background-size:contain}.ztree li span.button.chk.checkbox_false_part,.ztree li span.button.chk.checkbox_false_part_focus{background:url(resources?path=/com/fr/web/ui/images/2x/icon/half_selected.png) center center no-repeat;background-size:contain}.ztree li span.button.chk.checkbox_true_full,.ztree li span.button.chk.checkbox_true_full_focus{background:url(resources?path=/com/fr/web/ui/images/2x/icon/check_box_active.png) center center no-repeat;background-size:contain}.ztree li span.button.chk.checkbox_true_part,.ztree li span.button.chk.checkbox_true_part_focus{background:url(resources?path=/com/fr/web/ui/images/2x/icon/half_selected.png) center center no-repeat;background-size:contain}.ztree.hack li span.button.chk.checkbox_false_full,.ztree.hack li span.button.chk.checkbox_false_full_focus{background:url(resources?path=/com/fr/web/ui/images/1x/icon/check_box_normal.png) center center no-repeat}.ztree.hack li span.button.chk.checkbox_false_part,.ztree.hack li span.button.chk.checkbox_false_part_focus{background:url(resources?path=/com/fr/web/ui/images/1x/icon/half_selected.png) center center no-repeat}.ztree.hack li span.button.chk.checkbox_true_full,.ztree.hack li span.button.chk.checkbox_true_full_focus{background:url(resources?path=/com/fr/web/ui/images/1x/icon/check_box_active.png) center center no-repeat}.ztree.hack li span.button.chk.checkbox_true_part,.ztree.hack li span.button.chk.checkbox_true_part_focus{background:url(resources?path=/com/fr/web/ui/images/1x/icon/half_selected.png) center center no-repeat}.ztree li span.button.root_open{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_expand_1.png) center center no-repeat}.bi-theme-dark .ztree li span.button.root_open{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_expand_1.png) center center no-repeat}.ztree li span.button.root_close{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_collapse_1.png) center center no-repeat}.bi-theme-dark .ztree li span.button.root_close{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_collapse_1.png) center center no-repeat}.ztree li span.button.roots_open{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_expand_2.png) center center no-repeat}.bi-theme-dark .ztree li span.button.roots_open{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_expand_2.png) center center no-repeat}.ztree li span.button.roots_close{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_collapse_2.png) center center no-repeat}.bi-theme-dark .ztree li span.button.roots_close{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_collapse_2.png) center center no-repeat}.ztree li span.button.center_open{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_expand_3.png) center center no-repeat}.bi-theme-dark .ztree li span.button.center_open{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_expand_3.png) center center no-repeat}.ztree li span.button.center_close{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_collapse_3.png) center center no-repeat}.bi-theme-dark .ztree li span.button.center_close{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_collapse_3.png) center center no-repeat}.ztree li span.button.bottom_open{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_expand_4.png) center center no-repeat}.bi-theme-dark .ztree li span.button.bottom_open{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_expand_4.png) center center no-repeat}.ztree li span.button.bottom_close{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_collapse_4.png) center center no-repeat}.bi-theme-dark .ztree li span.button.bottom_close{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_collapse_4.png) center center no-repeat}.ztree li span.button.roots_docu{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_2.png) center center no-repeat}.bi-theme-dark .ztree li span.button.roots_docu{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_2.png) center center no-repeat}.ztree li span.button.center_docu{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_3.png) center center no-repeat}.bi-theme-dark .ztree li span.button.center_docu{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_3.png) center center no-repeat}.ztree li span.button.bottom_docu{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_4.png) center center no-repeat}.bi-theme-dark .ztree li span.button.bottom_docu{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_4.png) center center no-repeat}.ztree li span.button.ico_loading{background:url(resources?path=/com/fr/web/ui/images/1x/icon/loading.gif) center center no-repeat}.base-line-conn-background{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_1.png) repeat-y}.bi-theme-dark .base-line-conn-background{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_1.png) repeat-y}.first-line-conn-background{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_2.png) center center no-repeat}.bi-theme-dark .first-line-conn-background{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_2.png) center center no-repeat}.mid-line-conn-background{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_3.png) center center no-repeat}.bi-theme-dark .mid-line-conn-background{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_3.png) center center no-repeat}.last-line-conn-background{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_4.png) center center no-repeat}.bi-theme-dark .last-line-conn-background{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_4.png) center center no-repeat}.loading-background{background:url(resources?path=/com/fr/web/ui/images/2x/icon/loading.gif) center center no-repeat;background-size:contain}.auto-color-background{background:url(resources?path=/com/fr/web/ui/images/2x/background/auto_color.png) center center no-repeat;background-size:contain}.auto-color-normal-background{background:url(resources?path=/com/fr/web/ui/images/2x/background/auto_color_normal.png) center center no-repeat;background-size:contain}.auto-color-normal-disabled-background{background:url(resources?path=/com/fr/web/ui/images/2x/background/auto_color_normal_disable.png) center center no-repeat;background-size:contain}.trans-color-background{background:url(resources?path=/com/fr/web/ui/images/2x/background/trans_normal.png) center center no-repeat;background-size:contain}.trans-color-disabled-background{background:url(resources?path=/com/fr/web/ui/images/2x/background/trans_disable.png) center center no-repeat;background-size:contain}.auto-color-background.hack{background:url(resources?path=/com/fr/web/ui/images/1x/background/auto_color.png) center center no-repeat}.auto-color-normal-background.hack{background:url(resources?path=/com/fr/web/ui/images/1x/background/auto_color_normal.png) center center no-repeat}.auto-color-normal-disabled-background.hack{background:url(resources?path=/com/fr/web/ui/images/1x/background/auto_color_normal_disable.png) center center no-repeat}.trans-color-background.hack{background:url(resources?path=/com/fr/web/ui/images/1x/background/trans_normal.png) center center no-repeat}.trans-color-disabled-background.hack{background:url(resources?path=/com/fr/web/ui/images/1x/background/trans_disable.png) center center no-repeat}@font-face{font-family:bi;src:url(resources?path=/com/fr/web/ui/font/iconfont.eot);src:url(resources?path=/com/fr/web/ui/font/iconfont.eot?#iefix) format('embedded-opentype'),url(resources?path=/com/fr/web/ui/font/iconfont.woff) format('woff'),url(resources?path=/com/fr/web/ui/font/iconfont.ttf) format('truetype'),url(resources?path=/com/fr/web/ui/font/iconfont.svg#svgFontName) format('svg')}.b-font{font-family:bi;font-style:normal;-webkit-font-smoothing:antialiased}.close-font .b-font:before,.close-font.disabled .b-font:before,.close-h-font .b-font:before,.close-h-font.disabled .b-font:before,.close-h-font.hover .b-font:before,.close-h-font:hover .b-font:before,.close-ha-font .b-font:before,.close-ha-font.hover .b-font:before,.close-ha-font:hover .b-font:before{content:"\e6d0";color:inherit}.close-ha-font.active .b-font:before,.close-ha-font:active .b-font:before{content:"\e6d0";color:#3f8ce8}.close-ha-font.disabled .b-font:before{content:"\e6d0";color:inherit}.circle-close-font .b-font:before,.circle-close-font.disabled .b-font:before{content:"\e6d5";color:inherit}.search-close-h-font .b-font:before{content:"\e6d0";color:inherit}.search-close-h-font.hover .b-font:before,.search-close-h-font:hover .b-font:before{content:"\e6d0";color:#ff4949}.search-close-h-font.disabled .b-font:before{content:"\e6d0";color:inherit}.pre-page-h-font .b-font:before,.pre-page-h-font.disabled .b-font:before,.pre-page-h-font.hover .b-font:before,.pre-page-h-font:hover .b-font:before{content:"\e70d";color:inherit}.next-page-h-font .b-font:before,.next-page-h-font.disabled .b-font:before,.next-page-h-font.hover .b-font:before,.next-page-h-font:hover .b-font:before{content:"\e70c";color:inherit}.search-font .b-font:before,.search-font.disabled .b-font:before{content:"\e6dc";color:inherit}.date-font .b-font:before,.date-font.disabled .b-font:before{content:"\e733";color:inherit}.date-change-h-font .b-font:before,.date-change-h-font.disabled .b-font:before,.date-change-h-font.hover .b-font:before,.date-change-h-font:hover .b-font:before{content:"\e72f";color:inherit}.dot-font .b-font:before,.dot-font.disabled .b-font:before,.dot-h-font .b-font:before{content:"\e762";color:#232e40}.dot-h-font.hover .b-font:before,.dot-h-font:hover .b-font:before{content:"\e762";color:inherit}.dot-h-font.disabled .b-font:before{content:"\e762";color:#232e40}.dot-ha-font .b-font:before{content:"\e762";color:#fff}.dot-ha-font.hover .b-font:before,.dot-ha-font:hover .b-font:before{content:"\e762";color:#999}.dot-ha-font.active .b-font:before,.dot-ha-font:active .b-font:before{content:"\e762";color:#232e40}.dot-ha-font.disabled .b-font:before{content:"\e762";color:#fff}.dot-e-font .b-font:before{content:"\e762";color:transparent}.dot-e-font.hover .b-font:before,.dot-e-font:hover .b-font:before{content:"\e762";color:rgba(54,133,242,.06)}.dot-e-font.active .b-font:before,.dot-e-font:active .b-font:before{content:"\e762";color:#3685f2}.dot-e-font.disabled .b-font:before{content:"\e762";color:transparent}.pull-right-font .b-font:before,.pull-right-font.disabled .b-font:before,.pull-right-h-font .b-font:before,.pull-right-h-font.disabled .b-font:before,.pull-right-h-font.hover .b-font:before,.pull-right-h-font:hover .b-font:before,.pull-right-ha-font .b-font:before,.pull-right-ha-font.hover .b-font:before,.pull-right-ha-font:hover .b-font:before{content:"\e70c";color:inherit}.pull-right-ha-font.active .b-font:before,.pull-right-ha-font:active .b-font:before{content:"\e70c";color:#3f8ce8}.pull-right-e-font .b-font:before,.pull-right-e-font.hover .b-font:before,.pull-right-e-font:hover .b-font:before,.pull-right-ha-font.disabled .b-font:before{content:"\e70c";color:inherit}.pull-right-e-font.active .b-font:before,.pull-right-e-font:active .b-font:before{content:"\e70c";color:#3f8ce8}.pull-right-e-font.disabled .b-font:before{content:"\e70c";color:inherit}.copy-font .b-font:before,.copy-font.disabled .b-font:before{content:"\e6bd";color:inherit}.copy-h-font .b-font:before{content:"\e6bd";color:#232e40}.copy-h-font.hover .b-font:before,.copy-h-font:hover .b-font:before{content:"\e6bd";color:inherit}.copy-h-font.disabled .b-font:before{content:"\e6bd";color:#232e40}.copy-ha-font .b-font:before,.copy-ha-font.hover .b-font:before,.copy-ha-font:hover .b-font:before{content:"\e6bd";color:inherit}.copy-ha-font.active .b-font:before,.copy-ha-font:active .b-font:before{content:"\e6bd";color:#3f8ce8}.copy-e-font .b-font:before,.copy-e-font.hover .b-font:before,.copy-e-font:hover .b-font:before,.copy-ha-font.disabled .b-font:before{content:"\e6bd";color:inherit}.copy-e-font.active .b-font:before,.copy-e-font:active .b-font:before{content:"\e6bd";color:#3f8ce8}.copy-e-font.disabled .b-font:before{content:"\e6bd";color:inherit}.check-mark-font .b-font:before,.check-mark-font.disabled .b-font:before,.check-mark-h-font .b-font:before,.check-mark-h-font.disabled .b-font:before,.check-mark-h-font.hover .b-font:before,.check-mark-h-font:hover .b-font:before,.check-mark-ha-font .b-font:before,.check-mark-ha-font.hover .b-font:before,.check-mark-ha-font:hover .b-font:before{content:"\e6cf";color:inherit}.check-mark-ha-font.active .b-font:before,.check-mark-ha-font:active .b-font:before{content:"\e6cf";color:#3f8ce8}.check-mark-e-font .b-font:before,.check-mark-e-font.hover .b-font:before,.check-mark-e-font:hover .b-font:before,.check-mark-ha-font.disabled .b-font:before{content:"\e6cf";color:inherit}.check-mark-e-font.active .b-font:before,.check-mark-e-font:active .b-font:before{content:"\e6cf";color:#3f8ce8}.check-mark-e-font.disabled .b-font:before{content:"\e6cf";color:inherit}.row-pre-page-h-font .b-font:before,.row-pre-page-h-font.disabled .b-font:before,.row-pre-page-h-font.hover .b-font:before,.row-pre-page-h-font:hover .b-font:before{content:"\e6d9";color:inherit}.row-next-page-h-font .b-font:before,.row-next-page-h-font.disabled .b-font:before,.row-next-page-h-font.hover .b-font:before,.row-next-page-h-font:hover .b-font:before{content:"\e6d8";color:inherit}.column-pre-page-h-font .b-font:before,.column-pre-page-h-font.disabled .b-font:before,.column-pre-page-h-font.hover .b-font:before,.column-pre-page-h-font:hover .b-font:before{content:"\e6d6";color:inherit}.column-next-page-h-font .b-font:before,.column-next-page-h-font.disabled .b-font:before,.column-next-page-h-font.hover .b-font:before,.column-next-page-h-font:hover .b-font:before{content:"\e6d7";color:inherit}.expander-right-font .b-font:before,.expander-right-font.disabled .b-font:before{content:"\e6d8";color:inherit}.expander-down-font .b-font:before,.expander-down-font.disabled .b-font:before{content:"\e6d7";color:inherit}.solid-triangle-top-font .b-font:before,.solid-triangle-top-font.disabled .b-font:before,.solid-triangle-top-font.hover .b-font:before,.solid-triangle-top-font:hover .b-font:before{content:"\e6d6";color:inherit}.solid-triangle-bottom-font .b-font:before,.solid-triangle-bottom-font.disabled .b-font:before,.solid-triangle-bottom-font.hover .b-font:before,.solid-triangle-bottom-font:hover .b-font:before{content:"\e6d7";color:inherit}.trigger-triangle-font .b-font:before,.trigger-triangle-font.disabled .b-font:before{content:"\e64e";color:inherit}.pull-up-font .b-font:before,.pull-up-font.disabled .b-font:before{content:"\e70a";color:inherit}.pull-down-font .b-font:before,.pull-down-font.disabled .b-font:before{content:"\e70b";color:inherit}.pull-down-h-font .b-font:before{content:"\e70b";color:#647185}.pull-down-h-font.hover .b-font:before,.pull-down-h-font:hover .b-font:before{content:"\e70b";color:inherit}.pull-down-h-font.disabled .b-font:before,.pull-down-ha-font .b-font:before{content:"\e70b";color:#647185}.pull-down-ha-font.hover .b-font:before,.pull-down-ha-font:hover .b-font:before{content:"\e70b";color:inherit}.pull-down-ha-font.active .b-font:before,.pull-down-ha-font:active .b-font:before{content:"\e70b";color:#3f8ce8}.pull-down-ha-font.disabled .b-font:before{content:"\e70b";color:#647185}.check-font .b-font:before,.check-font.disabled .b-font:before{content:"\e6cf";color:#3685f2}.item-check-font .b-font:before{content:"\e6cf";color:#fff}.item-check-font.hover .b-font:before,.item-check-font:hover .b-font:before{content:"\e6cf";color:#999}.item-check-font.active .b-font:before,.item-check-font:active .b-font:before{content:"\e6cf";color:#3f8ce8}.item-check-font.disabled .b-font:before{content:"\e6cf";color:#fff}.primary-key-font .b-font:before,.primary-key-font.disabled .b-font:before,.primary-key-font.hover .b-font:before,.primary-key-font:hover .b-font:before{content:"\e740";color:inherit}.drag-tag-font .b-font:before,.drag-tag-font.disabled .b-font:before{content:"\e6d0";color:#faaa39}.less-font .b-font:before,.less-font.disabled .b-font:before{content:"\e75e";color:inherit}.less-equal-font .b-font:before,.less-equal-font.disabled .b-font:before{content:"\e761";color:inherit}.text-bold-font .b-font:before,.text-bold-font.disabled .b-font:before{content:"\e697";color:inherit}.text-italic-font .b-font:before,.text-italic-font.disabled .b-font:before{content:"\e69d";color:inherit}.text-underline-font .b-font:before,.text-underline-font.disabled .b-font:before{content:"\e69c";color:inherit}.text-color-font .b-font:before,.text-color-font.disabled .b-font:before{content:"\e698";color:inherit}.text-background-font .b-font:before,.text-background-font.disabled .b-font:before{content:"\e699";color:inherit}.text-color-underline-font .b-font:before,.text-color-underline-font.disabled .b-font:before{content:"\e69a";color:inherit}.text-align-left-font .b-font:before,.text-align-left-font.disabled .b-font:before{content:"\e6ca";color:inherit}.text-align-center-font .b-font:before,.text-align-center-font.disabled .b-font:before{content:"\e6bf";color:inherit}.text-align-right-font .b-font:before,.text-align-right-font.disabled .b-font:before{content:"\e6c8";color:inherit}.toast-error-font .b-font:before,.toast-error-font.disabled .b-font:before{content:"\e757";color:inherit}.toast-success-font .b-font:before,.toast-success-font.disabled .b-font:before{content:"\e756";color:inherit}.toast-warning-font .b-font:before,.toast-warning-font.disabled .b-font:before{content:"\e755";color:inherit}.toast-message-font .b-font:before,.toast-message-font.disabled .b-font:before{content:"\e74b";color:inherit}.text-add-tip-font .b-font:before,.text-add-tip-font.disabled .b-font:before{content:"\e6dd";color:#13cd66}.add-up-font .b-font:before,.add-up-font.disabled .b-font:before{content:"\e70a";color:inherit}.minus-down-font .b-font:before,.minus-down-font.disabled .b-font:before{content:"\e70b";color:inherit}.tree-collapse-icon-type1 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/tree_collapse_1.png) center center no-repeat;background-size:contain}.tree-collapse-icon-type1 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_collapse_1.png) center center no-repeat}.tree-collapse-icon-type2 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/tree_collapse_2.png) center center no-repeat;background-size:contain}.tree-collapse-icon-type2 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_collapse_2.png) center center no-repeat}.tree-collapse-icon-type3 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/tree_collapse_3.png) center center no-repeat;background-size:contain}.tree-collapse-icon-type3 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_collapse_3.png) center center no-repeat}.tree-collapse-icon-type4 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/tree_collapse_4.png) center center no-repeat;background-size:contain}.tree-collapse-icon-type4 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_collapse_4.png) center center no-repeat}.tree-expand-icon-type1 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/tree_expand_1.png) center center no-repeat;background-size:contain}.tree-expand-icon-type1 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_expand_1.png) center center no-repeat}.tree-expand-icon-type2 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/tree_expand_2.png) center center no-repeat;background-size:contain}.tree-expand-icon-type2 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_expand_2.png) center center no-repeat}.tree-expand-icon-type3 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/tree_expand_3.png) center center no-repeat;background-size:contain}.tree-expand-icon-type3 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_expand_3.png) center center no-repeat}.tree-expand-icon-type4 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/tree_expand_4.png) center center no-repeat;background-size:contain}.tree-expand-icon-type4 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_expand_4.png) center center no-repeat}.tree-vertical-line-type2 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/tree_vertical_line_2.png) center center no-repeat;background-size:contain}.tree-vertical-line-type2 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_2.png) center center no-repeat}.tree-vertical-line-type3 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/tree_vertical_line_3.png) center center no-repeat;background-size:contain}.tree-vertical-line-type3 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_3.png) center center no-repeat}.tree-vertical-line-type4 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/tree_vertical_line_4.png) center center no-repeat;background-size:contain}.tree-vertical-line-type4 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_4.png) center center no-repeat}.bi-theme-dark .tree-collapse-icon-type1 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/dark/tree_collapse_1.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-collapse-icon-type1 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_collapse_1.png) center center no-repeat}.bi-theme-dark .tree-collapse-icon-type2 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/dark/tree_collapse_2.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-collapse-icon-type2 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_collapse_2.png) center center no-repeat}.bi-theme-dark .tree-collapse-icon-type3 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/dark/tree_collapse_3.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-collapse-icon-type3 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_collapse_3.png) center center no-repeat}.bi-theme-dark .tree-collapse-icon-type4 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/dark/tree_collapse_4.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-collapse-icon-type4 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_collapse_4.png) center center no-repeat}.bi-theme-dark .tree-expand-icon-type1 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/dark/tree_expand_1.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-expand-icon-type1 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_expand_1.png) center center no-repeat}.bi-theme-dark .tree-expand-icon-type2 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/dark/tree_expand_2.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-expand-icon-type2 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_expand_2.png) center center no-repeat}.bi-theme-dark .tree-expand-icon-type3 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/dark/tree_expand_3.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-expand-icon-type3 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_expand_3.png) center center no-repeat}.bi-theme-dark .tree-expand-icon-type4 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/dark/tree_expand_4.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-expand-icon-type4 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_expand_4.png) center center no-repeat}.bi-theme-dark .tree-vertical-line-type2 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/dark/tree_vertical_line_2.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-vertical-line-type2 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_2.png) center center no-repeat}.bi-theme-dark .tree-vertical-line-type3 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/dark/tree_vertical_line_3.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-vertical-line-type3 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_3.png) center center no-repeat}.bi-theme-dark .tree-vertical-line-type4 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/dark/tree_vertical_line_4.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-vertical-line-type4 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_4.png) center center no-repeat}.check-box-icon .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/check_box_normal.png) center center no-repeat;background-size:contain}.check-box-icon .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/check_box_normal.png) center center no-repeat}.check-box-icon.hover .x-icon,.check-box-icon:hover .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/check_box_normal.png) center center no-repeat;background-size:contain}.check-box-icon.hover .x-icon.hack,.check-box-icon:hover .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/check_box_normal.png) center center no-repeat}.check-box-icon:active .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/check_box_normal.png) center center no-repeat;background-size:contain}.check-box-icon:active .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/check_box_normal.png) center center no-repeat}.check-box-icon.active .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/check_box_active.png) center center no-repeat;background-size:contain}.check-box-icon.active .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/check_box_active.png) center center no-repeat}.check-box-icon.disabled .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/check_box_disable.png) center center no-repeat;background-size:contain}.check-box-icon.disabled .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/check_box_disable.png) center center no-repeat}.check-box-icon.disabled.active .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/check_box_disable2.png) center center no-repeat;background-size:contain}.check-box-icon.disabled.active .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/check_box_disable2.png) center center no-repeat}.radio-icon .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/radio_normal.png) center center no-repeat;background-size:contain}.radio-icon .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/radio_normal.png) center center no-repeat}.radio-icon.hover .x-icon,.radio-icon:hover .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/radio_normal.png) center center no-repeat;background-size:contain}.radio-icon.hover .x-icon.hack,.radio-icon:hover .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/radio_normal.png) center center no-repeat}.radio-icon:active .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/radio_normal.png) center center no-repeat;background-size:contain}.radio-icon:active .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/radio_normal.png) center center no-repeat}.radio-icon.active .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/radio_active.png) center center no-repeat;background-size:contain}.radio-icon.active .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/radio_active.png) center center no-repeat}.radio-icon.disabled .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/radio_disable.png) center center no-repeat;background-size:contain}.radio-icon.disabled .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/radio_disable.png) center center no-repeat}.radio-icon.disabled.active .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/radio_disable2.png) center center no-repeat;background-size:contain}.radio-icon.disabled.active .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/radio_disable2.png) center center no-repeat}.check-half-select-icon .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/half_selected.png) center center no-repeat;background-size:contain}.check-half-select-icon .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/half_selected.png) center center no-repeat}.check-half-select-icon.disabled .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/half_selected_disable.png) center center no-repeat;background-size:contain}.check-half-select-icon.disabled .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/half_selected_disable.png) center center no-repeat}.slider-icon .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/slider_normal_small.png) center center no-repeat;background-size:contain}.slider-icon .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/slider_normal_small.png) center center no-repeat}.slider-icon.hover .x-icon,.slider-icon:hover .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/slider_active_small.png) center center no-repeat;background-size:contain}.slider-icon.hover .x-icon.hack,.slider-icon:hover .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/slider_active_small.png) center center no-repeat}.slider-icon.disabled .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/slider_normal_small.png) center center no-repeat;background-size:contain}.slider-icon.disabled .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/slider_normal_small.png) center center no-repeat}.auto-color-icon .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/auto_normal.png) center center no-repeat;background-size:contain}.auto-color-icon .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/auto_normal.png) center center no-repeat}.auto-color-icon.active .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/auto_select.png) center center no-repeat;background-size:contain}.auto-color-icon.active .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/auto_select.png) center center no-repeat}.auto-color-icon.disabled .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/auto_disable.png) center center no-repeat;background-size:contain}.auto-color-icon.disabled .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/auto_disable.png) center center no-repeat}.trans-color-icon .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/trans_normal.png) center center no-repeat;background-size:contain}.trans-color-icon .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/trans_normal.png) center center no-repeat}.trans-color-icon.active .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/trans_select.png) center center no-repeat;background-size:contain}.trans-color-icon.active .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/trans_select.png) center center no-repeat}.trans-color-icon.disabled .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/trans_disable.png) center center no-repeat;background-size:contain}.trans-color-icon.disabled .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/trans_disable.png) center center no-repeat}.icon-size-12 .b-font{font-size:12px}.icon-size-16 .b-font{font-size:16px}.icon-size-24 .b-font{font-size:24px}.icon-size-40 .b-font{font-size:40px}.icon-size-50 .b-font{font-size:50px}.icon-size-70 .b-font{font-size:70px} \ No newline at end of file +/*! normalize.css v1.0.0 | MIT License | git.io/normalize */dl,h3,menu,ol,p,pre,ul{margin:1em 0}.bi-font-bold,b,strong{font-weight:700}.bi-label,.td-overflow{word-break:break-all}.bi-label,.bi-text,.overflow-dot{text-overflow:ellipsis}.bi-display-tree .ztree li a:hover,.ztree li a,a{text-decoration:none}.ztree li,.ztree li span.button,a,a:active,a:focus,a:hover,div:focus,input,textarea{outline:0}.b-font,i{-webkit-text-stroke-width:.2px;-moz-osx-font-smoothing:grayscale}.b-font,body,i{-moz-osx-font-smoothing:grayscale}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}button,html,input,select,textarea{font-family:sans-serif}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.75em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}blockquote{margin:1em 40px}dfn{font-style:italic}mark{background:#ff0;color:#000}.base-disabled,.base-disabled .bi-input,.base-disabled .bi-textarea{color:#9ea6b2!important}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}small,sub,sup{font-size:75%}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:after,q:before{content:'';content:none}sub,sup{line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ol,nav ul{list-style:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure,form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline}button,input{line-height:normal}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}#body .bi-button,.border-sizing,body .bi-button{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}*,a,body,div,html,img,li,ol,p,span,ul{margin:0;padding:0}input::-webkit-contacts-auto-fill-button{visibility:hidden;display:none!important;pointer-events:none;position:absolute;right:0}input::-ms-clear{display:none}input,textarea{margin:0;padding:0;border:1px solid #e8eaed}ul{list-style:disc}li{list-style-type:none}i{-webkit-font-smoothing:antialiased}.bi-theme-dark input,.bi-theme-dark textarea{border:1px solid #3a3c53}.base-disabled{cursor:not-allowed!important}.base-disabled .b-font:before{color:#d0d4da!important}.bi-theme-dark .base-disabled,.bi-theme-dark .base-disabled .bi-input,.bi-theme-dark .base-disabled .bi-textarea{color:#878d9f!important}.bi-theme-dark .base-disabled .b-font:before{color:#606479!important}.bi-focus-shadow:focus,.bi-focus-shadow:focus-within,.bi-focus-shadow:hover{border-color:#3685f2}.bi-focus-shadow.disabled:hover{border-color:#e8eaed}.bi-theme-dark .bi-focus-shadow.disabled:hover{border-color:#3a3c53}.base-invalid{cursor:default!important}.clearfix:after,.clearfix:before{content:" ";display:table;line-height:0}.clearfix:after{clear:both}.bi-background{background-color:#f7f8fa;color:#3d4d66}.bi-background .bi-input,.bi-background .bi-textarea{color:#3d4d66}.bi-theme-dark .bi-background{background-color:#191B2B;color:#d6e0dc}.bi-theme-dark .bi-background .bi-input,.bi-theme-dark .bi-background .bi-textarea{color:#d6e0dc}.bi-header-background{background-color:#F2F4F7;color:#647185}.bi-header-background .bi-input,.bi-header-background .bi-textarea{color:#647185}.bi-theme-dark .bi-header-background{background-color:#2F3149;color:#afb7c6}.bi-theme-dark .bi-header-background .bi-input,.bi-theme-dark .bi-header-background .bi-textarea{color:#afb7c6}.bi-card,.bi-card .bi-input,.bi-card .bi-textarea{color:#3d4d66}.bi-card{background-color:#fff}.bi-theme-dark .bi-card{background-color:#242640;color:#d6e0dc}.bi-theme-dark .bi-card .bi-input,.bi-theme-dark .bi-card .bi-textarea{color:#d6e0dc}.bi-disabled,.bi-disabled .bi-input,.bi-disabled .bi-textarea{color:#9ea6b2}.bi-theme-dark .bi-disabled,.bi-theme-dark .bi-disabled .bi-input,.bi-theme-dark .bi-disabled .bi-textarea{color:#878d9f}.bi-tips,.bi-tips .bi-input,.bi-tips .bi-textarea{color:#c4c9d1}.bi-border{border:1px solid #e8eaed}.bi-border-top{border-top:1px solid #e8eaed}.bi-border-right{border-right:1px solid #e8eaed}.bi-border-bottom{border-bottom:1px solid #e8eaed}.bi-border-left{border-left:1px solid #e8eaed}.bi-theme-dark .bi-border{border:1px solid #3a3c53}.bi-theme-dark .bi-border-top{border-top:1px solid #3a3c53}.bi-theme-dark .bi-border-right{border-right:1px solid #3a3c53}.bi-theme-dark .bi-border-bottom{border-bottom:1px solid #3a3c53}.bi-theme-dark .bi-border-left{border-left:1px solid #3a3c53}.bi-split{border:1px solid #f2f4f7}.bi-split-top{border-top:1px solid #f2f4f7}.bi-split-right{border-right:1px solid #f2f4f7}.bi-split-bottom{border-bottom:1px solid #f2f4f7}.bi-split-left{border-left:1px solid #f2f4f7}.bi-theme-dark .bi-split{border:1px solid #2F3149}.bi-theme-dark .bi-split-top{border-top:1px solid #2F3149}.bi-theme-dark .bi-split-right{border-right:1px solid #2F3149}.bi-theme-dark .bi-split-bottom{border-bottom:1px solid #2F3149}.bi-theme-dark .bi-split-left{border-left:1px solid #2F3149}.bi-font-helvetica-neue{font-family:"Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",Heiti,serif}.bi-font-arial{font-family:Arial,"Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Heiti,serif}.bi-font-PingFang{font-family:"PingFang SC","Helvetica Neue",Arial,"Hiragino Sans GB","Microsoft YaHei",Heiti,serif}.bi-font-hiragino-sans{font-family:"Hiragino Sans GB","Helvetica Neue",Arial,"PingFang SC","Microsoft YaHei",Heiti,serif}.bi-font-microsoft-yaHei{font-family:"Microsoft YaHei","Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB",Heiti,serif}.bi-font-heiti{font-family:Heiti,"Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",serif}.bi-border-radius{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-keyword-red-mark,.bi-keyword-red-mark .bi-input,.bi-keyword-red-mark .bi-textarea{color:#faaa39}.bi-high-light,.bi-high-light .bi-input,.bi-high-light .bi-textarea{color:#3685f2}.bi-error,.bi-error .bi-input,.bi-error .bi-textarea{color:#ff4949}.bi-error-background,.bi-error-background .bi-input,.bi-error-background .bi-textarea,.bi-high-light-background .bi-input,.bi-high-light-background .bi-textarea{color:#fff}.bi-high-light-background{background-color:#3685f2;color:#fff}.bi-error-background{background-color:#ff4949}.bi-high-light-border{border-color:#3685f2}.bi-water-mark{color:#c4c9d1;cursor:text}.bi-water-mark .bi-input,.bi-water-mark .bi-textarea{color:#c4c9d1}.bi-theme-dark .bi-water-mark,.bi-theme-dark .bi-water-mark .bi-input,.bi-theme-dark .bi-water-mark .bi-textarea{color:#6b7084}.bi-mask,.bi-mask .bi-input,.bi-mask .bi-textarea{color:#fff}.bi-resizer{background:#232E40;opacity:.2;filter:alpha(opacity=20);z-index:1000000000!important}.bi-theme-dark .bi-resizer{background:#fff}.bi-mask{background-color:rgba(35,46,64,.2);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33232e40, endColorstr=#33232e40)}.bi-theme-dark .bi-mask{color:#242640;background-color:rgba(255,255,255,.2);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff)}.bi-theme-dark .bi-mask .bi-input,.bi-theme-dark .bi-mask .bi-textarea{color:#242640}.bi-z-index-mask{background-color:rgba(35,46,64,.5);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80232e40, endColorstr=#80232e40)}.bi-theme-dark .bi-z-index-mask{background-color:rgba(25,27,43,.8);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc191b2b, endColorstr=#cc191b2b)}.bi-list-item.hover,.bi-list-item:hover{color:#232e40;background-color:rgba(54,133,242,.05);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d3685f2, endColorstr=#0d3685f2)}.bi-list-item.hover .bi-input,.bi-list-item.hover .bi-textarea,.bi-list-item:hover .bi-input,.bi-list-item:hover .bi-textarea{color:#232e40}.bi-list-item.disabled,.bi-list-item.disabled:active,.bi-list-item.disabled:hover{background-color:transparent!important;color:#9ea6b2!important}.bi-list-item.disabled .bi-high-light,.bi-list-item.disabled .bi-input,.bi-list-item.disabled .bi-textarea,.bi-list-item.disabled:active .bi-high-light,.bi-list-item.disabled:active .bi-input,.bi-list-item.disabled:active .bi-textarea,.bi-list-item.disabled:hover .bi-high-light,.bi-list-item.disabled:hover .bi-input,.bi-list-item.disabled:hover .bi-textarea{color:#9ea6b2!important}.bi-theme-dark .bi-list-item.hover,.bi-theme-dark .bi-list-item:hover{color:#fff;background-color:rgba(54,133,242,.05);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d3685f2, endColorstr=#0d3685f2)}.bi-theme-dark .bi-list-item.hover .bi-input,.bi-theme-dark .bi-list-item.hover .bi-textarea,.bi-theme-dark .bi-list-item:hover .bi-input,.bi-theme-dark .bi-list-item:hover .bi-textarea{color:#fff}.bi-theme-dark .bi-list-item.disabled,.bi-theme-dark .bi-list-item.disabled:active,.bi-theme-dark .bi-list-item.disabled:hover{background-color:transparent!important;color:#878d9f!important}.bi-theme-dark .bi-list-item.disabled .bi-high-light,.bi-theme-dark .bi-list-item.disabled .bi-input,.bi-theme-dark .bi-list-item.disabled .bi-textarea,.bi-theme-dark .bi-list-item.disabled:active .bi-high-light,.bi-theme-dark .bi-list-item.disabled:active .bi-input,.bi-theme-dark .bi-list-item.disabled:active .bi-textarea,.bi-theme-dark .bi-list-item.disabled:hover .bi-high-light,.bi-theme-dark .bi-list-item.disabled:hover .bi-input,.bi-theme-dark .bi-list-item.disabled:hover .bi-textarea{color:#878d9f!important}.bi-list-item-border.active,.bi-list-item-border:active{border:1px solid #3685f2}.bi-list-item-simple.hover,.bi-list-item-simple.hover .bi-input,.bi-list-item-simple.hover .bi-textarea,.bi-list-item-simple:hover,.bi-list-item-simple:hover .bi-input,.bi-list-item-simple:hover .bi-textarea{color:#3685f2}.bi-list-item-simple.disabled,.bi-list-item-simple.disabled .bi-high-light,.bi-list-item-simple.disabled .bi-input,.bi-list-item-simple.disabled .bi-textarea,.bi-list-item-simple.disabled:active,.bi-list-item-simple.disabled:active .bi-high-light,.bi-list-item-simple.disabled:active .bi-input,.bi-list-item-simple.disabled:active .bi-textarea,.bi-list-item-simple.disabled:hover,.bi-list-item-simple.disabled:hover .bi-high-light,.bi-list-item-simple.disabled:hover .bi-input,.bi-list-item-simple.disabled:hover .bi-textarea{color:#9ea6b2!important}.bi-list-item-effect:hover,.bi-list-item-effect:hover .bi-input,.bi-list-item-effect:hover .bi-textarea{color:#232e40}.bi-list-item-effect.active,.bi-list-item-effect.active .bi-input,.bi-list-item-effect.active .bi-textarea,.bi-list-item-effect:active,.bi-list-item-effect:active .bi-input,.bi-list-item-effect:active .bi-textarea{color:#3685f2}.bi-list-item-effect.disabled,.bi-list-item-effect.disabled .bi-high-light,.bi-list-item-effect.disabled .bi-input,.bi-list-item-effect.disabled .bi-textarea,.bi-list-item-effect.disabled:active,.bi-list-item-effect.disabled:active .bi-high-light,.bi-list-item-effect.disabled:active .bi-input,.bi-list-item-effect.disabled:active .bi-textarea,.bi-list-item-effect.disabled:hover,.bi-list-item-effect.disabled:hover .bi-high-light,.bi-list-item-effect.disabled:hover .bi-input,.bi-list-item-effect.disabled:hover .bi-textarea{color:#9ea6b2!important}.bi-theme-dark .bi-list-item-effect:hover,.bi-theme-dark .bi-list-item-effect:hover .bi-input,.bi-theme-dark .bi-list-item-effect:hover .bi-textarea{color:#fff}.bi-theme-dark .bi-list-item-effect.active,.bi-theme-dark .bi-list-item-effect.active .bi-input,.bi-theme-dark .bi-list-item-effect.active .bi-textarea,.bi-theme-dark .bi-list-item-effect:active,.bi-theme-dark .bi-list-item-effect:active .bi-input,.bi-theme-dark .bi-list-item-effect:active .bi-textarea{color:#3685f2}.bi-theme-dark .bi-list-item-effect.disabled,.bi-theme-dark .bi-list-item-effect.disabled:active,.bi-theme-dark .bi-list-item-effect.disabled:hover{background-color:transparent!important;color:#878d9f!important}.bi-list-item-active.hover,.bi-list-item-active:active,.bi-list-item-active:hover{background-color:rgba(54,133,242,.06);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2, endColorstr=#0f3685f2)}.bi-theme-dark .bi-list-item-effect.disabled .bi-high-light,.bi-theme-dark .bi-list-item-effect.disabled .bi-input,.bi-theme-dark .bi-list-item-effect.disabled .bi-textarea,.bi-theme-dark .bi-list-item-effect.disabled:active .bi-high-light,.bi-theme-dark .bi-list-item-effect.disabled:active .bi-input,.bi-theme-dark .bi-list-item-effect.disabled:active .bi-textarea,.bi-theme-dark .bi-list-item-effect.disabled:hover .bi-high-light,.bi-theme-dark .bi-list-item-effect.disabled:hover .bi-input,.bi-theme-dark .bi-list-item-effect.disabled:hover .bi-textarea{color:#878d9f!important}.bi-list-item-active.hover,.bi-list-item-active.hover .bi-input,.bi-list-item-active.hover .bi-textarea,.bi-list-item-active:hover,.bi-list-item-active:hover .bi-input,.bi-list-item-active:hover .bi-textarea{color:#232e40}.bi-list-item-active.active,.bi-list-item-active.active .bi-input,.bi-list-item-active.active .bi-textarea,.bi-list-item-active:active,.bi-list-item-active:active .bi-input,.bi-list-item-active:active .bi-textarea{color:#3685f2}.bi-list-item-active.disabled,.bi-list-item-active.disabled:active,.bi-list-item-active.disabled:hover{background-color:transparent!important;color:#9ea6b2!important}.bi-list-item-active.disabled .bi-high-light,.bi-list-item-active.disabled .bi-input,.bi-list-item-active.disabled .bi-textarea,.bi-list-item-active.disabled:active .bi-high-light,.bi-list-item-active.disabled:active .bi-input,.bi-list-item-active.disabled:active .bi-textarea,.bi-list-item-active.disabled:hover .bi-high-light,.bi-list-item-active.disabled:hover .bi-input,.bi-list-item-active.disabled:hover .bi-textarea{color:#9ea6b2!important}.bi-theme-dark .bi-list-item-active.hover,.bi-theme-dark .bi-list-item-active:hover{color:#fff;background-color:rgba(255,255,255,.05);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dffffff, endColorstr=#0dffffff)}.bi-theme-dark .bi-list-item-active.hover .bi-input,.bi-theme-dark .bi-list-item-active.hover .bi-textarea,.bi-theme-dark .bi-list-item-active:hover .bi-input,.bi-theme-dark .bi-list-item-active:hover .bi-textarea{color:#fff}.bi-theme-dark .bi-list-item-active.active,.bi-theme-dark .bi-list-item-active:active{color:#3685f2;background-color:rgba(255,255,255,.05);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dffffff, endColorstr=#0dffffff)}.bi-theme-dark .bi-list-item-active.active .bi-input,.bi-theme-dark .bi-list-item-active.active .bi-textarea,.bi-theme-dark .bi-list-item-active:active .bi-input,.bi-theme-dark .bi-list-item-active:active .bi-textarea{color:#3685f2}.bi-theme-dark .bi-list-item-active.disabled,.bi-theme-dark .bi-list-item-active.disabled:active,.bi-theme-dark .bi-list-item-active.disabled:hover{background-color:transparent!important;color:#878d9f!important}.bi-list-item-active2.active,.bi-list-item-active2.hover,.bi-list-item-active2:active,.bi-list-item-active2:hover{background-color:rgba(54,133,242,.06);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2, endColorstr=#0f3685f2)}.bi-theme-dark .bi-list-item-active.disabled .bi-high-light,.bi-theme-dark .bi-list-item-active.disabled .bi-input,.bi-theme-dark .bi-list-item-active.disabled .bi-textarea,.bi-theme-dark .bi-list-item-active.disabled:active .bi-high-light,.bi-theme-dark .bi-list-item-active.disabled:active .bi-input,.bi-theme-dark .bi-list-item-active.disabled:active .bi-textarea,.bi-theme-dark .bi-list-item-active.disabled:hover .bi-high-light,.bi-theme-dark .bi-list-item-active.disabled:hover .bi-input,.bi-theme-dark .bi-list-item-active.disabled:hover .bi-textarea{color:#878d9f!important}.bi-list-item-active2.hover,.bi-list-item-active2.hover .bi-input,.bi-list-item-active2.hover .bi-textarea,.bi-list-item-active2:hover,.bi-list-item-active2:hover .bi-input,.bi-list-item-active2:hover .bi-textarea{color:#232e40}.bi-list-item-active2.active,.bi-list-item-active2.active .bi-input,.bi-list-item-active2.active .bi-textarea,.bi-list-item-active2:active,.bi-list-item-active2:active .bi-input,.bi-list-item-active2:active .bi-textarea{color:#3685f2}.bi-list-item-active2.disabled,.bi-list-item-active2.disabled:active,.bi-list-item-active2.disabled:hover{background-color:transparent!important;color:#9ea6b2!important}.bi-list-item-active2.disabled .bi-high-light,.bi-list-item-active2.disabled .bi-input,.bi-list-item-active2.disabled .bi-textarea,.bi-list-item-active2.disabled:active .bi-high-light,.bi-list-item-active2.disabled:active .bi-input,.bi-list-item-active2.disabled:active .bi-textarea,.bi-list-item-active2.disabled:hover .bi-high-light,.bi-list-item-active2.disabled:hover .bi-input,.bi-list-item-active2.disabled:hover .bi-textarea{color:#9ea6b2!important}.bi-theme-dark .bi-list-item-active2.hover,.bi-theme-dark .bi-list-item-active2:hover{color:#fff;background-color:rgba(54,133,242,.06);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2, endColorstr=#0f3685f2)}.bi-theme-dark .bi-list-item-active2.hover .bi-input,.bi-theme-dark .bi-list-item-active2.hover .bi-textarea,.bi-theme-dark .bi-list-item-active2:hover .bi-input,.bi-theme-dark .bi-list-item-active2:hover .bi-textarea{color:#fff}.bi-theme-dark .bi-list-item-active2.active,.bi-theme-dark .bi-list-item-active2:active{color:#3685f2;background-color:rgba(54,133,242,.06);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2, endColorstr=#0f3685f2)}.bi-theme-dark .bi-list-item-active2.active .bi-input,.bi-theme-dark .bi-list-item-active2.active .bi-textarea,.bi-theme-dark .bi-list-item-active2:active .bi-input,.bi-theme-dark .bi-list-item-active2:active .bi-textarea{color:#3685f2}.bi-theme-dark .bi-list-item-active2.disabled,.bi-theme-dark .bi-list-item-active2.disabled:active,.bi-theme-dark .bi-list-item-active2.disabled:hover{background-color:transparent!important;color:#878d9f!important}.bi-theme-dark .bi-list-item-active2.disabled .bi-high-light,.bi-theme-dark .bi-list-item-active2.disabled .bi-input,.bi-theme-dark .bi-list-item-active2.disabled .bi-textarea,.bi-theme-dark .bi-list-item-active2.disabled:active .bi-high-light,.bi-theme-dark .bi-list-item-active2.disabled:active .bi-input,.bi-theme-dark .bi-list-item-active2.disabled:active .bi-textarea,.bi-theme-dark .bi-list-item-active2.disabled:hover .bi-high-light,.bi-theme-dark .bi-list-item-active2.disabled:hover .bi-input,.bi-theme-dark .bi-list-item-active2.disabled:hover .bi-textarea{color:#878d9f!important}.bi-list-item-select.hover,.bi-list-item-select:hover{background-color:rgba(54,133,242,.06);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2, endColorstr=#0f3685f2)}.bi-list-item-select.active,.bi-list-item-select:active{color:#fff;background-color:#3685f2}.bi-list-item-select.active .bi-high-light,.bi-list-item-select.active .bi-input,.bi-list-item-select.active .bi-textarea,.bi-list-item-select:active .bi-high-light,.bi-list-item-select:active .bi-input,.bi-list-item-select:active .bi-textarea{color:#fff}.bi-list-item-select.button-success.active,.bi-list-item-select.button-success:active{color:#fff;background-color:#13cd66}.bi-list-item-select.button-success.active .bi-high-light,.bi-list-item-select.button-success.active .bi-input,.bi-list-item-select.button-success.active .bi-textarea,.bi-list-item-select.button-success:active .bi-high-light,.bi-list-item-select.button-success:active .bi-input,.bi-list-item-select.button-success:active .bi-textarea{color:#fff}.bi-list-item-select.button-warning,.bi-list-item-select.button-warning .bi-high-light,.bi-list-item-select.button-warning .bi-input,.bi-list-item-select.button-warning .bi-textarea,.bi-list-item-select.button-warning.hover .bi-high-light,.bi-list-item-select.button-warning.hover .bi-input,.bi-list-item-select.button-warning.hover .bi-textarea,.bi-list-item-select.button-warning:hover .bi-high-light,.bi-list-item-select.button-warning:hover .bi-input,.bi-list-item-select.button-warning:hover .bi-textarea{color:#ff4949}.bi-list-item-select.button-success.active.bi-high-light-border,.bi-list-item-select.button-success:active.bi-high-light-border{border-color:#13cd66}.bi-list-item-select.button-warning.active.bi-high-light-border,.bi-list-item-select.button-warning.bi-high-light-border,.bi-list-item-select.button-warning.hover.bi-high-light-border,.bi-list-item-select.button-warning:active.bi-high-light-border,.bi-list-item-select.button-warning:hover.bi-high-light-border{border-color:#FF4949}.bi-list-item-select.button-warning.hover,.bi-list-item-select.button-warning:hover{color:#ff4949;background-color:#ffecec}.bi-list-item-select.button-warning.active,.bi-list-item-select.button-warning:active{color:#fff;background-color:#ff4949}.bi-list-item-select.button-warning.active .bi-high-light,.bi-list-item-select.button-warning.active .bi-input,.bi-list-item-select.button-warning.active .bi-textarea,.bi-list-item-select.button-warning:active .bi-high-light,.bi-list-item-select.button-warning:active .bi-input,.bi-list-item-select.button-warning:active .bi-textarea{color:#fff}.bi-list-item-select.disabled.active.bi-high-light-border,.bi-list-item-select.disabled.bi-high-light-border,.bi-list-item-select.disabled.hover.bi-high-light-border{border-color:#d0d4da}.bi-list-item-select.disabled{color:#9ea6b2!important;background-color:transparent!important}.bi-list-item-select.disabled .bi-high-light,.bi-list-item-select.disabled .bi-input,.bi-list-item-select.disabled .bi-textarea{color:#9ea6b2!important}.bi-list-item-select.disabled.active,.bi-list-item-select.disabled.hover{color:#fff!important;background-color:#d0d4da!important}.bi-list-item-select.disabled.active .bi-input,.bi-list-item-select.disabled.active .bi-textarea,.bi-list-item-select.disabled.hover .bi-input,.bi-list-item-select.disabled.hover .bi-textarea{color:#fff!important}.bi-list-item-select.disabled.active .bi-high-light,.bi-list-item-select.disabled.hover .bi-high-light{color:#9ea6b2!important}.bi-list-item-select2.active.bi-border,.bi-list-item-select2.hover.bi-border,.bi-list-item-select2:active.bi-border,.bi-list-item-select2:hover.bi-border{border-color:#3685f2}.bi-list-item-select2.hover,.bi-list-item-select2.hover .bi-input,.bi-list-item-select2.hover .bi-textarea,.bi-list-item-select2:hover,.bi-list-item-select2:hover .bi-input,.bi-list-item-select2:hover .bi-textarea{color:#232e40}.bi-list-item-select2:active,.bi-list-item-select2:active .bi-input,.bi-list-item-select2:active .bi-textarea{color:#3685f2}.bi-list-item-select2.active{color:#fff;background-color:#3685f2}.bi-list-item-select2.active .bi-input,.bi-list-item-select2.active .bi-textarea{color:#fff}.bi-list-item-select2.disabled,.bi-list-item-select2.disabled:active,.bi-list-item-select2.disabled:hover{background-color:transparent!important;color:#9ea6b2!important}.bi-list-item-select2.disabled .bi-high-light,.bi-list-item-select2.disabled .bi-input,.bi-list-item-select2.disabled .bi-textarea,.bi-list-item-select2.disabled:active .bi-high-light,.bi-list-item-select2.disabled:active .bi-input,.bi-list-item-select2.disabled:active .bi-textarea,.bi-list-item-select2.disabled:hover .bi-high-light,.bi-list-item-select2.disabled:hover .bi-input,.bi-list-item-select2.disabled:hover .bi-textarea{color:#9ea6b2!important}.bi-theme-dark .bi-list-item-select2.hover,.bi-theme-dark .bi-list-item-select2:hover{color:#fff;background-color:#242640}.bi-theme-dark .bi-list-item-select2.hover .bi-input,.bi-theme-dark .bi-list-item-select2.hover .bi-textarea,.bi-theme-dark .bi-list-item-select2:hover .bi-input,.bi-theme-dark .bi-list-item-select2:hover .bi-textarea{color:#fff}.bi-theme-dark .bi-list-item-select2.active,.bi-theme-dark .bi-list-item-select2:active{color:#3685f2;background-color:#242640}.bi-theme-dark .bi-list-item-select2.active .bi-input,.bi-theme-dark .bi-list-item-select2.active .bi-textarea,.bi-theme-dark .bi-list-item-select2:active .bi-input,.bi-theme-dark .bi-list-item-select2:active .bi-textarea{color:#3685f2}.bi-theme-dark .bi-list-item-select2.disabled,.bi-theme-dark .bi-list-item-select2.disabled:active,.bi-theme-dark .bi-list-item-select2.disabled:hover{background-color:transparent!important;color:#878d9f!important}.bi-theme-dark .bi-list-item-select2.disabled .bi-high-light,.bi-theme-dark .bi-list-item-select2.disabled .bi-input,.bi-theme-dark .bi-list-item-select2.disabled .bi-textarea,.bi-theme-dark .bi-list-item-select2.disabled:active .bi-high-light,.bi-theme-dark .bi-list-item-select2.disabled:active .bi-input,.bi-theme-dark .bi-list-item-select2.disabled:active .bi-textarea,.bi-theme-dark .bi-list-item-select2.disabled:hover .bi-high-light,.bi-theme-dark .bi-list-item-select2.disabled:hover .bi-input,.bi-theme-dark .bi-list-item-select2.disabled:hover .bi-textarea{color:#878d9f!important}.bi-list-item-select3.hover,.bi-list-item-select3:hover{background-color:#f7f8fa}.bi-list-item-select3.active,.bi-list-item-select3:active{color:#3685f2;background-color:#f7f8fa}.bi-list-item-select3.active .bi-input,.bi-list-item-select3.active .bi-textarea,.bi-list-item-select3:active .bi-input,.bi-list-item-select3:active .bi-textarea{color:#3685f2}.bi-list-item-select3.disabled.active,.bi-list-item-select3.disabled.hover,.bi-list-item-select3.disabled:active,.bi-list-item-select3.disabled:hover{background-color:#fff!important}.bi-theme-dark .bi-list-item-select3.hover,.bi-theme-dark .bi-list-item-select3:hover{background-color:#191B2B}.bi-theme-dark .bi-list-item-select3.active,.bi-theme-dark .bi-list-item-select3:active{color:#3685f2;background-color:#191B2B}.bi-theme-dark .bi-list-item-select3.active .bi-input,.bi-theme-dark .bi-list-item-select3.active .bi-textarea,.bi-theme-dark .bi-list-item-select3:active .bi-input,.bi-theme-dark .bi-list-item-select3:active .bi-textarea{color:#3685f2}.bi-theme-dark .bi-list-item-select3.disabled.active,.bi-theme-dark .bi-list-item-select3.disabled.hover,.bi-theme-dark .bi-list-item-select3.disabled:active,.bi-theme-dark .bi-list-item-select3.disabled:hover{background-color:#242640!important}.bi-theme-dark .bi-list-item-select.hover,.bi-theme-dark .bi-list-item-select:hover{color:#fff;background-color:rgba(255,255,255,.05);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dffffff, endColorstr=#0dffffff)}.bi-theme-dark .bi-list-item-select.hover .bi-input,.bi-theme-dark .bi-list-item-select.hover .bi-textarea,.bi-theme-dark .bi-list-item-select:hover .bi-input,.bi-theme-dark .bi-list-item-select:hover .bi-textarea{color:#fff}.bi-theme-dark .bi-list-item-select.active,.bi-theme-dark .bi-list-item-select:active{color:#fff;background-color:#3685f2}.bi-theme-dark .bi-list-item-select.active .bi-high-light,.bi-theme-dark .bi-list-item-select.active .bi-input,.bi-theme-dark .bi-list-item-select.active .bi-textarea,.bi-theme-dark .bi-list-item-select:active .bi-high-light,.bi-theme-dark .bi-list-item-select:active .bi-input,.bi-theme-dark .bi-list-item-select:active .bi-textarea{color:#fff}.bi-theme-dark .bi-list-item-select.disabled,.bi-theme-dark .bi-list-item-select.disabled:active,.bi-theme-dark .bi-list-item-select.disabled:hover{background-color:transparent!important;color:#878d9f!important}.bi-theme-dark .bi-list-item-select.disabled .bi-high-light,.bi-theme-dark .bi-list-item-select.disabled .bi-input,.bi-theme-dark .bi-list-item-select.disabled .bi-textarea,.bi-theme-dark .bi-list-item-select.disabled:active .bi-high-light,.bi-theme-dark .bi-list-item-select.disabled:active .bi-input,.bi-theme-dark .bi-list-item-select.disabled:active .bi-textarea,.bi-theme-dark .bi-list-item-select.disabled:hover .bi-high-light,.bi-theme-dark .bi-list-item-select.disabled:hover .bi-input,.bi-theme-dark .bi-list-item-select.disabled:hover .bi-textarea{color:#878d9f!important}.bi-list-item-none.hover,.bi-list-item-none:hover{color:inherit;background-color:transparent}.bi-list-item-none.hover .bi-input,.bi-list-item-none.hover .bi-textarea,.bi-list-item-none:hover .bi-input,.bi-list-item-none:hover .bi-textarea{color:inherit}.bi-list-item-none.active,.bi-list-item-none:active{color:inherit;background-color:transparent}.bi-list-item-none.active .bi-high-light,.bi-list-item-none.active .bi-input,.bi-list-item-none.active .bi-textarea,.bi-list-item-none:active .bi-high-light,.bi-list-item-none:active .bi-input,.bi-list-item-none:active .bi-textarea{color:inherit}.bi-list-item-none.disabled,.bi-list-item-none.disabled:active,.bi-list-item-none.disabled:hover{color:#9ea6b2!important;background-color:transparent!important}.bi-list-item-none.disabled .bi-high-light,.bi-list-item-none.disabled .bi-input,.bi-list-item-none.disabled .bi-textarea,.bi-list-item-none.disabled:active .bi-high-light,.bi-list-item-none.disabled:active .bi-input,.bi-list-item-none.disabled:active .bi-textarea,.bi-list-item-none.disabled:hover .bi-high-light,.bi-list-item-none.disabled:hover .bi-input,.bi-list-item-none.disabled:hover .bi-textarea{color:#9ea6b2!important}.bi-theme-dark .bi-list-item-none.hover,.bi-theme-dark .bi-list-item-none:hover{color:inherit;background-color:transparent}.bi-theme-dark .bi-list-item-none.hover .bi-input,.bi-theme-dark .bi-list-item-none.hover .bi-textarea,.bi-theme-dark .bi-list-item-none:hover .bi-input,.bi-theme-dark .bi-list-item-none:hover .bi-textarea{color:inherit}.bi-theme-dark .bi-list-item-none.active,.bi-theme-dark .bi-list-item-none:active{color:inherit;background-color:transparent}.bi-theme-dark .bi-list-item-none.active .bi-high-light,.bi-theme-dark .bi-list-item-none.active .bi-input,.bi-theme-dark .bi-list-item-none.active .bi-textarea,.bi-theme-dark .bi-list-item-none:active .bi-high-light,.bi-theme-dark .bi-list-item-none:active .bi-input,.bi-theme-dark .bi-list-item-none:active .bi-textarea{color:inherit}.bi-theme-dark .bi-list-item-none.disabled,.bi-theme-dark .bi-list-item-none.disabled:active,.bi-theme-dark .bi-list-item-none.disabled:hover{background-color:transparent!important;color:#878d9f!important}.bi-theme-dark .bi-list-item-none.disabled .bi-high-light,.bi-theme-dark .bi-list-item-none.disabled .bi-input,.bi-theme-dark .bi-list-item-none.disabled .bi-textarea,.bi-theme-dark .bi-list-item-none.disabled:active .bi-high-light,.bi-theme-dark .bi-list-item-none.disabled:active .bi-input,.bi-theme-dark .bi-list-item-none.disabled:active .bi-textarea,.bi-theme-dark .bi-list-item-none.disabled:hover .bi-high-light,.bi-theme-dark .bi-list-item-none.disabled:hover .bi-input,.bi-theme-dark .bi-list-item-none.disabled:hover .bi-textarea{color:#878d9f!important}.cursor-pointer{cursor:pointer}.bi-popup-view,.cursor-default{cursor:default}.cursor-move{cursor:move}.y-overflow-auto{overflow-y:auto;overflow-x:hidden}.x-overflow-auto{overflow-y:hidden;overflow-x:auto}.y-overflow-scroll{overflow-y:scroll;overflow-x:hidden}.x-overflow-scroll{overflow-y:hidden;overflow-x:scroll}.overflow-auto{overflow-x:auto;overflow-y:auto}.overflow-scroll{overflow-x:scroll;overflow-y:scroll}.bi-label,.bi-segment>.center-element,.bi-text,.bi-textarea-editor,.overflow-dot,.overflow-hidden{overflow-x:hidden;overflow-y:hidden}.td-overflow{white-space:normal}.bi-label,.bi-text,.overflow-dot,.ztree li{white-space:nowrap}.display-block{display:block}.display-inline{display:inline-block}.display-table{display:table}.vertical-super{vertical-align:super}.vertical-top{vertical-align:top}.horizon-center{text-align:center}.horizon-left{text-align:left}.border-sizing{box-sizing:border-box}.content-sizing{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;-ms-box-sizing:content-box;box-sizing:content-box}.bi-flex-center-layout{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-flex-align:center;-ms-align-items:center;-o-align-items:center;align-items:center}.bi-flex-horizontal-layout{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;flex-direction:row;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;-ms-flex-align:start;-o-align-items:flex-start;align-items:flex-start;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;-o-flex-wrap:nowrap;flex-wrap:nowrap}.bi-flex-horizontal-layout.middle{-webkit-box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-ms-flex-align:center;-o-align-items:center;align-items:center}.bi-flex-horizontal-layout.bottom{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-moz-align-items:flex-end;-ms-align-items:flex-end;-ms-flex-align:end;-o-align-items:flex-end;align-items:flex-end}.bi-flex-vertical-center{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;flex-direction:row;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-ms-flex-align:center;-o-align-items:center;align-items:center;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;-o-flex-wrap:nowrap;flex-wrap:nowrap}.bi-flex-vertical-center.stretch{-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-ms-flex-pack:center;-o-justify-content:center;justify-content:center;-webkit-box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-ms-flex-align:stretch;-o-align-items:stretch;align-items:stretch}.bi-flex-wrapper-center-layout .flex-wrapper-center-layout-wrapper{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-ms-flex-pack:center;-o-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-ms-flex-align:center;-o-align-items:center;align-items:center;min-width:100%;min-height:100%;float:left}.bi-flex-wrapper-horizontal-layout .flex-wrapper-horizontal-layout-wrapper{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;flex-direction:row;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-ms-flex-pack:start;-o-justify-content:flex-start;justify-content:flex-start;-webkit-box-align:flex-start;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;-ms-flex-align:start;-o-align-items:flex-start;align-items:flex-start;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;-o-flex-wrap:nowrap;flex-wrap:nowrap;min-height:100%}.bi-flex-wrapper-horizontal-layout .flex-wrapper-horizontal-layout-wrapper.middle{-webkit-box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.bi-flex-wrapper-horizontal-layout .flex-wrapper-horizontal-layout-wrapper.bottom{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-moz-align-items:flex-end;-ms-align-items:flex-end;-o-align-items:flex-end;align-items:flex-end}.bi-flex-wrapper-vertical-center .flex-wrapper-vertical-center-wrapper{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;flex-direction:row;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-ms-flex-pack:start;-o-justify-content:flex-start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-ms-flex-align:center;-o-align-items:center;align-items:center;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;-o-flex-wrap:nowrap;flex-wrap:nowrap;min-height:100%;float:left}.bi-inline-center-adapt-layout:after,.bi-inline-center-adapt-layout>.inline-center-adapt-item{display:inline-block}.bi-flex-wrapper-vertical-center .flex-wrapper-vertical-center-wrapper.stretch{width:100%;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch}.bi-inline-center-adapt-layout:after,.bi-inline-vertical-adapt-layout:after{width:0;min-height:100%;content:' ';vertical-align:middle}.bi-inline-center-adapt-layout>.bi-combo.bi-combo-popup,.bi-inline-center-adapt-layout>.inline-center-adapt-item.x-icon{display:inline-block!important}.bi-inline-vertical-adapt-layout:after,.bi-inline-vertical-adapt-layout>.inline-vertical-adapt-item{display:inline-block}.bi-inline-vertical-adapt-layout>.bi-combo.bi-combo-popup,.bi-inline-vertical-adapt-layout>.inline-vertical-adapt-item.x-icon{display:inline-block!important}.bi-theme-dark{color:#d6e0dc}.bi-theme-dark .bi-input{color:#fff}.bi-icon-text-value-combo.combo-error .bi-text-trigger .select-text-label,.bi-search-text-value-combo.combo-error .bi-search-text-value-trigger .bi-text-button,.bi-text-value-combo.combo-error .bi-select-text-trigger .select-text-label{color:#ff4949}.bi-year-calendar{padding-top:5px;padding-bottom:5px}.bi-color-chooser-popup .disable-mask{opacity:.5;filter:alpha(opacity=50);background-color:#fff}.bi-color-chooser-trigger{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-color-picker-button .color-picker-button-mask{border:1px solid #232e40}.bi-theme-dark .bi-color-picker-button .color-picker-button-mask{border:1px solid #fff}.bi-color-picker-editor .color-picker-editor-display{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-color-picker-editor.disabled .auto-color-normal-background{background:url(images/2x/background/auto_color_normal_disable.png) center center no-repeat;background-size:contain}.bi-color-picker-editor.disabled .auto-color-normal-background.hack{background:url(images/1x/background/auto_color_normal_disable.png) center center no-repeat}.bi-color-picker-editor.disabled .trans-color-background{background:url(images/2x/background/trans_disable.png) center center no-repeat;background-size:contain}.bi-color-picker-editor.disabled .trans-color-background.hack{background:url(images/1x/background/trans_disable.png) center center no-repeat}.farbtastic{position:relative}.farbtastic *{position:absolute;cursor:crosshair}.farbtastic,.farbtastic .wheel{width:195px;height:195px}.farbtastic .color,.farbtastic .overlay{top:47px;left:47px;width:101px;height:101px}.farbtastic .wheel{width:195px;height:195px}.farbtastic .marker{width:17px;height:17px;margin:-8px 0 0 -8px;overflow:hidden}.bi-bubble-combo .button-combo-triangle-wrapper{position:fixed!important;line-height:0;z-index:10000000}.bi-bubble-combo .bubble-combo-triangle-left{z-index:1;position:absolute;width:6px;height:16px;text-align:left}.bi-bubble-combo .bubble-combo-triangle-left:before{position:absolute;width:6px;height:6px;margin-left:-3px;margin-top:4px;content:"";transform:rotate(-45deg)}.bi-bubble-combo .bubble-combo-triangle-right{z-index:1;position:absolute;width:6px;height:16px;text-align:left}.bi-bubble-combo .bubble-combo-triangle-right:before{position:absolute;width:6px;height:6px;margin-left:2px;margin-top:3px;content:"";transform:rotate(135deg)}.bi-bubble-combo .bubble-combo-triangle-top{z-index:1;position:absolute;width:16px;height:6px;text-align:left}.bi-bubble-combo .bubble-combo-triangle-top:before{position:absolute;width:6px;height:6px;margin-left:4px;margin-top:-3px;content:"";transform:rotate(45deg)}.bi-bubble-combo .bubble-combo-triangle-bottom{z-index:1;position:absolute;width:16px;height:6px;text-align:left}.bi-bubble-combo .bubble-combo-triangle-bottom:before{position:absolute;width:6px;height:6px;margin-left:4px;margin-top:2px;content:"";transform:rotate(-135deg)}.bi-bubble-combo .bubble-combo-triangle-bottom:before,.bi-bubble-combo .bubble-combo-triangle-left:before,.bi-bubble-combo .bubble-combo-triangle-right:before,.bi-bubble-combo .bubble-combo-triangle-top:before{background-color:#fff;border-bottom:1px solid #f2f4f7;border-right:1px solid #f2f4f7}.bi-theme-dark .bi-bubble-combo .bubble-combo-triangle-bottom:before,.bi-theme-dark .bi-bubble-combo .bubble-combo-triangle-left:before,.bi-theme-dark .bi-bubble-combo .bubble-combo-triangle-right:before,.bi-theme-dark .bi-bubble-combo .bubble-combo-triangle-top:before{background-color:#242640;border-bottom:1px solid #2F3149;border-right:1px solid #2F3149}.bi-combo>.bi-trigger .bi-trigger-icon-button .x-icon{-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-combo.bi-combo-popup{display:block!important;visibility:visible!important}#body .bi-button.button-common.disabled:after,#body .bi-button.button-error.disabled:after,#body .bi-button.button-ignore.disabled:after,#body .bi-button.button-success.disabled:after,#body .bi-button.button-warning.disabled:after,body .bi-button.button-common.disabled:after,body .bi-button.button-error.disabled:after,body .bi-button.button-ignore.disabled:after,body .bi-button.button-success.disabled:after,body .bi-button.button-warning.disabled:after{display:none}.bi-combo.bi-combo-popup>.bi-trigger .bi-trigger-icon-button .x-icon{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-combo.bi-combo-hover>.bi-border,.bi-combo.bi-combo-popup>.bi-border,.bi-combo:hover>.bi-border{border-color:#3685f2}.bi-combo.disabled.bi-combo-hover>.bi-border,.bi-combo.disabled:hover>.bi-border{border-color:#e8eaed}.bi-theme-dark .bi-combo.disabled.bi-combo-hover>.bi-border,.bi-theme-dark .bi-combo.disabled:hover>.bi-border{border-color:#3a3c53}.bi-search-text-value-combo .trigger-icon-button{font-size:16px}.bi-search-text-value-combo .search-text-value-trigger{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-search-text-value-combo .bi-combo.bi-combo-popup+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-search-text-value-combo .bi-combo+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-all-count-pager .row-count,.bi-segment-button{color:#3685f2}.bi-text-value-check-combo.bi-combo-popup>.bi-border,.bi-text-value-check-combo:hover>.bi-border,.bi-text-value-down-list-combo.bi-combo-popup>.bi-border,.bi-text-value-down-list-combo:hover>.bi-border{border-color:#3685f2}.bi-bubble-bar-popup-view .bar-popup-container{max-height:456px}.bi-search-editor{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-search-editor .circle-close-font,.bi-search-editor .search-font{font-size:18px}.bi-small-search-editor .bi-editor,.bi-small-search-editor .bi-editor .bi-input,.bi-small-search-editor .bi-editor .bi-label{font-size:12px}.bi-small-search-editor .close-font,.bi-small-search-editor .search-font{font-size:16px}.bi-message-title{font-size:14px;cursor:pointer}.bi-message-text{font-size:16px;-webkit-user-select:text;-khtml-user-select:text;-moz-user-select:text;-ms-user-select:text;-o-user-select:text;user-select:text}.bi-message-close,.bi-message-content{font-size:16px}.bi-message-animate{-webkit-transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;-moz-transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;-o-transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s}.bi-message-enter{opacity:1}.bi-message-leave{opacity:0;transform:translateY(-100%)}.bi-multi-list-view .bi-button-mask{opacity:.1;filter:alpha(opacity=10)}.bi-panel{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-panel .panel-title .panel-title-text{cursor:text;font-size:14px}.bi-all-count-pager .all-pager-next,.bi-all-count-pager .all-pager-prev,.bi-direction-pager .direction-pager-next,.bi-direction-pager .direction-pager-prev{font-size:16px}.bi-sortable-holder{border:1px dashed #e8eaed}.bi-pager .page-item{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-pane{min-height:25px}.bi-pane.loading-status{min-height:55px}.bi-pane .loading-container{background-color:rgba(247,248,250,0);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00f7f8fa, endColorstr=#00f7f8fa)}.bi-loading-widget{font-size:0}.bi-loading-widget .animate-rect{background-color:rgba(54,133,242,.9);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e63685f2, endColorstr=#e63685f2);-webkit-border-radius:1.5px;-moz-border-radius:1.5px;border-radius:1.5px;-webkit-animation:loading-widget .8s infinite linear;-moz-animation:loading-widget .8s infinite linear;-ms-animation:loading-widget .8s infinite linear;-o-animation:loading-widget .8s infinite linear;animation:loading-widget .8s infinite linear}.bi-loading-widget .rect2{-webkit-animation-delay:-.2s;-moz-animation-delay:-.2s;-ms-animation-delay:-.2s;-o-animation-delay:-.2s;animation-delay:-.2s}.bi-loading-widget .rect3{-webkit-animation-delay:-.4s;-moz-animation-delay:-.4s;-ms-animation-delay:-.4s;-o-animation-delay:-.4s;animation-delay:-.4s}@-webkit-keyframes loading-widget{0%,100%{-webkit-transform:scaleY(.3);-moz-transform:scaleY(.3);-o-transform:scaleY(.3);-ms-transform:scaleY(.3);transform:scaleY(.3)}50%{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);-o-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}}@-moz-keyframes loading-widget{0%,100%{-webkit-transform:scaleY(.3);-moz-transform:scaleY(.3);-o-transform:scaleY(.3);-ms-transform:scaleY(.3);transform:scaleY(.3)}50%{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);-o-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}}@-ms-keyframes loading-widget{0%,100%{-webkit-transform:scaleY(.3);-moz-transform:scaleY(.3);-o-transform:scaleY(.3);-ms-transform:scaleY(.3);transform:scaleY(.3)}50%{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);-o-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}}@-o-keyframes loading-widget{0%,100%{-webkit-transform:scaleY(.3);-moz-transform:scaleY(.3);-o-transform:scaleY(.3);-ms-transform:scaleY(.3);transform:scaleY(.3)}50%{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);-o-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}}@keyframes loading-widget{0%,100%{-webkit-transform:scaleY(.3);-moz-transform:scaleY(.3);-o-transform:scaleY(.3);-ms-transform:scaleY(.3);transform:scaleY(.3)}50%{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);-o-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}}.bi-loading-widget.hack{background:url(images/1x/icon/wave_loading.gif) center center no-repeat}.bi-loading-widget.hack .animate-rect{background-color:rgba(54,133,242,0);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#003685f2, endColorstr=#003685f2)}.bi-segment>.center-element{overflow:hidden;background:#fff;border-right:1px solid #3685f2;border-top:1px solid #3685f2;border-bottom:1px solid #3685f2}.bi-segment>.first-element{border-left:1px solid #3685f2;-webkit-border-radius:2px 0 0 2px;-moz-border-radius:2px 0 0 2px;border-radius:2px 0 0 2px}.bi-segment>.last-element{-webkit-border-radius:0 2px 2px 0;-moz-border-radius:0 2px 2px 0;border-radius:0 2px 2px 0}.bi-segment.disabled>.center-element,.bi-segment.disabled>.first-element{border-color:#d0d4da}.bi-theme-dark .bi-segment>.center-element{overflow:hidden;overflow-x:hidden;overflow-y:hidden;background:#242640;border-right:1px solid #3a3c53;border-top:1px solid #3a3c53;border-bottom:1px solid #3a3c53}.bi-theme-dark .bi-segment>.first-element{border-left:1px solid #242640}#body .bi-button,body .bi-button{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;border:1px solid #3685f2;background-color:#3685f2;box-sizing:border-box;text-align:center;vertical-align:middle;cursor:pointer}#body .bi-button.clear,#body .bi-button.ghost,body .bi-button.clear,body .bi-button.ghost{font-size:inherit;background-color:transparent}#body .bi-button.block,body .bi-button.block{font-size:inherit;border-width:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}#body .bi-button.clear,body .bi-button.clear{border-width:0}#body .bi-button.clear:hover,body .bi-button.clear:hover{opacity:.9;filter:alpha(opacity=90)}#body .bi-button.clear:active,body .bi-button.clear:active{opacity:.8;filter:alpha(opacity=80)}#body .bi-button.button-common,#body .bi-button.button-common .b-font:before,body .bi-button.button-common,body .bi-button.button-common .b-font:before{color:#fff}#body .bi-button.button-common.clear,#body .bi-button.button-common.clear .b-font:before,#body .bi-button.button-common.ghost,#body .bi-button.button-common.ghost .b-font:before,body .bi-button.button-common.clear,body .bi-button.button-common.clear .b-font:before,body .bi-button.button-common.ghost,body .bi-button.button-common.ghost .b-font:before{color:#3685f2}#body .bi-button.button-common.ghost:hover,body .bi-button.button-common.ghost:hover{color:#fff;background-color:#3685f2}#body .bi-button.button-common.ghost:active,body .bi-button.button-common.ghost:active{background-color:#3685f2}#body .bi-button.button-ignore,body .bi-button.button-ignore{background-color:transparent;border-color:#3685f2}#body .bi-button.button-ignore,#body .bi-button.button-ignore .b-font:before,body .bi-button.button-ignore,body .bi-button.button-ignore .b-font:before{color:#3685f2}#body .bi-button.button-ignore.clear,body .bi-button.button-ignore.clear{background-color:transparent;border-width:0}#body .bi-button.button-success,body .bi-button.button-success{background-color:#13cd66;border-color:#13cd66}#body .bi-button.button-success,#body .bi-button.button-success .b-font:before,body .bi-button.button-success,body .bi-button.button-success .b-font:before{color:#fff}#body .bi-button.button-success.clear,body .bi-button.button-success.clear{background-color:transparent;border-width:0}#body .bi-button.button-success.clear,#body .bi-button.button-success.clear .b-font:before,body .bi-button.button-success.clear,body .bi-button.button-success.clear .b-font:before{color:#13cd66}#body .bi-button.button-warning,body .bi-button.button-warning{background-color:#faaa39;border-color:#fbb03b}#body .bi-button.button-warning,#body .bi-button.button-warning .b-font:before,body .bi-button.button-warning,body .bi-button.button-warning .b-font:before{color:#fff}#body .bi-button.button-warning.clear,body .bi-button.button-warning.clear{background-color:transparent;border-width:0}#body .bi-button.button-warning.clear,#body .bi-button.button-warning.clear .b-font:before,body .bi-button.button-warning.clear,body .bi-button.button-warning.clear .b-font:before{color:#faaa39}#body .bi-button.button-error,body .bi-button.button-error{background-color:#ff4949;border-color:#FF4949}#body .bi-button.button-error,#body .bi-button.button-error .b-font:before,body .bi-button.button-error,body .bi-button.button-error .b-font:before{color:#fff}#body .bi-button.button-error.clear,body .bi-button.button-error.clear{background-color:transparent;border-width:0}#body .bi-button.button-error.clear,#body .bi-button.button-error.clear .b-font:before,body .bi-button.button-error.clear,body .bi-button.button-error.clear .b-font:before{color:#ff4949}#body .bi-button.button-common.disabled,#body .bi-button.button-common.disabled .b-font:before,#body .bi-button.button-common.disabled.base-disabled,#body .bi-button.button-common.disabled.base-disabled .b-font:before,#body .bi-button.button-common.disabled.clear,#body .bi-button.button-common.disabled.clear .b-font:before,#body .bi-button.button-error.disabled,#body .bi-button.button-error.disabled .b-font:before,#body .bi-button.button-error.disabled.base-disabled,#body .bi-button.button-error.disabled.base-disabled .b-font:before,#body .bi-button.button-error.disabled.clear,#body .bi-button.button-error.disabled.clear .b-font:before,#body .bi-button.button-ignore.disabled,#body .bi-button.button-ignore.disabled .b-font:before,#body .bi-button.button-ignore.disabled.clear,#body .bi-button.button-ignore.disabled.clear .b-font:before,#body .bi-button.button-success.disabled,#body .bi-button.button-success.disabled .b-font:before,#body .bi-button.button-success.disabled.base-disabled,#body .bi-button.button-success.disabled.base-disabled .b-font:before,#body .bi-button.button-success.disabled.clear,#body .bi-button.button-success.disabled.clear .b-font:before,#body .bi-button.button-warning.disabled,#body .bi-button.button-warning.disabled .b-font:before,#body .bi-button.button-warning.disabled.base-disabled,#body .bi-button.button-warning.disabled.base-disabled .b-font:before,#body .bi-button.button-warning.disabled.clear,#body .bi-button.button-warning.disabled.clear .b-font:before,body .bi-button.button-common.disabled,body .bi-button.button-common.disabled .b-font:before,body .bi-button.button-common.disabled.base-disabled,body .bi-button.button-common.disabled.base-disabled .b-font:before,body .bi-button.button-common.disabled.clear,body .bi-button.button-common.disabled.clear .b-font:before,body .bi-button.button-error.disabled,body .bi-button.button-error.disabled .b-font:before,body .bi-button.button-error.disabled.base-disabled,body .bi-button.button-error.disabled.base-disabled .b-font:before,body .bi-button.button-error.disabled.clear,body .bi-button.button-error.disabled.clear .b-font:before,body .bi-button.button-ignore.disabled,body .bi-button.button-ignore.disabled .b-font:before,body .bi-button.button-ignore.disabled.clear,body .bi-button.button-ignore.disabled.clear .b-font:before,body .bi-button.button-success.disabled,body .bi-button.button-success.disabled .b-font:before,body .bi-button.button-success.disabled.base-disabled,body .bi-button.button-success.disabled.base-disabled .b-font:before,body .bi-button.button-success.disabled.clear,body .bi-button.button-success.disabled.clear .b-font:before,body .bi-button.button-warning.disabled,body .bi-button.button-warning.disabled .b-font:before,body .bi-button.button-warning.disabled.base-disabled,body .bi-button.button-warning.disabled.base-disabled .b-font:before,body .bi-button.button-warning.disabled.clear,body .bi-button.button-warning.disabled.clear .b-font:before{color:#9ea6b2!important}#body .bi-button.button-common.disabled,#body .bi-button.button-common.disabled.base-disabled,#body .bi-button.button-error.disabled,#body .bi-button.button-error.disabled.base-disabled,#body .bi-button.button-success.disabled,#body .bi-button.button-success.disabled.base-disabled,#body .bi-button.button-warning.disabled,#body .bi-button.button-warning.disabled.base-disabled,body .bi-button.button-common.disabled,body .bi-button.button-common.disabled.base-disabled,body .bi-button.button-error.disabled,body .bi-button.button-error.disabled.base-disabled,body .bi-button.button-success.disabled,body .bi-button.button-success.disabled.base-disabled,body .bi-button.button-warning.disabled,body .bi-button.button-warning.disabled.base-disabled{background:#F2F4F7!important;border-color:#d0d4da!important}#body .bi-button.button-ignore.disabled,body .bi-button.button-ignore.disabled{background:#fff!important;border-color:#e8eaed!important}#body .bi-button.button-common.disabled.clear,#body .bi-button.button-error.disabled.clear,#body .bi-button.button-ignore.disabled.clear,#body .bi-button.button-success.disabled.clear,#body .bi-button.button-warning.disabled.clear,body .bi-button.button-common.disabled.clear,body .bi-button.button-error.disabled.clear,body .bi-button.button-ignore.disabled.clear,body .bi-button.button-success.disabled.clear,body .bi-button.button-warning.disabled.clear{background:0 0!important;border-width:0!important}#body .bi-button.button-common.disabled.clear:active,#body .bi-button.button-common.disabled.clear:hover,#body .bi-button.button-error.disabled.clear:active,#body .bi-button.button-error.disabled.clear:hover,#body .bi-button.button-ignore.disabled.clear:active,#body .bi-button.button-ignore.disabled.clear:hover,#body .bi-button.button-success.disabled.clear:active,#body .bi-button.button-success.disabled.clear:hover,#body .bi-button.button-warning.disabled.clear:active,#body .bi-button.button-warning.disabled.clear:hover,body .bi-button.button-common.disabled.clear:active,body .bi-button.button-common.disabled.clear:hover,body .bi-button.button-error.disabled.clear:active,body .bi-button.button-error.disabled.clear:hover,body .bi-button.button-ignore.disabled.clear:active,body .bi-button.button-ignore.disabled.clear:hover,body .bi-button.button-success.disabled.clear:active,body .bi-button.button-success.disabled.clear:hover,body .bi-button.button-warning.disabled.clear:active,body .bi-button.button-warning.disabled.clear:hover{opacity:1;filter:alpha(opacity=100)}#body .bi-button.button-common.disabled.ghost,#body .bi-button.button-error.disabled.ghost,#body .bi-button.button-ignore.disabled.ghost,#body .bi-button.button-success.disabled.ghost,#body .bi-button.button-warning.disabled.ghost,body .bi-button.button-common.disabled.ghost,body .bi-button.button-error.disabled.ghost,body .bi-button.button-ignore.disabled.ghost,body .bi-button.button-success.disabled.ghost,body .bi-button.button-warning.disabled.ghost{background:0 0!important;border-color:#3685f2!important;opacity:.5;filter:alpha(opacity=50)}#body .bi-button.button-common.disabled.ghost,#body .bi-button.button-common.disabled.ghost .b-font:before,#body .bi-button.button-error.disabled.ghost,#body .bi-button.button-error.disabled.ghost .b-font:before,#body .bi-button.button-ignore.disabled.ghost,#body .bi-button.button-ignore.disabled.ghost .b-font:before,#body .bi-button.button-success.disabled.ghost,#body .bi-button.button-success.disabled.ghost .b-font:before,#body .bi-button.button-warning.disabled.ghost,#body .bi-button.button-warning.disabled.ghost .b-font:before,body .bi-button.button-common.disabled.ghost,body .bi-button.button-common.disabled.ghost .b-font:before,body .bi-button.button-error.disabled.ghost,body .bi-button.button-error.disabled.ghost .b-font:before,body .bi-button.button-ignore.disabled.ghost,body .bi-button.button-ignore.disabled.ghost .b-font:before,body .bi-button.button-success.disabled.ghost,body .bi-button.button-success.disabled.ghost .b-font:before,body .bi-button.button-warning.disabled.ghost,body .bi-button.button-warning.disabled.ghost .b-font:before{color:#3685f2!important}.bi-basic-button.button-common:after,.bi-basic-button.button-error:after,.bi-basic-button.button-success:after,.bi-basic-button.button-warning:after{content:"";background-color:#232E40;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;display:block;width:100%;height:100%;position:absolute;transform:scale(1,1);opacity:0;filter:alpha(opacity=0);-webkit-transition:transform .5s ease,opacity 1s ease;-moz-transition:transform .5s ease,opacity 1s ease;-o-transition:transform .5s ease,opacity 1s ease;transition:transform .5s ease,opacity 1s ease;left:0;top:0;pointer-events:none}.bi-basic-button.button-common.hack:after,.bi-basic-button.button-error.hack:after,.bi-basic-button.button-success.hack:after,.bi-basic-button.button-warning.hack:after{content:none}.bi-basic-button.button-common:active:after,.bi-basic-button.button-error:active:after,.bi-basic-button.button-success:active:after,.bi-basic-button.button-warning:active:after{transform:scale(0,1);opacity:.1;filter:alpha(opacity=10);-webkit-transition:transform 0s;-moz-transition:transform 0s;-o-transition:transform 0s;transition:transform 0s}.bi-basic-button.button-common:hover .bi-button-mask,.bi-basic-button.button-error:hover .bi-button-mask,.bi-basic-button.button-success:hover .bi-button-mask,.bi-basic-button.button-warning:hover .bi-button-mask{opacity:.1;filter:alpha(opacity=10);background-color:#fff;-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.bi-basic-button.button-ignore:after{content:"";background-color:#3685f2;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;display:block;width:100%;height:100%;position:absolute;transform:scale(1,1);opacity:0;filter:alpha(opacity=0);-webkit-transition:transform .5s ease,opacity 1s ease;-moz-transition:transform .5s ease,opacity 1s ease;-o-transition:transform .5s ease,opacity 1s ease;transition:transform .5s ease,opacity 1s ease;left:0;top:0;pointer-events:none}.bi-basic-button.button-ignore.hack:after{content:none}.bi-basic-button.button-ignore:active:after{transform:scale(0,1);opacity:.1;filter:alpha(opacity=10);-webkit-transition:transform 0s;-moz-transition:transform 0s;-o-transition:transform 0s;transition:transform 0s}.bi-basic-button.button-ignore:hover{background-color:rgba(54,133,242,.05);-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.bi-basic-button .popup-content{font-size:14px}.bi-theme-dark #body .bi-button.button-common.ghost,.bi-theme-dark #body .bi-button.button-common.ghost .b-font:before,.bi-theme-dark body .bi-button.button-common.ghost,.bi-theme-dark body .bi-button.button-common.ghost .b-font:before{color:#fff;border-color:#fff}.bi-theme-dark #body .bi-button.button-common.ghost:hover,.bi-theme-dark body .bi-button.button-common.ghost:hover{color:#3d4d66;background-color:#fff}.bi-theme-dark #body .bi-button.button-common.ghost:active,.bi-theme-dark body .bi-button.button-common.ghost:active{background-color:rgba(255,255,255,.9);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6ffffff, endColorstr=#e6ffffff)}.bi-theme-dark #body .bi-button.button-ignore:hover,.bi-theme-dark body .bi-button.button-ignore:hover{background-color:rgba(54,133,242,.05)}.bi-theme-dark #body .bi-button.button-ignore:active,.bi-theme-dark body .bi-button.button-ignore:active{background-color:rgba(54,133,242,.1)}.bi-theme-dark #body .bi-button.button-common.disabled.ghost,.bi-theme-dark body .bi-button.button-common.disabled.ghost{background:0 0!important;border-color:#fff!important;opacity:.5;filter:alpha(opacity=50)}.bi-theme-dark #body .bi-button.button-common.disabled.ghost,.bi-theme-dark #body .bi-button.button-common.disabled.ghost .b-font:before,.bi-theme-dark body .bi-button.button-common.disabled.ghost,.bi-theme-dark body .bi-button.button-common.disabled.ghost .b-font:before{color:#fff!important}.bi-single-select-icon-text-item.active .b-font:before,.bi-single-select-icon-text-item:active .b-font:before{color:#3685f2}.bi-switch{-webkit-border-radius:40px 40px 40px 40px;-moz-border-radius:40px;border-radius:40px;background-color:#d0d4da}.bi-switch.active,.bi-switch:active{background-color:#3685f2}.bi-switch .circle-button{-webkit-border-radius:9px 9px 9px 9px;-moz-border-radius:9px;border-radius:9px}.bi-switch.disabled,.bi-switch.disabled:active{background-color:#F2F4F7}.bi-theme-dark .bi-switch{background-color:#606479}.bi-theme-dark .bi-switch.active,.bi-theme-dark .bi-switch:active{background-color:#3685f2}.bi-theme-dark .bi-switch.disabled,.bi-theme-dark .bi-switch.disabled:active{background-color:#2F3149}.bi-multifile-editor .multifile-editor{text-align:right;cursor:pointer;font-size:100px;z-index:2}.bi-textarea-editor{overflow:hidden}.bi-textarea-editor .textarea-editor-content{font-size:12px;border:none}.x-icon.b-font{margin:auto;width:100%}.bi-file{opacity:0;filter:alpha(opacity=0);z-index:2}.bi-input,.bi-textarea{border:none;outline:0;background-color:transparent;padding:0;margin:0;width:100%;height:100%}.bi-input.bi-input-focus,.bi-textarea.bi-input-focus{border:none}.bi-input.bi-input-error,.bi-textarea.bi-input-error{border:none;color:#ff4949!important}.bi-bubble .bubble-text,.bi-toast{-webkit-border-radius:2px;-moz-border-radius:2px}.bi-text{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;word-break:break-word}.bi-bubble .bubble-text{border-radius:2px}.bi-bubble .bubble-error{background:#ffecec;color:#ff4949}.bi-theme-dark .bi-bubble .bubble-error{background:#3A2940}.bi-bubble .bubble-common{background:#eaf2fd;color:#3685f2}.bi-bubble .bubble-success{background:#e1f4e7;color:#13cd66}.bi-bubble .bubble-warning{background:#feeed7;color:#faaa39}.bi-tip{position:fixed!important}.bi-toast{color:#fff;max-width:400px;min-width:150px;border-radius:2px}.bi-toast.toast-success{background:#13cd66}.bi-toast.toast-warning{background:#faaa39}.bi-toast.toast-error{background:#ff4949}.bi-toast.toast-normal{background:#3685f2}.bi-toast .toast-icon{font-size:16px}.bi-tooltip{max-width:250px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;font-size:12px;color:#fff}.bi-tooltip.tooltip-success{background:#647185;border:1px solid #647185}.bi-tooltip.tooltip-warning{background:#ff4949;border:1px solid #FF4949}.bi-branch-tree .bi-branch-tree-view{min-width:300px}.bi-display-tree .ztree *{color:#999}.bi-display-tree .ztree li a,.bi-display-tree .ztree li span{cursor:default!important}.ztree li a,.ztree li span.button{cursor:pointer;display:inline-block}.bi-display-tree .ztree li a.curSelectedNode{padding-top:1px;border:none;background-color:inherit;opacity:1;filter:alpha(opacity=100)}.ztree *{padding:0;margin:0}.ztree{margin:0;padding:5px}.ztree li{padding:0;margin:0;list-style:none;line-height:14px;text-align:left}.ztree li ul{margin:0;padding:0 0 0 18px}.ztree li a{padding:1px 3px 0 0;margin:0;height:24px;background-color:transparent;vertical-align:top}.ztree li a:active,.ztree li a:hover{background-color:rgba(54,133,242,.06);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2, endColorstr=#0f3685f2)}.ztree li a:active{color:#3685f2}.ztree li a.tmpTargetNode_inner,ul.tmpTargetzTree,ul.ztree.zTreeDragUL{opacity:.8;filter:alpha(opacity=80)}.ztree li a.curSelectedNode_Edit{padding-top:0;background-color:#FFE6B0;color:#000;height:16px;border:1px solid #FFB951;opacity:.8}.ztree li a.tmpTargetNode_inner{padding-top:0;background-color:#316AC5;color:#fff;height:16px;border:1px solid #316AC5}.ztree li a input.rename{height:14px;width:80px;padding:0;margin:0;font-size:12px;border:1px solid #7EC4CC}.bi-dynamic-date-combo .date-font,.bi-multi-select-combo .multi-select-trigger-icon-button,.bi-multi-select-insert-combo .multi-select-trigger-icon-button,.bi-multi-tree-combo .multi-select-trigger-icon-button,.bi-trigger .bi-trigger-icon-button{font-size:16px}.ztree li span{line-height:24px;margin-right:2px}.ztree li span.button{line-height:0;margin:0;width:16px;height:16px;vertical-align:middle;border:0;background-color:transparent;background-repeat:no-repeat;background-attachment:scroll}.ztree li span.button.chk{width:16px;height:16px;margin:0 3px 0 0;cursor:auto}.ztree li span.button.chk.checkbox_false_disable{background-position:0 -56px}.ztree li span.button.chk.checkbox_true_disable{background-position:-14px -56px}.ztree li span.button.chk.radio_false_full{background-position:-28px 0}.ztree li span.button.chk.radio_false_full_focus{background-position:-28px -14px}.ztree li span.button.chk.radio_false_part{background-position:-28px -28px}.ztree li span.button.chk.radio_false_part_focus{background-position:-28px -42px}.ztree li span.button.chk.radio_false_disable{background-position:-28px -56px}.ztree li span.button.chk.radio_true_full{background-position:-42px 0}.ztree li span.button.chk.radio_true_full_focus{background-position:-42px -14px}.ztree li span.button.chk.radio_true_part{background-position:-42px -28px}.ztree li span.button.chk.radio_true_part_focus{background-position:-42px -42px}.ztree li span.button.chk.checkbox_true_full+a,.ztree li span.button.chk.checkbox_true_full_focus+a,.ztree li span.button.chk.checkbox_true_part+a,.ztree li span.button.chk.checkbox_true_part_focus+a{color:#3685f2}.ztree li span.button.chk.radio_true_disable{background-position:-42px -56px}.ztree li span.button.switch{width:25px;height:25px}.ztree li span.button.noline_open{background-position:-92px -72px}.ztree li span.button.noline_close{background-position:-74px -72px}.ztree li span.button.noline_docu,.ztree li span.button.root_docu{background:0 0}.ztree li span.button.ico_open{margin-right:2px;background-position:-110px -16px;vertical-align:top}.ztree li span.button.ico_close{margin-right:2px;background-position:-110px 0;vertical-align:top}.ztree li span.button.ico_docu{margin-right:2px;background-position:-110px -32px;vertical-align:top}.ztree li span.button.edit{margin-right:2px;background-position:-110px -48px;vertical-align:top}.ztree li span.button.remove{margin-right:2px;background-position:-110px -64px;vertical-align:top}.ztree li span.button.ico_loading{width:0;margin-right:2px;vertical-align:top}ul.tmpTargetzTree{background-color:#FFE6B0}span.tmpzTreeMove_arrow{width:16px;height:16px;display:inline-block;padding:0;margin:2px 0 0 1px;border:0;position:absolute;background-color:transparent;background-repeat:no-repeat;background-attachment:scroll;background-position:-110px -80px}.zTreeMask,ul.ztree.zTreeDragUL{background-color:#cfcfcf;position:absolute}ul.ztree.zTreeDragUL{margin:0;padding:0;width:auto;height:auto;overflow:hidden;border:1px dotted #00B83F}.zTreeMask{z-index:10000;opacity:0;filter:alpha(opacity=0)}.bi-select-text-trigger,.bi-small-select-text-trigger{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-popup-view{position:fixed!important;overflow-y:visible!important;overflow-x:visible!important;overflow:visible!important}.bi-popup-view .list-view-outer{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-popup-view .padding-outer{padding-top:5px;padding-bottom:5px}.bi-popup-view .list-view-shadow{-webkit-box-shadow:0 1px 5px 0 rgba(35,46,64,.2);-moz-box-shadow:0 1px 5px 0 rgba(35,46,64,.2);box-shadow:0 1px 5px 0 rgba(35,46,64,.2)}.bi-popup-view .list-view-toolbar{line-height:24px}.bi-popup-view .list-view-toolbar>.center-element{border-left:1px solid #e8eaed}.bi-popup-view .list-view-toolbar>.first-element{border-left:none}.bi-theme-dark .bi-popup-view .list-view-toolbar>.center-element{border-left:1px solid #3a3c53}.bi-theme-dark .bi-popup-view .list-view-toolbar>.first-element{border-left:none}.bi-theme-dark .list-view-shadow{-webkit-box-shadow:0 1px 5px 0 rgba(25,27,43,.8);-moz-box-shadow:0 1px 5px 0 rgba(25,27,43,.8);box-shadow:0 1px 5px 0 rgba(25,27,43,.8)}.bi-date-trigger{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-down-list-popup .bi-down-list-item .list-item-text,.bi-down-list-popup .list-group-item-text{max-width:203px}.bi-interactive-arrangement .interactive-arrangement-dragtag-line{z-index:1000000000;background-color:#faaa39}.bi-interactive-arrangement .interactive-arrangement-dragtag-icon{z-index:1000000000}.bi-interval-slider,.bi-interval-slider-label{min-height:50px}.bi-month-trigger{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-multilayer-select-level-tree .tree-view,.bi-multilayer-single-level-tree .tree-view{min-width:100%}.bi-multi-select-check-pane .multi-select-check-selected{text-decoration:underline}.bi-multi-select-combo .bi-combo.bi-combo-popup+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-multi-select-combo .bi-combo+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-multi-select-insert-combo .bi-combo.bi-combo-popup+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-multi-select-insert-combo .bi-combo+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-multi-select-trigger{-webkit-border-radius:2px 2px 2px 2px;-moz-border-radius:2px;border-radius:2px}.bi-multi-select-search-pane .multi-select-toolbar{color:#faaa39}.bi-multi-select-check-selected-button{z-index:1;min-width:16px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}.bi-multi-select-insert-list .bi-search-editor,.bi-multi-select-list .bi-search-editor{-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.bi-multi-tree-check-pane .multi-tree-check-selected{color:#3685f2}.bi-multi-tree-combo .bi-combo.bi-combo-popup+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-multi-tree-combo .bi-combo+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-multi-tree-popup .popup-view-tree{min-height:170px}.bi-multi-tree-check-selected-button .trigger-check-selected{color:#3685f2;z-index:1}.bi-number-editor{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-number-editor .pull-down-font,.bi-number-editor .pull-up-font{font-size:12px}.bi-number-interval .number-interval-big-combo .bi-icon-combo-trigger .icon-combo-trigger-icon,.bi-number-interval .number-interval-small-combo .bi-icon-combo-trigger .icon-combo-trigger-icon{font-size:14px}.bi-number-interval .number-interval-small-editor{-moz-border-radius-topleft:2px;-webkit-border-top-left-radius:2px;-moz-border-radius-bottomleft:2px;-webkit-border-bottom-left-radius:2px;border-top-left-radius:2px;border-bottom-left-radius:2px}.bi-number-interval .number-interval-big-editor{-moz-border-radius-topright:2px;-webkit-border-top-right-radius:2px;-moz-border-radius-bottomright:2px;-webkit-border-bottom-right-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px}.bi-number-interval .number-interval-big-combo{-moz-border-radius-topleft:2px;-webkit-border-top-left-radius:2px;-moz-border-radius-bottomleft:2px;-webkit-border-bottom-left-radius:2px;border-top-left-radius:2px;border-bottom-left-radius:2px}.bi-number-interval .number-interval-small-combo{-moz-border-radius-topright:2px;-webkit-border-top-right-radius:2px;-moz-border-radius-bottomright:2px;-webkit-border-bottom-right-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px}.bi-search-multi-text-value-combo .multi-select-trigger-icon-button,.bi-single-select-combo .single-select-trigger-icon-button{font-size:16px}.bi-number-interval.number-error .bi-input{color:#ff4949!important}.bi-date-interval.time-error .bi-input,.bi-date-interval.time-error .sign-editor-text,.bi-search-multi-text-value-combo.combo-error .bi-multi-select-searcher .tip-text-style,.bi-time-interval.time-error .bi-date-time-trigger .bi-input,.bi-time-interval.time-error .bi-date-time-trigger .sign-editor-text,.bi-year-month-interval.time-error .bi-input,.bi-year-month-interval.time-error .sign-editor-text{color:#ff4949}.bi-quarter-trigger{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-single-select-combo .bi-combo.bi-combo-popup+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-single-select-combo .bi-combo+.bi-trigger-icon-button .x-icon{-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.bi-single-slider-label{min-height:50px}.bi-single-slider-normal{min-height:30px}.bi-single-slider{min-height:50px}.bi-single-slider-button .slider-button{cursor:ew-resize;border-width:2px;border-style:solid;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;background-color:#fff;height:16px;width:16px;top:6px;left:-8px}.bi-single-slider-button .slider-button.hover,.bi-single-slider-button .slider-button:hover{-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background-color:#f7f8fa;width:20px;height:20px;top:4px;left:-10px}.bi-single-slider-button .slider-button.disabled{border-color:#d0d4da}.bi-single-slider-button .slider-button.disabled.hover,.bi-single-slider-button .slider-button.disabled:hover{background-color:#f7f8fa;width:16px;height:16px;top:6px;left:-8px}body,html{height:100%}.bi-theme-dark .bi-single-slider-button .slider-button{background-color:#242640}.bi-theme-dark .bi-single-slider-button .slider-button.disabled.hover,.bi-theme-dark .bi-single-slider-button .slider-button.disabled:hover,.bi-theme-dark .bi-single-slider-button .slider-button.hover,.bi-theme-dark .bi-single-slider-button .slider-button:hover{background-color:#191B2B}.bi-slider-track .gray-track{background-color:rgba(61,77,102,.1);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#1a3d4d66, endColorstr=#1a3d4d66);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bi-slider-track .blue-track{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bi-slider-track .disabled-blue-track{background-color:#d0d4da;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bi-theme-dark .bi-slider-track .gray-track{background-color:rgba(214,224,220,.1);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#1ad6e0dc, endColorstr=#1ad6e0dc);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bi-theme-dark .bi-slider-track .disabled-blue-track{background-color:#606479;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bi-time-interval .bi-date-time-trigger{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.bi-year-popup .year-popup-navigation{line-height:30px}.bi-year-popup .year-popup-navigation>.center-element{border-left:1px solid #e8eaed}.bi-year-popup .year-popup-navigation>.first-element{border-left:none}.bi-theme-dark .bi-year-popup .year-popup-navigation>.center-element{border-left:1px solid #3a3c53}.bi-theme-dark .bi-year-popup .year-popup-navigation>.first-element{border-left:none}.bi-year-trigger{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}html{overflow:hidden}body{position:absolute;width:100%;margin:0;padding:0;top:0;left:0;background-repeat:repeat;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;color:#3d4d66;font:400 12px "Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Heiti,"黑体",sans-serif;-webkit-font-smoothing:antialiased;text-decoration:none;-kthml-user-focus:normal;-moz-user-focus:normal;-moz-outline:0 none;outline:0}div::-webkit-scrollbar,textarea::-webkit-scrollbar{-webkit-appearance:none;background-color:rgba(135,141,159,.05);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d878d9f, endColorstr=#0d878d9f);width:6px;height:6px}div::-webkit-scrollbar-thumb,textarea::-webkit-scrollbar-thumb{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:rgba(135,141,159,.3);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d878d9f, endColorstr=#4d878d9f)}div::-webkit-scrollbar-thumb:hover,textarea::-webkit-scrollbar-thumb:hover{background-color:rgba(135,141,159,.7);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3878d9f, endColorstr=#b3878d9f)}.bi-theme-dark div::-webkit-scrollbar,.bi-theme-dark textarea::-webkit-scrollbar{-webkit-appearance:none;background-color:rgba(208,212,218,.05);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dd0d4da, endColorstr=#0dd0d4da);width:6px;height:6px}.bi-theme-dark div::-webkit-scrollbar-thumb,.bi-theme-dark textarea::-webkit-scrollbar-thumb{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:rgba(208,212,218,.3);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4dd0d4da, endColorstr=#4dd0d4da)}.bi-theme-dark div::-webkit-scrollbar-thumb:hover,.bi-theme-dark textarea::-webkit-scrollbar-thumb:hover{background-color:rgba(208,212,218,.7);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3d0d4da, endColorstr=#b3d0d4da)}.farbtastic .wheel{background:url(resources?path=/com/fr/web/ui/images/1x/background/wheel.png) center center no-repeat}.farbtastic .overlay{background:url(resources?path=/com/fr/web/ui/images/1x/background/mask.png) center center no-repeat}.farbtastic .marker{background:url(resources?path=/com/fr/web/ui/images/1x/background/marker.png) center center no-repeat}.bi-display-tree .ztree li span.button.switch.center_open{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_3.png) center center no-repeat}.bi-display-tree .ztree li span.button.switch.roots_open{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_2.png) center center no-repeat}.bi-display-tree .ztree li span.button.switch.bottom_open{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_4.png) center center no-repeat}.ztree li ul.line{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_1.png) 1px 0 repeat-y}.bi-theme-dark .ztree li ul.line{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_1.png) 1px 0 repeat-y}.ztree li span.button.chk.checkbox_false_full,.ztree li span.button.chk.checkbox_false_full_focus{background:url(resources?path=/com/fr/web/ui/images/2x/icon/check_box_normal.png) center center no-repeat;background-size:contain}.ztree li span.button.chk.checkbox_false_part,.ztree li span.button.chk.checkbox_false_part_focus{background:url(resources?path=/com/fr/web/ui/images/2x/icon/half_selected.png) center center no-repeat;background-size:contain}.ztree li span.button.chk.checkbox_true_full,.ztree li span.button.chk.checkbox_true_full_focus{background:url(resources?path=/com/fr/web/ui/images/2x/icon/check_box_active.png) center center no-repeat;background-size:contain}.ztree li span.button.chk.checkbox_true_part,.ztree li span.button.chk.checkbox_true_part_focus{background:url(resources?path=/com/fr/web/ui/images/2x/icon/half_selected.png) center center no-repeat;background-size:contain}.ztree.hack li span.button.chk.checkbox_false_full,.ztree.hack li span.button.chk.checkbox_false_full_focus{background:url(resources?path=/com/fr/web/ui/images/1x/icon/check_box_normal.png) center center no-repeat}.ztree.hack li span.button.chk.checkbox_false_part,.ztree.hack li span.button.chk.checkbox_false_part_focus{background:url(resources?path=/com/fr/web/ui/images/1x/icon/half_selected.png) center center no-repeat}.ztree.hack li span.button.chk.checkbox_true_full,.ztree.hack li span.button.chk.checkbox_true_full_focus{background:url(resources?path=/com/fr/web/ui/images/1x/icon/check_box_active.png) center center no-repeat}.ztree.hack li span.button.chk.checkbox_true_part,.ztree.hack li span.button.chk.checkbox_true_part_focus{background:url(resources?path=/com/fr/web/ui/images/1x/icon/half_selected.png) center center no-repeat}.ztree li span.button.root_open{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_expand_1.png) center center no-repeat}.bi-theme-dark .ztree li span.button.root_open{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_expand_1.png) center center no-repeat}.ztree li span.button.root_close{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_collapse_1.png) center center no-repeat}.bi-theme-dark .ztree li span.button.root_close{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_collapse_1.png) center center no-repeat}.ztree li span.button.roots_open{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_expand_2.png) center center no-repeat}.bi-theme-dark .ztree li span.button.roots_open{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_expand_2.png) center center no-repeat}.ztree li span.button.roots_close{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_collapse_2.png) center center no-repeat}.bi-theme-dark .ztree li span.button.roots_close{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_collapse_2.png) center center no-repeat}.ztree li span.button.center_open{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_expand_3.png) center center no-repeat}.bi-theme-dark .ztree li span.button.center_open{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_expand_3.png) center center no-repeat}.ztree li span.button.center_close{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_collapse_3.png) center center no-repeat}.bi-theme-dark .ztree li span.button.center_close{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_collapse_3.png) center center no-repeat}.ztree li span.button.bottom_open{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_expand_4.png) center center no-repeat}.bi-theme-dark .ztree li span.button.bottom_open{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_expand_4.png) center center no-repeat}.ztree li span.button.bottom_close{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_collapse_4.png) center center no-repeat}.bi-theme-dark .ztree li span.button.bottom_close{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_collapse_4.png) center center no-repeat}.ztree li span.button.roots_docu{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_2.png) center center no-repeat}.bi-theme-dark .ztree li span.button.roots_docu{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_2.png) center center no-repeat}.ztree li span.button.center_docu{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_3.png) center center no-repeat}.bi-theme-dark .ztree li span.button.center_docu{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_3.png) center center no-repeat}.ztree li span.button.bottom_docu{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_4.png) center center no-repeat}.bi-theme-dark .ztree li span.button.bottom_docu{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_4.png) center center no-repeat}.ztree li span.button.ico_loading{background:url(resources?path=/com/fr/web/ui/images/1x/icon/loading.gif) center center no-repeat}.base-line-conn-background{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_1.png) repeat-y}.bi-theme-dark .base-line-conn-background{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_1.png) repeat-y}.first-line-conn-background{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_2.png) center center no-repeat}.bi-theme-dark .first-line-conn-background{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_2.png) center center no-repeat}.mid-line-conn-background{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_3.png) center center no-repeat}.bi-theme-dark .mid-line-conn-background{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_3.png) center center no-repeat}.last-line-conn-background{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_4.png) center center no-repeat}.bi-theme-dark .last-line-conn-background{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_4.png) center center no-repeat}.loading-background{background:url(resources?path=/com/fr/web/ui/images/2x/icon/loading.gif) center center no-repeat;background-size:contain}.auto-color-background{background:url(resources?path=/com/fr/web/ui/images/2x/background/auto_color.png) center center no-repeat;background-size:contain}.auto-color-normal-background{background:url(resources?path=/com/fr/web/ui/images/2x/background/auto_color_normal.png) center center no-repeat;background-size:contain}.auto-color-normal-disabled-background{background:url(resources?path=/com/fr/web/ui/images/2x/background/auto_color_normal_disable.png) center center no-repeat;background-size:contain}.trans-color-background{background:url(resources?path=/com/fr/web/ui/images/2x/background/trans_normal.png) center center no-repeat;background-size:contain}.trans-color-disabled-background{background:url(resources?path=/com/fr/web/ui/images/2x/background/trans_disable.png) center center no-repeat;background-size:contain}.auto-color-background.hack{background:url(resources?path=/com/fr/web/ui/images/1x/background/auto_color.png) center center no-repeat}.auto-color-normal-background.hack{background:url(resources?path=/com/fr/web/ui/images/1x/background/auto_color_normal.png) center center no-repeat}.auto-color-normal-disabled-background.hack{background:url(resources?path=/com/fr/web/ui/images/1x/background/auto_color_normal_disable.png) center center no-repeat}.trans-color-background.hack{background:url(resources?path=/com/fr/web/ui/images/1x/background/trans_normal.png) center center no-repeat}.trans-color-disabled-background.hack{background:url(resources?path=/com/fr/web/ui/images/1x/background/trans_disable.png) center center no-repeat}@font-face{font-family:bi;src:url(resources?path=/com/fr/web/ui/font/iconfont.eot);src:url(resources?path=/com/fr/web/ui/font/iconfont.eot?#iefix) format('embedded-opentype'),url(resources?path=/com/fr/web/ui/font/iconfont.woff) format('woff'),url(resources?path=/com/fr/web/ui/font/iconfont.ttf) format('truetype'),url(resources?path=/com/fr/web/ui/font/iconfont.svg#svgFontName) format('svg')}.b-font{font-family:bi;font-style:normal;-webkit-font-smoothing:antialiased}.close-font .b-font:before,.close-font.disabled .b-font:before,.close-h-font .b-font:before,.close-h-font.disabled .b-font:before,.close-h-font.hover .b-font:before,.close-h-font:hover .b-font:before,.close-ha-font .b-font:before,.close-ha-font.hover .b-font:before,.close-ha-font:hover .b-font:before{content:"\e6d0";color:inherit}.close-ha-font.active .b-font:before,.close-ha-font:active .b-font:before{content:"\e6d0";color:#3f8ce8}.close-ha-font.disabled .b-font:before{content:"\e6d0";color:inherit}.circle-close-font .b-font:before,.circle-close-font.disabled .b-font:before{content:"\e6d5";color:inherit}.search-close-h-font .b-font:before{content:"\e6d0";color:inherit}.search-close-h-font.hover .b-font:before,.search-close-h-font:hover .b-font:before{content:"\e6d0";color:#ff4949}.search-close-h-font.disabled .b-font:before{content:"\e6d0";color:inherit}.pre-page-h-font .b-font:before,.pre-page-h-font.disabled .b-font:before,.pre-page-h-font.hover .b-font:before,.pre-page-h-font:hover .b-font:before{content:"\e70d";color:inherit}.next-page-h-font .b-font:before,.next-page-h-font.disabled .b-font:before,.next-page-h-font.hover .b-font:before,.next-page-h-font:hover .b-font:before{content:"\e70c";color:inherit}.search-font .b-font:before,.search-font.disabled .b-font:before{content:"\e6dc";color:inherit}.date-font .b-font:before,.date-font.disabled .b-font:before{content:"\e733";color:inherit}.date-change-h-font .b-font:before,.date-change-h-font.disabled .b-font:before,.date-change-h-font.hover .b-font:before,.date-change-h-font:hover .b-font:before{content:"\e72f";color:inherit}.dot-font .b-font:before,.dot-font.disabled .b-font:before,.dot-h-font .b-font:before{content:"\e762";color:#232e40}.dot-h-font.hover .b-font:before,.dot-h-font:hover .b-font:before{content:"\e762";color:inherit}.dot-h-font.disabled .b-font:before{content:"\e762";color:#232e40}.dot-ha-font .b-font:before{content:"\e762";color:#fff}.dot-ha-font.hover .b-font:before,.dot-ha-font:hover .b-font:before{content:"\e762";color:#999}.dot-ha-font.active .b-font:before,.dot-ha-font:active .b-font:before{content:"\e762";color:#232e40}.dot-ha-font.disabled .b-font:before{content:"\e762";color:#fff}.dot-e-font .b-font:before{content:"\e762";color:transparent}.dot-e-font.hover .b-font:before,.dot-e-font:hover .b-font:before{content:"\e762";color:rgba(54,133,242,.06)}.dot-e-font.active .b-font:before,.dot-e-font:active .b-font:before{content:"\e762";color:#3685f2}.dot-e-font.disabled .b-font:before{content:"\e762";color:transparent}.pull-right-font .b-font:before,.pull-right-font.disabled .b-font:before,.pull-right-h-font .b-font:before,.pull-right-h-font.disabled .b-font:before,.pull-right-h-font.hover .b-font:before,.pull-right-h-font:hover .b-font:before,.pull-right-ha-font .b-font:before,.pull-right-ha-font.hover .b-font:before,.pull-right-ha-font:hover .b-font:before{content:"\e70c";color:inherit}.pull-right-ha-font.active .b-font:before,.pull-right-ha-font:active .b-font:before{content:"\e70c";color:#3f8ce8}.pull-right-e-font .b-font:before,.pull-right-e-font.hover .b-font:before,.pull-right-e-font:hover .b-font:before,.pull-right-ha-font.disabled .b-font:before{content:"\e70c";color:inherit}.pull-right-e-font.active .b-font:before,.pull-right-e-font:active .b-font:before{content:"\e70c";color:#3f8ce8}.pull-right-e-font.disabled .b-font:before{content:"\e70c";color:inherit}.copy-font .b-font:before,.copy-font.disabled .b-font:before{content:"\e6bd";color:inherit}.copy-h-font .b-font:before{content:"\e6bd";color:#232e40}.copy-h-font.hover .b-font:before,.copy-h-font:hover .b-font:before{content:"\e6bd";color:inherit}.copy-h-font.disabled .b-font:before{content:"\e6bd";color:#232e40}.copy-ha-font .b-font:before,.copy-ha-font.hover .b-font:before,.copy-ha-font:hover .b-font:before{content:"\e6bd";color:inherit}.copy-ha-font.active .b-font:before,.copy-ha-font:active .b-font:before{content:"\e6bd";color:#3f8ce8}.copy-e-font .b-font:before,.copy-e-font.hover .b-font:before,.copy-e-font:hover .b-font:before,.copy-ha-font.disabled .b-font:before{content:"\e6bd";color:inherit}.copy-e-font.active .b-font:before,.copy-e-font:active .b-font:before{content:"\e6bd";color:#3f8ce8}.copy-e-font.disabled .b-font:before{content:"\e6bd";color:inherit}.check-mark-font .b-font:before,.check-mark-font.disabled .b-font:before,.check-mark-h-font .b-font:before,.check-mark-h-font.disabled .b-font:before,.check-mark-h-font.hover .b-font:before,.check-mark-h-font:hover .b-font:before,.check-mark-ha-font .b-font:before,.check-mark-ha-font.hover .b-font:before,.check-mark-ha-font:hover .b-font:before{content:"\e6cf";color:inherit}.check-mark-ha-font.active .b-font:before,.check-mark-ha-font:active .b-font:before{content:"\e6cf";color:#3f8ce8}.check-mark-e-font .b-font:before,.check-mark-e-font.hover .b-font:before,.check-mark-e-font:hover .b-font:before,.check-mark-ha-font.disabled .b-font:before{content:"\e6cf";color:inherit}.check-mark-e-font.active .b-font:before,.check-mark-e-font:active .b-font:before{content:"\e6cf";color:#3f8ce8}.check-mark-e-font.disabled .b-font:before{content:"\e6cf";color:inherit}.row-pre-page-h-font .b-font:before,.row-pre-page-h-font.disabled .b-font:before,.row-pre-page-h-font.hover .b-font:before,.row-pre-page-h-font:hover .b-font:before{content:"\e6d9";color:inherit}.row-next-page-h-font .b-font:before,.row-next-page-h-font.disabled .b-font:before,.row-next-page-h-font.hover .b-font:before,.row-next-page-h-font:hover .b-font:before{content:"\e6d8";color:inherit}.column-pre-page-h-font .b-font:before,.column-pre-page-h-font.disabled .b-font:before,.column-pre-page-h-font.hover .b-font:before,.column-pre-page-h-font:hover .b-font:before{content:"\e6d6";color:inherit}.column-next-page-h-font .b-font:before,.column-next-page-h-font.disabled .b-font:before,.column-next-page-h-font.hover .b-font:before,.column-next-page-h-font:hover .b-font:before{content:"\e6d7";color:inherit}.expander-right-font .b-font:before,.expander-right-font.disabled .b-font:before{content:"\e6d8";color:inherit}.expander-down-font .b-font:before,.expander-down-font.disabled .b-font:before{content:"\e6d7";color:inherit}.solid-triangle-top-font .b-font:before,.solid-triangle-top-font.disabled .b-font:before,.solid-triangle-top-font.hover .b-font:before,.solid-triangle-top-font:hover .b-font:before{content:"\e6d6";color:inherit}.solid-triangle-bottom-font .b-font:before,.solid-triangle-bottom-font.disabled .b-font:before,.solid-triangle-bottom-font.hover .b-font:before,.solid-triangle-bottom-font:hover .b-font:before{content:"\e6d7";color:inherit}.trigger-triangle-font .b-font:before,.trigger-triangle-font.disabled .b-font:before{content:"\e64e";color:inherit}.pull-up-font .b-font:before,.pull-up-font.disabled .b-font:before{content:"\e70a";color:inherit}.pull-down-font .b-font:before,.pull-down-font.disabled .b-font:before{content:"\e70b";color:inherit}.pull-down-h-font .b-font:before{content:"\e70b";color:#647185}.pull-down-h-font.hover .b-font:before,.pull-down-h-font:hover .b-font:before{content:"\e70b";color:inherit}.pull-down-h-font.disabled .b-font:before,.pull-down-ha-font .b-font:before{content:"\e70b";color:#647185}.pull-down-ha-font.hover .b-font:before,.pull-down-ha-font:hover .b-font:before{content:"\e70b";color:inherit}.pull-down-ha-font.active .b-font:before,.pull-down-ha-font:active .b-font:before{content:"\e70b";color:#3f8ce8}.pull-down-ha-font.disabled .b-font:before{content:"\e70b";color:#647185}.check-font .b-font:before,.check-font.disabled .b-font:before{content:"\e6cf";color:#3685f2}.item-check-font .b-font:before{content:"\e6cf";color:#fff}.item-check-font.hover .b-font:before,.item-check-font:hover .b-font:before{content:"\e6cf";color:#999}.item-check-font.active .b-font:before,.item-check-font:active .b-font:before{content:"\e6cf";color:#3f8ce8}.item-check-font.disabled .b-font:before{content:"\e6cf";color:#fff}.primary-key-font .b-font:before,.primary-key-font.disabled .b-font:before,.primary-key-font.hover .b-font:before,.primary-key-font:hover .b-font:before{content:"\e740";color:inherit}.drag-tag-font .b-font:before,.drag-tag-font.disabled .b-font:before{content:"\e6d0";color:#faaa39}.less-font .b-font:before,.less-font.disabled .b-font:before{content:"\e75e";color:inherit}.less-equal-font .b-font:before,.less-equal-font.disabled .b-font:before{content:"\e761";color:inherit}.text-bold-font .b-font:before,.text-bold-font.disabled .b-font:before{content:"\e697";color:inherit}.text-italic-font .b-font:before,.text-italic-font.disabled .b-font:before{content:"\e69d";color:inherit}.text-underline-font .b-font:before,.text-underline-font.disabled .b-font:before{content:"\e69c";color:inherit}.text-color-font .b-font:before,.text-color-font.disabled .b-font:before{content:"\e698";color:inherit}.text-background-font .b-font:before,.text-background-font.disabled .b-font:before{content:"\e699";color:inherit}.text-color-underline-font .b-font:before,.text-color-underline-font.disabled .b-font:before{content:"\e69a";color:inherit}.text-align-left-font .b-font:before,.text-align-left-font.disabled .b-font:before{content:"\e6ca";color:inherit}.text-align-center-font .b-font:before,.text-align-center-font.disabled .b-font:before{content:"\e6bf";color:inherit}.text-align-right-font .b-font:before,.text-align-right-font.disabled .b-font:before{content:"\e6c8";color:inherit}.toast-error-font .b-font:before,.toast-error-font.disabled .b-font:before{content:"\e757";color:inherit}.toast-success-font .b-font:before,.toast-success-font.disabled .b-font:before{content:"\e756";color:inherit}.toast-warning-font .b-font:before,.toast-warning-font.disabled .b-font:before{content:"\e755";color:inherit}.toast-message-font .b-font:before,.toast-message-font.disabled .b-font:before{content:"\e74b";color:inherit}.text-add-tip-font .b-font:before,.text-add-tip-font.disabled .b-font:before{content:"\e6dd";color:#13cd66}.add-up-font .b-font:before,.add-up-font.disabled .b-font:before{content:"\e70a";color:inherit}.minus-down-font .b-font:before,.minus-down-font.disabled .b-font:before{content:"\e70b";color:inherit}.tree-collapse-icon-type1 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/tree_collapse_1.png) center center no-repeat;background-size:contain}.tree-collapse-icon-type1 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_collapse_1.png) center center no-repeat}.tree-collapse-icon-type2 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/tree_collapse_2.png) center center no-repeat;background-size:contain}.tree-collapse-icon-type2 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_collapse_2.png) center center no-repeat}.tree-collapse-icon-type3 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/tree_collapse_3.png) center center no-repeat;background-size:contain}.tree-collapse-icon-type3 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_collapse_3.png) center center no-repeat}.tree-collapse-icon-type4 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/tree_collapse_4.png) center center no-repeat;background-size:contain}.tree-collapse-icon-type4 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_collapse_4.png) center center no-repeat}.tree-expand-icon-type1 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/tree_expand_1.png) center center no-repeat;background-size:contain}.tree-expand-icon-type1 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_expand_1.png) center center no-repeat}.tree-expand-icon-type2 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/tree_expand_2.png) center center no-repeat;background-size:contain}.tree-expand-icon-type2 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_expand_2.png) center center no-repeat}.tree-expand-icon-type3 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/tree_expand_3.png) center center no-repeat;background-size:contain}.tree-expand-icon-type3 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_expand_3.png) center center no-repeat}.tree-expand-icon-type4 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/tree_expand_4.png) center center no-repeat;background-size:contain}.tree-expand-icon-type4 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_expand_4.png) center center no-repeat}.tree-vertical-line-type2 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/tree_vertical_line_2.png) center center no-repeat;background-size:contain}.tree-vertical-line-type2 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_2.png) center center no-repeat}.tree-vertical-line-type3 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/tree_vertical_line_3.png) center center no-repeat;background-size:contain}.tree-vertical-line-type3 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_3.png) center center no-repeat}.tree-vertical-line-type4 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/tree_vertical_line_4.png) center center no-repeat;background-size:contain}.tree-vertical-line-type4 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_4.png) center center no-repeat}.bi-theme-dark .tree-collapse-icon-type1 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/dark/tree_collapse_1.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-collapse-icon-type1 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_collapse_1.png) center center no-repeat}.bi-theme-dark .tree-collapse-icon-type2 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/dark/tree_collapse_2.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-collapse-icon-type2 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_collapse_2.png) center center no-repeat}.bi-theme-dark .tree-collapse-icon-type3 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/dark/tree_collapse_3.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-collapse-icon-type3 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_collapse_3.png) center center no-repeat}.bi-theme-dark .tree-collapse-icon-type4 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/dark/tree_collapse_4.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-collapse-icon-type4 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_collapse_4.png) center center no-repeat}.bi-theme-dark .tree-expand-icon-type1 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/dark/tree_expand_1.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-expand-icon-type1 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_expand_1.png) center center no-repeat}.bi-theme-dark .tree-expand-icon-type2 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/dark/tree_expand_2.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-expand-icon-type2 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_expand_2.png) center center no-repeat}.bi-theme-dark .tree-expand-icon-type3 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/dark/tree_expand_3.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-expand-icon-type3 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_expand_3.png) center center no-repeat}.bi-theme-dark .tree-expand-icon-type4 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/dark/tree_expand_4.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-expand-icon-type4 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_expand_4.png) center center no-repeat}.bi-theme-dark .tree-vertical-line-type2 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/dark/tree_vertical_line_2.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-vertical-line-type2 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_2.png) center center no-repeat}.bi-theme-dark .tree-vertical-line-type3 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/dark/tree_vertical_line_3.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-vertical-line-type3 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_3.png) center center no-repeat}.bi-theme-dark .tree-vertical-line-type4 .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/dark/tree_vertical_line_4.png) center center no-repeat;background-size:contain}.bi-theme-dark .tree-vertical-line-type4 .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_4.png) center center no-repeat}.check-box-icon .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/check_box_normal.png) center center no-repeat;background-size:contain}.check-box-icon .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/check_box_normal.png) center center no-repeat}.check-box-icon.hover .x-icon,.check-box-icon:hover .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/check_box_normal.png) center center no-repeat;background-size:contain}.check-box-icon.hover .x-icon.hack,.check-box-icon:hover .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/check_box_normal.png) center center no-repeat}.check-box-icon:active .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/check_box_normal.png) center center no-repeat;background-size:contain}.check-box-icon:active .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/check_box_normal.png) center center no-repeat}.check-box-icon.active .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/check_box_active.png) center center no-repeat;background-size:contain}.check-box-icon.active .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/check_box_active.png) center center no-repeat}.check-box-icon.disabled .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/check_box_disable.png) center center no-repeat;background-size:contain}.check-box-icon.disabled .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/check_box_disable.png) center center no-repeat}.check-box-icon.disabled.active .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/check_box_disable2.png) center center no-repeat;background-size:contain}.check-box-icon.disabled.active .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/check_box_disable2.png) center center no-repeat}.radio-icon .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/radio_normal.png) center center no-repeat;background-size:contain}.radio-icon .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/radio_normal.png) center center no-repeat}.radio-icon.hover .x-icon,.radio-icon:hover .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/radio_normal.png) center center no-repeat;background-size:contain}.radio-icon.hover .x-icon.hack,.radio-icon:hover .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/radio_normal.png) center center no-repeat}.radio-icon:active .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/radio_normal.png) center center no-repeat;background-size:contain}.radio-icon:active .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/radio_normal.png) center center no-repeat}.radio-icon.active .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/radio_active.png) center center no-repeat;background-size:contain}.radio-icon.active .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/radio_active.png) center center no-repeat}.radio-icon.disabled .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/radio_disable.png) center center no-repeat;background-size:contain}.radio-icon.disabled .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/radio_disable.png) center center no-repeat}.radio-icon.disabled.active .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/radio_disable2.png) center center no-repeat;background-size:contain}.radio-icon.disabled.active .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/radio_disable2.png) center center no-repeat}.check-half-select-icon .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/half_selected.png) center center no-repeat;background-size:contain}.check-half-select-icon .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/half_selected.png) center center no-repeat}.check-half-select-icon.disabled .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/half_selected_disable.png) center center no-repeat;background-size:contain}.check-half-select-icon.disabled .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/half_selected_disable.png) center center no-repeat}.slider-icon .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/slider_normal_small.png) center center no-repeat;background-size:contain}.slider-icon .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/slider_normal_small.png) center center no-repeat}.slider-icon.hover .x-icon,.slider-icon:hover .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/slider_active_small.png) center center no-repeat;background-size:contain}.slider-icon.hover .x-icon.hack,.slider-icon:hover .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/slider_active_small.png) center center no-repeat}.slider-icon.disabled .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/slider_normal_small.png) center center no-repeat;background-size:contain}.slider-icon.disabled .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/slider_normal_small.png) center center no-repeat}.auto-color-icon .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/auto_normal.png) center center no-repeat;background-size:contain}.auto-color-icon .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/auto_normal.png) center center no-repeat}.auto-color-icon.active .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/auto_select.png) center center no-repeat;background-size:contain}.auto-color-icon.active .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/auto_select.png) center center no-repeat}.auto-color-icon.disabled .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/auto_disable.png) center center no-repeat;background-size:contain}.auto-color-icon.disabled .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/auto_disable.png) center center no-repeat}.trans-color-icon .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/trans_normal.png) center center no-repeat;background-size:contain}.trans-color-icon .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/trans_normal.png) center center no-repeat}.trans-color-icon.active .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/trans_select.png) center center no-repeat;background-size:contain}.trans-color-icon.active .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/trans_select.png) center center no-repeat}.trans-color-icon.disabled .x-icon{display:block;background:url(resources?path=/com/fr/web/ui/images/2x/icon/trans_disable.png) center center no-repeat;background-size:contain}.trans-color-icon.disabled .x-icon.hack{background:url(resources?path=/com/fr/web/ui/images/1x/icon/trans_disable.png) center center no-repeat}.icon-size-12 .b-font{font-size:12px}.icon-size-16 .b-font{font-size:16px}.icon-size-24 .b-font{font-size:24px}.icon-size-40 .b-font{font-size:40px}.icon-size-50 .b-font{font-size:50px}.icon-size-70 .b-font{font-size:70px} \ No newline at end of file diff --git a/dist/fineui.min.js b/dist/fineui.min.js index 8136a1d4e..4f7abecb3 100644 --- a/dist/fineui.min.js +++ b/dist/fineui.min.js @@ -1,4 +1,4 @@ -/*! fineui 2019-02-14 17:24:23 */ +/*! fineui 2019-02-15 13:59:45 */ function _classCallCheck(a,b){if(!(a instanceof b))throw new TypeError("Cannot call a class as a function")}var _global;_global="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,null==_global.BI&&(_global.BI={prepares:[]}),null==_global.BI.prepares&&(_global.BI.prepares=[]),Array.prototype.indexOf||(Array.prototype.indexOf=function(a,b){var c;if(null==this)throw new TypeError('"this" is null or not defined');var d=Object(this),e=d.length>>>0;if(0===e)return-1;var f=0|b;if(f>=e)return-1;for(c=Math.max(f>=0?f:e-Math.abs(f),0);c>>0;if(0===e)return-1;for(b=e-1,arguments.length>1&&(b=Number(arguments[1]),b!=b?b=0:0!=b&&b!=1/0&&b!=-(1/0)&&(b=(b>0||-1)*Math.floor(Math.abs(b)))),c=b>=0?Math.min(b,e-1):e-Math.abs(b);c>=0;c--)if(c in d&&d[c]===a)return c;return-1}),_global.console=_global.console||function(){var a={};return a.log=a.warn=a.debug=a.info=a.error=a.time=a.dir=a.profile=a.clear=a.exception=a.trace=a.assert=function(){},a}(),_global.localStorage||(_global.localStorage={items:{},setItem:function(a,b){BI.Cache.addCookie(a,b)},getItem:function(a){return BI.Cache.getCookie(a)},removeItem:function(a){BI.Cache.deleteCookie(a)},key:function(){},clear:function(){this.items={}}}),Object.keys||(Object.keys=function(a){if(a!==Object(a))throw new TypeError("Object.keys called on a non-object");var b,c,d={__ob__:b,$accessors:b,$vbthis:b,$vbsetter:b},e=[];for(c in a)c in d||Object.prototype.hasOwnProperty.call(a,c)&&e.push(c);return e}),Array.isArray||(Array.isArray=function(a){return"[object Array]"===Object.prototype.toString.call(a)}),"function"!=typeof Object.getPrototypeOf&&(Object.getPrototypeOf="".__proto__===String.prototype?function(a){return a.__proto__}:function(a){return a.constructor.prototype}),Date.now||(Date.now=function(){return(new Date).valueOf()}),"undefined"!=typeof Set&&Set.toString().match(/native code/)||(Set=function(){this.set={}},Set.prototype.has=function(a){return void 0!==this.set[a]},Set.prototype.add=function(a){this.set[a]=1},Set.prototype.clear=function(){this.set={}}),!function(a){var b=a.navigator.userAgent.toLowerCase(),c=/msie/;if(c.test(b)){var d=Array.prototype.sort;Array.prototype.sort=function(a){if(a&&"function"==typeof a){if(this.length<2)return this;for(var b,c=0,e=c+1,f=this.length,g=!1,h=0;c0,g===!0&&(b=this[c],this[c]=this[e],this[e]=b);return this}return d.call(this)}}}(window);var _global;_global="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,null==_global.BI&&(_global.BI={prepares:[]}),null==_global.BI.prepares&&(_global.BI.prepares=[]),function(){function a(a,b,c){switch(c.length){case 0:return a.call(b);case 1:return a.call(b,c[0]);case 2:return a.call(b,c[0],c[1]);case 3:return a.call(b,c[0],c[1],c[2])}return a.apply(b,c)}function b(a,b,c,d){for(var e=-1,f=null==a?0:a.length;++e-1}function g(a,b,c){for(var d=-1,e=null==a?0:a.length;++d-1;);return c}function z(a,b){for(var c=a.length;c--&&o(b,a[c],0)>-1;);return c}function A(a,b){for(var c=a.length,d=0;c--;)a[c]===b&&++d;return d}function B(a,b){return null==a?Ie:a[b]}function C(a){return Cg.test(a)}function D(a){for(var b,c=[];!(b=a.next()).done;)c.push(b.value);return c}function E(a){var b=-1,c=Array(a.size);return a.forEach(function(a,d){c[++b]=[d,a]}),c}function F(a,b){return function(c){return a(b(c))}}function G(a,b){for(var c=-1,d=a.length,e=0,f=[];++c-1}function ea(a,b){var c=this.__data__,d=xa(c,a);return d<0?(++this.size,c.push([a,b])):c[d][1]=b,this}function fa(a){var b=-1,c=null==a?0:a.length;for(this.clear();++b=b?a:b)),a}function Ea(a,b,d,e,f,g){var h,i=b&Pe,j=b&Qe,k=bℜif(d&&(h=f?d(a,e,f,g):d(a)),h!==Ie)return h;if(!Sd(a))return a;var l=si(a);if(l){if(h=xc(a),!i)return Qb(a,h)}else{var m=bi(a),n=m==uf||m==vf;if(ti(a))return Gb(a,i);if(m==zf||m==of||n&&!f){if(h=j||n?{}:yc(a),!i)return j?Tb(a,Aa(h,a)):Sb(a,za(h,a))}else{if(!Eg[m])return f?a:{};h=zc(a,m,i)}}g||(g=new oa);var o=g.get(a);if(o)return o;if(g.set(a,h),xi(a))return a.forEach(function(c){h.add(Ea(c,b,d,c,a,g))}),h;if(vi(a))return a.forEach(function(c,e){h.set(e,Ea(c,b,d,e,a,g))}),h;var p=k?j?nc:mc:j?me:le,q=l?Ie:p(a);return c(q||a,function(c,e){q&&(e=c,c=a[e]),wa(h,e,Ea(c,b,d,e,a,g))}),h}function Fa(a,b,c){if("function"!=typeof a)throw new TypeError(Le);return setTimeout(function(){a.apply(Ie,c)},b)}function Ga(a,b,c,d){var e=-1,i=f,j=!0,k=a.length,l=[],m=b.length;if(!k)return l;c&&(b=h(b,v(c))),d?(i=g,j=!1):b.length>=Ke&&(i=x,j=!1,b=new la(b));a:for(;++e0&&c(h)?b>1?Ka(h,b-1,c,d,e):i(e,h):d||(e[e.length]=h)}return e}function La(a,b){return a&&Vh(a,b,le)}function Ma(a,b){return a&&Wh(a,b,le)}function Na(a,b){return e(b,function(b){return Qd(a[b])})}function Oa(a,b){b=Eb(b,a);for(var c=0,d=b.length;null!=a&&cb}function Sa(a,b){return null!=a&&ah.call(a,b)}function Ta(a,b){return null!=a&&b in Object(a)}function Ua(a,b,c){for(var d=c?g:f,e=a[0].length,i=a.length,j=i,k=Array(i),l=1/0,m=[];j--;){var n=a[j];j&&b&&(n=h(n,v(b))),l=Ah(n.length,l),k[j]=!c&&(b||e>=120&&n.length>=120)?new la(j&&n):Ie}n=a[0];var o=-1,p=k[0];a:for(;++oe?0:e+b),c=c>e?e:c,c<0&&(c+=e),e=b>c?0:c-b>>>0,b>>>=0;for(var f=Array(e);++d=Ke){var l=b?null:Zh(a);if(l)return I(l);i=!1,e=x,k=new la}else k=b?[]:j;a:for(;++d=d?a:wb(a,b,c)}function Gb(a,b){if(b)return a.slice();var c=a.length,d=kh?kh(c):new a.constructor(c);return a.copy(d),d}function Hb(a){var b=new a.constructor(a.byteLength);return new jh(b).set(new jh(a)),b}function Ib(a,b){var c=b?Hb(a.buffer):a.buffer;return new a.constructor(c,a.byteOffset,a.byteLength)}function Jb(a){var b=new a.constructor(a.source,cg.exec(a));return b.lastIndex=a.lastIndex,b}function Kb(a){return Rh?Object(Rh.call(a)):{}}function Lb(a,b){var c=b?Hb(a.buffer):a.buffer;return new a.constructor(c,a.byteOffset,a.length)}function Mb(a,b){if(a!==b){var c=a!==Ie,d=null===a,e=a===a,f=Zd(a),g=b!==Ie,h=null===b,i=b===b,j=Zd(b);if(!h&&!j&&!f&&a>b||f&&g&&i&&!h&&!j||d&&g&&i||!c&&i||!e)return 1;if(!d&&!f&&!j&&a=h)return i;var j=c[d];return i*("desc"==j?-1:1)}}return a.index-b.index}function Ob(a,b,c,d){for(var e=-1,f=a.length,g=c.length,h=-1,i=b.length,j=zh(f-g,0),k=Array(i+j),l=!d;++h1?c[e-1]:Ie,g=e>2?c[2]:Ie;for(f=a.length>3&&"function"==typeof f?(e--,f):Ie,g&&Dc(c[0],c[1],g)&&(f=e<3?Ie:f,e=1),b=Object(b);++d-1?e[f?b[g]:g]:Ie}}function ac(a,b,c,d,e,f,g,h,i,j){function k(){for(var r=arguments.length,s=Array(r),t=r;t--;)s[t]=arguments[t];if(o)var u=pc(k),v=A(s,u);if(d&&(s=Ob(s,d,e,o)),f&&(s=Pb(s,f,g,o)),r-=v,o&&r1&&s.reverse(),l&&ih))return!1;var j=f.get(a);if(j&&f.get(b))return j==b;var l=-1,m=!0,n=c&Te?new la:Ie;for(f.set(a,b),f.set(b,a);++l1?"& ":"")+b[d],b=b.join(c>2?", ":" "),a.replace($f,"{\n/* [wrapped with "+b+"] */\n")}function Bc(a){return si(a)||ri(a)||!!(ph&&a&&a[ph])}function Cc(a,b){var c=typeof a;return b=null==b?jf:b,!!b&&("number"==c||"symbol"!=c&&hg.test(a))&&a>-1&&a%1==0&&a0){if(++b>=cf)return arguments[0]}else b=0;return a.apply(Ie,arguments)}}function Uc(a){if("string"==typeof a||Zd(a))return a;var b=a+"";return"0"==b&&1/a==-hf?"-0":b}function Vc(a){if(null!=a){try{return _g.call(a)}catch(b){}try{return a+""}catch(b){}}return""}function Wc(a,b){return c(nf,function(c){var d="_."+c[0];b&c[1]&&!f(a,d)&&a.push(d)}),a.sort()}function Xc(a){if(a instanceof R)return a.clone();var b=new Q(a.__wrapped__,a.__chain__);return b.__actions__=Qb(a.__actions__),b.__index__=a.__index__,b.__values__=a.__values__,b}function Yc(a){for(var b=-1,c=null==a?0:a.length,d=0,e=[];++b0&&(c=b.apply(this,arguments)),a<=1&&(b=Ie),c}}function Bd(a,b,c){function d(b){var c=m,d=n;return m=n=Ie,s=b,p=a.apply(d,c)}function e(a){return s=a,q=setTimeout(h,b),t?d(a):p}function f(a){var c=a-r,d=a-s,e=b-c;return u?Ah(e,o-d):e}function g(a){var c=a-r,d=a-s;return r===Ie||c>=b||c<0||u&&d>=o}function h(){var a=ni();return g(a)?i(a):void(q=setTimeout(h,f(a)))}function i(a){return q=Ie,v&&m?d(a):(m=n=Ie,p)}function j(){q!==Ie&&clearTimeout(q),s=0,m=r=n=q=Ie}function k(){return q===Ie?p:i(ni())}function l(){var a=ni(),c=g(a);if(m=arguments,n=this,r=a,c){if(q===Ie)return e(r);if(u)return q=setTimeout(h,b),d(r)}return q===Ie&&(q=setTimeout(h,b)),p}var m,n,o,p,q,r,s=0,t=!1,u=!1,v=!0;if("function"!=typeof a)throw new TypeError(Le);return b=ce(b)||0,Sd(c)&&(t=!!c.leading,u="maxWait"in c,o=u?zh(ce(c.maxWait)||0,b):o,v="trailing"in c?!!c.trailing:v),l.cancel=j,l.flush=k,l}function Cd(a,b){if("function"!=typeof a||null!=b&&"function"!=typeof b)throw new TypeError(Le);var c=function(){var d=arguments,e=b?b.apply(this,d):d[0],f=c.cache;if(f.has(e))return f.get(e);var g=a.apply(this,d);return c.cache=f.set(e,g)||f,g};return c.cache=new(Cd.Cache||fa),c}function Dd(a){if("function"!=typeof a)throw new TypeError(Le);return function(){var b=arguments;switch(b.length){case 0: return!a.call(this);case 1:return!a.call(this,b[0]);case 2:return!a.call(this,b[0],b[1]);case 3:return!a.call(this,b[0],b[1],b[2])}return!a.apply(this,b)}}function Ed(a){return Ad(2,a)}function Fd(a,b){if("function"!=typeof a)throw new TypeError(Le);return b=b===Ie?b:be(b),ub(a,b)}function Gd(a,b,c){var d=!0,e=!0;if("function"!=typeof a)throw new TypeError(Le);return Sd(c)&&(d="leading"in c?!!c.leading:d,e="trailing"in c?!!c.trailing:e),Bd(a,b,{leading:d,maxWait:b,trailing:e})}function Hd(a){return Ea(a,Re)}function Id(a){return Ea(a,Pe|Re)}function Jd(a,b){return a===b||a!==a&&b!==b}function Kd(a){return null!=a&&Rd(a.length)&&!Qd(a)}function Ld(a){return Td(a)&&Kd(a)}function Md(a){return a===!0||a===!1||Td(a)&&Qa(a)==rf}function Nd(a){if(null==a)return!0;if(Kd(a)&&(si(a)||"string"==typeof a||"function"==typeof a.splice||ti(a)||yi(a)||ri(a)))return!a.length;var b=bi(a);if(b==wf||b==Df)return!a.size;if(Ic(a))return!gb(a).length;for(var c in a)if(ah.call(a,c))return!1;return!0}function Od(a,b){return Za(a,b)}function Pd(a){return"number"==typeof a&&xh(a)}function Qd(a){if(!Sd(a))return!1;var b=Qa(a);return b==uf||b==vf||b==qf||b==Bf}function Rd(a){return"number"==typeof a&&a>-1&&a%1==0&&a<=jf}function Sd(a){var b=typeof a;return null!=a&&("object"==b||"function"==b)}function Td(a){return null!=a&&"object"==typeof a}function Ud(a){return Wd(a)&&a!=+a}function Vd(a){return null===a}function Wd(a){return"number"==typeof a||Td(a)&&Qa(a)==xf}function Xd(a){if(!Td(a)||Qa(a)!=zf)return!1;var b=lh(a);if(null===b)return!0;var c=ah.call(b,"constructor")&&b.constructor;return"function"==typeof c&&c instanceof c&&_g.call(c)==eh}function Yd(a){return"string"==typeof a||!si(a)&&Td(a)&&Qa(a)==Ef}function Zd(a){return"symbol"==typeof a||Td(a)&&Qa(a)==Ff}function $d(a){return a===Ie}function _d(a){if(!a)return[];if(Kd(a))return Yd(a)?L(a):Qb(a);if(qh&&a[qh])return D(a[qh]());var b=bi(a),c=b==wf?E:b==Df?I:qe;return c(a)}function ae(a){if(!a)return 0===a?a:0;if(a=ce(a),a===hf||a===-hf){var b=a<0?-1:1;return b*kf}return a===a?a:0}function be(a){var b=ae(a),c=b%1;return b===b?c?b-c:b:0}function ce(a){if("number"==typeof a)return a;if(Zd(a))return lf;if(Sd(a)){var b="function"==typeof a.valueOf?a.valueOf():a;a=Sd(b)?b+"":b}if("string"!=typeof a)return 0===a?a:+a;a=a.replace(Zf,"");var c=eg.test(a);return c||gg.test(a)?Hg(a.slice(2),c?2:8):dg.test(a)?lf:+a}function de(a){return Rb(a,me(a))}function ee(a){return null==a?"":yb(a)}function fe(a,b){var c=Th(a);return null==b?c:za(c,b)}function ge(a,b){return m(a,fb(b,3),La)}function he(a,b){return m(a,fb(b,3),Ma)}function ie(a,b,c){var d=null==a?Ie:Oa(a,b);return d===Ie?c:d}function je(a,b){return null!=a&&wc(a,b,Sa)}function ke(a,b){return null!=a&&wc(a,b,Ta)}function le(a){return Kd(a)?ua(a):gb(a)}function me(a){return Kd(a)?ua(a,!0):hb(a)}function ne(a,b){return oe(a,Dd(fb(b)))}function oe(a,b){if(null==a)return{};var c=h(nc(a),function(a){return[a]});return b=fb(b),qb(a,c,function(a,c){return b(a,c[0])})}function pe(a,b,c){b=Eb(b,a);var d=-1,e=b.length;for(e||(e=1,a=Ie);++db){var d=a;a=b,b=d}if(c||a%1||b%1){var e=Ch();return Ah(a+e*(b-a+Gg("1e-"+((e+"").length-1))),b)}return sb(a,b)}function te(a){return a=ee(a),a&&Uf.test(a)?a.replace(Tf,Wg):a}function ue(a,b,c){if(a=ee(a),a&&(c||b===Ie))return a.replace(Zf,"");if(!a||!(b=yb(b)))return a;var d=L(a),e=L(b),f=y(d,e),g=z(d,e)+1;return Fb(d,f,g).join("")}function ve(a){return function(){return a}}function we(a){return a}function xe(a){return fb("function"==typeof a?a:Ea(a,Pe))}function ye(a){return kb(Ea(a,Pe))}function ze(a,b,d){var e=le(b),f=Na(b,e);null!=d||Sd(b)&&(f.length||!e.length)||(d=b,b=a,a=this,f=Na(b,le(b)));var g=!(Sd(d)&&"chain"in d&&!d.chain),h=Qd(a);return c(f,function(c){var d=b[c];a[c]=d,h&&(a.prototype[c]=function(){var b=this.__chain__;if(g||b){var c=a(this.__wrapped__),e=c.__actions__=Qb(this.__actions__);return e.push({func:d,args:arguments,thisArg:a}),c.__chain__=b,c}return d.apply(a,i([this.value()],arguments))})}),a}function Ae(){return Kg._===this&&(Kg._=fh),this}function Be(){}function Ce(a){return Ec(a)?q(Uc(a)):rb(a)}function De(){return[]}function Ee(){return!1}function Fe(a){var b=++bh;return ee(a)+b}function Ge(a){return a&&a.length?Ia(a,we,Ra):Ie}function He(a){return a&&a.length?Ia(a,we,ib):Ie}var Ie,Je="4.17.5",Ke=200,Le="Expected a function",Me="__lodash_hash_undefined__",Ne=500,Oe="__lodash_placeholder__",Pe=1,Qe=2,Re=4,Se=1,Te=2,Ue=1,Ve=2,We=4,Xe=8,Ye=16,Ze=32,$e=64,_e=128,af=256,bf=512,cf=800,df=16,ef=1,ff=2,gf=3,hf=1/0,jf=9007199254740991,kf=1.7976931348623157e308,lf=NaN,mf=4294967295,nf=[["ary",_e],["bind",Ue],["bindKey",Ve],["curry",Xe],["curryRight",Ye],["flip",bf],["partial",Ze],["partialRight",$e],["rearg",af]],of="[object Arguments]",pf="[object Array]",qf="[object AsyncFunction]",rf="[object Boolean]",sf="[object Date]",tf="[object Error]",uf="[object Function]",vf="[object GeneratorFunction]",wf="[object Map]",xf="[object Number]",yf="[object Null]",zf="[object Object]",Af="[object Promise]",Bf="[object Proxy]",Cf="[object RegExp]",Df="[object Set]",Ef="[object String]",Ff="[object Symbol]",Gf="[object Undefined]",Hf="[object WeakMap]",If="[object ArrayBuffer]",Jf="[object DataView]",Kf="[object Float32Array]",Lf="[object Float64Array]",Mf="[object Int8Array]",Nf="[object Int16Array]",Of="[object Int32Array]",Pf="[object Uint8Array]",Qf="[object Uint8ClampedArray]",Rf="[object Uint16Array]",Sf="[object Uint32Array]",Tf=/[&<>"']/g,Uf=RegExp(Tf.source),Vf=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Wf=/^\w*$/,Xf=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Yf=/[\\^$.*+?()[\]{}|]/g,Zf=/^\s+|\s+$/g,$f=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,_f=/\{\n\/\* \[wrapped with (.+)\] \*/,ag=/,? & /,bg=/\\(\\)?/g,cg=/\w*$/,dg=/^[-+]0x[0-9a-f]+$/i,eg=/^0b[01]+$/i,fg=/^\[object .+?Constructor\]$/,gg=/^0o[0-7]+$/i,hg=/^(?:0|[1-9]\d*)$/,ig="\\ud800-\\udfff",jg="\\u0300-\\u036f",kg="\\ufe20-\\ufe2f",lg="\\u20d0-\\u20ff",mg=jg+kg+lg,ng="\\ufe0e\\ufe0f",og="["+ig+"]",pg="["+mg+"]",qg="\\ud83c[\\udffb-\\udfff]",rg="(?:"+pg+"|"+qg+")",sg="[^"+ig+"]",tg="(?:\\ud83c[\\udde6-\\uddff]){2}",ug="[\\ud800-\\udbff][\\udc00-\\udfff]",vg="\\u200d",wg=rg+"?",xg="["+ng+"]?",yg="(?:"+vg+"(?:"+[sg,tg,ug].join("|")+")"+xg+wg+")*",zg=xg+wg+yg,Ag="(?:"+[sg+pg+"?",pg,tg,ug,og].join("|")+")",Bg=RegExp(qg+"(?="+qg+")|"+Ag+zg,"g"),Cg=RegExp("["+vg+ig+mg+ng+"]"),Dg={};Dg[Kf]=Dg[Lf]=Dg[Mf]=Dg[Nf]=Dg[Of]=Dg[Pf]=Dg[Qf]=Dg[Rf]=Dg[Sf]=!0,Dg[of]=Dg[pf]=Dg[If]=Dg[rf]=Dg[Jf]=Dg[sf]=Dg[tf]=Dg[uf]=Dg[wf]=Dg[xf]=Dg[zf]=Dg[Cf]=Dg[Df]=Dg[Ef]=Dg[Hf]=!1;var Eg={};Eg[of]=Eg[pf]=Eg[If]=Eg[Jf]=Eg[rf]=Eg[sf]=Eg[Kf]=Eg[Lf]=Eg[Mf]=Eg[Nf]=Eg[Of]=Eg[wf]=Eg[xf]=Eg[zf]=Eg[Cf]=Eg[Df]=Eg[Ef]=Eg[Ff]=Eg[Pf]=Eg[Qf]=Eg[Rf]=Eg[Sf]=!0,Eg[tf]=Eg[uf]=Eg[Hf]=!1;var Fg={"&":"&","<":"<",">":">",'"':""","'":"'"},Gg=parseFloat,Hg=parseInt,Ig="object"==typeof global&&global&&global.Object===Object&&global,Jg="object"==typeof self&&self&&self.Object===Object&&self,Kg=Ig||Jg||Function("return this")(),Lg="object"==typeof exports&&exports&&!exports.nodeType&&exports,Mg=Lg&&"object"==typeof module&&module&&!module.nodeType&&module,Ng=Mg&&Mg.exports===Lg,Og=Ng&&Ig.process,Pg=function(){try{return Og&&Og.binding&&Og.binding("util")}catch(a){}}(),Qg=Pg&&Pg.isDate,Rg=Pg&&Pg.isMap,Sg=Pg&&Pg.isRegExp,Tg=Pg&&Pg.isSet,Ug=Pg&&Pg.isTypedArray,Vg=q("length"),Wg=r(Fg),Xg=Array.prototype,Yg=Function.prototype,Zg=Object.prototype,$g=Kg["__core-js_shared__"],_g=Yg.toString,ah=Zg.hasOwnProperty,bh=0,ch=function(){var a=/[^.]+$/.exec($g&&$g.keys&&$g.keys.IE_PROTO||"");return a?"Symbol(src)_1."+a:""}(),dh=Zg.toString,eh=_g.call(Object),fh=Kg._,gh=RegExp("^"+_g.call(ah).replace(Yf,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),hh=Ng?Kg.Buffer:Ie,ih=Kg.Symbol,jh=Kg.Uint8Array,kh=hh?hh.allocUnsafe:Ie,lh=F(Object.getPrototypeOf,Object),mh=Object.create,nh=Zg.propertyIsEnumerable,oh=Xg.splice,ph=ih?ih.isConcatSpreadable:Ie,qh=ih?ih.iterator:Ie,rh=ih?ih.toStringTag:Ie,sh=function(){try{var a=sc(Object,"defineProperty");return a({},"",{}),a}catch(b){}}(),th=Math.ceil,uh=Math.floor,vh=Object.getOwnPropertySymbols,wh=hh?hh.isBuffer:Ie,xh=Kg.isFinite,yh=F(Object.keys,Object),zh=Math.max,Ah=Math.min,Bh=Date.now,Ch=Math.random,Dh=(Xg.reverse,sc(Kg,"DataView")),Eh=sc(Kg,"Map"),Fh=sc(Kg,"Promise"),Gh=sc(Kg,"Set"),Hh=sc(Kg,"WeakMap"),Ih=sc(Object,"create"),Jh=Hh&&new Hh,Kh={},Lh=Vc(Dh),Mh=Vc(Eh),Nh=Vc(Fh),Oh=Vc(Gh),Ph=Vc(Hh),Qh=ih?ih.prototype:Ie,Rh=Qh?Qh.valueOf:Ie,Sh=Qh?Qh.toString:Ie,Th=function(){function a(){}return function(b){if(!Sd(b))return{};if(mh)return mh(b);a.prototype=b;var c=new a;return a.prototype=Ie,c}}();O.prototype=P.prototype,O.prototype.constructor=O,Q.prototype=Th(P.prototype),Q.prototype.constructor=Q,R.prototype=Th(P.prototype),R.prototype.constructor=R,V.prototype.clear=W,V.prototype["delete"]=X,V.prototype.get=Y,V.prototype.has=Z,V.prototype.set=$,_.prototype.clear=aa,_.prototype["delete"]=ba,_.prototype.get=ca,_.prototype.has=da,_.prototype.set=ea,fa.prototype.clear=ga,fa.prototype["delete"]=ha,fa.prototype.get=ia,fa.prototype.has=ja,fa.prototype.set=ka,la.prototype.add=la.prototype.push=ma,la.prototype.has=na,oa.prototype.clear=pa,oa.prototype["delete"]=qa,oa.prototype.get=ra,oa.prototype.has=sa,oa.prototype.set=ta;var Uh=Wb(La),Vh=Xb(),Wh=Xb(!0),Xh=Jh?function(a,b){return Jh.set(a,b),a}:we,Yh=sh?function(a,b){return sh(a,"toString",{configurable:!0,enumerable:!1,value:ve(b),writable:!0})}:we,Zh=Gh&&1/I(new Gh([,-0]))[1]==hf?function(a){return new Gh(a)}:Be,$h=Jh?function(a){return Jh.get(a)}:Be,_h=vh?function(a){return null==a?[]:(a=Object(a),e(vh(a),function(b){return nh.call(a,b)}))}:De,ai=vh?function(a){for(var b=[];a;)i(b,_h(a)),a=lh(a);return b}:De,bi=Qa;(Dh&&bi(new Dh(new ArrayBuffer(1)))!=Jf||Eh&&bi(new Eh)!=wf||Fh&&bi(Fh.resolve())!=Af||Gh&&bi(new Gh)!=Df||Hh&&bi(new Hh)!=Hf)&&(bi=function(a){var b=Qa(a),c=b==zf?a.constructor:Ie,d=c?Vc(c):"";if(d)switch(d){case Lh:return Jf;case Mh:return wf;case Nh:return Af;case Oh:return Df;case Ph:return Hf}return b});var ci=Tc(Xh),di=Tc(Yh),ei=Lc(function(a){var b=[];return 46===a.charCodeAt(0)&&b.push(""),a.replace(Xf,function(a,c,d,e){b.push(d?e.replace(bg,"$1"):c||a)}),b}),fi=ub(function(a,b){return Ld(a)?Ga(a,Ka(b,1,Ld,!0)):[]}),gi=ub(function(a){var b=h(a,Db);return b.length&&b[0]===a[0]?Ua(b):[]}),hi=ub(function(a){return zb(Ka(a,1,Ld,!0))}),ii=ub(function(a,b){return Ld(a)?Ga(a,b):[]}),ji=ub(md),ki=(lc(function(a){var b=a.length,c=b?a[0]:0,d=this.__wrapped__,e=function(b){return Ca(b,a)};return!(b>1||this.__actions__.length)&&d instanceof R&&Cc(c)?(d=d.slice(c,+c+(b?1:0)),d.__actions__.push({func:qd,args:[e],thisArg:Ie}),new Q(d,this.__chain__).thru(function(a){return b&&!a.length&&a.push(Ie),a})):this.thru(e)}),Ub(function(a,b,c){ah.call(a,c)?++a[c]:Ba(a,c,1)})),li=_b(_c),mi=ub(function(a,b){if(null==a)return[];var c=b.length;return c>1&&Dc(a,b[0],b[1])?b=[]:c>2&&Dc(b[0],b[1],b[2])&&(b=[b[0]]),ob(a,Ka(b,1),[])}),ni=function(){return Kg.Date.now()},oi=ub(function(a,b,c){var d=Ue;if(c.length){var e=G(c,pc(oi));d|=Ze}return fc(a,d,b,c,e)}),pi=ub(function(a,b){return Fa(a,1,b)}),qi=ub(function(a,b,c){return Fa(a,ce(b)||0,c)});Cd.Cache=fa;var ri=Xa(function(){return arguments}())?Xa:function(a){return Td(a)&&ah.call(a,"callee")&&!nh.call(a,"callee")},si=Array.isArray,ti=wh||Ee,ui=Qg?v(Qg):Ya,vi=Rg?v(Rg):_a,wi=Sg?v(Sg):cb,xi=Tg?v(Tg):db,yi=Ug?v(Ug):eb,zi=Vb(function(a,b){Rb(b,me(b),a)}),Ai=ub(function(a,b){a=Object(a);var c=-1,d=b.length,e=d>2?b[2]:Ie;for(e&&Dc(b[0],b[1],e)&&(d=1);++c1),b}),Rb(a,nc(a),c),d&&(c=Ea(c,Pe|Qe|Re,hc));for(var e=b.length;e--;)Ab(c,b[e]);return c}),Hi=lc(function(a,b){return null==a?{}:pb(a,b)}),Ii=dc();O.assignIn=zi,O.before=Ad,O.bind=oi,O.chain=od,O.compact=Yc,O.concat=Zc,O.countBy=ki,O.create=fe,O.debounce=Bd,O.defaults=Ai,O.defaultsDeep=Bi,O.defer=pi,O.delay=qi,O.difference=fi,O.drop=$c,O.filter=td,O.flatten=bd,O.flattenDeep=cd,O.initial=fd,O.intersection=gi,O.invert=Ci,O.invertBy=Di,O.iteratee=xe,O.keys=le,O.map=vd,O.matches=ye,O.merge=Ei,O.mixin=ze,O.negate=Dd,O.omit=Gi,O.omitBy=ne,O.once=Ed,O.pick=Hi,O.range=Ii,O.reject=xd,O.rest=Fd,O.slice=hd,O.sortBy=mi,O.take=id,O.takeRight=jd,O.tap=pd,O.throttle=Gd,O.thru=qd,O.toArray=_d,O.union=hi,O.uniq=kd,O.uniqBy=ld,O.unzip=md,O.values=qe,O.without=ii,O.zip=ji,O.zipObject=nd,O.extend=zi,ze(O,O),O.clamp=re,O.clone=Hd,O.cloneDeep=Id,O.escape=te,O.every=sd,O.find=li,O.findIndex=_c,O.findKey=ge,O.findLastIndex=ad,O.findLastKey=he,O.forEach=ud,O.get=ie,O.has=je,O.head=dd,O.identity=we,O.indexOf=ed,O.isArguments=ri,O.isArray=si,O.isArrayLike=Kd,O.isBoolean=Md,O.isDate=ui,O.isEmpty=Nd,O.isEqual=Od,O.isFinite=Pd,O.isFunction=Qd,O.isNaN=Ud,O.isNull=Vd,O.isNumber=Wd,O.isObject=Sd,O.isPlainObject=Xd,O.isRegExp=wi,O.isString=Yd,O.isUndefined=$d,O.last=gd,O.max=Ge,O.min=He,O.noConflict=Ae,O.noop=Be,O.random=se,O.reduce=wd,O.result=pe,O.size=yd,O.some=zd,O.trim=ue,O.uniqueId=Fe,O.each=ud,O.first=dd,ze(O,function(){var a={};return La(O,function(b,c){ah.call(O.prototype,c)||(a[c]=b)}),a}(),{chain:!1}),O.VERSION=Je,c(["drop","take"],function(a,b){R.prototype[a]=function(c){c=c===Ie?1:zh(be(c),0);var d=this.__filtered__&&!b?new R(this):this.clone();return d.__filtered__?d.__takeCount__=Ah(c,d.__takeCount__):d.__views__.push({size:Ah(c,mf),type:a+(d.__dir__<0?"Right":"")}),d},R.prototype[a+"Right"]=function(b){return this.reverse()[a](b).reverse()}}),c(["filter","map","takeWhile"],function(a,b){var c=b+1,d=c==ef||c==gf;R.prototype[a]=function(a){var b=this.clone();return b.__iteratees__.push({iteratee:getIteratee(a,3),type:c}),b.__filtered__=b.__filtered__||d,b}}),c(["head","last"],function(a,b){var c="take"+(b?"Right":"");R.prototype[a]=function(){return this[c](1).value()[0]}}),c(["initial","tail"],function(a,b){var c="drop"+(b?"":"Right");R.prototype[a]=function(){return this.__filtered__?new R(this):this[c](1)}}),R.prototype.compact=function(){return this.filter(we)},R.prototype.find=function(a){return this.filter(a).head()},R.prototype.findLast=function(a){return this.reverse().find(a)},R.prototype.invokeMap=ub(function(a,b){return"function"==typeof a?new R(this):this.map(function(c){return Wa(c,a,b)})}),R.prototype.reject=function(a){return this.filter(Dd(getIteratee(a)))},R.prototype.slice=function(a,b){a=be(a);var c=this;return c.__filtered__&&(a>0||b<0)?new R(c):(a<0?c=c.takeRight(-a):a&&(c=c.drop(a)),b!==Ie&&(b=be(b),c=b<0?c.dropRight(-b):c.take(b-a)),c)},R.prototype.takeRightWhile=function(a){return this.reverse().takeWhile(a).reverse()},R.prototype.toArray=function(){return this.take(mf)},La(R.prototype,function(a,b){var c=/^(?:filter|find|map|reject)|While$/.test(b),d=/^(?:head|last)$/.test(b),e=O[d?"take"+("last"==b?"Right":""):b],f=d||/^find/.test(b);e&&(O.prototype[b]=function(){var b=this.__wrapped__,g=d?[1]:arguments,h=b instanceof R,j=g[0],k=h||si(b),l=function(a){var b=e.apply(O,i([a],g));return d&&m?b[0]:b};k&&c&&"function"==typeof j&&1!=j.length&&(h=k=!1);var m=this.__chain__,n=!!this.__actions__.length,o=f&&!m,p=h&&!n;if(!f&&k){b=p?b:new R(this);var q=a.apply(b,g);return q.__actions__.push({func:qd,args:[l],thisArg:Ie}),new Q(q,m)}return o&&p?a.apply(this,g):(q=this.thru(l),o?d?q.value()[0]:q.value():q)})}),c(["pop","push","shift","sort","splice","unshift"],function(a){var b=Xg[a],c=/^(?:push|sort|unshift)$/.test(a)?"tap":"thru",d=/^(?:pop|shift)$/.test(a);O.prototype[a]=function(){var a=arguments;if(d&&!this.__chain__){var e=this.value();return b.apply(si(e)?e:[],a)}return this[c](function(c){return b.apply(si(c)?c:[],a)})}}),La(R.prototype,function(a,b){var c=O[b];if(c){var d=c.name+"",e=Kh[d]||(Kh[d]=[]);e.push({name:b,func:c})}}),Kh[ac(Ie,Ve).name]=[{name:"wrapper",func:Ie}],R.prototype.clone=S,R.prototype.reverse=T,R.prototype.value=U,O.prototype.first=O.prototype.head,qh&&(O.prototype[qh]=rd),"function"==typeof define&&"object"==typeof define.amd&&define.amd?(Kg._=O,define(function(){return O})):Mg?((Mg.exports=O)._=O,Lg._=O):Kg._=O}.call(this);var _global;_global="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,_global.BI||(_global.BI={}),!function(a){var b=function(a,b){return function(c,d,e){return a.call(b,d,c,e)}},c=function(a){return function(){return _[a].apply(_,arguments)}},d=function(a){return function(){var c=Array.prototype.slice.call(arguments,0);return c[1]=_.isFunction(c[1])?b(c[1],c[2]):c[1],_[a].apply(_,c)}};_.extend(BI,{i18nText:function(a){var b=BI.i18n&&BI.i18n[a]||"";b||(b=a);var c=arguments.length;if(c>1){if(!(b.indexOf("{R1}")>-1)){var d=Array.prototype.slice.call(arguments),e=1;return BI.replaceAll(b,"\\{\\s*\\}",function(){return d[e++]+""})}for(var f=1;f=0;c--)a=BI.map(a,function(a,d){return BI.extend({},b[c],{items:[BI.extend({},b[c].el,{el:d})]})});return a},formatEL:function(a){return a&&!a.type&&a.el?a:{el:a}},stripEL:function(a){return a.type&&a||a.el||a},trans2Element:function(a){return BI.map(a,function(a,b){return b.element})}}),_.each(["where","findWhere","invoke","pluck","shuffle","sample","toArray","size"],function(a){BI[a]=c(a)}),_.each(["get","each","map","reduce","reduceRight","find","filter","reject","every","all","some","any","max","min","sortBy","groupBy","indexBy","countBy","partition","clamp"],function(a){"any"===a?BI[a]=d("some"):BI[a]=d(a)}),_.extend(BI,{count:function(a,b,c){var d;if(c)for(d=a;d=0;d--)b(d,a[d],a);return!1},backAny:function(a,b,c){b=BI.iteratee(b,c);for(var d=a.length-1;d>=0;d--)if(b(d,a[d],a))return!0;return!1},backEvery:function(a,b,c){b=BI.iteratee(b,c);for(var d=a.length-1;d>=0;d--)if(!b(d,a[d],a))return!1;return!0},backFindKey:function(a,b,c){b=BI.iteratee(b,c);for(var d,e=_.keys(a),f=e.length-1;f>=0;f--)if(d=e[f],b(a[d],d,a))return d},backFind:function(a,b,c){var d;if(d=BI.isArray(a)?BI.findLastIndex(a,b,c):BI.backFindKey(a,b,c),void 0!==d&&d!==-1)return a[d]},remove:function(a,b,c){var d=BI.isFunction(b);b=d||BI.isArray(b)?b:[b];var e;if(BI.isArray(a))for(e=0;e(2147483646-a.charAt(d).charCodeAt(0)+c.charCodeAt(0))/26)return 0;return b},int2Abc:function(a){var b=["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"],c=a,d="";if(0===a)return"";for(;0!==c;){var e=c%26;0===e&&(e=26),d=b[e-1]+d,c=(c-e)/26}return d}}),_.each(["first","initial","last","rest","compact","flatten","without","union","intersection","difference","zip","unzip","object","indexOf","lastIndexOf","sortedIndex","range","take","takeRight"],function(a){BI[a]=c(a)}),_.each(["findIndex","findLastIndex"],function(a){BI[a]=d(a)}),_.extend(BI,{makeArray:function(a,b){for(var c=[],d=0;d0;)BI.prepares.shift()()},has:function(a,b){return BI.isArray(b)?0!==b.length&&BI.every(b,function(b,c){return _.has(a,c)}):_.has.apply(_,arguments)},freeze:function(a){if(Object.freeze)return Object.freeze(a);if(!BI.isObject(a))throw new TypeError("Object.freeze can only be called on Objects.");return a},isKey:function(a){return BI.isNumber(a)||BI.isString(a)&&a.length>0},isCapitalEqual:function(a,b){return a=BI.isNull(a)?a:(""+a).toLowerCase(),b=BI.isNull(b)?b:(""+b).toLowerCase(),BI.isEqual(a,b)},isWidthOrHeight:function(a){return"number"==typeof a?a>=0:"string"==typeof a?/^\d{1,3}%$/.exec(a)||"auto"==a||/^\d+px$/.exec(a):void 0},isNotNull:function(a){return!BI.isNull(a)},isNull:function(a){return"undefined"==typeof a||null===a},isEmptyArray:function(a){return BI.isArray(a)&&BI.isEmpty(a)},isNotEmptyArray:function(a){return BI.isArray(a)&&!BI.isEmpty(a)},isEmptyObject:function(a){return BI.isEqual(a,{})},isNotEmptyObject:function(a){return BI.isPlainObject(a)&&!BI.isEmptyObject(a)},isEmptyString:function(a){return BI.isString(a)&&0===a.length},isNotEmptyString:function(a){return BI.isString(a)&&!BI.isEmptyString(a)},isWindow:function(a){return null!=a&&a==a.window}}),_.extend(BI,{deepClone:_.cloneDeep,deepExtend:_.merge,isDeepMatch:function(a,b){var c=BI.keys(b),d=c.length;if(null==a)return!d;for(var e=Object(a),f=0;f=0},deepContains:function(a,b){return BI.isObject(b)?BI.any(a,function(a,c){if(BI.isEqual(c,b))return!0}):BI.contains(a,b)},deepIndexOf:function(a,b){for(var c=0;c10;)c=(parseInt(c.substring(0,10))+parseInt(c.substring(10,c.length),10)).toString();c=(f*c+g)%h;for(var j="",k="",d=0;d10;)c=(parseInt(c.substring(0,10),10)+parseInt(c.substring(10,c.length),10)).toString();c=(g*c+h)%i;for(var k="",l="",d=0;de[0]?f=["y",1]:a>=d[0]&&a<=e[0]&&(a==d[0]&&(be[1]?f=["m",1]:b==e[1]&&c>e[2]&&(f=["d",1]))),f},checkDateLegal:function(a){var b=a.match(/\d+/g),c=0|b[0],d=0|b[1],e=0|b[2];if(b.length<=1)return!0;if(b.length<=2)return d>=1&&d<=12;var f=BI.Date._MD.slice(0);return f[1]=BI.isLeapYear(c)?29:28,d>=1&&d<=12&&e<=f[d-1]},parseDateTime:function(a,b){var c=BI.getDate(),d=0,e=0,f=1,g=a.split(/\W+/);if("%y%x"==b.toLowerCase()||"%y%x%d"==b.toLowerCase()){var h=4,i=2;g[0]=a.substring(0,h),g[1]=a.substring(h,h+i),g[2]=a.substring(h+i,h+2*i)}var j=b.match(/%./g),k=0,l=0,m=0,n=0,o=0;for(k=0;k29?1900:2e3);break;case"%b":case"%B":for(l=0;l<12;++l)if(BI.Date._MN[l].substr(0,g[k].length).toLowerCase()==g[k].toLowerCase()){e=l;break}break;case"%H":case"%I":case"%k":case"%l":m=parseInt(g[k],10);break;case"%P":case"%p":/pm/i.test(g[k])&&m<12?m+=12:/am/i.test(g[k])&&m>=12&&(m-=12);break;case"%M":n=parseInt(g[k],10); case"%S":o=parseInt(g[k],10)}if(isNaN(d)&&(d=c.getFullYear()),isNaN(e)&&(e=c.getMonth()),isNaN(f)&&(f=c.getDate()),isNaN(m)&&(m=c.getHours()),isNaN(n)&&(n=c.getMinutes()),isNaN(o)&&(o=c.getSeconds()),0!=d)return BI.getDate(d,e,f,m,n,o);for(d=0,e=-1,f=0,k=0;k31&&0==d?(d=parseInt(g[k],10),d<100&&(d+=d>29?1900:2e3)):0==f&&(f=g[k]);return 0==d&&(d=c.getFullYear()),e!=-1&&0!=f?BI.getDate(d,e,f,m,n,o):c},getDate:function(){var a,b=arguments.length,c=arguments;switch(b){case 0:a=new Date;break;case 1:a=new Date(c[0]);break;case 2:a=new Date(c[0],c[1]);break;case 3:a=new Date(c[0],c[1],c[2]);break;case 4:a=new Date(c[0],c[1],c[2],c[3]);break;case 5:a=new Date(c[0],c[1],c[2],c[3],c[4]);break;case 6:a=new Date(c[0],c[1],c[2],c[3],c[4],c[5]);break;case 7:a=new Date(c[0],c[1],c[2],c[3],c[4],c[5],c[6]);break;default:a=new Date}if(BI.isNotNull(BI.timeZone)&&(0===arguments.length||1===arguments.length&&BI.isNumber(arguments[0]))){var d=a.getTime(),e=6e4*(new Date).getTimezoneOffset(),f=d+e;return new Date(f+BI.timeZone)}return a},getTime:function(){var a,b=arguments.length,c=arguments;switch(b){case 0:a=new Date;break;case 1:a=new Date(c[0]);break;case 2:a=new Date(c[0],c[1]);break;case 3:a=new Date(c[0],c[1],c[2]);break;case 4:a=new Date(c[0],c[1],c[2],c[3]);break;case 5:a=new Date(c[0],c[1],c[2],c[3],c[4]);break;case 6:a=new Date(c[0],c[1],c[2],c[3],c[4],c[5]);break;case 7:a=new Date(c[0],c[1],c[2],c[3],c[4],c[5],c[6]);break;default:a=new Date}return BI.isNotNull(BI.timeZone)?a.getTime()-BI.timeZone-6e4*(new Date).getTimezoneOffset():a.getTime()}})}(),!function(){function a(){for(var a,b,c,d,e=arguments[0]||{},f=arguments.length,g=1;g0;)BI.prepares.shift()();var e,f;if(a||(a={}),BI.isWidget(c)?(d=c,c={}):c||(c={}),BI.isEmpty(a)&&BI.isEmpty(c))return BI.createWidget({type:"bi.layout"});if(BI.isWidget(a))return a;if(a.type||c.type)return e=BI.extend({},c,a),f=BI.Plugin.getWidget(e.type,e),f.type===e.type?BI.Plugin.getObject(e.type,b(f)):BI.createWidget(BI.extend({},a,{type:f.type},c));if(a.el&&(a.el.type||c.type))return e=BI.extend({},c,a.el),f=BI.Plugin.getWidget(e.type,e),f.type===e.type?BI.Plugin.getObject(e.type,b(f)):BI.createWidget(BI.extend({},a,{type:f.type},c));if(BI.isWidget(a.el))return a.el;throw new Error("无法根据item创建组件")}}(),!function(){function a(a){return function(b,c,d){var e,f=b[c];f&&f.target==b||(e=b[c]=function(){for(var a,b=e.before,c=arguments,d=b.length;d--;){if(a=b[d].advice.apply(this,c),a===!1)return!1;c=a||c}for(var f=e.method.apply(this,c),g=e.after,h=0,i=g.length;h127&&d<2048?(b+=String.fromCharCode(d>>6|192),b+=String.fromCharCode(63&d|128)):(b+=String.fromCharCode(d>>12|224),b+=String.fromCharCode(d>>6&63|128),b+=String.fromCharCode(63&d|128))}return b},c=function(a){for(var b="",c=0,d=0,e=0,f=0;c191&&d<224?(f=a.charCodeAt(c+1),b+=String.fromCharCode((31&d)<<6|63&f),c+=2):(f=a.charCodeAt(c+1),e=a.charCodeAt(c+2),b+=String.fromCharCode((15&d)<<12|(63&f)<<6|63&e),c+=3);return b};_.extend(BI,{encode:function(c){var d,e,f,g,h,i,j,k="",l=0;for(c=b(c);l>2,h=(3&d)<<4|e>>4,i=(15&e)<<2|f>>6,j=63&f,isNaN(e)?i=j=64:isNaN(f)&&(j=64),k=k+a.charAt(g)+a.charAt(h)+a.charAt(i)+a.charAt(j);return k},decode:function(b){var d,e,f,g,h,i,j,k="",l=0;for(b=b.replace(/[^A-Za-z0-9\+\/\=]/g,"");l>4,e=(15&h)<<4|i>>2,f=(3&i)<<6|j,k+=String.fromCharCode(d),64!=i&&(k+=String.fromCharCode(e)),64!=j&&(k+=String.fromCharCode(f));return k=c(k)}})}(),BI.Cache={_prefix:"bi",setUsername:function(a){localStorage.setItem(BI.Cache._prefix+".username",(a+""||"").toUpperCase())},getUsername:function(){return localStorage.getItem(BI.Cache._prefix+".username")||""},_getKeyPrefix:function(){return BI.Cache.getUsername()+"."+BI.Cache._prefix+"."},_generateKey:function(a){return BI.Cache._getKeyPrefix()+(a||"")},getItem:function(a){return localStorage.getItem(BI.Cache._generateKey(a))},setItem:function(a,b){localStorage.setItem(BI.Cache._generateKey(a),b)},removeItem:function(a){localStorage.removeItem(BI.Cache._generateKey(a))},clear:function(){for(var a=localStorage.length;a>=0;a--){var b=localStorage.key(a);b&&0===b.indexOf(BI.Cache._getKeyPrefix())&&localStorage.removeItem(b)}},keys:function(){for(var a=[],b=localStorage.length;b>=0;b--){var c=localStorage.key(b);if(c){var d=BI.Cache._getKeyPrefix();0===c.indexOf(d)&&(a[a.length]=c.substring(d.length))}}return a},addCookie:function(a,b,c,d){var e=a+"="+escape(b);if(d&&d>0){var f=new Date;f.setTime(BI.getTime()+3600*d*1e3),e=e+"; expires="+f.toGMTString()}c&&(e=e+"; path="+c),document.cookie=e},getCookie:function(a){var b,c=new RegExp("(^| )"+a+"=([^;]*)(;|$)");return(b=document.cookie.match(c))?unescape(b[2]):null},deleteCookie:function(a,b){var c=new Date;c.setTime(BI.getTime()-1e4);var d=a+"=v; expires="+c.toGMTString();b&&(d=d+"; path="+b),document.cookie=d}},BI.CellSizeAndPositionManager=function(a,b,c){this._cellSizeGetter=b,this._cellCount=a,this._estimatedCellSize=c,this._cellSizeAndPositionData={},this._lastMeasuredIndex=-1},BI.CellSizeAndPositionManager.prototype={constructor:BI.CellSizeAndPositionManager,configure:function(a,b){this._cellCount=a,this._estimatedCellSize=b},getCellCount:function(){return this._cellCount},getEstimatedCellSize:function(){return this._estimatedCellSize},getLastMeasuredIndex:function(){return this._lastMeasuredIndex},getSizeAndPositionOfCell:function(a){if(!(a<0||a>=this._cellCount)){if(a>this._lastMeasuredIndex){for(var b=this.getSizeAndPositionOfLastMeasuredCell(),c=b.offset+b.size,d=this._lastMeasuredIndex+1;d<=a;d++){var e=this._cellSizeGetter(d);null==e||isNaN(e)||(this._cellSizeAndPositionData[d]={offset:c,size:e},c+=e)}this._lastMeasuredIndex=a}return this._cellSizeAndPositionData[a]}},getSizeAndPositionOfLastMeasuredCell:function(){return this._lastMeasuredIndex>=0?this._cellSizeAndPositionData[this._lastMeasuredIndex]:{offset:0,size:0}},getTotalSize:function(){var a=this.getSizeAndPositionOfLastMeasuredCell();return a.offset+a.size+(this._cellCount-this._lastMeasuredIndex-1)*this._estimatedCellSize},getUpdatedOffsetForIndex:function(a,b,c,d){var e,f=this.getSizeAndPositionOfCell(d),g=f.offset,h=g-b+f.size;switch(a){case"start":e=g;break;case"end":e=h;break;case"center":e=g-(b-f.size)/2;break;default:e=Math.max(h,Math.min(g,c))}var i=this.getTotalSize();return Math.max(0,Math.min(i-b,e))},getVisibleCellRange:function(a,b){var c=this.getTotalSize();if(0===c)return{};var d=b+a,e=this._findNearestCell(b),f=this.getSizeAndPositionOfCell(e);b=f.offset+f.size;for(var g=e;bc&&(a=d-1)}if(b>0)return b-1},_exponentialSearch:function(a,b){for(var c=1;a=a?this._binarySearch(c,0,a):this._exponentialSearch(c,a)}}},BI.ScalingCellSizeAndPositionManager=function(a,b,c,d){this._cellSizeAndPositionManager=new BI.CellSizeAndPositionManager(a,b,c),this._maxScrollSize=d||1e7},BI.ScalingCellSizeAndPositionManager.prototype={constructor:BI.ScalingCellSizeAndPositionManager,configure:function(){this._cellSizeAndPositionManager.configure.apply(this._cellSizeAndPositionManager,arguments)},getCellCount:function(){return this._cellSizeAndPositionManager.getCellCount()},getEstimatedCellSize:function(){return this._cellSizeAndPositionManager.getEstimatedCellSize()},getLastMeasuredIndex:function(){return this._cellSizeAndPositionManager.getLastMeasuredIndex()},getOffsetAdjustment:function(a,b){var c=this._cellSizeAndPositionManager.getTotalSize(),d=this.getTotalSize(),e=this._getOffsetPercentage(a,b,d);return Math.round(e*(d-c))},getSizeAndPositionOfCell:function(a){return this._cellSizeAndPositionManager.getSizeAndPositionOfCell(a)},getSizeAndPositionOfLastMeasuredCell:function(){return this._cellSizeAndPositionManager.getSizeAndPositionOfLastMeasuredCell()},getTotalSize:function(){return Math.min(this._maxScrollSize,this._cellSizeAndPositionManager.getTotalSize())},getUpdatedOffsetForIndex:function(a,b,c,d){c=this._safeOffsetToOffset(b,c);var e=this._cellSizeAndPositionManager.getUpdatedOffsetForIndex(a,b,c,d);return this._offsetToSafeOffset(b,e)},getVisibleCellRange:function(a,b){return b=this._safeOffsetToOffset(a,b),this._cellSizeAndPositionManager.getVisibleCellRange(a,b)},resetCell:function(a){this._cellSizeAndPositionManager.resetCell(a)},_getOffsetPercentage:function(a,b,c){return c<=a?0:b/(c-a)},_offsetToSafeOffset:function(a,b){var c=this._cellSizeAndPositionManager.getTotalSize(),d=this.getTotalSize();if(c===d)return b;var e=this._getOffsetPercentage(a,b,c);return Math.round(e*(d-a))},_safeOffsetToOffset:function(a,b){var c=this._cellSizeAndPositionManager.getTotalSize(),d=this.getTotalSize();if(c===d)return b;var e=this._getOffsetPercentage(a,b,d);return Math.round(e*(c-a))}},!function(){var a="YDYQSXMWZSSXJBYMGCCZQPSSQBYCDSCDQLDYLYBSSJGYZZJJFKCCLZDHWDWZJLJPFYYNWJJTMYHZWZHFLZPPQHGSCYYYNJQYXXGJHHSDSJNKKTMOMLCRXYPSNQSECCQZGGLLYJLMYZZSECYKYYHQWJSSGGYXYZYJWWKDJHYCHMYXJTLXJYQBYXZLDWRDJRWYSRLDZJPCBZJJBRCFTLECZSTZFXXZHTRQHYBDLYCZSSYMMRFMYQZPWWJJYFCRWFDFZQPYDDWYXKYJAWJFFXYPSFTZYHHYZYSWCJYXSCLCXXWZZXNBGNNXBXLZSZSBSGPYSYZDHMDZBQBZCWDZZYYTZHBTSYYBZGNTNXQYWQSKBPHHLXGYBFMJEBJHHGQTJCYSXSTKZHLYCKGLYSMZXYALMELDCCXGZYRJXSDLTYZCQKCNNJWHJTZZCQLJSTSTBNXBTYXCEQXGKWJYFLZQLYHYXSPSFXLMPBYSXXXYDJCZYLLLSJXFHJXPJBTFFYABYXBHZZBJYZLWLCZGGBTSSMDTJZXPTHYQTGLJSCQFZKJZJQNLZWLSLHDZBWJNCJZYZSQQYCQYRZCJJWYBRTWPYFTWEXCSKDZCTBZHYZZYYJXZCFFZZMJYXXSDZZOTTBZLQWFCKSZSXFYRLNYJMBDTHJXSQQCCSBXYYTSYFBXDZTGBCNSLCYZZPSAZYZZSCJCSHZQYDXLBPJLLMQXTYDZXSQJTZPXLCGLQTZWJBHCTSYJSFXYEJJTLBGXSXJMYJQQPFZASYJNTYDJXKJCDJSZCBARTDCLYJQMWNQNCLLLKBYBZZSYHQQLTWLCCXTXLLZNTYLNEWYZYXCZXXGRKRMTCNDNJTSYYSSDQDGHSDBJGHRWRQLYBGLXHLGTGXBQJDZPYJSJYJCTMRNYMGRZJCZGJMZMGXMPRYXKJNYMSGMZJYMKMFXMLDTGFBHCJHKYLPFMDXLQJJSMTQGZSJLQDLDGJYCALCMZCSDJLLNXDJFFFFJCZFMZFFPFKHKGDPSXKTACJDHHZDDCRRCFQYJKQCCWJDXHWJLYLLZGCFCQDSMLZPBJJPLSBCJGGDCKKDEZSQCCKJGCGKDJTJDLZYCXKLQSCGJCLTFPCQCZGWPJDQYZJJBYJHSJDZWGFSJGZKQCCZLLPSPKJGQJHZZLJPLGJGJJTHJJYJZCZMLZLYQBGJWMLJKXZDZNJQSYZMLJLLJKYWXMKJLHSKJGBMCLYYMKXJQLBMLLKMDXXKWYXYSLMLPSJQQJQXYXFJTJDXMXXLLCXQBSYJBGWYMBGGBCYXPJYGPEPFGDJGBHBNSQJYZJKJKHXQFGQZKFHYGKHDKLLSDJQXPQYKYBNQSXQNSZSWHBSXWHXWBZZXDMNSJBSBKBBZKLYLXGWXDRWYQZMYWSJQLCJXXJXKJEQXSCYETLZHLYYYSDZPAQYZCMTLSHTZCFYZYXYLJSDCJQAGYSLCQLYYYSHMRQQKLDXZSCSSSYDYCJYSFSJBFRSSZQSBXXPXJYSDRCKGJLGDKZJZBDKTCSYQPYHSTCLDJDHMXMCGXYZHJDDTMHLTXZXYLYMOHYJCLTYFBQQXPFBDFHHTKSQHZYYWCNXXCRWHOWGYJLEGWDQCWGFJYCSNTMYTOLBYGWQWESJPWNMLRYDZSZTXYQPZGCWXHNGPYXSHMYQJXZTDPPBFYHZHTJYFDZWKGKZBLDNTSXHQEEGZZYLZMMZYJZGXZXKHKSTXNXXWYLYAPSTHXDWHZYMPXAGKYDXBHNHXKDPJNMYHYLPMGOCSLNZHKXXLPZZLBMLSFBHHGYGYYGGBHSCYAQTYWLXTZQCEZYDQDQMMHTKLLSZHLSJZWFYHQSWSCWLQAZYNYTLSXTHAZNKZZSZZLAXXZWWCTGQQTDDYZTCCHYQZFLXPSLZYGPZSZNGLNDQTBDLXGTCTAJDKYWNSYZLJHHZZCWNYYZYWMHYCHHYXHJKZWSXHZYXLYSKQYSPSLYZWMYPPKBYGLKZHTYXAXQSYSHXASMCHKDSCRSWJPWXSGZJLWWSCHSJHSQNHCSEGNDAQTBAALZZMSSTDQJCJKTSCJAXPLGGXHHGXXZCXPDMMHLDGTYBYSJMXHMRCPXXJZCKZXSHMLQXXTTHXWZFKHCCZDYTCJYXQHLXDHYPJQXYLSYYDZOZJNYXQEZYSQYAYXWYPDGXDDXSPPYZNDLTWRHXYDXZZJHTCXMCZLHPYYYYMHZLLHNXMYLLLMDCPPXHMXDKYCYRDLTXJCHHZZXZLCCLYLNZSHZJZZLNNRLWHYQSNJHXYNTTTKYJPYCHHYEGKCTTWLGQRLGGTGTYGYHPYHYLQYQGCWYQKPYYYTTTTLHYHLLTYTTSPLKYZXGZWGPYDSSZZDQXSKCQNMJJZZBXYQMJRTFFBTKHZKBXLJJKDXJTLBWFZPPTKQTZTGPDGNTPJYFALQMKGXBDCLZFHZCLLLLADPMXDJHLCCLGYHDZFGYDDGCYYFGYDXKSSEBDHYKDKDKHNAXXYBPBYYHXZQGAFFQYJXDMLJCSQZLLPCHBSXGJYNDYBYQSPZWJLZKSDDTACTBXZDYZYPJZQSJNKKTKNJDJGYYPGTLFYQKASDNTCYHBLWDZHBBYDWJRYGKZYHEYYFJMSDTYFZJJHGCXPLXHLDWXXJKYTCYKSSSMTWCTTQZLPBSZDZWZXGZAGYKTYWXLHLSPBCLLOQMMZSSLCMBJCSZZKYDCZJGQQDSMCYTZQQLWZQZXSSFPTTFQMDDZDSHDTDWFHTDYZJYQJQKYPBDJYYXTLJHDRQXXXHAYDHRJLKLYTWHLLRLLRCXYLBWSRSZZSYMKZZHHKYHXKSMDSYDYCJPBZBSQLFCXXXNXKXWYWSDZYQOGGQMMYHCDZTTFJYYBGSTTTYBYKJDHKYXBELHTYPJQNFXFDYKZHQKZBYJTZBXHFDXKDASWTAWAJLDYJSFHBLDNNTNQJTJNCHXFJSRFWHZFMDRYJYJWZPDJKZYJYMPCYZNYNXFBYTFYFWYGDBNZZZDNYTXZEMMQBSQEHXFZMBMFLZZSRXYMJGSXWZJSPRYDJSJGXHJJGLJJYNZZJXHGXKYMLPYYYCXYTWQZSWHWLYRJLPXSLSXMFSWWKLCTNXNYNPSJSZHDZEPTXMYYWXYYSYWLXJQZQXZDCLEEELMCPJPCLWBXSQHFWWTFFJTNQJHJQDXHWLBYZNFJLALKYYJLDXHHYCSTYYWNRJYXYWTRMDRQHWQCMFJDYZMHMYYXJWMYZQZXTLMRSPWWCHAQBXYGZYPXYYRRCLMPYMGKSJSZYSRMYJSNXTPLNBAPPYPYLXYYZKYNLDZYJZCZNNLMZHHARQMPGWQTZMXXMLLHGDZXYHXKYXYCJMFFYYHJFSBSSQLXXNDYCANNMTCJCYPRRNYTYQNYYMBMSXNDLYLYSLJRLXYSXQMLLYZLZJJJKYZZCSFBZXXMSTBJGNXYZHLXNMCWSCYZYFZLXBRNNNYLBNRTGZQYSATSWRYHYJZMZDHZGZDWYBSSCSKXSYHYTXXGCQGXZZSHYXJSCRHMKKBXCZJYJYMKQHZJFNBHMQHYSNJNZYBKNQMCLGQHWLZNZSWXKHLJHYYBQLBFCDSXDLDSPFZPSKJYZWZXZDDXJSMMEGJSCSSMGCLXXKYYYLNYPWWWGYDKZJGGGZGGSYCKNJWNJPCXBJJTQTJWDSSPJXZXNZXUMELPXFSXTLLXCLJXJJLJZXCTPSWXLYDHLYQRWHSYCSQYYBYAYWJJJQFWQCQQCJQGXALDBZZYJGKGXPLTZYFXJLTPADKYQHPMATLCPDCKBMTXYBHKLENXDLEEGQDYMSAWHZMLJTWYGXLYQZLJEEYYBQQFFNLYXRDSCTGJGXYYNKLLYQKCCTLHJLQMKKZGCYYGLLLJDZGYDHZWXPYSJBZKDZGYZZHYWYFQYTYZSZYEZZLYMHJJHTSMQWYZLKYYWZCSRKQYTLTDXWCTYJKLWSQZWBDCQYNCJSRSZJLKCDCDTLZZZACQQZZDDXYPLXZBQJYLZLLLQDDZQJYJYJZYXNYYYNYJXKXDAZWYRDLJYYYRJLXLLDYXJCYWYWNQCCLDDNYYYNYCKCZHXXCCLGZQJGKWPPCQQJYSBZZXYJSQPXJPZBSBDSFNSFPZXHDWZTDWPPTFLZZBZDMYYPQJRSDZSQZSQXBDGCPZSWDWCSQZGMDHZXMWWFYBPDGPHTMJTHZSMMBGZMBZJCFZWFZBBZMQCFMBDMCJXLGPNJBBXGYHYYJGPTZGZMQBQTCGYXJXLWZKYDPDYMGCFTPFXYZTZXDZXTGKMTYBBCLBJASKYTSSQYYMSZXFJEWLXLLSZBQJJJAKLYLXLYCCTSXMCWFKKKBSXLLLLJYXTYLTJYYTDPJHNHNNKBYQNFQYYZBYYESSESSGDYHFHWTCJBSDZZTFDMXHCNJZYMQWSRYJDZJQPDQBBSTJGGFBKJBXTGQHNGWJXJGDLLTHZHHYYYYYYSXWTYYYCCBDBPYPZYCCZYJPZYWCBDLFWZCWJDXXHYHLHWZZXJTCZLCDPXUJCZZZLYXJJTXPHFXWPYWXZPTDZZBDZCYHJHMLXBQXSBYLRDTGJRRCTTTHYTCZWMXFYTWWZCWJWXJYWCSKYBZSCCTZQNHXNWXXKHKFHTSWOCCJYBCMPZZYKBNNZPBZHHZDLSYDDYTYFJPXYNGFXBYQXCBHXCPSXTYZDMKYSNXSXLHKMZXLYHDHKWHXXSSKQYHHCJYXGLHZXCSNHEKDTGZXQYPKDHEXTYKCNYMYYYPKQYYYKXZLTHJQTBYQHXBMYHSQCKWWYLLHCYYLNNEQXQWMCFBDCCMLJGGXDQKTLXKGNQCDGZJWYJJLYHHQTTTNWCHMXCXWHWSZJYDJCCDBQCDGDNYXZTHCQRXCBHZTQCBXWGQWYYBXHMBYMYQTYEXMQKYAQYRGYZSLFYKKQHYSSQYSHJGJCNXKZYCXSBXYXHYYLSTYCXQTHYSMGSCPMMGCCCCCMTZTASMGQZJHKLOSQYLSWTMXSYQKDZLJQQYPLSYCZTCQQPBBQJZCLPKHQZYYXXDTDDTSJCXFFLLCHQXMJLWCJCXTSPYCXNDTJSHJWXDQQJSKXYAMYLSJHMLALYKXCYYDMNMDQMXMCZNNCYBZKKYFLMCHCMLHXRCJJHSYLNMTJZGZGYWJXSRXCWJGJQHQZDQJDCJJZKJKGDZQGJJYJYLXZXXCDQHHHEYTMHLFSBDJSYYSHFYSTCZQLPBDRFRZTZYKYWHSZYQKWDQZRKMSYNBCRXQBJYFAZPZZEDZCJYWBCJWHYJBQSZYWRYSZPTDKZPFPBNZTKLQYHBBZPNPPTYZZYBQNYDCPJMMCYCQMCYFZZDCMNLFPBPLNGQJTBTTNJZPZBBZNJKLJQYLNBZQHKSJZNGGQSZZKYXSHPZSNBCGZKDDZQANZHJKDRTLZLSWJLJZLYWTJNDJZJHXYAYNCBGTZCSSQMNJPJYTYSWXZFKWJQTKHTZPLBHSNJZSYZBWZZZZLSYLSBJHDWWQPSLMMFBJDWAQYZTCJTBNNWZXQXCDSLQGDSDPDZHJTQQPSWLYYJZLGYXYZLCTCBJTKTYCZJTQKBSJLGMGZDMCSGPYNJZYQYYKNXRPWSZXMTNCSZZYXYBYHYZAXYWQCJTLLCKJJTJHGDXDXYQYZZBYWDLWQCGLZGJGQRQZCZSSBCRPCSKYDZNXJSQGXSSJMYDNSTZTPBDLTKZWXQWQTZEXNQCZGWEZKSSBYBRTSSSLCCGBPSZQSZLCCGLLLZXHZQTHCZMQGYZQZNMCOCSZJMMZSQPJYGQLJYJPPLDXRGZYXCCSXHSHGTZNLZWZKJCXTCFCJXLBMQBCZZWPQDNHXLJCTHYZLGYLNLSZZPCXDSCQQHJQKSXZPBAJYEMSMJTZDXLCJYRYYNWJBNGZZTMJXLTBSLYRZPYLSSCNXPHLLHYLLQQZQLXYMRSYCXZLMMCZLTZSDWTJJLLNZGGQXPFSKYGYGHBFZPDKMWGHCXMSGDXJMCJZDYCABXJDLNBCDQYGSKYDQTXDJJYXMSZQAZDZFSLQXYJSJZYLBTXXWXQQZBJZUFBBLYLWDSLJHXJYZJWTDJCZFQZQZZDZSXZZQLZCDZFJHYSPYMPQZMLPPLFFXJJNZZYLSJEYQZFPFZKSYWJJJHRDJZZXTXXGLGHYDXCSKYSWMMZCWYBAZBJKSHFHJCXMHFQHYXXYZFTSJYZFXYXPZLCHMZMBXHZZSXYFYMNCWDABAZLXKTCSHHXKXJJZJSTHYGXSXYYHHHJWXKZXSSBZZWHHHCWTZZZPJXSNXQQJGZYZYWLLCWXZFXXYXYHXMKYYSWSQMNLNAYCYSPMJKHWCQHYLAJJMZXHMMCNZHBHXCLXTJPLTXYJHDYYLTTXFSZHYXXSJBJYAYRSMXYPLCKDUYHLXRLNLLSTYZYYQYGYHHSCCSMZCTZQXKYQFPYYRPFFLKQUNTSZLLZMWWTCQQYZWTLLMLMPWMBZSSTZRBPDDTLQJJBXZCSRZQQYGWCSXFWZLXCCRSZDZMCYGGDZQSGTJSWLJMYMMZYHFBJDGYXCCPSHXNZCSBSJYJGJMPPWAFFYFNXHYZXZYLREMZGZCYZSSZDLLJCSQFNXZKPTXZGXJJGFMYYYSNBTYLBNLHPFZDCYFBMGQRRSSSZXYSGTZRNYDZZCDGPJAFJFZKNZBLCZSZPSGCYCJSZLMLRSZBZZLDLSLLYSXSQZQLYXZLSKKBRXBRBZCYCXZZZEEYFGKLZLYYHGZSGZLFJHGTGWKRAAJYZKZQTSSHJJXDCYZUYJLZYRZDQQHGJZXSSZBYKJPBFRTJXLLFQWJHYLQTYMBLPZDXTZYGBDHZZRBGXHWNJTJXLKSCFSMWLSDQYSJTXKZSCFWJLBXFTZLLJZLLQBLSQMQQCGCZFPBPHZCZJLPYYGGDTGWDCFCZQYYYQYSSCLXZSKLZZZGFFCQNWGLHQYZJJCZLQZZYJPJZZBPDCCMHJGXDQDGDLZQMFGPSYTSDYFWWDJZJYSXYYCZCYHZWPBYKXRYLYBHKJKSFXTZJMMCKHLLTNYYMSYXYZPYJQYCSYCWMTJJKQYRHLLQXPSGTLYYCLJSCPXJYZFNMLRGJJTYZBXYZMSJYJHHFZQMSYXRSZCWTLRTQZSSTKXGQKGSPTGCZNJSJCQCXHMXGGZTQYDJKZDLBZSXJLHYQGGGTHQSZPYHJHHGYYGKGGCWJZZYLCZLXQSFTGZSLLLMLJSKCTBLLZZSZMMNYTPZSXQHJCJYQXYZXZQZCPSHKZZYSXCDFGMWQRLLQXRFZTLYSTCTMJCXJJXHJNXTNRZTZFQYHQGLLGCXSZSJDJLJCYDSJTLNYXHSZXCGJZYQPYLFHDJSBPCCZHJJJQZJQDYBSSLLCMYTTMQTBHJQNNYGKYRQYQMZGCJKPDCGMYZHQLLSLLCLMHOLZGDYYFZSLJCQZLYLZQJESHNYLLJXGJXLYSYYYXNBZLJSSZCQQCJYLLZLTJYLLZLLBNYLGQCHXYYXOXCXQKYJXXXYKLXSXXYQXCYKQXQCSGYXXYQXYGYTQOHXHXPYXXXULCYEYCHZZCBWQBBWJQZSCSZSSLZYLKDESJZWMYMCYTSDSXXSCJPQQSQYLYYZYCMDJDZYWCBTJSYDJKCYDDJLBDJJSODZYSYXQQYXDHHGQQYQHDYXWGMMMAJDYBBBPPBCMUUPLJZSMTXERXJMHQNUTPJDCBSSMSSSTKJTSSMMTRCPLZSZMLQDSDMJMQPNQDXCFYNBFSDQXYXHYAYKQYDDLQYYYSSZBYDSLNTFQTZQPZMCHDHCZCWFDXTMYQSPHQYYXSRGJCWTJTZZQMGWJJTJHTQJBBHWZPXXHYQFXXQYWYYHYSCDYDHHQMNMTMWCPBSZPPZZGLMZFOLLCFWHMMSJZTTDHZZYFFYTZZGZYSKYJXQYJZQBHMBZZLYGHGFMSHPZFZSNCLPBQSNJXZSLXXFPMTYJYGBXLLDLXPZJYZJYHHZCYWHJYLSJEXFSZZYWXKZJLUYDTMLYMQJPWXYHXSKTQJEZRPXXZHHMHWQPWQLYJJQJJZSZCPHJLCHHNXJLQWZJHBMZYXBDHHYPZLHLHLGFWLCHYYTLHJXCJMSCPXSTKPNHQXSRTYXXTESYJCTLSSLSTDLLLWWYHDHRJZSFGXTSYCZYNYHTDHWJSLHTZDQDJZXXQHGYLTZPHCSQFCLNJTCLZPFSTPDYNYLGMJLLYCQHYSSHCHYLHQYQTMZYPBYWRFQYKQSYSLZDQJMPXYYSSRHZJNYWTQDFZBWWTWWRXCWHGYHXMKMYYYQMSMZHNGCEPMLQQMTCWCTMMPXJPJJHFXYYZSXZHTYBMSTSYJTTQQQYYLHYNPYQZLCYZHZWSMYLKFJXLWGXYPJYTYSYXYMZCKTTWLKSMZSYLMPWLZWXWQZSSAQSYXYRHSSNTSRAPXCPWCMGDXHXZDZYFJHGZTTSBJHGYZSZYSMYCLLLXBTYXHBBZJKSSDMALXHYCFYGMQYPJYCQXJLLLJGSLZGQLYCJCCZOTYXMTMTTLLWTGPXYMZMKLPSZZZXHKQYSXCTYJZYHXSHYXZKXLZWPSQPYHJWPJPWXQQYLXSDHMRSLZZYZWTTCYXYSZZSHBSCCSTPLWSSCJCHNLCGCHSSPHYLHFHHXJSXYLLNYLSZDHZXYLSXLWZYKCLDYAXZCMDDYSPJTQJZLNWQPSSSWCTSTSZLBLNXSMNYYMJQBQHRZWTYYDCHQLXKPZWBGQYBKFCMZWPZLLYYLSZYDWHXPSBCMLJBSCGBHXLQHYRLJXYSWXWXZSLDFHLSLYNJLZYFLYJYCDRJLFSYZFSLLCQYQFGJYHYXZLYLMSTDJCYHBZLLNWLXXYGYYHSMGDHXXHHLZZJZXCZZZCYQZFNGWPYLCPKPYYPMCLQKDGXZGGWQBDXZZKZFBXXLZXJTPJPTTBYTSZZDWSLCHZHSLTYXHQLHYXXXYYZYSWTXZKHLXZXZPYHGCHKCFSYHUTJRLXFJXPTZTWHPLYXFCRHXSHXKYXXYHZQDXQWULHYHMJTBFLKHTXCWHJFWJCFPQRYQXCYYYQYGRPYWSGSUNGWCHKZDXYFLXXHJJBYZWTSXXNCYJJYMSWZJQRMHXZWFQSYLZJZGBHYNSLBGTTCSYBYXXWXYHXYYXNSQYXMQYWRGYQLXBBZLJSYLPSYTJZYHYZAWLRORJMKSCZJXXXYXCHDYXRYXXJDTSQFXLYLTSFFYXLMTYJMJUYYYXLTZCSXQZQHZXLYYXZHDNBRXXXJCTYHLBRLMBRLLAXKYLLLJLYXXLYCRYLCJTGJCMTLZLLCYZZPZPCYAWHJJFYBDYYZSMPCKZDQYQPBPCJPDCYZMDPBCYYDYCNNPLMTMLRMFMMGWYZBSJGYGSMZQQQZTXMKQWGXLLPJGZBQCDJJJFPKJKCXBLJMSWMDTQJXLDLPPBXCWRCQFBFQJCZAHZGMYKPHYYHZYKNDKZMBPJYXPXYHLFPNYYGXJDBKXNXHJMZJXSTRSTLDXSKZYSYBZXJLXYSLBZYSLHXJPFXPQNBYLLJQKYGZMCYZZYMCCSLCLHZFWFWYXZMWSXTYNXJHPYYMCYSPMHYSMYDYSHQYZCHMJJMZCAAGCFJBBHPLYZYLXXSDJGXDHKXXTXXNBHRMLYJSLTXMRHNLXQJXYZLLYSWQGDLBJHDCGJYQYCMHWFMJYBMBYJYJWYMDPWHXQLDYGPDFXXBCGJSPCKRSSYZJMSLBZZJFLJJJLGXZGYXYXLSZQYXBEXYXHGCXBPLDYHWETTWWCJMBTXCHXYQXLLXFLYXLLJLSSFWDPZSMYJCLMWYTCZPCHQEKCQBWLCQYDPLQPPQZQFJQDJHYMMCXTXDRMJWRHXCJZYLQXDYYNHYYHRSLSRSYWWZJYMTLTLLGTQCJZYABTCKZCJYCCQLJZQXALMZYHYWLWDXZXQDLLQSHGPJFJLJHJABCQZDJGTKHSSTCYJLPSWZLXZXRWGLDLZRLZXTGSLLLLZLYXXWGDZYGBDPHZPBRLWSXQBPFDWOFMWHLYPCBJCCLDMBZPBZZLCYQXLDOMZBLZWPDWYYGDSTTHCSQSCCRSSSYSLFYBFNTYJSZDFNDPDHDZZMBBLSLCMYFFGTJJQWFTMTPJWFNLBZCMMJTGBDZLQLPYFHYYMJYLSDCHDZJWJCCTLJCLDTLJJCPDDSQDSSZYBNDBJLGGJZXSXNLYCYBJXQYCBYLZCFZPPGKCXZDZFZTJJFJSJXZBNZYJQTTYJYHTYCZHYMDJXTTMPXSPLZCDWSLSHXYPZGTFMLCJTYCBPMGDKWYCYZCDSZZYHFLYCTYGWHKJYYLSJCXGYWJCBLLCSNDDBTZBSCLYZCZZSSQDLLMQYYHFSLQLLXFTYHABXGWNYWYYPLLSDLDLLBJCYXJZMLHLJDXYYQYTDLLLBUGBFDFBBQJZZMDPJHGCLGMJJPGAEHHBWCQXAXHHHZCHXYPHJAXHLPHJPGPZJQCQZGJJZZUZDMQYYBZZPHYHYBWHAZYJHYKFGDPFQSDLZMLJXKXGALXZDAGLMDGXMWZQYXXDXXPFDMMSSYMPFMDMMKXKSYZYSHDZKXSYSMMZZZMSYDNZZCZXFPLSTMZDNMXCKJMZTYYMZMZZMSXHHDCZJEMXXKLJSTLWLSQLYJZLLZJSSDPPMHNLZJCZYHMXXHGZCJMDHXTKGRMXFWMCGMWKDTKSXQMMMFZZYDKMSCLCMPCGMHSPXQPZDSSLCXKYXTWLWJYAHZJGZQMCSNXYYMMPMLKJXMHLMLQMXCTKZMJQYSZJSYSZHSYJZJCDAJZYBSDQJZGWZQQXFKDMSDJLFWEHKZQKJPEYPZYSZCDWYJFFMZZYLTTDZZEFMZLBNPPLPLPEPSZALLTYLKCKQZKGENQLWAGYXYDPXLHSXQQWQCQXQCLHYXXMLYCCWLYMQYSKGCHLCJNSZKPYZKCQZQLJPDMDZHLASXLBYDWQLWDNBQCRYDDZTJYBKBWSZDXDTNPJDTCTQDFXQQMGNXECLTTBKPWSLCTYQLPWYZZKLPYGZCQQPLLKCCYLPQMZCZQCLJSLQZDJXLDDHPZQDLJJXZQDXYZQKZLJCYQDYJPPYPQYKJYRMPCBYMCXKLLZLLFQPYLLLMBSGLCYSSLRSYSQTMXYXZQZFDZUYSYZTFFMZZSMZQHZSSCCMLYXWTPZGXZJGZGSJSGKDDHTQGGZLLBJDZLCBCHYXYZHZFYWXYZYMSDBZZYJGTSMTFXQYXQSTDGSLNXDLRYZZLRYYLXQHTXSRTZNGZXBNQQZFMYKMZJBZYMKBPNLYZPBLMCNQYZZZSJZHJCTZKHYZZJRDYZHNPXGLFZTLKGJTCTSSYLLGZRZBBQZZKLPKLCZYSSUYXBJFPNJZZXCDWXZYJXZZDJJKGGRSRJKMSMZJLSJYWQSKYHQJSXPJZZZLSNSHRNYPZTWCHKLPSRZLZXYJQXQKYSJYCZTLQZYBBYBWZPQDWWYZCYTJCJXCKCWDKKZXSGKDZXWWYYJQYYTCYTDLLXWKCZKKLCCLZCQQDZLQLCSFQCHQHSFSMQZZLNBJJZBSJHTSZDYSJQJPDLZCDCWJKJZZLPYCGMZWDJJBSJQZSYZYHHXJPBJYDSSXDZNCGLQMBTSFSBPDZDLZNFGFJGFSMPXJQLMBLGQCYYXBQKDJJQYRFKZTJDHCZKLBSDZCFJTPLLJGXHYXZCSSZZXSTJYGKGCKGYOQXJPLZPBPGTGYJZGHZQZZLBJLSQFZGKQQJZGYCZBZQTLDXRJXBSXXPZXHYZYCLWDXJJHXMFDZPFZHQHQMQGKSLYHTYCGFRZGNQXCLPDLBZCSCZQLLJBLHBZCYPZZPPDYMZZSGYHCKCPZJGSLJLNSCDSLDLXBMSTLDDFJMKDJDHZLZXLSZQPQPGJLLYBDSZGQLBZLSLKYYHZTTNTJYQTZZPSZQZTLLJTYYLLQLLQYZQLBDZLSLYYZYMDFSZSNHLXZNCZQZPBWSKRFBSYZMTHBLGJPMCZZLSTLXSHTCSYZLZBLFEQHLXFLCJLYLJQCBZLZJHHSSTBRMHXZHJZCLXFNBGXGTQJCZTMSFZKJMSSNXLJKBHSJXNTNLZDNTLMSJXGZJYJCZXYJYJWRWWQNZTNFJSZPZSHZJFYRDJSFSZJZBJFZQZZHZLXFYSBZQLZSGYFTZDCSZXZJBQMSZKJRHYJZCKMJKHCHGTXKXQGLXPXFXTRTYLXJXHDTSJXHJZJXZWZLCQSBTXWXGXTXXHXFTSDKFJHZYJFJXRZSDLLLTQSQQZQWZXSYQTWGWBZCGZLLYZBCLMQQTZHZXZXLJFRMYZFLXYSQXXJKXRMQDZDMMYYBSQBHGZMWFWXGMXLZPYYTGZYCCDXYZXYWGSYJYZNBHPZJSQSYXSXRTFYZGRHZTXSZZTHCBFCLSYXZLZQMZLMPLMXZJXSFLBYZMYQHXJSXRXSQZZZSSLYFRCZJRCRXHHZXQYDYHXSJJHZCXZBTYNSYSXJBQLPXZQPYMLXZKYXLXCJLCYSXXZZLXDLLLJJYHZXGYJWKJRWYHCPSGNRZLFZWFZZNSXGXFLZSXZZZBFCSYJDBRJKRDHHGXJLJJTGXJXXSTJTJXLYXQFCSGSWMSBCTLQZZWLZZKXJMLTMJYHSDDBXGZHDLBMYJFRZFSGCLYJBPMLYSMSXLSZJQQHJZFXGFQFQBPXZGYYQXGZTCQWYLTLGWSGWHRLFSFGZJMGMGBGTJFSYZZGZYZAFLSSPMLPFLCWBJZCLJJMZLPJJLYMQDMYYYFBGYGYZMLYZDXQYXRQQQHSYYYQXYLJTYXFSFSLLGNQCYHYCWFHCCCFXPYLYPLLZYXXXXXKQHHXSHJZCFZSCZJXCPZWHHHHHAPYLQALPQAFYHXDYLUKMZQGGGDDESRNNZLTZGCHYPPYSQJJHCLLJTOLNJPZLJLHYMHEYDYDSQYCDDHGZUNDZCLZYZLLZNTNYZGSLHSLPJJBDGWXPCDUTJCKLKCLWKLLCASSTKZZDNQNTTLYYZSSYSSZZRYLJQKCQDHHCRXRZYDGRGCWCGZQFFFPPJFZYNAKRGYWYQPQXXFKJTSZZXSWZDDFBBXTBGTZKZNPZZPZXZPJSZBMQHKCYXYLDKLJNYPKYGHGDZJXXEAHPNZKZTZCMXCXMMJXNKSZQNMNLWBWWXJKYHCPSTMCSQTZJYXTPCTPDTNNPGLLLZSJLSPBLPLQHDTNJNLYYRSZFFJFQWDPHZDWMRZCCLODAXNSSNYZRESTYJWJYJDBCFXNMWTTBYLWSTSZGYBLJPXGLBOCLHPCBJLTMXZLJYLZXCLTPNCLCKXTPZJSWCYXSFYSZDKNTLBYJCYJLLSTGQCBXRYZXBXKLYLHZLQZLNZCXWJZLJZJNCJHXMNZZGJZZXTZJXYCYYCXXJYYXJJXSSSJSTSSTTPPGQTCSXWZDCSYFPTFBFHFBBLZJCLZZDBXGCXLQPXKFZFLSYLTUWBMQJHSZBMDDBCYSCCLDXYCDDQLYJJWMQLLCSGLJJSYFPYYCCYLTJANTJJPWYCMMGQYYSXDXQMZHSZXPFTWWZQSWQRFKJLZJQQYFBRXJHHFWJJZYQAZMYFRHCYYBYQWLPEXCCZSTYRLTTDMQLYKMBBGMYYJPRKZNPBSXYXBHYZDJDNGHPMFSGMWFZMFQMMBCMZZCJJLCNUXYQLMLRYGQZCYXZLWJGCJCGGMCJNFYZZJHYCPRRCMTZQZXHFQGTJXCCJEAQCRJYHPLQLSZDJRBCQHQDYRHYLYXJSYMHZYDWLDFRYHBPYDTSSCNWBXGLPZMLZZTQSSCPJMXXYCSJYTYCGHYCJWYRXXLFEMWJNMKLLSWTXHYYYNCMMCWJDQDJZGLLJWJRKHPZGGFLCCSCZMCBLTBHBQJXQDSPDJZZGHGLFQYWBZYZJLTSTDHQHCTCBCHFLQMPWDSHYYTQWCNZZJTLBYMBPDYYYXSQKXWYYFLXXNCWCXYPMAELYKKJMZZZBRXYYQJFLJPFHHHYTZZXSGQQMHSPGDZQWBWPJHZJDYSCQWZKTXXSQLZYYMYSDZGRXCKKUJLWPYSYSCSYZLRMLQSYLJXBCXTLWDQZPCYCYKPPPNSXFYZJJRCEMHSZMSXLXGLRWGCSTLRSXBZGBZGZTCPLUJLSLYLYMTXMTZPALZXPXJTJWTCYYZLBLXBZLQMYLXPGHDSLSSDMXMBDZZSXWHAMLCZCPJMCNHJYSNSYGCHSKQMZZQDLLKABLWJXSFMOCDXJRRLYQZKJMYBYQLYHETFJZFRFKSRYXFJTWDSXXSYSQJYSLYXWJHSNLXYYXHBHAWHHJZXWMYLJCSSLKYDZTXBZSYFDXGXZJKHSXXYBSSXDPYNZWRPTQZCZENYGCXQFJYKJBZMLJCMQQXUOXSLYXXLYLLJDZBTYMHPFSTTQQWLHOKYBLZZALZXQLHZWRRQHLSTMYPYXJJXMQSJFNBXYXYJXXYQYLTHYLQYFMLKLJTMLLHSZWKZHLJMLHLJKLJSTLQXYLMBHHLNLZXQJHXCFXXLHYHJJGBYZZKBXSCQDJQDSUJZYYHZHHMGSXCSYMXFEBCQWWRBPYYJQTYZCYQYQQZYHMWFFHGZFRJFCDPXNTQYZPDYKHJLFRZXPPXZDBBGZQSTLGDGYLCQMLCHHMFYWLZYXKJLYPQHSYWMQQGQZMLZJNSQXJQSYJYCBEHSXFSZPXZWFLLBCYYJDYTDTHWZSFJMQQYJLMQXXLLDTTKHHYBFPWTYYSQQWNQWLGWDEBZWCMYGCULKJXTMXMYJSXHYBRWFYMWFRXYQMXYSZTZZTFYKMLDHQDXWYYNLCRYJBLPSXCXYWLSPRRJWXHQYPHTYDNXHHMMYWYTZCSQMTSSCCDALWZTCPQPYJLLQZYJSWXMZZMMYLMXCLMXCZMXMZSQTZPPQQBLPGXQZHFLJJHYTJSRXWZXSCCDLXTYJDCQJXSLQYCLZXLZZXMXQRJMHRHZJBHMFLJLMLCLQNLDXZLLLPYPSYJYSXCQQDCMQJZZXHNPNXZMEKMXHYKYQLXSXTXJYYHWDCWDZHQYYBGYBCYSCFGPSJNZDYZZJZXRZRQJJYMCANYRJTLDPPYZBSTJKXXZYPFDWFGZZRPYMTNGXZQBYXNBUFNQKRJQZMJEGRZGYCLKXZDSKKNSXKCLJSPJYYZLQQJYBZSSQLLLKJXTBKTYLCCDDBLSPPFYLGYDTZJYQGGKQTTFZXBDKTYYHYBBFYTYYBCLPDYTGDHRYRNJSPTCSNYJQHKLLLZSLYDXXWBCJQSPXBPJZJCJDZFFXXBRMLAZHCSNDLBJDSZBLPRZTSWSBXBCLLXXLZDJZSJPYLYXXYFTFFFBHJJXGBYXJPMMMPSSJZJMTLYZJXSWXTYLEDQPJMYGQZJGDJLQJWJQLLSJGJGYGMSCLJJXDTYGJQJQJCJZCJGDZZSXQGSJGGCXHQXSNQLZZBXHSGZXCXYLJXYXYYDFQQJHJFXDHCTXJYRXYSQTJXYEFYYSSYYJXNCYZXFXMSYSZXYYSCHSHXZZZGZZZGFJDLTYLNPZGYJYZYYQZPBXQBDZTZCZYXXYHHSQXSHDHGQHJHGYWSZTMZMLHYXGEBTYLZKQWYTJZRCLEKYSTDBCYKQQSAYXCJXWWGSBHJYZYDHCSJKQCXSWXFLTYNYZPZCCZJQTZWJQDZZZQZLJJXLSBHPYXXPSXSHHEZTXFPTLQYZZXHYTXNCFZYYHXGNXMYWXTZSJPTHHGYMXMXQZXTSBCZYJYXXTYYZYPCQLMMSZMJZZLLZXGXZAAJZYXJMZXWDXZSXZDZXLEYJJZQBHZWZZZQTZPSXZTDSXJJJZNYAZPHXYYSRNQDTHZHYYKYJHDZXZLSWCLYBZYECWCYCRYLCXNHZYDZYDYJDFRJJHTRSQTXYXJRJHOJYNXELXSFSFJZGHPZSXZSZDZCQZBYYKLSGSJHCZSHDGQGXYZGXCHXZJWYQWGYHKSSEQZZNDZFKWYSSTCLZSTSYMCDHJXXYWEYXCZAYDMPXMDSXYBSQMJMZJMTZQLPJYQZCGQHXJHHLXXHLHDLDJQCLDWBSXFZZYYSCHTYTYYBHECXHYKGJPXHHYZJFXHWHBDZFYZBCAPNPGNYDMSXHMMMMAMYNBYJTMPXYYMCTHJBZYFCGTYHWPHFTWZZEZSBZEGPFMTSKFTYCMHFLLHGPZJXZJGZJYXZSBBQSCZZLZCCSTPGXMJSFTCCZJZDJXCYBZLFCJSYZFGSZLYBCWZZBYZDZYPSWYJZXZBDSYUXLZZBZFYGCZXBZHZFTPBGZGEJBSTGKDMFHYZZJHZLLZZGJQZLSFDJSSCBZGPDLFZFZSZYZYZSYGCXSNXXCHCZXTZZLJFZGQSQYXZJQDCCZTQCDXZJYQJQCHXZTDLGSCXZSYQJQTZWLQDQZTQCHQQJZYEZZZPBWKDJFCJPZTYPQYQTTYNLMBDKTJZPQZQZZFPZSBNJLGYJDXJDZZKZGQKXDLPZJTCJDQBXDJQJSTCKNXBXZMSLYJCQMTJQWWCJQNJNLLLHJCWQTBZQYDZCZPZZDZYDDCYZZZCCJTTJFZDPRRTZTJDCQTQZDTJNPLZBCLLCTZSXKJZQZPZLBZRBTJDCXFCZDBCCJJLTQQPLDCGZDBBZJCQDCJWYNLLZYZCCDWLLXWZLXRXNTQQCZXKQLSGDFQTDDGLRLAJJTKUYMKQLLTZYTDYYCZGJWYXDXFRSKSTQTENQMRKQZHHQKDLDAZFKYPBGGPZREBZZYKZZSPEGJXGYKQZZZSLYSYYYZWFQZYLZZLZHWCHKYPQGNPGBLPLRRJYXCCSYYHSFZFYBZYYTGZXYLXCZWXXZJZBLFFLGSKHYJZEYJHLPLLLLCZGXDRZELRHGKLZZYHZLYQSZZJZQLJZFLNBHGWLCZCFJYSPYXZLZLXGCCPZBLLCYBBBBUBBCBPCRNNZCZYRBFSRLDCGQYYQXYGMQZWTZYTYJXYFWTEHZZJYWLCCNTZYJJZDEDPZDZTSYQJHDYMBJNYJZLXTSSTPHNDJXXBYXQTZQDDTJTDYYTGWSCSZQFLSHLGLBCZPHDLYZJYCKWTYTYLBNYTSDSYCCTYSZYYEBHEXHQDTWNYGYCLXTSZYSTQMYGZAZCCSZZDSLZCLZRQXYYELJSBYMXSXZTEMBBLLYYLLYTDQYSHYMRQWKFKBFXNXSBYCHXBWJYHTQBPBSBWDZYLKGZSKYHXQZJXHXJXGNLJKZLYYCDXLFYFGHLJGJYBXQLYBXQPQGZTZPLNCYPXDJYQYDYMRBESJYYHKXXSTMXRCZZYWXYQYBMCLLYZHQYZWQXDBXBZWZMSLPDMYSKFMZKLZCYQYCZLQXFZZYDQZPZYGYJYZMZXDZFYFYTTQTZHGSPCZMLCCYTZXJCYTJMKSLPZHYSNZLLYTPZCTZZCKTXDHXXTQCYFKSMQCCYYAZHTJPCYLZLYJBJXTPNYLJYYNRXSYLMMNXJSMYBCSYSYLZYLXJJQYLDZLPQBFZZBLFNDXQKCZFYWHGQMRDSXYCYTXNQQJZYYPFZXDYZFPRXEJDGYQBXRCNFYYQPGHYJDYZXGRHTKYLNWDZNTSMPKLBTHBPYSZBZTJZSZZJTYYXZPHSSZZBZCZPTQFZMYFLYPYBBJQXZMXXDJMTSYSKKBJZXHJCKLPSMKYJZCXTMLJYXRZZQSLXXQPYZXMKYXXXJCLJPRMYYGADYSKQLSNDHYZKQXZYZTCGHZTLMLWZYBWSYCTBHJHJFCWZTXWYTKZLXQSHLYJZJXTMPLPYCGLTBZZTLZJCYJGDTCLKLPLLQPJMZPAPXYZLKKTKDZCZZBNZDYDYQZJYJGMCTXLTGXSZLMLHBGLKFWNWZHDXUHLFMKYSLGXDTWWFRJEJZTZHYDXYKSHWFZCQSHKTMQQHTZHYMJDJSKHXZJZBZZXYMPAGQMSTPXLSKLZYNWRTSQLSZBPSPSGZWYHTLKSSSWHZZLYYTNXJGMJSZSUFWNLSOZTXGXLSAMMLBWLDSZYLAKQCQCTMYCFJBSLXCLZZCLXXKSBZQCLHJPSQPLSXXCKSLNHPSFQQYTXYJZLQLDXZQJZDYYDJNZPTUZDSKJFSLJHYLZSQZLBTXYDGTQFDBYAZXDZHZJNHHQBYKNXJJQCZMLLJZKSPLDYCLBBLXKLELXJLBQYCXJXGCNLCQPLZLZYJTZLJGYZDZPLTQCSXFDMNYCXGBTJDCZNBGBQYQJWGKFHTNPYQZQGBKPBBYZMTJDYTBLSQMPSXTBNPDXKLEMYYCJYNZCTLDYKZZXDDXHQSHDGMZSJYCCTAYRZLPYLTLKXSLZCGGEXCLFXLKJRTLQJAQZNCMBYDKKCXGLCZJZXJHPTDJJMZQYKQSECQZDSHHADMLZFMMZBGNTJNNLGBYJBRBTMLBYJDZXLCJLPLDLPCQDHLXZLYCBLCXZZJADJLNZMMSSSMYBHBSQKBHRSXXJMXSDZNZPXLGBRHWGGFCXGMSKLLTSJYYCQLTSKYWYYHYWXBXQYWPYWYKQLSQPTNTKHQCWDQKTWPXXHCPTHTWUMSSYHBWCRWXHJMKMZNGWTMLKFGHKJYLSYYCXWHYECLQHKQHTTQKHFZLDXQWYZYYDESBPKYRZPJFYYZJCEQDZZDLATZBBFJLLCXDLMJSSXEGYGSJQXCWBXSSZPDYZCXDNYXPPZYDLYJCZPLTXLSXYZYRXCYYYDYLWWNZSAHJSYQYHGYWWAXTJZDAXYSRLTDPSSYYFNEJDXYZHLXLLLZQZSJNYQYQQXYJGHZGZCYJCHZLYCDSHWSHJZYJXCLLNXZJJYYXNFXMWFPYLCYLLABWDDHWDXJMCXZTZPMLQZHSFHZYNZTLLDYWLSLXHYMMYLMBWWKYXYADTXYLLDJPYBPWUXJMWMLLSAFDLLYFLBHHHBQQLTZJCQJLDJTFFKMMMBYTHYGDCQRDDWRQJXNBYSNWZDBYYTBJHPYBYTTJXAAHGQDQTMYSTQXKBTZPKJLZRBEQQSSMJJBDJOTGTBXPGBKTLHQXJJJCTHXQDWJLWRFWQGWSHCKRYSWGFTGYGBXSDWDWRFHWYTJJXXXJYZYSLPYYYPAYXHYDQKXSHXYXGSKQHYWFDDDPPLCJLQQEEWXKSYYKDYPLTJTHKJLTCYYHHJTTPLTZZCDLTHQKZXQYSTEEYWYYZYXXYYSTTJKLLPZMCYHQGXYHSRMBXPLLNQYDQHXSXXWGDQBSHYLLPJJJTHYJKYPPTHYYKTYEZYENMDSHLCRPQFDGFXZPSFTLJXXJBSWYYSKSFLXLPPLBBBLBSFXFYZBSJSSYLPBBFFFFSSCJDSTZSXZRYYSYFFSYZYZBJTBCTSBSDHRTJJBYTCXYJEYLXCBNEBJDSYXYKGSJZBXBYTFZWGENYHHTHZHHXFWGCSTBGXKLSXYWMTMBYXJSTZSCDYQRCYTWXZFHMYMCXLZNSDJTTTXRYCFYJSBSDYERXJLJXBBDEYNJGHXGCKGSCYMBLXJMSZNSKGXFBNBPTHFJAAFXYXFPXMYPQDTZCXZZPXRSYWZDLYBBKTYQPQJPZYPZJZNJPZJLZZFYSBTTSLMPTZRTDXQSJEHBZYLZDHLJSQMLHTXTJECXSLZZSPKTLZKQQYFSYGYWPCPQFHQHYTQXZKRSGTTSQCZLPTXCDYYZXSQZSLXLZMYCPCQBZYXHBSXLZDLTCDXTYLZJYYZPZYZLTXJSJXHLPMYTXCQRBLZSSFJZZTNJYTXMYJHLHPPLCYXQJQQKZZSCPZKSWALQSBLCCZJSXGWWWYGYKTJBBZTDKHXHKGTGPBKQYSLPXPJCKBMLLXDZSTBKLGGQKQLSBKKTFXRMDKBFTPZFRTBBRFERQGXYJPZSSTLBZTPSZQZSJDHLJQLZBPMSMMSXLQQNHKNBLRDDNXXDHDDJCYYGYLXGZLXSYGMQQGKHBPMXYXLYTQWLWGCPBMQXCYZYDRJBHTDJYHQSHTMJSBYPLWHLZFFNYPMHXXHPLTBQPFBJWQDBYGPNZTPFZJGSDDTQSHZEAWZZYLLTYYBWJKXXGHLFKXDJTMSZSQYNZGGSWQSPHTLSSKMCLZXYSZQZXNCJDQGZDLFNYKLJCJLLZLMZZNHYDSSHTHZZLZZBBHQZWWYCRZHLYQQJBEYFXXXWHSRXWQHWPSLMSSKZTTYGYQQWRSLALHMJTQJSMXQBJJZJXZYZKXBYQXBJXSHZTSFJLXMXZXFGHKZSZGGYLCLSARJYHSLLLMZXELGLXYDJYTLFBHBPNLYZFBBHPTGJKWETZHKJJXZXXGLLJLSTGSHJJYQLQZFKCGNNDJSSZFDBCTWWSEQFHQJBSAQTGYPQLBXBMMYWXGSLZHGLZGQYFLZBYFZJFRYSFMBYZHQGFWZSYFYJJPHZBYYZFFWODGRLMFTWLBZGYCQXCDJYGZYYYYTYTYDWEGAZYHXJLZYYHLRMGRXXZCLHNELJJTJTPWJYBJJBXJJTJTEEKHWSLJPLPSFYZPQQBDLQJJTYYQLYZKDKSQJYYQZLDQTGJQYZJSUCMRYQTHTEJMFCTYHYPKMHYZWJDQFHYYXWSHCTXRLJHQXHCCYYYJLTKTTYTMXGTCJTZAYYOCZLYLBSZYWJYTSJYHBYSHFJLYGJXXTMZYYLTXXYPZLXYJZYZYYPNHMYMDYYLBLHLSYYQQLLNJJYMSOYQBZGDLYXYLCQYXTSZEGXHZGLHWBLJHEYXTWQMAKBPQCGYSHHEGQCMWYYWLJYJHYYZLLJJYLHZYHMGSLJLJXCJJYCLYCJPCPZJZJMMYLCQLNQLJQJSXYJMLSZLJQLYCMMHCFMMFPQQMFYLQMCFFQMMMMHMZNFHHJGTTHHKHSLNCHHYQDXTMMQDCYZYXYQMYQYLTDCYYYZAZZCYMZYDLZFFFMMYCQZWZZMABTBYZTDMNZZGGDFTYPCGQYTTSSFFWFDTZQSSYSTWXJHXYTSXXYLBYQHWWKXHZXWZNNZZJZJJQJCCCHYYXBZXZCYZTLLCQXYNJYCYYCYNZZQYYYEWYCZDCJYCCHYJLBTZYYCQWMPWPYMLGKDLDLGKQQBGYCHJXY",b={ diff --git a/dist/fix/fix-1.0.js b/dist/fix/fix-1.0.js deleted file mode 100644 index 6c2d9f337..000000000 --- a/dist/fix/fix-1.0.js +++ /dev/null @@ -1,2785 +0,0 @@ -/** - * MVC工厂 - * guy - * @class BI.Factory - */ -BI.Factory = { - parsePath: function parsePath (path) { - var segments = path.split('.'); - return function (obj) { - for (var i = 0; i < segments.length; i++) { - if (!obj) { - return; - } - obj = obj[segments[i]]; - } - return obj; - } - }, - createView : function(url, viewFunc, mData, vData, context){ - var modelFunc = viewFunc.replace(/View/, "Model"); - modelFunc = this.parsePath(modelFunc)(window); - if(!_.isFunction(modelFunc)){ - modelFunc = BI.Model; - } -// try { - var model = new (modelFunc)(_.extend({}, mData, { - parent: context && context.model, - rootURL: url - }), {silent: true}); -// } catch (e) { -// -// } -// try { - var view = new (this.parsePath(viewFunc)(window))(_.extend({}, vData, { - model: model, - parent: context, - rootURL: url - })); -// } catch (e) { -// -// } - return view; - } -};(function (root, factory) { - root.BI = factory(root, root.BI || {}, root._, (root.jQuery || root.$)); -}(this, function (root, BI, _, $) { - - // Create local references to array methods we'll want to use later. - var array = []; - var slice = array.slice; - - // For BI's purposes, jQuery, Zepto, Ender, or My Library (kidding) owns - // the `$` variable. - BI.$ = $; - - // Turn on `emulateHTTP` to support legacy HTTP servers. Setting this option - // will fake `"PATCH"`, `"PUT"` and `"DELETE"` requests via the `_method` parameter and - // set a `X-Http-Method-Override` header. - BI.emulateHTTP = true; - - // Turn on `emulateJSON` to support legacy servers that can't deal with direct - // `application/json` requests ... this will encode the body as - // `application/x-www-form-urlencoded` instead and will send the model in a - // form param named `model`. - BI.emulateJSON = true; - - // BI.Events - // --------------- - - // A module that can be mixed in to *any object* in order to provide it with - // custom events. You may bind with `on` or remove with `off` callback - // functions to an event; `trigger`-ing an event fires all callbacks in - // succession. - // - // var object = {}; - // _.extend(object, BI.Events); - // object.on('expand', function(){ alert('expanded'); }); - // object.trigger('expand'); - // - var Events = { - - // Bind an event to a `callback` function. Passing `"all"` will bind - // the callback to all events fired. - on: function (name, callback, context) { - if (!eventsApi(this, 'on', name, [callback, context]) || !callback) return this; - this._events || (this._events = {}); - var events = this._events[name] || (this._events[name] = []); - events.push({callback: callback, context: context, ctx: context || this}); - return this; - }, - - // Bind an event to only be triggered a single time. After the first time - // the callback is invoked, it will be removed. - once: function (name, callback, context) { - if (!eventsApi(this, 'once', name, [callback, context]) || !callback) return this; - var self = this; - var once = _.once(function () { - self.off(name, once); - callback.apply(this, arguments); - }); - once._callback = callback; - return this.on(name, once, context); - }, - - // Remove one or many callbacks. If `context` is null, removes all - // callbacks with that function. If `callback` is null, removes all - // callbacks for the event. If `name` is null, removes all bound - // callbacks for all events. - off: function (name, callback, context) { - if (!this._events || !eventsApi(this, 'off', name, [callback, context])) return this; - - // Remove all callbacks for all events. - if (!name && !callback && !context) { - this._events = void 0; - return this; - } - - var names = name ? [name] : _.keys(this._events); - for (var i = 0, length = names.length; i < length; i++) { - name = names[i]; - - // Bail out if there are no events stored. - var events = this._events[name]; - if (!events) continue; - - // Remove all callbacks for this event. - if (!callback && !context) { - delete this._events[name]; - continue; - } - - // Find any remaining events. - var remaining = []; - for (var j = 0, k = events.length; j < k; j++) { - var event = events[j]; - if ( - callback && callback !== event.callback && - callback !== event.callback._callback || - context && context !== event.context - ) { - remaining.push(event); - } - } - - // Replace events if there are any remaining. Otherwise, clean up. - if (remaining.length) { - this._events[name] = remaining; - } else { - delete this._events[name]; - } - } - - return this; - }, - - un: function () { - this.off.apply(this, arguments); - }, - - // Trigger one or many events, firing all bound callbacks. Callbacks are - // passed the same arguments as `trigger` is, apart from the event name - // (unless you're listening on `"all"`, which will cause your callback to - // receive the true name of the event as the first argument). - trigger: function (name) { - if (!this._events) return this; - var args = slice.call(arguments, 1); - if (!eventsApi(this, 'trigger', name, args)) return this; - var events = this._events[name]; - var allEvents = this._events.all; - if (events) triggerEvents(events, args); - if (allEvents) triggerEvents(allEvents, arguments); - return this; - }, - - fireEvent: function () { - this.trigger.apply(this, arguments); - }, - - // Inversion-of-control versions of `on` and `once`. Tell *this* object to - // listen to an event in another object ... keeping track of what it's - // listening to. - listenTo: function (obj, name, callback) { - var listeningTo = this._listeningTo || (this._listeningTo = {}); - var id = obj._listenId || (obj._listenId = _.uniqueId('l')); - listeningTo[id] = obj; - if (!callback && typeof name === 'object') callback = this; - obj.on(name, callback, this); - return this; - }, - - listenToOnce: function (obj, name, callback) { - if (typeof name === 'object') { - for (var event in name) this.listenToOnce(obj, event, name[event]); - return this; - } - if (eventSplitter.test(name)) { - var names = name.split(eventSplitter); - for (var i = 0, length = names.length; i < length; i++) { - this.listenToOnce(obj, names[i], callback); - } - return this; - } - if (!callback) return this; - var once = _.once(function () { - this.stopListening(obj, name, once); - callback.apply(this, arguments); - }); - once._callback = callback; - return this.listenTo(obj, name, once); - }, - - // Tell this object to stop listening to either specific events ... or - // to every object it's currently listening to. - stopListening: function (obj, name, callback) { - var listeningTo = this._listeningTo; - if (!listeningTo) return this; - var remove = !name && !callback; - if (!callback && typeof name === 'object') callback = this; - if (obj) (listeningTo = {})[obj._listenId] = obj; - for (var id in listeningTo) { - obj = listeningTo[id]; - obj.off(name, callback, this); - if (remove || _.isEmpty(obj._events)) delete this._listeningTo[id]; - } - return this; - } - - }; - - // Regular expression used to split event strings. - var eventSplitter = /\s+/; - - // Implement fancy features of the Events API such as multiple event - // names `"change blur"` and jQuery-style event maps `{change: action}` - // in terms of the existing API. - var eventsApi = function (obj, action, name, rest) { - if (!name) return true; - - // Handle event maps. - if (typeof name === 'object') { - for (var key in name) { - obj[action].apply(obj, [key, name[key]].concat(rest)); - } - return false; - } - - // Handle space separated event names. - if (eventSplitter.test(name)) { - var names = name.split(eventSplitter); - for (var i = 0, length = names.length; i < length; i++) { - obj[action].apply(obj, [names[i]].concat(rest)); - } - return false; - } - - return true; - }; - - // A difficult-to-believe, but optimized internal dispatch function for - // triggering events. Tries to keep the usual cases speedy (most internal - // BI events have 3 arguments). - var triggerEvents = function (events, args) { - var ev, i = -1, l = events.length, a1 = args[0], a2 = args[1], a3 = args[2]; - switch (args.length) { - case 0: - while (++i < l) (ev = events[i]).callback.call(ev.ctx); - return; - case 1: - while (++i < l) (ev = events[i]).callback.call(ev.ctx, a1); - return; - case 2: - while (++i < l) (ev = events[i]).callback.call(ev.ctx, a1, a2); - return; - case 3: - while (++i < l) (ev = events[i]).callback.call(ev.ctx, a1, a2, a3); - return; - default: - while (++i < l) (ev = events[i]).callback.apply(ev.ctx, args); - return; - } - }; - - // Aliases for backwards compatibility. - Events.bind = Events.on; - Events.unbind = Events.off; - - // BI.M - // -------------- - - // BI **Models** are the basic data object in the framework -- - // frequently representing a row in a table in a database on your server. - // A discrete chunk of data and a bunch of useful, related methods for - // performing computations and transformations on that data. - - // Create a new model with the specified attributes. A client id (`cid`) - // is automatically generated and assigned for you. - var M = BI.M = function (attributes, options) { - var attrs = attributes || {}; - options = options || {}; - this.cid = _.uniqueId('c'); - this.attributes = {}; - if (options.collection) this.collection = options.collection; - if (options.parse) attrs = this.parse(attrs, options) || {}; - this.options = attrs = _.defaults({}, attrs, _.result(this, '_defaultConfig')); - _.extend(this, _.pick(this.options, modelOptions)); - this.set(attrs, options); - this.changed = {}; - this._init.apply(this, arguments); - }; - - var modelOptions = ['rootURL', 'parent', 'data', 'id']; - - // Attach all inheritable methods to the M prototype. - _.extend(M.prototype, Events, { - - // A hash of attributes whose current and previous value differ. - changed: null, - - // The value returned during the last failed validation. - validationError: null, - - // The default name for the JSON `id` attribute is `"id"`. MongoDB and - // CouchDB users may want to set this to `"_id"`. - idAttribute: 'ID', - - _defaultConfig: function () { - return {} - }, - - // _init is an empty function by default. Override it with your own - // initialization logic. - _init: function () { - }, - - // Return a copy of the model's `attributes` object. - toJSON: function (options) { - return _.clone(this.attributes); - }, - - // Proxy `BI.sync` by default -- but override this if you need - // custom syncing semantics for *this* particular model. - sync: function () { - return BI.sync.apply(this, arguments); - }, - - // Get the value of an attribute. - get: function (attr) { - return this.attributes[attr]; - }, - - // Get the HTML-escaped value of an attribute. - escape: function (attr) { - return _.escape(this.get(attr)); - }, - - // Returns `true` if the attribute contains a value that is not null - // or undefined. - has: function (attr) { - return _.has(this.attributes, attr); - }, - - // Special-cased proxy to underscore's `_.matches` method. - matches: function (attrs) { - var keys = _.keys(attrs), length = keys.length; - var obj = Object(this.attributes); - for (var i = 0; i < length; i++) { - var key = keys[i]; - if (!_.isEqual(attrs[key], obj[key]) || !(key in obj)) return false; - } - return true; - }, - - // Set a hash of model attributes on the object, firing `"change"`. This is - // the core primitive operation of a model, updating the data and notifying - // anyone who needs to know about the change in state. The heart of the beast. - set: function (key, val, options) { - var attr, attrs, unset, changes, silent, changing, changed, prev, current; - if (key == null) return this; - - // Handle both `"key", value` and `{key: value}` -style arguments. - if (typeof key === 'object') { - attrs = key; - options = val; - } else { - (attrs = {})[key] = val; - } - - options || (options = {}); - - // Run validation. - if (!this._validate(attrs, options)) return false; - - // Extract attributes and options. - unset = options.unset; - silent = options.silent; - changes = []; - changing = this._changing; - this._changing = true; - - if (!changing) { - this._previousAttributes = _.clone(this.attributes); - this.changed = {}; - } - current = this.attributes, prev = this._previousAttributes; - - // Check for changes of `id`. - if (this.idAttribute in attrs) this.id = attrs[this.idAttribute]; - - // For each `set` attribute, update or delete the current value. - for (attr in attrs) { - val = attrs[attr]; - if (!_.isEqual(current[attr], val)) changes.push(attr); - if (!_.isEqual(prev[attr], val)) { - this.changed[attr] = val; - } else { - delete this.changed[attr]; - } - unset ? delete current[attr] : current[attr] = val; - } - - // Trigger all relevant attribute changes. - if (!silent) { - if (changes.length) this._pending = options; - for (var i = 0, length = changes.length; i < length; i++) { - this.trigger('change:' + changes[i], this, current[changes[i]], options); - } - } - - // You might be wondering why there's a `while` loop here. Changes can - // be recursively nested within `"change"` events. - if (changing) return this; - changed = _.clone(this.changed); - if (!silent) { - while (this._pending) { - options = this._pending; - this._pending = false; - this.trigger('change', changed, prev, this, options); - } - } - this._pending = false; - this._changing = false; - if (!silent && changes.length) this.trigger("changed", changed, prev, this, options); - return this; - }, - - // Remove an attribute from the model, firing `"change"`. `unset` is a noop - // if the attribute doesn't exist. - unset: function (attr, options) { - return this.set(attr, void 0, _.extend({}, options, {unset: true})); - }, - - // Clear all attributes on the model, firing `"change"`. - clear: function (options) { - var attrs = {}; - for (var key in this.attributes) attrs[key] = void 0; - return this.set(attrs, _.extend({}, options, {unset: true})); - }, - - // Determine if the model has changed since the last `"change"` event. - // If you specify an attribute name, determine if that attribute has changed. - hasChanged: function (attr) { - if (attr == null) return !_.isEmpty(this.changed); - return _.has(this.changed, attr); - }, - - // Return an object containing all the attributes that have changed, or - // false if there are no changed attributes. Useful for determining what - // parts of a view need to be updated and/or what attributes need to be - // persisted to the server. Unset attributes will be set to undefined. - // You can also pass an attributes object to diff against the model, - // determining if there *would be* a change. - changedAttributes: function (diff) { - if (!diff) return this.hasChanged() ? _.clone(this.changed) : false; - var val, changed = false; - var old = this._changing ? this._previousAttributes : this.attributes; - for (var attr in diff) { - if (_.isEqual(old[attr], (val = diff[attr]))) continue; - (changed || (changed = {}))[attr] = val; - } - return changed; - }, - - // Get the previous value of an attribute, recorded at the time the last - // `"change"` event was fired. - previous: function (attr) { - if (attr == null || !this._previousAttributes) return null; - return this._previousAttributes[attr]; - }, - - // Get all of the attributes of the model at the time of the previous - // `"change"` event. - previousAttributes: function () { - return _.clone(this._previousAttributes); - }, - - // Fetch the model from the server. If the server's representation of the - // model differs from its current attributes, they will be overridden, - // triggering a `"change"` event. - fetch: function (options) { - options = options ? _.clone(options) : {}; - if (options.parse === void 0) options.parse = true; - var model = this; - var success = options.success; - options.success = function (resp) { - if (!options.noset) { - if (!model.set(model.parse(resp, options), options)) return false; - } - if (success) success(resp, model, options); - model.trigger('sync', resp, model, options).trigger('read', resp, model, options); - }; - wrapError(this, options); - return this.sync('read', this, options); - }, - - // Set a hash of model attributes, and sync the model to the server. - // If the server returns an attributes hash that differs, the model's - // state will be `set` again. - save: function (key, val, options) { - var attrs, method, xhr, attributes = this.attributes; - - // Handle both `"key", value` and `{key: value}` -style arguments. - if (key == null || typeof key === 'object') { - attrs = key; - options = val; - } else { - (attrs = {})[key] = val; - } - - options = _.extend({validate: true}, options); - - // If we're not waiting and attributes exist, save acts as - // `set(attr).save(null, opts)` with validation. Otherwise, check if - // the model will be valid when the attributes, if any, are set. - if (attrs && !options.wait) { - if (!this.set(attrs, options)) return false; - } else { - if (!this._validate(attrs, options)) return false; - } - - // Set temporary attributes if `{wait: true}`. - if (attrs && options.wait) { - this.attributes = _.extend({}, attributes, attrs); - } - - // After a successful server-side save, the client is (optionally) - // updated with the server-side state. - if (options.parse === void 0) options.parse = true; - var model = this; - var success = options.success; - options.success = function (resp) { - // Ensure attributes are restored during synchronous saves. - model.attributes = attributes; - var serverAttrs = model.parse(resp, options); - if (options.wait) serverAttrs = _.extend(attrs || {}, serverAttrs); - if (_.isObject(serverAttrs) && !options.noset && !model.set(serverAttrs, options)) { - return false; - } - if (success) success(resp, model, options); - model.trigger('sync', resp, model, options) - .trigger((options.patch ? 'patch' : 'update'), resp, model, options); - }; - wrapError(this, options); - - method = /**this.isNew() ? 'create' :**/ (options.patch ? 'patch' : 'update'); - if (method === 'patch' && !options.attrs) options.attrs = attrs; - xhr = this.sync(method, this, options); - - // Restore attributes. - if (attrs && options.wait) this.attributes = attributes; - - return xhr; - }, - - // Destroy this model on the server if it was already persisted. - // Optimistically removes the model from its collection, if it has one. - // If `wait: true` is passed, waits for the server to respond before removal. - destroy: function (options) { - options = options ? _.clone(options) : {}; - var model = this; - var success = options.success; - - var destroy = function () { - model.stopListening(); - model.trigger('destroy', model.collection, model, options); - }; - - options.success = function (resp) { - if (options.wait || model.isNew()) destroy(); - if (success) success(resp, model, options); - if (!model.isNew()) model.trigger('sync', resp, model, options).trigger('delete', resp, model, options); - }; - - if (this.isNew()) { - options.success(); - return false; - } - wrapError(this, options); - - var xhr = this.sync('delete', this, options); - if (!options.wait) destroy(); - return xhr; - }, - - // Default URL for the model's representation on the server -- if you're - // using BI's restful methods, override this to change the endpoint - // that will be called. - url: function () { - var base = - _.result(this.collection, 'url'); - if (this.isNew()) return base; - return base.replace(/([^\/])$/, '$1/') + encodeURIComponent(this.id); - }, - - // **parse** converts a response into the hash of attributes to be `set` on - // the model. The default implementation is just to pass the response along. - parse: function (resp, options) { - return resp; - }, - - // Create a new model with identical attributes to this one. - clone: function () { - return new this.constructor(this.attributes); - }, - - // A model is new if it has never been saved to the server, and lacks an id. - isNew: function () { - return !this.has(this.idAttribute); - }, - - // Check if the model is currently in a valid state. - isValid: function (options) { - return this._validate({}, _.extend(options || {}, {validate: true})); - }, - - // Run validation against the next complete set of model attributes, - // returning `true` if all is well. Otherwise, fire an `"invalid"` event. - _validate: function (attrs, options) { - if (!options.validate || !this.validate) return true; - attrs = _.extend({}, this.attributes, attrs); - var error = this.validationError = this.validate(attrs, options) || null; - if (!error) return true; - this.trigger('invalid', error, this, _.extend(options, {validationError: error})); - return false; - } - - }); - - // Underscore methods that we want to implement on the M. - var modelMethods = ['keys', 'values', 'pairs', 'invert', 'pick', 'omit', 'chain', 'isEmpty']; - - // Mix in each Underscore method as a proxy to `M#attributes`. - _.each(modelMethods, function (method) { - if (!_[method]) return; - M.prototype[method] = function () { - var args = slice.call(arguments); - args.unshift(this.attributes); - return _[method].apply(_, args); - }; - }); - - // BI.Collection - // ------------------- - - // If models tend to represent a single row of data, a BI Collection is - // more analogous to a table full of data ... or a small slice or page of that - // table, or a collection of rows that belong together for a particular reason - // -- all of the messages in this particular folder, all of the documents - // belonging to this particular author, and so on. Collections maintain - // indexes of their models, both in order, and for lookup by `id`. - - // Create a new **Collection**, perhaps to contain a specific type of `model`. - // If a `comparator` is specified, the Collection will maintain - // its models in sort order, as they're added and removed. - var Collection = BI.Collection = function (models, options) { - this.options = options = options || {}; - if (options.model) this.model = options.model; - if (options.comparator !== void 0) this.comparator = options.comparator; - this._reset(); - this._init.apply(this, arguments); - if (models) this.reset(models, _.extend({silent: true}, options)); - }; - - // Default options for `Collection#set`. - var setOptions = {add: true, remove: true, merge: true}; - var addOptions = {add: true, remove: false}; - - // Define the Collection's inheritable methods. - _.extend(Collection.prototype, Events, { - - // The default model for a collection is just a **BI.M**. - // This should be overridden in most cases. - model: M, - - // _init is an empty function by default. Override it with your own - // initialization logic. - _init: function () { - }, - - // The JSON representation of a Collection is an array of the - // models' attributes. - toJSON: function (options) { - return this.map(function (model) { - return model.toJSON(options); - }); - }, - - // Proxy `BI.sync` by default. - sync: function () { - return BI.sync.apply(this, arguments); - }, - - // Add a model, or list of models to the set. - add: function (models, options) { - return this.set(models, _.extend({merge: false}, options, addOptions)); - }, - - // Remove a model, or a list of models from the set. - remove: function (models, options) { - var singular = !_.isArray(models); - models = singular ? [models] : _.clone(models); - options || (options = {}); - for (var i = 0, length = models.length; i < length; i++) { - var model = models[i] = this.get(models[i]); - if (!model) continue; - var id = this.modelId(model.attributes); - if (id != null) delete this._byId[id]; - delete this._byId[model.cid]; - var index = this.indexOf(model); - this.models.splice(index, 1); - this.length--; - if (!options.silent) { - options.index = index; - model.trigger('remove', model, this, options); - } - this._removeReference(model, options); - } - return singular ? models[0] : models; - }, - - // Update a collection by `set`-ing a new list of models, adding new ones, - // removing models that are no longer present, and merging models that - // already exist in the collection, as necessary. Similar to **M#set**, - // the core operation for updating the data contained by the collection. - set: function (models, options) { - options = _.defaults({}, options, setOptions); - if (options.parse) models = this.parse(models, options); - var singular = !_.isArray(models); - models = singular ? (models ? [models] : []) : models.slice(); - var id, model, attrs, existing, sort; - var at = options.at; - if (at != null) at = +at; - if (at < 0) at += this.length + 1; - var sortable = this.comparator && (at == null) && options.sort !== false; - var sortAttr = _.isString(this.comparator) ? this.comparator : null; - var toAdd = [], toRemove = [], modelMap = {}; - var add = options.add, merge = options.merge, remove = options.remove; - var order = !sortable && add && remove ? [] : false; - var orderChanged = false; - - // Turn bare objects into model references, and prevent invalid models - // from being added. - for (var i = 0, length = models.length; i < length; i++) { - attrs = models[i]; - - // If a duplicate is found, prevent it from being added and - // optionally merge it into the existing model. - if (existing = this.get(attrs)) { - if (remove) modelMap[existing.cid] = true; - if (merge && attrs !== existing) { - attrs = this._isModel(attrs) ? attrs.attributes : attrs; - if (options.parse) attrs = existing.parse(attrs, options); - existing.set(attrs, options); - if (sortable && !sort && existing.hasChanged(sortAttr)) sort = true; - } - models[i] = existing; - - // If this is a new, valid model, push it to the `toAdd` list. - } else if (add) { - model = models[i] = this._prepareModel(attrs, options); - if (!model) continue; - toAdd.push(model); - this._addReference(model, options); - } - - // Do not add multiple models with the same `id`. - model = existing || model; - if (!model) continue; - id = this.modelId(model.attributes); - if (order && (model.isNew() || !modelMap[id])) { - order.push(model); - - // Check to see if this is actually a new model at this index. - orderChanged = orderChanged || !this.models[i] || model.cid !== this.models[i].cid; - } - - modelMap[id] = true; - } - - // Remove nonexistent models if appropriate. - if (remove) { - for (var i = 0, length = this.length; i < length; i++) { - if (!modelMap[(model = this.models[i]).cid]) toRemove.push(model); - } - if (toRemove.length) this.remove(toRemove, options); - } - - // See if sorting is needed, update `length` and splice in new models. - if (toAdd.length || orderChanged) { - if (sortable) sort = true; - this.length += toAdd.length; - if (at != null) { - for (var i = 0, length = toAdd.length; i < length; i++) { - this.models.splice(at + i, 0, toAdd[i]); - } - } else { - if (order) this.models.length = 0; - var orderedModels = order || toAdd; - for (var i = 0, length = orderedModels.length; i < length; i++) { - this.models.push(orderedModels[i]); - } - } - } - - // Silently sort the collection if appropriate. - if (sort) this.sort({silent: true}); - - // Unless silenced, it's time to fire all appropriate add/sort events. - if (!options.silent) { - var addOpts = at != null ? _.clone(options) : options; - for (var i = 0, length = toAdd.length; i < length; i++) { - if (at != null) addOpts.index = at + i; - (model = toAdd[i]).trigger('add', model, this, addOpts); - } - if (sort || orderChanged) this.trigger('sort', this, options); - } - - // Return the added (or merged) model (or models). - return singular ? models[0] : models; - }, - - // When you have more items than you want to add or remove individually, - // you can reset the entire set with a new list of models, without firing - // any granular `add` or `remove` events. Fires `reset` when finished. - // Useful for bulk operations and optimizations. - reset: function (models, options) { - options = options ? _.clone(options) : {}; - for (var i = 0, length = this.models.length; i < length; i++) { - this._removeReference(this.models[i], options); - } - options.previousModels = this.models; - this._reset(); - models = this.add(models, _.extend({silent: true}, options)); - if (!options.silent) this.trigger('reset', this, options); - return models; - }, - - // Add a model to the end of the collection. - push: function (model, options) { - return this.add(model, _.extend({at: this.length}, options)); - }, - - // Remove a model from the end of the collection. - pop: function (options) { - var model = this.at(this.length - 1); - this.remove(model, options); - return model; - }, - - // Add a model to the beginning of the collection. - unshift: function (model, options) { - return this.add(model, _.extend({at: 0}, options)); - }, - - // Remove a model from the beginning of the collection. - shift: function (options) { - var model = this.at(0); - this.remove(model, options); - return model; - }, - - // Slice out a sub-array of models from the collection. - slice: function () { - return slice.apply(this.models, arguments); - }, - - // Get a model from the set by id. - get: function (obj) { - if (obj == null) return void 0; - var id = this.modelId(this._isModel(obj) ? obj.attributes : obj); - return this._byId[obj] || this._byId[id] || this._byId[obj.cid]; - }, - - // Get the model at the given index. - at: function (index) { - if (index < 0) index += this.length; - return this.models[index]; - }, - - // Return models with matching attributes. Useful for simple cases of - // `filter`. - where: function (attrs, first) { - var matches = _.matches(attrs); - return this[first ? 'find' : 'filter'](function (model) { - return matches(model.attributes); - }); - }, - - // Return the first model with matching attributes. Useful for simple cases - // of `find`. - findWhere: function (attrs) { - return this.where(attrs, true); - }, - - // Force the collection to re-sort itself. You don't need to call this under - // normal circumstances, as the set will maintain sort order as each item - // is added. - sort: function (options) { - if (!this.comparator) throw new Error('Cannot sort a set without a comparator'); - options || (options = {}); - - // Run sort based on type of `comparator`. - if (_.isString(this.comparator) || this.comparator.length === 1) { - this.models = this.sortBy(this.comparator, this); - } else { - this.models.sort(_.bind(this.comparator, this)); - } - - if (!options.silent) this.trigger('sort', this, options); - return this; - }, - - // Pluck an attribute from each model in the collection. - pluck: function (attr) { - return _.invoke(this.models, 'get', attr); - }, - - // Fetch the default set of models for this collection, resetting the - // collection when they arrive. If `reset: true` is passed, the response - // data will be passed through the `reset` method instead of `set`. - fetch: function (options) { - options = options ? _.clone(options) : {}; - if (options.parse === void 0) options.parse = true; - var success = options.success; - var collection = this; - options.success = function (resp) { - var method = options.reset ? 'reset' : 'set'; - collection[method](resp, options); - if (success) success(collection, resp, options); - collection.trigger('sync', collection, resp, options); - }; - wrapError(this, options); - return this.sync('read', this, options); - }, - - // Create a new instance of a model in this collection. Add the model to the - // collection immediately, unless `wait: true` is passed, in which case we - // wait for the server to agree. - create: function (model, options) { - options = options ? _.clone(options) : {}; - if (!(model = this._prepareModel(model, options))) return false; - if (!options.wait) this.add(model, options); - var collection = this; - var success = options.success; - options.success = function (model, resp) { - if (options.wait) collection.add(model, options); - if (success) success(model, resp, options); - }; - model.save(null, options); - return model; - }, - - // **parse** converts a response into a list of models to be added to the - // collection. The default implementation is just to pass it through. - parse: function (resp, options) { - return resp; - }, - - // Create a new collection with an identical list of models as this one. - clone: function () { - return new this.constructor(this.models, { - model: this.model, - comparator: this.comparator - }); - }, - - // Define how to uniquely identify models in the collection. - modelId: function (attrs) { - return attrs[this.model.prototype.idAttribute || 'id']; - }, - - // Private method to reset all internal state. Called when the collection - // is first _initd or reset. - _reset: function () { - this.length = 0; - this.models = []; - this._byId = {}; - }, - - // Prepare a hash of attributes (or other model) to be added to this - // collection. - _prepareModel: function (attrs, options) { - if (this._isModel(attrs)) { - if (!attrs.collection) attrs.collection = this; - return attrs; - } - options = options ? _.clone(options) : {}; - options.collection = this; - var model = new this.model(attrs, options); - if (!model.validationError) return model; - this.trigger('invalid', this, model.validationError, options); - return false; - }, - - // Method for checking whether an object should be considered a model for - // the purposes of adding to the collection. - _isModel: function (model) { - return model instanceof M; - }, - - // Internal method to create a model's ties to a collection. - _addReference: function (model, options) { - this._byId[model.cid] = model; - var id = this.modelId(model.attributes); - if (id != null) this._byId[id] = model; - model.on('all', this._onModelEvent, this); - }, - - // Internal method to sever a model's ties to a collection. - _removeReference: function (model, options) { - if (this === model.collection) delete model.collection; - model.off('all', this._onModelEvent, this); - }, - - // Internal method called every time a model in the set fires an event. - // Sets need to update their indexes when models change ids. All other - // events simply proxy through. "add" and "remove" events that originate - // in other collections are ignored. - _onModelEvent: function (event, model, collection, options) { - if ((event === 'add' || event === 'remove') && collection !== this) return; - if (event === 'destroy') this.remove(model, options); - if (event === 'change') { - var prevId = this.modelId(model.previousAttributes()); - var id = this.modelId(model.attributes); - if (prevId !== id) { - if (prevId != null) delete this._byId[prevId]; - if (id != null) this._byId[id] = model; - } - } - this.trigger.apply(this, arguments); - } - - }); - - // Underscore methods that we want to implement on the Collection. - // 90% of the core usefulness of BI Collections is actually implemented - // right here: - var methods = ['forEach', 'each', 'map', 'collect', 'reduce', 'foldl', - 'inject', 'reduceRight', 'foldr', 'find', 'detect', 'filter', 'select', - 'reject', 'every', 'all', 'some', 'any', 'include', 'contains', 'invoke', - 'max', 'min', 'toArray', 'size', 'first', 'head', 'take', 'initial', 'rest', - 'tail', 'drop', 'last', 'without', 'difference', 'indexOf', 'shuffle', - 'lastIndexOf', 'isEmpty', 'chain', 'sample', 'partition']; - - // Mix in each Underscore method as a proxy to `Collection#models`. - _.each(methods, function (method) { - if (!_[method]) return; - Collection.prototype[method] = function () { - var args = slice.call(arguments); - args.unshift(this.models); - return _[method].apply(_, args); - }; - }); - - // Underscore methods that take a property name as an argument. - var attributeMethods = ['groupBy', 'countBy', 'sortBy', 'indexBy']; - - // Use attributes instead of properties. - _.each(attributeMethods, function (method) { - if (!_[method]) return; - Collection.prototype[method] = function (value, context) { - var iterator = _.isFunction(value) ? value : function (model) { - return model.get(value); - }; - return _[method](this.models, iterator, context); - }; - }); - - // BI.V - // ------------- - - // BI Views are almost more convention than they are actual code. A V - // is simply a JavaScript object that represents a logical chunk of UI in the - // DOM. This might be a single item, an entire list, a sidebar or panel, or - // even the surrounding frame which wraps your whole app. Defining a chunk of - // UI as a **V** allows you to define your DOM events declaratively, without - // having to worry about render order ... and makes it easy for the view to - // react to specific changes in the state of your models. - - // Creating a BI.V creates its initial element outside of the DOM, - // if an existing element is not provided... - var V = BI.V = function (options) { - this.cid = _.uniqueId('view'); - options = options || {}; - this.options = _.defaults(options, _.result(this, '_defaultConfig')); - _.extend(this, _.pick(this.options, viewOptions)); - this._ensureElement(); - this._init.apply(this, arguments); - }; - - // Cached regex to split keys for `delegate`. - var delegateEventSplitter = /^(\S+)\s*(.*)$/; - - // List of view options to be merged as properties. - var viewOptions = ['rootURL', 'model', 'parent', 'collection', 'element', 'id', 'attributes', 'baseCls', 'tagName', 'events']; - - // Set up all inheritable **BI.V** properties and methods. - _.extend(V.prototype, Events, { - - // The default `tagName` of a V's element is `"div"`. - tagName: 'div', - - // jQuery delegate for element lookup, scoped to DOM elements within the - // current view. This should be preferred to global lookups where possible. - $: function (selector) { - return this.$el.find(selector); - }, - - _defaultConfig: function () { - return {} - }, - - // _init is an empty function by default. Override it with your own - // initialization logic. - _init: function () { - }, - - //容器,默认放在this.element上 - _vessel: function () { - return this - }, - // **render** is the core function that your view should override, in order - // to populate its element (`this.el`), with the appropriate HTML. The - // convention is for **render** to always return `this`. - render: function (vessel) { - return this; - }, - - // Remove this view by taking the element out of the DOM, and removing any - // applicable BI.Events listeners. - remove: function () { - this._removeElement(); - this.stopListening(); - return this; - }, - - // Remove this view's element from the document and all event listeners - // attached to it. Exposed for subclasses using an alternative DOM - // manipulation API. - _removeElement: function () { - this.$el.remove(); - }, - - // Change the view's element (`this.el` property) and re-delegate the - // view's events on the new element. - setElement: function (element) { - this.undelegateEvents(); - this._setElement(element); - this.vessel = this._vessel(); - this.render(this.vessel); - this.delegateEvents(); - return this; - }, - - setVisible: function (visible) { - this.options.invisible = !visible; - if (visible) { - this.element.css("display", ""); - } else { - this.element.css("display", "none"); - } - }, - - isVisible: function () { - return !this.options.invisible; - }, - - visible: function () { - this.setVisible(true); - }, - - invisible: function () { - this.setVisible(false); - }, - - // Creates the `this.el` and `this.$el` references for this view using the - // given `el`. `el` can be a CSS selector or an HTML string, a jQuery - // context or an element. Subclasses can override this to utilize an - // alternative DOM manipulation API and are only required to set the - // `this.el` property. - _setElement: function (el) { - this.$el = el instanceof BI.$ ? el : (BI.isWidget(el) ? el.element : BI.$(el)); - this.element = this.$el; - this.el = this.$el[0]; - }, - - // Set callbacks, where `this.events` is a hash of - // - // *{"event selector": "callback"}* - // - // { - // 'mousedown .title': 'edit', - // 'click .button': 'save', - // 'click .open': function(e) { ... } - // } - // - // pairs. Callbacks will be bound to the view, with `this` set properly. - // Uses event delegation for efficiency. - // Omitting the selector binds the event to `this.el`. - delegateEvents: function (events) { - if (!(events || (events = _.result(this, 'events')))) return this; - this.undelegateEvents(); - for (var key in events) { - var method = events[key]; - if (!_.isFunction(method)) method = this[events[key]]; - if (!method) continue; - var match = key.match(delegateEventSplitter); - this.delegate(match[1], match[2], _.bind(method, this)); - } - return this; - }, - - // Add a single event listener to the view's element (or a child element - // using `selector`). This only works for delegate-able events: not `focus`, - // `blur`, and not `change`, `submit`, and `reset` in Internet Explorer. - delegate: function (eventName, selector, listener) { - this.vessel.element.on(eventName + '.delegateEvents' + this.cid, selector, listener); - }, - - // Clears all callbacks previously bound to the view by `delegateEvents`. - // You usually don't need to use this, but may wish to if you have multiple - // BI views attached to the same DOM element. - undelegateEvents: function () { - if (this.vessel) this.vessel.element.off('.delegateEvents' + this.cid); - return this; - }, - - // A finer-grained `undelegateEvents` for removing a single delegated event. - // `selector` and `listener` are both optional. - undelegate: function (eventName, selector, listener) { - this.vessel.element.off(eventName + '.delegateEvents' + this.cid, selector, listener); - }, - - // Produces a DOM element to be assigned to your view. Exposed for - // subclasses using an alternative DOM manipulation API. - _createElement: function (tagName) { - return document.createElement(tagName); - }, - - // Ensure that the V has a DOM element to render into. - // If `this.el` is a string, pass it through `$()`, take the first - // matching element, and re-assign it to `el`. Otherwise, create - // an element from the `id`, `className` and `tagName` properties. - _ensureElement: function () { - var attrs = _.extend({}, _.result(this, 'attributes')); - if (this.baseCls) attrs['class'] = _.result(this, 'baseCls'); - if (!this.element) { - this.setElement(this._createElement(_.result(this, 'tagName'))); - } else { - this.setElement(_.result(this, 'element')); - } - this._setAttributes(attrs); - }, - - // Set attributes from a hash on this view's element. Exposed for - // subclasses using an alternative DOM manipulation API. - _setAttributes: function (attributes) { - this.$el.attr(attributes); - } - - }); - - // BI.sync - // ------------- - - // Override this function to change the manner in which BI persists - // models to the server. You will be passed the type of request, and the - // model in question. By default, makes a RESTful Ajax request - // to the model's `url()`. Some possible customizations could be: - // - // * Use `setTimeout` to batch rapid-fire updates into a single request. - // * Send up the models as XML instead of JSON. - // * Persist models via WebSockets instead of Ajax. - // - // Turn on `BI.emulateHTTP` in order to send `PUT` and `DELETE` requests - // as `POST`, with a `_method` parameter containing the true HTTP method, - // as well as all requests with the body as `application/x-www-form-urlencoded` - // instead of `application/json` with the model in a param named `model`. - // Useful when interfacing with server-side languages like **PHP** that make - // it difficult to read the body of `PUT` requests. - BI.sync = function (method, model, options) { - var type = methodMap[method]; - - // Default options, unless specified. - _.defaults(options || (options = {}), { - emulateHTTP: BI.emulateHTTP, - emulateJSON: BI.emulateJSON - }); - - // Default JSON-request options. - var params = {type: type, dataType: 'json'}; - - // Ensure that we have a URL. - if (!options.url) { - params.url = _.result(model, method + "URL") || _.result(model, 'url'); - if (!params.url) { - return; - } - } - - // Ensure that we have the appropriate request data. - if (options.data == null && model && (method === 'create' || method === 'update' || method === 'patch')) { - params.contentType = 'application/json'; - params.data = _.extend({id: model.id}, model.toJSON(options), options.attrs); - } - - // For older servers, emulate JSON by encoding the request into an HTML-form. - if (options.emulateJSON) { - params.contentType = 'application/x-www-form-urlencoded'; - params.data = options.data ? options.data : params.data; - } - - // For older servers, emulate HTTP by mimicking the HTTP method with `_method` - // And an `X-HTTP-Method-Override` header. - if (options.emulateHTTP && (type === 'PUT' || type === 'DELETE' || type === 'PATCH')) { - params.type = 'POST'; - if (options.emulateJSON) params.data._method = type; - var beforeSend = options.beforeSend; - options.beforeSend = function (xhr) { - xhr.setRequestHeader('X-HTTP-Method-Override', type); - if (beforeSend) return beforeSend.apply(this, arguments); - }; - } - - // Don't process data on a non-GET request. - if (params.type !== 'GET' && !options.emulateJSON) { - params.processData = false; - } - - // Pass along `textStatus` and `errorThrown` from jQuery. - var error = options.error; - options.error = function (xhr, textStatus, errorThrown) { - options.textStatus = textStatus; - options.errorThrown = errorThrown; - if (error) error.apply(this, arguments); - }; - - // Make the request, allowing the user to override any Ajax options. - var xhr = options.xhr = BI.ajax(_.extend(params, options)); - model.trigger('request', xhr, model, options); - return xhr; - }; - - // Map from CRUD to HTTP for our default `BI.sync` implementation. - var methodMap = { - 'create': 'POST', - 'update': 'PUT', - 'patch': 'PATCH', - 'delete': 'DELETE', - 'read': 'GET' - }; - - // Set the default implementation of `BI.ajax` to proxy through to `$`. - // Override this if you'd like to use a different library. - BI.ajax = BI.ajax || $.ajax; - - // Wrap an optional error callback with a fallback error event. - var wrapError = function (model, options) { - var error = options.error; - options.error = function (resp) { - if (error) error(model, resp, options); - model.trigger('error', model, resp, options); - }; - }; - - return BI; - -}));/** - * MVC路由 - * @class BI.WRouter - * @extends BI.Router - * @type {*|void|Object} - */ -BI.WRouter = BI.inherit(BI.Router, { - add: function (route, callback) { - this.handlers || (this.handlers = []); - this.handlers.unshift({route: route, callback: callback}) - }, - - route: function (route, name, callback) { - if (!_.isRegExp(route)) route = this._routeToRegExp(route); - if (_.isFunction(name)) { - callback = name; - name = ''; - } - if (!callback) callback = this[name]; - var self = this; - this.add(route, function (fragment) { - var args = self._extractParameters(route, fragment); - var result = self.execute(callback, args, name) - if (result !== false) { - self.trigger.apply(self, ['route:' + name].concat(args)); - self.trigger('route', name, args); - } - return result; - }); - return this; - }, - - execute: function (callback, args, name) { - if (callback) return callback.apply(this, args); - return name; - }, - - get: function (fragment) { - var result = null; - _.some(this.handlers, function (handler) { - if (handler.route.test(fragment)) { - result = handler.callback(fragment); - return true; - } - }); - return result; - } -});BI.Model = BI.inherit(BI.M, { - props: {}, - init: null, - destroyed: null, - - _defaultConfig: function () { - return BI.extend({ - "default": "just a default", - "current": void 0 - }, this.props) - }, - - _static: function () { - return {}; - }, - - _init: function () { - BI.Model.superclass._init.apply(this, arguments); - this.on("change:current", function (obj, val) { - BI.isNotNull(val) && this.refresh(val); - }).on("change", function (changed, prev, context, options) { - if (this._start === true || BI.has(changed, "current")) { - return; - } - this.actionStart(); - if (!this.local()) { - !BI.has(this._tmp, BI.keys(changed)) && this.parent && this.parent._change(this); - this._changing_ = true; - this.change(changed, prev, context, options); - this._changing_ = false; - } - }); - - this._tmp = {};//过渡属性 - - this._hass = {}; - this._gets = [];//记录交互行为 - this._start = false; - this._changing_ = false; - - this._read = BI.debounce(BI.bind(this.fetch, this), 30); - this._save = BI.debounce(BI.bind(this.save, this), 30); - this._F = []; - this.init && this.init(); - }, - - toJSON: function () { - var json = BI.Model.superclass.toJSON.apply(this, arguments); - delete json["baseCls"]; - delete json["current"]; - delete json["default"]; - delete json["parent"]; - delete json["rootURL"]; - delete json["id"]; - delete json["tag"]; - BI.each(this._gets, function (i, action) { - delete json[action]; - }); - return json; - }, - - copy: function () { - if (this._start === true || this._changing_ === true) { - this._F.push({f: this.copy, arg: arguments}); - return; - } - this.trigger("copy"); - }, - //子节点的一个类似副本 - similar: function (value, key1, key2, key3) { - return value; - }, - - _map: function (child) { - var self = this; - var map = {}, current = {}; - var mapping = function (key, ch) { - key = key + ""; - if (key === "") { - return; - } - var keys = key.split('.'); - if (!map[keys[0]]) { - map[keys[0]] = self.get(keys[0]); - } - var parent = map, last = void 0; - BI.each(keys, function (i, k) { - last && (parent = parent[last] || (parent[last] = {})); - last = k; - }); - parent[last] = ch.toJSON(); - }; - BI.each(this._childs, function (key, chs) { - if (!BI.isArray(chs)) { - chs = [chs]; - } - BI.each(chs, function (i, ch) { - if (ch === child) { - current[key] = child; - return; - } - //mapping(key, ch); - }) - }); - BI.each(current, function (key, ch) { - mapping(key, ch); - }); - var tmp = {}; - BI.each(this._tmp, function (k) { - if (map[k]) { - tmp[k] = map[k]; - delete map[k]; - } - }); - this.tmp(tmp); - return map; - }, - - _change: function (child) { - var self = this; - var childMap = this._map(child); - //this.set(childMap); - var changes = []; - var changing = this._changing; - var changed; - var options = {}; - this._changing = true; - if (!changing) { - this._previousAttributes = _.clone(this.attributes); - this.changed = {}; - } - var current = this.attributes, prev = this._previousAttributes, val; - for (var attr in childMap) { - val = childMap[attr]; - changes.push(attr); - this.changed[attr] = val; - current[attr] = val; - } - if (changes.length) this._pending = options; - for (var i = 0, length = changes.length; i < length; i++) { - this.trigger('change:' + changes[i], this, current[changes[i]], options); - } - if (changing) return this; - changed = BI.clone(this.changed); - while (this._pending) { - options = this._pending; - this._pending = false; - this.trigger('change', changed, prev, this, options); - } - this._pending = false; - this._changing = false; - if (changes.length) { - this.trigger("changed", changed, prev, this, options); - } - return this; - }, - - splice: function (old, key1, key2, key3) { - - }, - - duplicate: function (copy, key1, key2, key3) { - - }, - - change: function (changed, prev) { - - }, - - actionStart: function () { - this._start = true; - return this; - }, - - actionEnd: function () { - var self = this; - this._start = false; - var _gets = this._gets.slice(0), _F = this._F.slice(0); - this._gets = []; - this._hass = {}; - this._F = []; - BI.each(_gets, function (i, action) { - self.unset(action, {silent: true}); - }); - BI.each(_F, function (i, fn) { - fn.f.apply(self, fn.arg); - }); - return this; - }, - - addChild: function (name, child) { - name = name + ""; - var self = this; - this._childs || (this._childs = {}); - if (this._childs[name]) { - if (BI.isArray(this._childs[name])) { - this._childs[name].push(child); - } else { - this._childs[name] = [this._childs[name]].concat(child) - } - } else { - this._childs[name] = child; - } - child && child.on("destroy", function () { - var keys = name.split('.'); - var g = self.get(keys[0]), p, c; - var sset = !!self._tmp[keys[0]] ? "tmp" : "set", unset = "un" + sset; - - BI.each(keys, function (i, k) { - if (i === 0) { - c = g; - return; - } - p = c; - c = c[k]; - }); - self.removeChild(name, child); - var newKeys = BI.clone(keys); - keys.length > 1 ? newKeys.unshift(BI.deepClone(p[keys[keys.length - 1]])) : newKeys.unshift(BI.deepClone(g)); - keys.length > 1 ? (delete p[keys[keys.length - 1]], self[sset](keys[0], g, {silent: true})) : self[unset](name, {silent: true}); - !BI.has(self._tmp, keys[0]) && self.parent && self.parent._change(self); - self.splice.apply(self, newKeys); - self.trigger("splice", newKeys); - BI.remove(self._childs, child); - }).on("copy", function () { - var keys = name.split('.'); - var g = self.get(keys[0]), p, c; - var sset = !!self._tmp[keys[0]] ? "tmp" : "set"; - BI.each(keys, function (i, k) { - if (i === 0) { - c = g; - return; - } - p = c; - c = c[k]; - }); - var copy = BI.UUID(), newKeys = BI.clone(keys); - keys.length > 1 ? newKeys.unshift(BI.deepClone(p[keys[keys.length - 1]])) : newKeys.unshift(BI.deepClone(g)); - var backup = self.similar.apply(self, newKeys); - if (BI.isKey(backup.id)) { - copy = backup.id; - delete backup.id; - } - keys.length > 1 ? (p[copy] = backup, self[sset](keys[0], g, {silent: true})) : self[sset](copy, backup, {silent: true}); - keys.unshift(copy); - !BI.has(self._tmp, keys[0]) && self.parent && self.parent._change(self); - self.duplicate.apply(self, keys); - self.trigger("duplicate", keys); - }); - }, - - removeChild: function (name, child) { - if (BI.isArray(this._childs[name])) { - BI.remove(this._childs[name], child); - if (BI.isEmpty(this._childs[name])) { - delete this._childs[name]; - } - return; - } - delete this._childs[name]; - }, - - has: function (attr, istemp) { - if (istemp === true) { - return _.has(this.tmp, attr); - } - if (this._start === true && this._changing_ === false) { - this._hass[attr] = true; - } - return BI.Model.superclass.has.apply(this, arguments); - }, - - cat: function (attr) { - if (_.has(this._tmp, attr)) { - return this._tmp[attr]; - } - if (this._start === true && this._hass[attr]) { - delete this._hass[attr]; - switch (attr) { - case "default": - break; - case "current": - break; - default : - this._gets.push(attr); - break; - } - } - if (_.has(this.attributes, attr)) { - return this.attributes[attr]; - } - var sta = _.result(this, "_static"); - return BI.isFunction(sta[attr]) ? sta[attr].apply(this, Array.prototype.slice.apply(arguments, [1])) : sta[attr]; - }, - - get: function () { - return BI.deepClone(this.cat.apply(this, arguments)); - }, - - set: function (key, val, options) { - if (this._start === true || this._changing_ === true) { - this._F.push({f: this.set, arg: arguments}); - return this; - } - return BI.Model.superclass.set.apply(this, arguments); - }, - - unset: function (attr, options) { - var self = this; - BI.each(this._childs, function (key, model) { - key = key + ""; - var keys = key.split('.'); - if (_.isEqual(attr, keys[0])) { - delete self._childs[attr]; - if (!BI.isArray(model)) { - model = [model]; - } - BI.each(model, function (i, m) { - m.trigger("unset"); - }); - } - }); - return BI.Model.superclass.unset.apply(this, arguments); - }, - - tmp: function (key, val, options) { - if (this._start === true || this._changing_ === true) { - this._F.push({f: this.tmp, arg: arguments}); - return this; - } - var attr, attrs, unset, changes, silent, changing, changed, prev, current; - if (key == null) return this; - if (typeof key === 'object') { - attrs = key; - options = val; - } else { - (attrs = {})[key] = val; - } - options || (options = {}); - - unset = options.unset; - silent = options.silent; - changes = []; - changing = this._changingTmp; - this._changingTmp = true; - - if (!changing) { - this._previousTmp = _.clone(this._tmp); - this.changedTmp = {}; - } - if (!this._previousTmp) { - this._previousTmp = _.clone(this._tmp); - } - current = this._tmp, prev = this._previousTmp; - - for (attr in attrs) { - val = attrs[attr]; - if (!_.isEqual(current[attr], val)) changes.push(attr); - if (!_.isEqual(prev[attr], val)) { - this.changedTmp[attr] = val; - } else { - delete this.changedTmp[attr]; - } - unset ? delete current[attr] : current[attr] = val; - } - - if (!silent) { - if (changes.length) this._pendingTmp = options; - for (var i = 0, length = changes.length; i < length; i++) { - this.trigger('change:' + changes[i], this, current[changes[i]], options); - } - } - - if (changing) return this; - changed = BI.clone(this.changedTmp); - if (!silent) { - while (this._pendingTmp) { - options = this._pendingTmp; - this._pendingTmp = false; - this.trigger('change', changed, prev, this, options); - } - } - this._pendingTmp = false; - this._changingTmp = false; - if (!silent && changes.length) this.trigger("changed", changed, prev, this, options); - return this; - }, - - untmp: function (attr, options) { - var self = this; - BI.each(this._childs, function (key, model) { - key = key + ""; - var keys = key.split('.'); - if (_.isEqual(attr, keys[0])) { - delete self._childs[attr]; - if (!BI.isArray(model)) { - model = [model]; - } - BI.each(model, function (i, m) { - m.trigger("unset"); - }); - } - }); - return this.tmp(attr, void 0, _.extend({}, options, {unset: true})); - }, - - cancel: function (options) { - var self = this; - var tmp = BI.clone(this._tmp); - this._tmp = {}; - BI.each(tmp, function (k) { - self.untmp(k, options); - }); - }, - - submit: function () { - var tmp = BI.clone(this._tmp); - this._tmp = {}; - this.set(tmp); - return this; - }, - - urlRoot: function () { - return BI.servletURL; - }, - - parse: function (data) { - return data; - }, - - setEditing: function (edit) { - this._editing = edit; - }, - - getEditing: function () { - if (this._start !== true) { - throw new Error("getEditing函数只允许在local中调用"); - } - return this._editing; - }, - - local: function () { - - }, - - load: function (data) { - - }, - - refresh: function () { - - }, - - /** - * 更新整个model - */ - updateURL: function () { - - }, - /** - * 添加一个元素或删除一个元素或修改一个元素 - */ - patchURL: function () { - - }, - /** - * 删除整个model, destroy方法调用 - */ - deleteURL: function () { - - }, - /** - * 读取model - */ - readURL: function () { - - }, - - read: function (options) { - if (this._start == true || this._changing_ === true) { - this._F.push({f: this.read, arg: arguments}); - return; - } - this._read(options); - }, - - update: function (options) { - if (this._start == true || this._changing_ === true) { - this._F.push({f: this.update, arg: arguments}); - return; - } - this._save(null, options); - }, - - patch: function (options) { - if (this._start == true || this._changing_ === true) { - this._F.push({f: this.patch, arg: arguments}); - return; - } - this._save(null, BI.extend({}, options, { - patch: true - })); - }, - - _destroy: function () { - var children = BI.extend({}, this._childs); - this._childs = {}; - BI.each(children, function (i, child) { - child._destroy(); - }); - this.destroyed && this.destroyed(); - }, - - destroy: function () { - this._destroy(); - BI.Model.superclass.destroy.apply(this, arguments); - } -});/** - * @class BI.View - * @extends BI.V - * @type {*|void|Object} - */ -BI.View = BI.inherit(BI.V, { - - //生命周期函数 - beforeCreate: null, - - created: null, - - beforeDestroy: null, - - destroyed: null, - - _init: function () { - BI.View.superclass._init.apply(this, arguments); - this.beforeCreate && this.beforeCreate(); - var self = this; - this.listenTo(this.model, "change:current", function (obj, val) { - if (BI.isNotNull(val) && val.length > 0) { - this.refresh(val); - } - }).listenTo(this.model, "change", function (changed) { - this.delegateEvents(); - }).listenTo(this.model, "changed", function (changed, prev, context, options) { - if (BI.has(changed, "current") && BI.size(changed) > 1) { - throw new Error("refresh操作不能调用set操作"); - } - var notLocal = !BI.has(changed, "current") && !this.local() && this.notifyParent().notify(); - this.model.actionEnd() && this.actionEnd(); - this.model._changing_ = true; - notLocal && !BI.isEmpty(changed) && this.change(changed, prev, context, options); - this.model._changing_ = false; - this.model.actionEnd() && this.actionEnd(); - }).listenTo(this.model, "destroy", function () { - this._destroy(); - }).listenTo(this.model, "unset", function () { - this._destroy(); - }).listenTo(this.model, "splice", function (arg) { - this.splice.apply(this, arg); - }).listenTo(this.model, "duplicate", function (arg) { - this.duplicate.apply(this, arg); - }); - this._F = []; - var flatten = ["_init", "_defaultConfig", "_vessel", "_render", "getName", "listenEnd", "local", "refresh", "load", "change"]; - flatten = BI.makeObject(flatten, true); - BI.each(this.constructor.caller.caller.prototype, function (key) { - if (flatten[key]) { - return; - } - var f = self[key]; - if (BI.isFunction(f)) { - self[key] = BI.bind(function () { - if (this.model._start === true) { - this._F.push({f: f, arg: arguments}); - return; - } - return f.apply(this, arguments); - }, self); - } - }); - this.created && this.created(); - }, - - change: function (changed, prev) { - - }, - - actionEnd: function () { - var self = this; - var _F = this._F.slice(0); - this._F = []; - BI.each(_F, function (i, f) { - f.f.apply(self, f.arg); - }); - return this; - }, - - delegateEvents: function (events) { - if (!(events || (events = BI.deepClone(_.result(this, 'events'))))) return this; - var delegateEventSplitter = /^(\S+)\s*(.*)$/; - for (var key in events) { - var method = events[key]; - if (!_.isFunction(method)) method = this[events[key]]; - if (!method) continue; - var match = key.match(delegateEventSplitter); - var ev = true; - switch (match[1]) { - case "draggable": - break; - case "droppable": - break; - case "sortable": - break; - case "resizable": - break; - case "hover": - break; - default : - ev = false; - break; - } - - var off = new BI.OffList({ - event: match[1] + '.delegateEvents' + this.cid - }); - - var keys = match[2].split('.'); - var handle = keys[1]; - var bind = ev ? new BI.EventList({ - event: match[1], - handle: handle, - callback: BI.bind(method, this) - }) : new BI.ListenerList({ - event: match[1] + '.delegateEvents' + this.cid, - handle: handle, - callback: BI.bind(method, this), - context: this - }); - - var list = []; - if (this[keys[0]] && (this[keys[0]] instanceof $ || this[keys[0]].element instanceof $)) { - list = [this[keys[0]]] - delete events[key]; - } else if (BI.isArray(this[keys[0]]) || BI.isPlainObject(this[keys[0]])) { - list = this[keys[0]] - delete events[key]; - } - off.populate(list); - bind.populate(list); - } - return BI.View.superclass.delegateEvents.apply(this, [events]); - }, - - _vessel: function () { - this._cardLayouts = {}; - this._cardLayouts[this.getName()] = new BI.CardLayout({ - element: this - }); - var vessel = BI.createWidget(); - this._cardLayouts[this.getName()].addCardByName(this.getName(), vessel); - return vessel; - }, - - render: function (vessel) { - return this; - }, - - /** - * 创建儿子所在容器 - * @param key - * @param vessel - * @param options isLayer:是否是弹出层, defaultShowName:默认显示项 - * @returns {BI.View} - */ - addSubVessel: function (key, vessel, options) { - options || (options = {}); - this._cardLayouts || (this._cardLayouts = {}); - var id = key + this.cid; - options.isLayer && (vessel = BI.Layers.has(id) ? BI.Layers.get(id) : BI.Layers.create(id, vessel)); - if (this._cardLayouts[key]) { - options.defaultShowName && this._cardLayouts[key].setDefaultShowName(options.defaultShowName); - return this; - } - this._cardLayouts[key] = BI.createWidget({ - type: "bi.card", - element: vessel, - defaultShowName: options.defaultShowName - }); - return this; - }, - - removeSubVessel: function (key) { - var self = this, id = key + this.cid; - BI.Layers.remove(id); - var cardNames = this._cardLayouts[key] && this._cardLayouts[key].getAllCardNames(); - BI.each(cardNames, function (i, name) { - delete self._cards[name]; - }); - this._cardLayouts[key] && this._cardLayouts[key]._destroy(); - return this; - }, - - createView: function (url, modelData, viewData, context) { - return BI.Factory.createView(url, this.get(url), modelData, viewData, context); - }, - - /** - * 跳转到指定的card - * @param cardName - */ - skipTo: function (cardName, layout, modelData, viewData, options) { - if (this.model._start === true || this._changing_ === true) { - this._F.push({f: this.skipTo, arg: arguments}); - return this; - } - var self = this, isValid = BI.isKey(modelData), data = void 0; - BI.isKey(layout) && (layout = layout + ""); - layout = layout || this.getName(); - options || (options = {}); - if (isValid) { - modelData = modelData + "";//避免modelData是数字 - var keys = modelData.split('.'); - BI.each(keys, function (i, k) { - if (i === 0) { - data = self.model.get(k) || {}; - } else { - data = data[k] || {}; - } - }); - data.id = options.id || keys[keys.length - 1]; - } else { - data = modelData; - } - BI.extend(data, options.data); - var action = options.action || new BI.ShowAction(); - var cardLayout = this._cardLayouts[layout]; - if (!cardLayout) { - return this; - } - cardLayout.setVisible(true); - if (BI.isKey(cardName) && !cardLayout.isCardExisted(cardName)) { - var view = this.createView(this.rootURL + "/" + cardName, data, viewData, this); - isValid && this.model.addChild(modelData, view.model); - view.listenTo(view.model, "destroy", function () { - delete self._cards[cardName]; - cardLayout.deleteCardByName(cardName); - if (cardLayout.isAllCardHide()) { - cardLayout.setVisible(false); - BI.Layers.hide(layout + self.cid); - } - }).listenTo(view.model, "unset", function () { - delete self._cards[cardName]; - cardLayout.deleteCardByName(cardName); - }); - cardLayout.addCardByName(cardName, view); - this._cards || (this._cards = {}); - this._cards[cardName] = view; - data = {}; - this.on("end:" + view.cid, function () { - var isNew = false, t, keys; - if (isValid) { - keys = modelData.split('.'); - BI.each(keys, function (i, k) { - if (i === 0) { - t = self.model.get(k) || (isNew = true); - } else { - t = t[k] || (isNew = true); - } - }); - } - if (isNew) { - delete self._cards[cardName]; - self.model.removeChild(modelData, view.model); - cardLayout.deleteCardByName(cardName); - view._destroy(); - cardLayout.setVisible(false); - } - action.actionBack(view, null, function () { - if (cardLayout.isAllCardHide()) { - cardLayout.setVisible(false); - BI.Layers.hide(layout + self.cid); - } - !isNew && (self.listenEnd.apply(self, isValid ? keys : [modelData]) !== false) && self.populate(); - }) - }).on("change:" + view.cid, _.bind(this.notifyParent, this)); - } - BI.isKey(cardName) && BI.Layers.show(layout + this.cid); - cardLayout.showCardByName(cardName, action, function () { - BI.isKey(cardName) && self._cards[cardName].populate(data, options); - }); - !BI.isKey(cardName) && BI.Layers.hide(layout + this.cid); - return this._cards[cardName]; - }, - - listenEnd: function (key1, key2, key3) { - return this; - }, - - /** - * 告诉父亲我的操作结束了,后面的事情任由父亲处置 - * @param force 强制下次再次进入该节点时不进行刷新操作, 默认执行刷新 - * @returns {BI.View} - */ - notifyParentEnd: function (force) { - this.parent && this.parent.trigger("end:" + this.cid); - this.trigger("end"); - !force && this.notify(); - return this; - }, - - /** - * 通知父亲我的数据发生了变化 - */ - notifyParent: function () { - this.parent && this.parent.notify().trigger("change:" + this.cid); - return this; - }, - - /** - * 告诉Model数据改变了 - */ - notify: function () { - this.model.unset("current", {silent: true}); - return this; - }, - - getName: function () { - return "VIEW" - }, - - /** - * 全局刷新 - * @param current - */ - refresh: function (current) { - }, - /** - * 局部刷新 - */ - local: function () { - return false; - }, - - load: function (data) { - - }, - - readData: function (force, options) { - options || (options = {}); - var self = this; - var args = [].slice.call(arguments, 2); - if (!force && this._readed === true) {//只从后台获取一次数据 - callback(this.model.toJSON()); - return; - } - //采用静默方式读数据,该数据变化不引起data的change事件触发 - var success = options.success; - this.model.read(BI.extend({ - silent: true - }, options, { - success: function (data, model) { - callback(data); - !force && (self._readed = true); - self.delegateEvents(); - success && success(data, model); - } - })); - - function callback(data) { - self.model.load(data); - self.load(data); - BI.each(args, function (i, arg) { - if (BI.isFunction(arg)) { - arg.apply(self, [data]); - } - }) - } - }, - - //处理model的通用方法 - cat: function () { - return this.model.cat.apply(this.model, arguments); - }, - - get: function () { - return this.model.get.apply(this.model, arguments); - }, - - set: function () { - return this.model.set.apply(this.model, arguments); - }, - - has: function () { - return this.model.has.apply(this.model, arguments); - }, - - getEditing: function () { - return this.model.getEditing(); - }, - - reading: function (options) { - var self = this; - var name = BI.UUID(); - this.model.read(BI.extend({}, options, { - beforeSend: function () { - var loading = BI.createWidget({ - type: 'bi.vertical', - items: [{ - type: "bi.layout", - height: 30, - cls: "loading-background" - }], - element: BI.Maskers.make(name, self) - }); - loading.setVisible(true); - }, - complete: function (data) { - options.complete && options.complete(data); - BI.Maskers.remove(name); - } - })); - }, - - updating: function (options) { - var self = this; - var name = BI.UUID(); - this.model.update(BI.extend({}, options, { - noset: true, - beforeSend: function () { - var loading = BI.createWidget({ - type: 'bi.vertical', - items: [{ - type: "bi.layout", - height: 30, - cls: "loading-background" - }], - element: BI.Maskers.make(name, self) - }); - loading.setVisible(true); - }, - complete: function (data) { - options.complete && options.complete(data); - BI.Maskers.remove(name); - } - })); - }, - - patching: function (options) { - var self = this; - var name = BI.UUID(); - this.model.patch(BI.extend({}, options, { - noset: true, - beforeSend: function () { - var loading = BI.createWidget({ - type: 'bi.vertical', - items: [{ - type: "bi.layout", - height: 30, - cls: "loading-background" - }], - element: BI.Maskers.make(name, self) - }); - loading.setVisible(true); - }, - complete: function (data) { - options.complete && options.complete(data); - BI.Maskers.remove(name); - } - })); - }, - - populate: function (modelData, options) { - var self = this; - options || (options = {}); - if (options.force === true) { - this.notify(); - } - if (this._cardLayouts && this._cardLayouts[this.getName()]) { - this._cardLayouts[this.getName()].showCardByName(this.getName()); - } - //BI.each(this._cardLayouts, function (key, layout) { - // layout.showCardByName(layout.getDefaultShowName() || self.getName()); - //}); - //BI.each(this._cards, function (i, card) { - // card.notify && card.notify(); - //}); - if (this._F.length > 0) { - throw new Error("流程错误"); - } - if (options.force === true) { - this.model.set(modelData, options).set({current: this.model.get("default")}); - return; - } - if (options.force === false) { - this.model.set(modelData); - return; - } - var filter = BI.clone(modelData || {}); - delete filter.id; - var contains = BI.has(this.model.toJSON(), _.keys(filter)); - var match = BI.isEmpty(filter) || (contains && this.model.matches(modelData)); - if (match === true) { - this.model.set({current: this.model.get("default")}); - } else if (contains === false) { - this.model.set(modelData); - } else { - this.model.set(modelData, options).set({current: this.model.get("default")}); - } - }, - - //删除子节点触发 - splice: function (old, key1, key2, key3) { - - }, - - //复制子节点触发 - duplicate: function (copy, key1, key2, key3) { - - }, - - _unMount: function () { - this.beforeDestroy && this.beforeDestroy(); - BI.each(this._cardLayouts, function (name, card) { - card && card._unMount(); - }); - delete this._cardLayouts; - delete this._cards; - this.destroyed && this.destroyed(); - this.trigger(BI.Events.UNMOUNT); - this.off(); - }, - - _destroy: function () { - var self = this; - BI.each(this._cardLayouts, function (name, card) { - card && card._unMount(); - BI.Layers.remove(name + self.cid); - }); - delete this._cardLayouts; - delete this._cards; - this.destroyed && this.destroyed(); - this.remove(); - this.trigger(BI.Events.DESTROY); - this.off(); - } -}); - -BI.View.registerVMRouter = function (viewRouter, modelRouter) { - //配置View - BI.View.createView = BI.View.prototype.createView = function (url, modelData, viewData, context) { - return BI.Factory.createView(url, viewRouter.get(url), _.extend({}, modelRouter.get(url), modelData), viewData || {}, context); - }; -};/** - * @class BI.FloatSection - * @extends BI.View - * @abstract - */ -BI.FloatSection = BI.inherit(BI.View, { - _init : function() { - BI.FloatSection.superclass._init.apply(this, arguments); - var self = this; - var flatten = ["_init", "_defaultConfig", "_vessel", "_render", "getName", "listenEnd", "local", "refresh", "load", "change"]; - flatten = BI.makeObject(flatten, true); - BI.each(this.constructor.caller.caller.caller.prototype, function (key) { - if (flatten[key]) { - return; - } - var f = self[key]; - if (BI.isFunction(f)) { - self[key] = BI.bind(function () { - if (this.model._start === true) { - this._F.push({f: f, arg: arguments}); - return; - } - return f.apply(this, arguments); - }, self); - } - }) - }, - - rebuildNorth : function(north) { - return true; - }, - rebuildCenter : function(center) {}, - rebuildSouth : function(south) { - return false; - }, - close: function(){ - this.notifyParentEnd(); - this.trigger(BI.PopoverSection.EVENT_CLOSE); - }, - end: function(){ - - } -}); -/** - * 统一绑定事件 - * @type {*|void|Object} - */ -BI.EventList = BI.inherit(BI.OB, { - _defaultConfig: function() { - return BI.extend(BI.EventList.superclass._defaultConfig.apply(this, arguments), { - event: "click", - callback: BI.emptyFn, - handle: "", - items:[] - }); - }, - - _init : function() { - BI.EventList.superclass._init.apply(this, arguments); - this.populate(this.options.items); - }, - - _getHandle: function(item){ - var handle = this.options.handle ? _.result(item, this.options.handle) : item; - return handle.element || handle; - }, - - populate: function(items){ - var self = this, - event = this.options.event, - callback = this.options.callback; - BI.nextTick(function(){ - BI.each(items, function(i, item){ - var fn = callback(item); - BI.isFunction(fn) && (fn = BI.debounce(fn, BI.EVENT_RESPONSE_TIME, true)); - self._getHandle(item)[event](fn); - }) - }) - - } -});/** - * 统一监听jquery事件 - * @type {*|void|Object} - */ -BI.ListenerList = BI.inherit(BI.OB, { - _defaultConfig: function() { - return BI.extend(BI.ListenerList.superclass._defaultConfig.apply(this, arguments), { - event: "click", - callback: BI.emptyFn, - items:[] - }); - }, - - _init : function() { - BI.ListenerList.superclass._init.apply(this, arguments); - this.populate(this.options.items); - }, - - _getHandle: function(item){ - var handle = this.options.handle ? _.result(item, this.options.handle) : item; - return handle.element || handle; - }, - - populate: function(items){ - var self = this, - event = this.options.event, - callback = this.options.callback; - BI.nextTick(function(){ - BI.each(items, function(i, item){ - var fn = callback(item); - BI.isFunction(fn) && (fn = BI.debounce(fn, BI.EVENT_RESPONSE_TIME, true)); - self._getHandle(item).on(event, fn); - }) - }) - } -});/** - * Created by GUY on 2015/6/25. - */ -/** - * 统一监听jquery事件 - * @type {*|void|Object} - */ -BI.OffList = BI.inherit(BI.OB, { - _defaultConfig: function() { - return BI.extend(BI.OffList.superclass._defaultConfig.apply(this, arguments), { - event: "click", - items:[] - }); - }, - - _init : function() { - BI.OffList.superclass._init.apply(this, arguments); - this.populate(this.options.items); - }, - - _getHandle: function(item){ - var handle = this.options.handle ? _.result(item, this.options.handle) : item; - return handle.element || handle; - }, - - populate: function(items){ - var self = this, - event = this.options.event; - BI.each(items, function(i, item){ - self._getHandle(item).off(event); - }) - } -});/** - * 有确定取消按钮的弹出层 - * @class BI.BarFloatSection - * @extends BI.FloatSection - * @abstract - */ -BI.BarFloatSection = BI.inherit(BI.FloatSection, { - _defaultConfig: function () { - return BI.extend(BI.BarFloatSection.superclass._defaultConfig.apply(this, arguments), { - btns: [BI.i18nText(BI.i18nText("BI-Basic_Sure")), BI.i18nText("BI-Basic_Cancel")] - }) - }, - - _init: function () { - BI.BarFloatSection.superclass._init.apply(this, arguments); - var self = this; - var flatten = ["_init", "_defaultConfig", "_vessel", "_render", "getName", "listenEnd", "local", "refresh", "load", "change"]; - flatten = BI.makeObject(flatten, true); - BI.each(this.constructor.caller.caller.caller.caller.prototype, function (key) { - if (flatten[key]) { - return; - } - var f = self[key]; - if (BI.isFunction(f)) { - self[key] = BI.bind(function () { - if (this.model._start === true) { - this._F.push({f: f, arg: arguments}); - return; - } - return f.apply(this, arguments); - }, self); - } - }) - }, - - rebuildSouth: function (south) { - var self = this, o = this.options; - this.sure = BI.createWidget({ - type: 'bi.button', - text: this.options.btns[0], - height: 30, - value: 0, - handler: function (v) { - self.end(); - self.close(v); - } - }); - this.cancel = BI.createWidget({ - type: 'bi.button', - text: this.options.btns[1], - height: 30, - value: 1, - level: 'ignore', - handler: function (v) { - self.close(v); - } - }); - BI.createWidget({ - type: 'bi.right_vertical_adapt', - element: south, - hgap: 5, - items: [this.cancel, this.sure] - }); - } -}); -/** - * - * @class BI.FloatBoxRouter - * @extends BI.WRouter - */ -BI.FloatBoxRouter = BI.inherit(BI.WRouter, { - routes: {}, - - _init: function () { - this.store = {}; - this.views = {}; - }, - - createView: function (url, modelData, viewData, context) { - return BI.Factory.createView(url, this.get(url), modelData || {}, viewData || {}, context) - }, - - open: function (url, modelData, viewData, context, options) { - var self = this, isValid = BI.isKey(modelData); - options || (options = {}); - url = context.rootURL + "/" + url; - var data = void 0; - if (isValid) { - modelData = modelData + "";//避免modelData是数字 - var keys = modelData.split('.'); - BI.each(keys, function (i, k) { - if (i === 0) { - data = context.model.get(k) || {}; - } else { - data = data[k] || {}; - } - }); - data.id = options.id || keys[keys.length - 1]; - } else { - data = modelData; - } - BI.extend(data, options.data); - if (!this.controller) { - this.controller = new BI.FloatBoxController(); - } - if (!this.store[url]) { - this.store[url] = BI.createWidget({ - type: "bi.float_box" - }, options); - var view = this.createView(url, data, viewData, context); - isValid && context.model.addChild(modelData, view.model); - view.listenTo(view.model, "destroy", function () { - self.remove(url, context); - }); - context.on(BI.Events.UNMOUNT, function () { - self.remove(url, context); - }); - this.store[url].populate(view); - this.views[url] = view; - this.controller.add(url, this.store[url]); - context && context.on("end:" + view.cid, function () { - BI.nextTick(function () { - self.close(url); -// view.end(); - (context.listenEnd.apply(context, isValid ? modelData.split('.') : [modelData]) !== false) && context.populate(); - }, 30) - }).on("change:" + view.cid, _.bind(context.notifyParent, context)) - } - this.controller.open(url); - this.views[url].populate(data, options.force || true); - return this; - }, - - close: function (url) { - if (this.controller) { - this.controller.close(url); - } - return this; - }, - - remove: function (url, context) { - url = context.rootURL + "/" + url; - if (this.controller) { - this.controller.remove(url); - delete this.store[url]; - this.views[url] && this.views[url].model.destroy(); - delete this.views[url]; - } - return this; - } -});BI.Fix = { - version: "1.0" -}; \ No newline at end of file diff --git a/dist/utils.min.js b/dist/utils.min.js index 4384117c3..7923ad916 100644 --- a/dist/utils.min.js +++ b/dist/utils.min.js @@ -1,4 +1,4 @@ -/*! fineui 2019-02-14 17:24:23 */ +/*! fineui 2019-02-15 13:59:45 */ var _global;_global="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,null==_global.BI&&(_global.BI={prepares:[]}),null==_global.BI.prepares&&(_global.BI.prepares=[]),function(){function a(a,b,c){switch(c.length){case 0:return a.call(b);case 1:return a.call(b,c[0]);case 2:return a.call(b,c[0],c[1]);case 3:return a.call(b,c[0],c[1],c[2])}return a.apply(b,c)}function b(a,b,c,d){for(var e=-1,f=null==a?0:a.length;++e-1}function g(a,b,c){for(var d=-1,e=null==a?0:a.length;++d-1;);return c}function z(a,b){for(var c=a.length;c--&&o(b,a[c],0)>-1;);return c}function A(a,b){for(var c=a.length,d=0;c--;)a[c]===b&&++d;return d}function B(a,b){return null==a?Ie:a[b]}function C(a){return Cg.test(a)}function D(a){for(var b,c=[];!(b=a.next()).done;)c.push(b.value);return c}function E(a){var b=-1,c=Array(a.size);return a.forEach(function(a,d){c[++b]=[d,a]}),c}function F(a,b){return function(c){return a(b(c))}}function G(a,b){for(var c=-1,d=a.length,e=0,f=[];++c-1}function ea(a,b){var c=this.__data__,d=xa(c,a);return d<0?(++this.size,c.push([a,b])):c[d][1]=b,this}function fa(a){var b=-1,c=null==a?0:a.length;for(this.clear();++b=b?a:b)),a}function Ea(a,b,d,e,f,g){var h,i=b&Pe,j=b&Qe,k=bℜif(d&&(h=f?d(a,e,f,g):d(a)),h!==Ie)return h;if(!Sd(a))return a;var l=si(a);if(l){if(h=xc(a),!i)return Qb(a,h)}else{var m=bi(a),n=m==uf||m==vf;if(ti(a))return Gb(a,i);if(m==zf||m==of||n&&!f){if(h=j||n?{}:yc(a),!i)return j?Tb(a,Aa(h,a)):Sb(a,za(h,a))}else{if(!Eg[m])return f?a:{};h=zc(a,m,i)}}g||(g=new oa);var o=g.get(a);if(o)return o;if(g.set(a,h),xi(a))return a.forEach(function(c){h.add(Ea(c,b,d,c,a,g))}),h;if(vi(a))return a.forEach(function(c,e){h.set(e,Ea(c,b,d,e,a,g))}),h;var p=k?j?nc:mc:j?me:le,q=l?Ie:p(a);return c(q||a,function(c,e){q&&(e=c,c=a[e]),wa(h,e,Ea(c,b,d,e,a,g))}),h}function Fa(a,b,c){if("function"!=typeof a)throw new TypeError(Le);return setTimeout(function(){a.apply(Ie,c)},b)}function Ga(a,b,c,d){var e=-1,i=f,j=!0,k=a.length,l=[],m=b.length;if(!k)return l;c&&(b=h(b,v(c))),d?(i=g,j=!1):b.length>=Ke&&(i=x,j=!1,b=new la(b));a:for(;++e0&&c(h)?b>1?Ka(h,b-1,c,d,e):i(e,h):d||(e[e.length]=h)}return e}function La(a,b){return a&&Vh(a,b,le)}function Ma(a,b){return a&&Wh(a,b,le)}function Na(a,b){return e(b,function(b){return Qd(a[b])})}function Oa(a,b){b=Eb(b,a);for(var c=0,d=b.length;null!=a&&cb}function Sa(a,b){return null!=a&&ah.call(a,b)}function Ta(a,b){return null!=a&&b in Object(a)}function Ua(a,b,c){for(var d=c?g:f,e=a[0].length,i=a.length,j=i,k=Array(i),l=1/0,m=[];j--;){var n=a[j];j&&b&&(n=h(n,v(b))),l=Ah(n.length,l),k[j]=!c&&(b||e>=120&&n.length>=120)?new la(j&&n):Ie}n=a[0];var o=-1,p=k[0];a:for(;++oe?0:e+b),c=c>e?e:c,c<0&&(c+=e),e=b>c?0:c-b>>>0,b>>>=0;for(var f=Array(e);++d=Ke){var l=b?null:Zh(a);if(l)return I(l);i=!1,e=x,k=new la}else k=b?[]:j;a:for(;++d=d?a:wb(a,b,c)}function Gb(a,b){if(b)return a.slice();var c=a.length,d=kh?kh(c):new a.constructor(c);return a.copy(d),d}function Hb(a){var b=new a.constructor(a.byteLength);return new jh(b).set(new jh(a)),b}function Ib(a,b){var c=b?Hb(a.buffer):a.buffer;return new a.constructor(c,a.byteOffset,a.byteLength)}function Jb(a){var b=new a.constructor(a.source,cg.exec(a));return b.lastIndex=a.lastIndex,b}function Kb(a){return Rh?Object(Rh.call(a)):{}}function Lb(a,b){var c=b?Hb(a.buffer):a.buffer;return new a.constructor(c,a.byteOffset,a.length)}function Mb(a,b){if(a!==b){var c=a!==Ie,d=null===a,e=a===a,f=Zd(a),g=b!==Ie,h=null===b,i=b===b,j=Zd(b);if(!h&&!j&&!f&&a>b||f&&g&&i&&!h&&!j||d&&g&&i||!c&&i||!e)return 1;if(!d&&!f&&!j&&a=h)return i;var j=c[d];return i*("desc"==j?-1:1)}}return a.index-b.index}function Ob(a,b,c,d){for(var e=-1,f=a.length,g=c.length,h=-1,i=b.length,j=zh(f-g,0),k=Array(i+j),l=!d;++h1?c[e-1]:Ie,g=e>2?c[2]:Ie;for(f=a.length>3&&"function"==typeof f?(e--,f):Ie,g&&Dc(c[0],c[1],g)&&(f=e<3?Ie:f,e=1),b=Object(b);++d-1?e[f?b[g]:g]:Ie}}function ac(a,b,c,d,e,f,g,h,i,j){function k(){for(var r=arguments.length,s=Array(r),t=r;t--;)s[t]=arguments[t];if(o)var u=pc(k),v=A(s,u);if(d&&(s=Ob(s,d,e,o)),f&&(s=Pb(s,f,g,o)),r-=v,o&&r1&&s.reverse(),l&&ih))return!1;var j=f.get(a);if(j&&f.get(b))return j==b;var l=-1,m=!0,n=c&Te?new la:Ie;for(f.set(a,b),f.set(b,a);++l1?"& ":"")+b[d],b=b.join(c>2?", ":" "),a.replace($f,"{\n/* [wrapped with "+b+"] */\n")}function Bc(a){return si(a)||ri(a)||!!(ph&&a&&a[ph])}function Cc(a,b){var c=typeof a;return b=null==b?jf:b,!!b&&("number"==c||"symbol"!=c&&hg.test(a))&&a>-1&&a%1==0&&a0){if(++b>=cf)return arguments[0]}else b=0;return a.apply(Ie,arguments)}}function Uc(a){if("string"==typeof a||Zd(a))return a;var b=a+"";return"0"==b&&1/a==-hf?"-0":b}function Vc(a){if(null!=a){try{return _g.call(a)}catch(b){}try{return a+""}catch(b){}}return""}function Wc(a,b){return c(nf,function(c){var d="_."+c[0];b&c[1]&&!f(a,d)&&a.push(d)}),a.sort()}function Xc(a){if(a instanceof R)return a.clone();var b=new Q(a.__wrapped__,a.__chain__);return b.__actions__=Qb(a.__actions__),b.__index__=a.__index__,b.__values__=a.__values__,b}function Yc(a){for(var b=-1,c=null==a?0:a.length,d=0,e=[];++b0&&(c=b.apply(this,arguments)),a<=1&&(b=Ie),c}}function Bd(a,b,c){function d(b){var c=m,d=n;return m=n=Ie,s=b,p=a.apply(d,c)}function e(a){return s=a,q=setTimeout(h,b),t?d(a):p}function f(a){var c=a-r,d=a-s,e=b-c;return u?Ah(e,o-d):e}function g(a){var c=a-r,d=a-s;return r===Ie||c>=b||c<0||u&&d>=o}function h(){var a=ni();return g(a)?i(a):void(q=setTimeout(h,f(a)))}function i(a){return q=Ie,v&&m?d(a):(m=n=Ie,p)}function j(){q!==Ie&&clearTimeout(q),s=0,m=r=n=q=Ie}function k(){return q===Ie?p:i(ni())}function l(){var a=ni(),c=g(a);if(m=arguments,n=this,r=a,c){if(q===Ie)return e(r);if(u)return q=setTimeout(h,b),d(r)}return q===Ie&&(q=setTimeout(h,b)),p}var m,n,o,p,q,r,s=0,t=!1,u=!1,v=!0;if("function"!=typeof a)throw new TypeError(Le);return b=ce(b)||0,Sd(c)&&(t=!!c.leading,u="maxWait"in c,o=u?zh(ce(c.maxWait)||0,b):o,v="trailing"in c?!!c.trailing:v),l.cancel=j,l.flush=k,l}function Cd(a,b){if("function"!=typeof a||null!=b&&"function"!=typeof b)throw new TypeError(Le);var c=function(){var d=arguments,e=b?b.apply(this,d):d[0],f=c.cache;if(f.has(e))return f.get(e);var g=a.apply(this,d);return c.cache=f.set(e,g)||f,g};return c.cache=new(Cd.Cache||fa),c}function Dd(a){if("function"!=typeof a)throw new TypeError(Le);return function(){var b=arguments;switch(b.length){case 0:return!a.call(this);case 1:return!a.call(this,b[0]);case 2:return!a.call(this,b[0],b[1]);case 3:return!a.call(this,b[0],b[1],b[2])}return!a.apply(this,b)}}function Ed(a){return Ad(2,a)}function Fd(a,b){if("function"!=typeof a)throw new TypeError(Le);return b=b===Ie?b:be(b),ub(a,b)}function Gd(a,b,c){var d=!0,e=!0;if("function"!=typeof a)throw new TypeError(Le);return Sd(c)&&(d="leading"in c?!!c.leading:d,e="trailing"in c?!!c.trailing:e),Bd(a,b,{leading:d,maxWait:b,trailing:e})}function Hd(a){return Ea(a,Re)}function Id(a){return Ea(a,Pe|Re)}function Jd(a,b){return a===b||a!==a&&b!==b}function Kd(a){return null!=a&&Rd(a.length)&&!Qd(a)}function Ld(a){return Td(a)&&Kd(a)}function Md(a){return a===!0||a===!1||Td(a)&&Qa(a)==rf}function Nd(a){if(null==a)return!0;if(Kd(a)&&(si(a)||"string"==typeof a||"function"==typeof a.splice||ti(a)||yi(a)||ri(a)))return!a.length;var b=bi(a);if(b==wf||b==Df)return!a.size;if(Ic(a))return!gb(a).length;for(var c in a)if(ah.call(a,c))return!1;return!0}function Od(a,b){return Za(a,b)}function Pd(a){return"number"==typeof a&&xh(a)}function Qd(a){if(!Sd(a))return!1;var b=Qa(a);return b==uf||b==vf||b==qf||b==Bf}function Rd(a){return"number"==typeof a&&a>-1&&a%1==0&&a<=jf}function Sd(a){var b=typeof a;return null!=a&&("object"==b||"function"==b)}function Td(a){return null!=a&&"object"==typeof a}function Ud(a){return Wd(a)&&a!=+a}function Vd(a){return null===a}function Wd(a){return"number"==typeof a||Td(a)&&Qa(a)==xf}function Xd(a){if(!Td(a)||Qa(a)!=zf)return!1;var b=lh(a);if(null===b)return!0;var c=ah.call(b,"constructor")&&b.constructor;return"function"==typeof c&&c instanceof c&&_g.call(c)==eh}function Yd(a){return"string"==typeof a||!si(a)&&Td(a)&&Qa(a)==Ef}function Zd(a){return"symbol"==typeof a||Td(a)&&Qa(a)==Ff}function $d(a){return a===Ie}function _d(a){if(!a)return[];if(Kd(a))return Yd(a)?L(a):Qb(a);if(qh&&a[qh])return D(a[qh]());var b=bi(a),c=b==wf?E:b==Df?I:qe;return c(a)}function ae(a){if(!a)return 0===a?a:0;if(a=ce(a),a===hf||a===-hf){var b=a<0?-1:1;return b*kf}return a===a?a:0}function be(a){var b=ae(a),c=b%1;return b===b?c?b-c:b:0}function ce(a){if("number"==typeof a)return a;if(Zd(a))return lf;if(Sd(a)){var b="function"==typeof a.valueOf?a.valueOf():a;a=Sd(b)?b+"":b}if("string"!=typeof a)return 0===a?a:+a;a=a.replace(Zf,"");var c=eg.test(a);return c||gg.test(a)?Hg(a.slice(2),c?2:8):dg.test(a)?lf:+a}function de(a){return Rb(a,me(a))}function ee(a){return null==a?"":yb(a)}function fe(a,b){var c=Th(a);return null==b?c:za(c,b)}function ge(a,b){return m(a,fb(b,3),La)}function he(a,b){return m(a,fb(b,3),Ma)}function ie(a,b,c){var d=null==a?Ie:Oa(a,b);return d===Ie?c:d}function je(a,b){return null!=a&&wc(a,b,Sa)}function ke(a,b){return null!=a&&wc(a,b,Ta); }function le(a){return Kd(a)?ua(a):gb(a)}function me(a){return Kd(a)?ua(a,!0):hb(a)}function ne(a,b){return oe(a,Dd(fb(b)))}function oe(a,b){if(null==a)return{};var c=h(nc(a),function(a){return[a]});return b=fb(b),qb(a,c,function(a,c){return b(a,c[0])})}function pe(a,b,c){b=Eb(b,a);var d=-1,e=b.length;for(e||(e=1,a=Ie);++db){var d=a;a=b,b=d}if(c||a%1||b%1){var e=Ch();return Ah(a+e*(b-a+Gg("1e-"+((e+"").length-1))),b)}return sb(a,b)}function te(a){return a=ee(a),a&&Uf.test(a)?a.replace(Tf,Wg):a}function ue(a,b,c){if(a=ee(a),a&&(c||b===Ie))return a.replace(Zf,"");if(!a||!(b=yb(b)))return a;var d=L(a),e=L(b),f=y(d,e),g=z(d,e)+1;return Fb(d,f,g).join("")}function ve(a){return function(){return a}}function we(a){return a}function xe(a){return fb("function"==typeof a?a:Ea(a,Pe))}function ye(a){return kb(Ea(a,Pe))}function ze(a,b,d){var e=le(b),f=Na(b,e);null!=d||Sd(b)&&(f.length||!e.length)||(d=b,b=a,a=this,f=Na(b,le(b)));var g=!(Sd(d)&&"chain"in d&&!d.chain),h=Qd(a);return c(f,function(c){var d=b[c];a[c]=d,h&&(a.prototype[c]=function(){var b=this.__chain__;if(g||b){var c=a(this.__wrapped__),e=c.__actions__=Qb(this.__actions__);return e.push({func:d,args:arguments,thisArg:a}),c.__chain__=b,c}return d.apply(a,i([this.value()],arguments))})}),a}function Ae(){return Kg._===this&&(Kg._=fh),this}function Be(){}function Ce(a){return Ec(a)?q(Uc(a)):rb(a)}function De(){return[]}function Ee(){return!1}function Fe(a){var b=++bh;return ee(a)+b}function Ge(a){return a&&a.length?Ia(a,we,Ra):Ie}function He(a){return a&&a.length?Ia(a,we,ib):Ie}var Ie,Je="4.17.5",Ke=200,Le="Expected a function",Me="__lodash_hash_undefined__",Ne=500,Oe="__lodash_placeholder__",Pe=1,Qe=2,Re=4,Se=1,Te=2,Ue=1,Ve=2,We=4,Xe=8,Ye=16,Ze=32,$e=64,_e=128,af=256,bf=512,cf=800,df=16,ef=1,ff=2,gf=3,hf=1/0,jf=9007199254740991,kf=1.7976931348623157e308,lf=NaN,mf=4294967295,nf=[["ary",_e],["bind",Ue],["bindKey",Ve],["curry",Xe],["curryRight",Ye],["flip",bf],["partial",Ze],["partialRight",$e],["rearg",af]],of="[object Arguments]",pf="[object Array]",qf="[object AsyncFunction]",rf="[object Boolean]",sf="[object Date]",tf="[object Error]",uf="[object Function]",vf="[object GeneratorFunction]",wf="[object Map]",xf="[object Number]",yf="[object Null]",zf="[object Object]",Af="[object Promise]",Bf="[object Proxy]",Cf="[object RegExp]",Df="[object Set]",Ef="[object String]",Ff="[object Symbol]",Gf="[object Undefined]",Hf="[object WeakMap]",If="[object ArrayBuffer]",Jf="[object DataView]",Kf="[object Float32Array]",Lf="[object Float64Array]",Mf="[object Int8Array]",Nf="[object Int16Array]",Of="[object Int32Array]",Pf="[object Uint8Array]",Qf="[object Uint8ClampedArray]",Rf="[object Uint16Array]",Sf="[object Uint32Array]",Tf=/[&<>"']/g,Uf=RegExp(Tf.source),Vf=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Wf=/^\w*$/,Xf=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Yf=/[\\^$.*+?()[\]{}|]/g,Zf=/^\s+|\s+$/g,$f=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,_f=/\{\n\/\* \[wrapped with (.+)\] \*/,ag=/,? & /,bg=/\\(\\)?/g,cg=/\w*$/,dg=/^[-+]0x[0-9a-f]+$/i,eg=/^0b[01]+$/i,fg=/^\[object .+?Constructor\]$/,gg=/^0o[0-7]+$/i,hg=/^(?:0|[1-9]\d*)$/,ig="\\ud800-\\udfff",jg="\\u0300-\\u036f",kg="\\ufe20-\\ufe2f",lg="\\u20d0-\\u20ff",mg=jg+kg+lg,ng="\\ufe0e\\ufe0f",og="["+ig+"]",pg="["+mg+"]",qg="\\ud83c[\\udffb-\\udfff]",rg="(?:"+pg+"|"+qg+")",sg="[^"+ig+"]",tg="(?:\\ud83c[\\udde6-\\uddff]){2}",ug="[\\ud800-\\udbff][\\udc00-\\udfff]",vg="\\u200d",wg=rg+"?",xg="["+ng+"]?",yg="(?:"+vg+"(?:"+[sg,tg,ug].join("|")+")"+xg+wg+")*",zg=xg+wg+yg,Ag="(?:"+[sg+pg+"?",pg,tg,ug,og].join("|")+")",Bg=RegExp(qg+"(?="+qg+")|"+Ag+zg,"g"),Cg=RegExp("["+vg+ig+mg+ng+"]"),Dg={};Dg[Kf]=Dg[Lf]=Dg[Mf]=Dg[Nf]=Dg[Of]=Dg[Pf]=Dg[Qf]=Dg[Rf]=Dg[Sf]=!0,Dg[of]=Dg[pf]=Dg[If]=Dg[rf]=Dg[Jf]=Dg[sf]=Dg[tf]=Dg[uf]=Dg[wf]=Dg[xf]=Dg[zf]=Dg[Cf]=Dg[Df]=Dg[Ef]=Dg[Hf]=!1;var Eg={};Eg[of]=Eg[pf]=Eg[If]=Eg[Jf]=Eg[rf]=Eg[sf]=Eg[Kf]=Eg[Lf]=Eg[Mf]=Eg[Nf]=Eg[Of]=Eg[wf]=Eg[xf]=Eg[zf]=Eg[Cf]=Eg[Df]=Eg[Ef]=Eg[Ff]=Eg[Pf]=Eg[Qf]=Eg[Rf]=Eg[Sf]=!0,Eg[tf]=Eg[uf]=Eg[Hf]=!1;var Fg={"&":"&","<":"<",">":">",'"':""","'":"'"},Gg=parseFloat,Hg=parseInt,Ig="object"==typeof global&&global&&global.Object===Object&&global,Jg="object"==typeof self&&self&&self.Object===Object&&self,Kg=Ig||Jg||Function("return this")(),Lg="object"==typeof exports&&exports&&!exports.nodeType&&exports,Mg=Lg&&"object"==typeof module&&module&&!module.nodeType&&module,Ng=Mg&&Mg.exports===Lg,Og=Ng&&Ig.process,Pg=function(){try{return Og&&Og.binding&&Og.binding("util")}catch(a){}}(),Qg=Pg&&Pg.isDate,Rg=Pg&&Pg.isMap,Sg=Pg&&Pg.isRegExp,Tg=Pg&&Pg.isSet,Ug=Pg&&Pg.isTypedArray,Vg=q("length"),Wg=r(Fg),Xg=Array.prototype,Yg=Function.prototype,Zg=Object.prototype,$g=Kg["__core-js_shared__"],_g=Yg.toString,ah=Zg.hasOwnProperty,bh=0,ch=function(){var a=/[^.]+$/.exec($g&&$g.keys&&$g.keys.IE_PROTO||"");return a?"Symbol(src)_1."+a:""}(),dh=Zg.toString,eh=_g.call(Object),fh=Kg._,gh=RegExp("^"+_g.call(ah).replace(Yf,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),hh=Ng?Kg.Buffer:Ie,ih=Kg.Symbol,jh=Kg.Uint8Array,kh=hh?hh.allocUnsafe:Ie,lh=F(Object.getPrototypeOf,Object),mh=Object.create,nh=Zg.propertyIsEnumerable,oh=Xg.splice,ph=ih?ih.isConcatSpreadable:Ie,qh=ih?ih.iterator:Ie,rh=ih?ih.toStringTag:Ie,sh=function(){try{var a=sc(Object,"defineProperty");return a({},"",{}),a}catch(b){}}(),th=Math.ceil,uh=Math.floor,vh=Object.getOwnPropertySymbols,wh=hh?hh.isBuffer:Ie,xh=Kg.isFinite,yh=F(Object.keys,Object),zh=Math.max,Ah=Math.min,Bh=Date.now,Ch=Math.random,Dh=(Xg.reverse,sc(Kg,"DataView")),Eh=sc(Kg,"Map"),Fh=sc(Kg,"Promise"),Gh=sc(Kg,"Set"),Hh=sc(Kg,"WeakMap"),Ih=sc(Object,"create"),Jh=Hh&&new Hh,Kh={},Lh=Vc(Dh),Mh=Vc(Eh),Nh=Vc(Fh),Oh=Vc(Gh),Ph=Vc(Hh),Qh=ih?ih.prototype:Ie,Rh=Qh?Qh.valueOf:Ie,Sh=Qh?Qh.toString:Ie,Th=function(){function a(){}return function(b){if(!Sd(b))return{};if(mh)return mh(b);a.prototype=b;var c=new a;return a.prototype=Ie,c}}();O.prototype=P.prototype,O.prototype.constructor=O,Q.prototype=Th(P.prototype),Q.prototype.constructor=Q,R.prototype=Th(P.prototype),R.prototype.constructor=R,V.prototype.clear=W,V.prototype["delete"]=X,V.prototype.get=Y,V.prototype.has=Z,V.prototype.set=$,_.prototype.clear=aa,_.prototype["delete"]=ba,_.prototype.get=ca,_.prototype.has=da,_.prototype.set=ea,fa.prototype.clear=ga,fa.prototype["delete"]=ha,fa.prototype.get=ia,fa.prototype.has=ja,fa.prototype.set=ka,la.prototype.add=la.prototype.push=ma,la.prototype.has=na,oa.prototype.clear=pa,oa.prototype["delete"]=qa,oa.prototype.get=ra,oa.prototype.has=sa,oa.prototype.set=ta;var Uh=Wb(La),Vh=Xb(),Wh=Xb(!0),Xh=Jh?function(a,b){return Jh.set(a,b),a}:we,Yh=sh?function(a,b){return sh(a,"toString",{configurable:!0,enumerable:!1,value:ve(b),writable:!0})}:we,Zh=Gh&&1/I(new Gh([,-0]))[1]==hf?function(a){return new Gh(a)}:Be,$h=Jh?function(a){return Jh.get(a)}:Be,_h=vh?function(a){return null==a?[]:(a=Object(a),e(vh(a),function(b){return nh.call(a,b)}))}:De,ai=vh?function(a){for(var b=[];a;)i(b,_h(a)),a=lh(a);return b}:De,bi=Qa;(Dh&&bi(new Dh(new ArrayBuffer(1)))!=Jf||Eh&&bi(new Eh)!=wf||Fh&&bi(Fh.resolve())!=Af||Gh&&bi(new Gh)!=Df||Hh&&bi(new Hh)!=Hf)&&(bi=function(a){var b=Qa(a),c=b==zf?a.constructor:Ie,d=c?Vc(c):"";if(d)switch(d){case Lh:return Jf;case Mh:return wf;case Nh:return Af;case Oh:return Df;case Ph:return Hf}return b});var ci=Tc(Xh),di=Tc(Yh),ei=Lc(function(a){var b=[];return 46===a.charCodeAt(0)&&b.push(""),a.replace(Xf,function(a,c,d,e){b.push(d?e.replace(bg,"$1"):c||a)}),b}),fi=ub(function(a,b){return Ld(a)?Ga(a,Ka(b,1,Ld,!0)):[]}),gi=ub(function(a){var b=h(a,Db);return b.length&&b[0]===a[0]?Ua(b):[]}),hi=ub(function(a){return zb(Ka(a,1,Ld,!0))}),ii=ub(function(a,b){return Ld(a)?Ga(a,b):[]}),ji=ub(md),ki=(lc(function(a){var b=a.length,c=b?a[0]:0,d=this.__wrapped__,e=function(b){return Ca(b,a)};return!(b>1||this.__actions__.length)&&d instanceof R&&Cc(c)?(d=d.slice(c,+c+(b?1:0)),d.__actions__.push({func:qd,args:[e],thisArg:Ie}),new Q(d,this.__chain__).thru(function(a){return b&&!a.length&&a.push(Ie),a})):this.thru(e)}),Ub(function(a,b,c){ah.call(a,c)?++a[c]:Ba(a,c,1)})),li=_b(_c),mi=ub(function(a,b){if(null==a)return[];var c=b.length;return c>1&&Dc(a,b[0],b[1])?b=[]:c>2&&Dc(b[0],b[1],b[2])&&(b=[b[0]]),ob(a,Ka(b,1),[])}),ni=function(){return Kg.Date.now()},oi=ub(function(a,b,c){var d=Ue;if(c.length){var e=G(c,pc(oi));d|=Ze}return fc(a,d,b,c,e)}),pi=ub(function(a,b){return Fa(a,1,b)}),qi=ub(function(a,b,c){return Fa(a,ce(b)||0,c)});Cd.Cache=fa;var ri=Xa(function(){return arguments}())?Xa:function(a){return Td(a)&&ah.call(a,"callee")&&!nh.call(a,"callee")},si=Array.isArray,ti=wh||Ee,ui=Qg?v(Qg):Ya,vi=Rg?v(Rg):_a,wi=Sg?v(Sg):cb,xi=Tg?v(Tg):db,yi=Ug?v(Ug):eb,zi=Vb(function(a,b){Rb(b,me(b),a)}),Ai=ub(function(a,b){a=Object(a);var c=-1,d=b.length,e=d>2?b[2]:Ie;for(e&&Dc(b[0],b[1],e)&&(d=1);++c1),b}),Rb(a,nc(a),c),d&&(c=Ea(c,Pe|Qe|Re,hc));for(var e=b.length;e--;)Ab(c,b[e]);return c}),Hi=lc(function(a,b){return null==a?{}:pb(a,b)}),Ii=dc();O.assignIn=zi,O.before=Ad,O.bind=oi,O.chain=od,O.compact=Yc,O.concat=Zc,O.countBy=ki,O.create=fe,O.debounce=Bd,O.defaults=Ai,O.defaultsDeep=Bi,O.defer=pi,O.delay=qi,O.difference=fi,O.drop=$c,O.filter=td,O.flatten=bd,O.flattenDeep=cd,O.initial=fd,O.intersection=gi,O.invert=Ci,O.invertBy=Di,O.iteratee=xe,O.keys=le,O.map=vd,O.matches=ye,O.merge=Ei,O.mixin=ze,O.negate=Dd,O.omit=Gi,O.omitBy=ne,O.once=Ed,O.pick=Hi,O.range=Ii,O.reject=xd,O.rest=Fd,O.slice=hd,O.sortBy=mi,O.take=id,O.takeRight=jd,O.tap=pd,O.throttle=Gd,O.thru=qd,O.toArray=_d,O.union=hi,O.uniq=kd,O.uniqBy=ld,O.unzip=md,O.values=qe,O.without=ii,O.zip=ji,O.zipObject=nd,O.extend=zi,ze(O,O),O.clamp=re,O.clone=Hd,O.cloneDeep=Id,O.escape=te,O.every=sd,O.find=li,O.findIndex=_c,O.findKey=ge,O.findLastIndex=ad,O.findLastKey=he,O.forEach=ud,O.get=ie,O.has=je,O.head=dd,O.identity=we,O.indexOf=ed,O.isArguments=ri,O.isArray=si,O.isArrayLike=Kd,O.isBoolean=Md,O.isDate=ui,O.isEmpty=Nd,O.isEqual=Od,O.isFinite=Pd,O.isFunction=Qd,O.isNaN=Ud,O.isNull=Vd,O.isNumber=Wd,O.isObject=Sd,O.isPlainObject=Xd,O.isRegExp=wi,O.isString=Yd,O.isUndefined=$d,O.last=gd,O.max=Ge,O.min=He,O.noConflict=Ae,O.noop=Be,O.random=se,O.reduce=wd,O.result=pe,O.size=yd,O.some=zd,O.trim=ue,O.uniqueId=Fe,O.each=ud,O.first=dd,ze(O,function(){var a={};return La(O,function(b,c){ah.call(O.prototype,c)||(a[c]=b)}),a}(),{chain:!1}),O.VERSION=Je,c(["drop","take"],function(a,b){R.prototype[a]=function(c){c=c===Ie?1:zh(be(c),0);var d=this.__filtered__&&!b?new R(this):this.clone();return d.__filtered__?d.__takeCount__=Ah(c,d.__takeCount__):d.__views__.push({size:Ah(c,mf),type:a+(d.__dir__<0?"Right":"")}),d},R.prototype[a+"Right"]=function(b){return this.reverse()[a](b).reverse()}}),c(["filter","map","takeWhile"],function(a,b){var c=b+1,d=c==ef||c==gf;R.prototype[a]=function(a){var b=this.clone();return b.__iteratees__.push({iteratee:getIteratee(a,3),type:c}),b.__filtered__=b.__filtered__||d,b}}),c(["head","last"],function(a,b){var c="take"+(b?"Right":"");R.prototype[a]=function(){return this[c](1).value()[0]}}),c(["initial","tail"],function(a,b){var c="drop"+(b?"":"Right");R.prototype[a]=function(){return this.__filtered__?new R(this):this[c](1)}}),R.prototype.compact=function(){return this.filter(we)},R.prototype.find=function(a){return this.filter(a).head()},R.prototype.findLast=function(a){return this.reverse().find(a)},R.prototype.invokeMap=ub(function(a,b){return"function"==typeof a?new R(this):this.map(function(c){return Wa(c,a,b)})}),R.prototype.reject=function(a){return this.filter(Dd(getIteratee(a)))},R.prototype.slice=function(a,b){a=be(a);var c=this;return c.__filtered__&&(a>0||b<0)?new R(c):(a<0?c=c.takeRight(-a):a&&(c=c.drop(a)),b!==Ie&&(b=be(b),c=b<0?c.dropRight(-b):c.take(b-a)),c)},R.prototype.takeRightWhile=function(a){return this.reverse().takeWhile(a).reverse()},R.prototype.toArray=function(){return this.take(mf)},La(R.prototype,function(a,b){var c=/^(?:filter|find|map|reject)|While$/.test(b),d=/^(?:head|last)$/.test(b),e=O[d?"take"+("last"==b?"Right":""):b],f=d||/^find/.test(b);e&&(O.prototype[b]=function(){var b=this.__wrapped__,g=d?[1]:arguments,h=b instanceof R,j=g[0],k=h||si(b),l=function(a){var b=e.apply(O,i([a],g));return d&&m?b[0]:b};k&&c&&"function"==typeof j&&1!=j.length&&(h=k=!1);var m=this.__chain__,n=!!this.__actions__.length,o=f&&!m,p=h&&!n;if(!f&&k){b=p?b:new R(this);var q=a.apply(b,g);return q.__actions__.push({func:qd,args:[l],thisArg:Ie}),new Q(q,m)}return o&&p?a.apply(this,g):(q=this.thru(l),o?d?q.value()[0]:q.value():q)})}),c(["pop","push","shift","sort","splice","unshift"],function(a){var b=Xg[a],c=/^(?:push|sort|unshift)$/.test(a)?"tap":"thru",d=/^(?:pop|shift)$/.test(a);O.prototype[a]=function(){var a=arguments;if(d&&!this.__chain__){var e=this.value();return b.apply(si(e)?e:[],a)}return this[c](function(c){return b.apply(si(c)?c:[],a)})}}),La(R.prototype,function(a,b){var c=O[b];if(c){var d=c.name+"",e=Kh[d]||(Kh[d]=[]);e.push({name:b,func:c})}}),Kh[ac(Ie,Ve).name]=[{name:"wrapper",func:Ie}],R.prototype.clone=S,R.prototype.reverse=T,R.prototype.value=U,O.prototype.first=O.prototype.head,qh&&(O.prototype[qh]=rd),"function"==typeof define&&"object"==typeof define.amd&&define.amd?(Kg._=O,define(function(){return O})):Mg?((Mg.exports=O)._=O,Lg._=O):Kg._=O}.call(this),_.extend(BI,{MAX:0x1000000000000000,MIN:-0x1000000000000000,EVENT_RESPONSE_TIME:200,zIndex_layer:1e5,zIndex_popover:1e6,zIndex_popup:1e7,zIndex_masker:1e8,zIndex_tip:1e9,emptyStr:"",emptyFn:function(){},empty:null,Key:{48:"0",49:"1",50:"2",51:"3",52:"4",53:"5",54:"6",55:"7",56:"8",57:"9",65:"a",66:"b",67:"c",68:"d",69:"e",70:"f",71:"g",72:"h",73:"i",74:"j",75:"k",76:"l",77:"m",78:"n",79:"o",80:"p",81:"q",82:"r",83:"s",84:"t",85:"u",86:"v",87:"w",88:"x",89:"y",90:"z",96:"0",97:"1",98:"2",99:"3",100:"4",101:"5",102:"6",103:"7",104:"8",105:"9",106:"*",107:"+",109:"-",110:".",111:"/"},KeyCode:{BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38},Status:{SUCCESS:1,WRONG:2,START:3,END:4,WAITING:5,READY:6,RUNNING:7,OUTOFBOUNDS:8,NULL:-1},Direction:{Top:"top",Bottom:"bottom",Left:"left",Right:"right",Custom:"custom"},Axis:{Vertical:"vertical",Horizontal:"horizontal"},Selection:{Default:-2,None:-1,Single:0,Multi:1,All:2},HorizontalAlign:{Left:"left",Right:"right",Center:"center",Stretch:"stretch"},VerticalAlign:{Middle:"middle",Top:"top",Bottom:"bottom",Stretch:"stretch"},StartOfWeek:1}),_.extend(BI,{pushArray:function(a,b){for(var c=0;c0){var h=Math.pow(10,f);c>d?(a=Number(a.toString().replace(".","")),b=Number(b.toString().replace(".",""))*h):(a=Number(a.toString().replace(".",""))*h,b=Number(b.toString().replace(".","")))}else a=Number(a.toString().replace(".","")),b=Number(b.toString().replace(".",""));return(a+b)/e}return c(b,a)},sub:function(a,b){function c(a,b){var c,d,e,f;try{c=a.toString().split(".")[1].length}catch(g){c=0}try{d=b.toString().split(".")[1].length}catch(g){d=0}return e=Math.pow(10,Math.max(c,d)),f=c>=d?c:d,((a*e-b*e)/e).toFixed(f)}return c(a,b)},mul:function(a,b){function c(a,b){var c=0,d=a.toString(),e=b.toString();try{c+=d.split(".")[1].length}catch(f){}try{c+=e.split(".")[1].length}catch(f){}return Number(d.replace(".",""))*Number(e.replace(".",""))/Math.pow(10,c)}return c(b,a)},div:function(a,b){function c(a){var b=a.toString().split(/[eE]/),c=(b[0].split(".")[1]||"").length-+(b[1]||0);return c>0?c:0}function d(a){if(a.toString().indexOf("e")===-1)return Number(a.toString().replace(".",""));var b=c(a);return b>0?a*Math.pow(10,b):a}function e(a,b){for(var f=[],g=2;g0)return e.apply(void 0,[e(a,b),f[0]].concat(f.slice(1)));var h=d(a),i=d(b),j=c(a)+c(b),k=h*i;return k/Math.pow(10,j)}function f(a,b){for(var g=[],h=2;h0)return f.apply(void 0,[f(a,b),g[0]].concat(g.slice(1)));var i=d(a),j=d(b);return e(i/j,Math.pow(10,c(b)-c(a)))}return f(a,b)}}),_.extend(BI,{startWith:function(a,b){return a=a||"",!(null==b||""==b||0===a.length||b.length>a.length)&&a.substr(0,b.length)==b},endWith:function(a,b){return!(null==b||""==b||0===a.length||b.length>a.length)&&a.substring(a.length-b.length)==b},getQuery:function(a,b){var c=new RegExp("(^|&)"+b+"=([^&]*)(&|$)"),d=a.substr(a.indexOf("?")+1).match(c);return d?unescape(d[2]):null},appendQuery:function(a,b){if(!b)return a;var c=a;return c.indexOf("?")===-1&&(c+="?"),c.endWith("?")!==!1||(c+="&"),_.each(b,function(a,b){"string"==typeof b&&(c+=b+"="+a+"&")}),c=c.substr(0,c.length-1)},replaceAll:function(a,b,c){return a.replace(new RegExp(b,"gm"),c)},perfectStart:function(a,b){return a.startWith(b)?a:b+a},allIndexOf:function(a,b){if("string"!=typeof b)return[];for(var c=[],d=0;a.length>0;){var e=a.indexOf(b);if(e===-1)break;c.push(d+e),a=a.substring(e+b.length,a.length),d+=e+b.length}return c}}),BI.Date=BI.Date||{},BI.Date.SECOND=1e3,BI.Date.MINUTE=60*BI.Date.SECOND,BI.Date.HOUR=60*BI.Date.MINUTE,BI.Date.DAY=24*BI.Date.HOUR,BI.Date.WEEK=7*BI.Date.DAY,_.extend(BI,{getTimezone:function(a){return a.toString().replace(/^.* (?:\((.*)\)|([A-Z]{1,4})(?:[\-+][0-9]{4})?(?: -?\d+)?)$/,"$1$2").replace(/[^A-Z]/g,"")},getMonthDays:function(a,b){var c=a.getFullYear();return"undefined"==typeof b&&(b=a.getMonth()),0!=c%4||0==c%100&&0!=c%400||1!=b?BI.Date._MD[b]:29},getLastDateOfMonth:function(a){return BI.getDate(a.getFullYear(),a.getMonth(),BI.getMonthDays(a))},getDayOfYear:function(a){var b=BI.getDate(a.getFullYear(),a.getMonth(),a.getDate(),0,0,0),c=BI.getDate(a.getFullYear(),0,0,0,0,0),d=b-c;return Math.floor(d/BI.Date.DAY)},getWeekNumber:function(a){var b=BI.getDate(a.getFullYear(),a.getMonth(),a.getDate(),0,0,0),c=b.getDay(),d=BI.StartOfWeek%7,e=(d+3)%7;e=e||7;var f=ce&&(d=e),c.setDate(d),c.setMonth(c.getMonth()+3*parseInt(b)),c},getQuarterStartMonth:function(a){var b=0,c=a.getMonth();return c<3&&(b=0),28&&(b=9),b},getQuarterStartDate:function(a){return BI.getDate(a.getFullYear(),BI.getQuarterStartMonth(a),1)},getQuarterEndDate:function(a){var b=BI.getQuarterStartMonth(a)+2;return BI.getDate(a.getFullYear(),b,BI.getMonthDays(a,b))},getOffsetMonth:function(a,b){var c=BI.getDate(BI.getTime(a.getFullYear(),a.getMonth(),a.getDate(),a.getHours(),a.getMinutes(),a.getSeconds())),d=c.getDate(),e=BI.getMonthDays(BI.getDate(c.getFullYear(),c.getMonth()+parseInt(b),1));return d>e&&(d=e),c.setDate(d),c.setMonth(c.getMonth()+parseInt(b)),c},getWeekStartDate:function(a){var b=a.getDay(),c=BI.StartOfWeek%7;return BI.getOffsetDate(a,BI.Date._OFFSET[b=12,m=l?k-12:k,n=BI.getDayOfYear(a);0==m&&(m=12);var o=a.getMinutes(),p=a.getSeconds();j["%a"]=BI.Date._SDN[i],j["%A"]=BI.Date._DN[i],j["%b"]=BI.Date._SMN[c],j["%B"]=BI.Date._MN[c],j["%C"]=1+Math.floor(e/100),j["%d"]=d<10?"0"+d:d,j["%e"]=d,j["%H"]=k<10?"0"+k:k,j["%I"]=m<10?"0"+m:m,j["%j"]=n<100?n<10?"00"+n:"0"+n:n,j["%k"]=k,j["%l"]=m,j["%X"]=c<9?"0"+(1+c):1+c,j["%x"]=c+1,j["%M"]=o<10?"0"+o:o,j["%n"]="\n",j["%p"]=l?"PM":"AM",j["%P"]=l?"pm":"am",j["%s"]=Math.floor(a.getTime()/1e3),j["%S"]=p<10?"0"+p:p,j["%t"]="\t",j["%U"]=j["%W"]=j["%V"]=g<10?"0"+g:g,j["%u"]=i+1,j["%w"]=i,j["%y"]=f.substr(2,2),j["%Y"]=f,j["%%"]="%",j["%Q"]=h;var q=/%./g;if(BI.isKhtml=BI.isKhtml||function(){return!!_global.navigator&&/Konqueror|Safari|KHTML/i.test(navigator.userAgent)},!(b.indexOf("%Y")===-1&&b.indexOf("%y")===-1||b.indexOf("%W")===-1&&b.indexOf("%U")===-1&&b.indexOf("%V")===-1))switch(g){case 1:11===c&&(j["%y"]=parseInt(j["%y"])+1,j["%Y"]=parseInt(j["%Y"])+1);break;case 53:0===c&&(j["%y"]=parseInt(j["%y"])-1,j["%Y"]=parseInt(j["%Y"])-1)}if(!BI.isKhtml())return b.replace(q,function(a){return j[a]||a});for(var r=b.match(q),s=0;s-1?f===b?d?h.push(j):h[a]=j:d?i.push(j):i[a]=j:(k=g.indexOf(b),k>-1&&Math.floor(k/f.length)===Math.floor((k+b.length-1)/f.length)&&(f===b||b.length===f.length?d?h.push(j):h[a]=j:d?i.push(j):i[a]=j))}}),{match:h,find:i}}}),_.extend(BI,{beforeFunc:function(a,b){var c=a;return function(){return b.apply(a,arguments)!==!1&&c.apply(a,arguments)}},afterFunc:function(a){var b=sFunc;return function(){var c=b.apply(sFunc,arguments);return c!==!1&&(a.apply(sFunc,arguments),c)}}});var _global;_global="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,_global.BI||(_global.BI={}),!function(a){var b=function(a,b){return function(c,d,e){return a.call(b,d,c,e)}},c=function(a){return function(){return _[a].apply(_,arguments)}},d=function(a){return function(){var c=Array.prototype.slice.call(arguments,0);return c[1]=_.isFunction(c[1])?b(c[1],c[2]):c[1],_[a].apply(_,c)}};_.extend(BI,{i18nText:function(a){var b=BI.i18n&&BI.i18n[a]||"";b||(b=a);var c=arguments.length;if(c>1){if(!(b.indexOf("{R1}")>-1)){var d=Array.prototype.slice.call(arguments),e=1;return BI.replaceAll(b,"\\{\\s*\\}",function(){return d[e++]+""})}for(var f=1;f=0;c--)a=BI.map(a,function(a,d){return BI.extend({},b[c],{items:[BI.extend({},b[c].el,{el:d})]})});return a},formatEL:function(a){return a&&!a.type&&a.el?a:{el:a}},stripEL:function(a){return a.type&&a||a.el||a},trans2Element:function(a){return BI.map(a,function(a,b){return b.element})}}),_.each(["where","findWhere","invoke","pluck","shuffle","sample","toArray","size"],function(a){BI[a]=c(a)}),_.each(["get","each","map","reduce","reduceRight","find","filter","reject","every","all","some","any","max","min","sortBy","groupBy","indexBy","countBy","partition","clamp"],function(a){"any"===a?BI[a]=d("some"):BI[a]=d(a)}),_.extend(BI,{count:function(a,b,c){var d;if(c)for(d=a;d=0;d--)b(d,a[d],a);return!1},backAny:function(a,b,c){b=BI.iteratee(b,c);for(var d=a.length-1;d>=0;d--)if(b(d,a[d],a))return!0;return!1},backEvery:function(a,b,c){b=BI.iteratee(b,c);for(var d=a.length-1;d>=0;d--)if(!b(d,a[d],a))return!1;return!0},backFindKey:function(a,b,c){b=BI.iteratee(b,c);for(var d,e=_.keys(a),f=e.length-1;f>=0;f--)if(d=e[f],b(a[d],d,a))return d},backFind:function(a,b,c){var d;if(d=BI.isArray(a)?BI.findLastIndex(a,b,c):BI.backFindKey(a,b,c),void 0!==d&&d!==-1)return a[d]},remove:function(a,b,c){var d=BI.isFunction(b);b=d||BI.isArray(b)?b:[b];var e;if(BI.isArray(a))for(e=0;e(2147483646-a.charAt(d).charCodeAt(0)+c.charCodeAt(0))/26)return 0;return b},int2Abc:function(a){var b=["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"],c=a,d="";if(0===a)return"";for(;0!==c;){var e=c%26;0===e&&(e=26),d=b[e-1]+d,c=(c-e)/26}return d}}),_.each(["first","initial","last","rest","compact","flatten","without","union","intersection","difference","zip","unzip","object","indexOf","lastIndexOf","sortedIndex","range","take","takeRight"],function(a){BI[a]=c(a)}),_.each(["findIndex","findLastIndex"],function(a){BI[a]=d(a)}),_.extend(BI,{makeArray:function(a,b){for(var c=[],d=0;d0;)BI.prepares.shift()()},has:function(a,b){return BI.isArray(b)?0!==b.length&&BI.every(b,function(b,c){return _.has(a,c)}):_.has.apply(_,arguments)},freeze:function(a){if(Object.freeze)return Object.freeze(a);if(!BI.isObject(a))throw new TypeError("Object.freeze can only be called on Objects.");return a},isKey:function(a){return BI.isNumber(a)||BI.isString(a)&&a.length>0},isCapitalEqual:function(a,b){return a=BI.isNull(a)?a:(""+a).toLowerCase(),b=BI.isNull(b)?b:(""+b).toLowerCase(),BI.isEqual(a,b)},isWidthOrHeight:function(a){return"number"==typeof a?a>=0:"string"==typeof a?/^\d{1,3}%$/.exec(a)||"auto"==a||/^\d+px$/.exec(a):void 0},isNotNull:function(a){return!BI.isNull(a)},isNull:function(a){return"undefined"==typeof a||null===a},isEmptyArray:function(a){return BI.isArray(a)&&BI.isEmpty(a)},isNotEmptyArray:function(a){return BI.isArray(a)&&!BI.isEmpty(a)},isEmptyObject:function(a){return BI.isEqual(a,{})},isNotEmptyObject:function(a){return BI.isPlainObject(a)&&!BI.isEmptyObject(a)},isEmptyString:function(a){return BI.isString(a)&&0===a.length},isNotEmptyString:function(a){return BI.isString(a)&&!BI.isEmptyString(a)},isWindow:function(a){return null!=a&&a==a.window}}),_.extend(BI,{deepClone:_.cloneDeep,deepExtend:_.merge,isDeepMatch:function(a,b){var c=BI.keys(b),d=c.length;if(null==a)return!d;for(var e=Object(a),f=0;f=0},deepContains:function(a,b){return BI.isObject(b)?BI.any(a,function(a,c){if(BI.isEqual(c,b))return!0}):BI.contains(a,b)},deepIndexOf:function(a,b){for(var c=0;c10;)c=(parseInt(c.substring(0,10))+parseInt(c.substring(10,c.length),10)).toString();c=(f*c+g)%h;for(var j="",k="",d=0;d10;)c=(parseInt(c.substring(0,10),10)+parseInt(c.substring(10,c.length),10)).toString();c=(g*c+h)%i;for(var k="",l="",d=0;de[0]?f=["y",1]:a>=d[0]&&a<=e[0]&&(a==d[0]&&(be[1]?f=["m",1]:b==e[1]&&c>e[2]&&(f=["d",1]))),f},checkDateLegal:function(a){var b=a.match(/\d+/g),c=0|b[0],d=0|b[1],e=0|b[2];if(b.length<=1)return!0;if(b.length<=2)return d>=1&&d<=12;var f=BI.Date._MD.slice(0);return f[1]=BI.isLeapYear(c)?29:28,d>=1&&d<=12&&e<=f[d-1]},parseDateTime:function(a,b){var c=BI.getDate(),d=0,e=0,f=1,g=a.split(/\W+/);if("%y%x"==b.toLowerCase()||"%y%x%d"==b.toLowerCase()){var h=4,i=2;g[0]=a.substring(0,h),g[1]=a.substring(h,h+i),g[2]=a.substring(h+i,h+2*i)}var j=b.match(/%./g),k=0,l=0,m=0,n=0,o=0;for(k=0;k29?1900:2e3);break;case"%b":case"%B":for(l=0;l<12;++l)if(BI.Date._MN[l].substr(0,g[k].length).toLowerCase()==g[k].toLowerCase()){e=l;break}break;case"%H":case"%I":case"%k":case"%l":m=parseInt(g[k],10);break;case"%P":case"%p":/pm/i.test(g[k])&&m<12?m+=12:/am/i.test(g[k])&&m>=12&&(m-=12);break;case"%M":n=parseInt(g[k],10);case"%S":o=parseInt(g[k],10)}if(isNaN(d)&&(d=c.getFullYear()),isNaN(e)&&(e=c.getMonth()),isNaN(f)&&(f=c.getDate()),isNaN(m)&&(m=c.getHours()),isNaN(n)&&(n=c.getMinutes()),isNaN(o)&&(o=c.getSeconds()),0!=d)return BI.getDate(d,e,f,m,n,o);for(d=0,e=-1,f=0,k=0;k31&&0==d?(d=parseInt(g[k],10),d<100&&(d+=d>29?1900:2e3)):0==f&&(f=g[k]);return 0==d&&(d=c.getFullYear()),e!=-1&&0!=f?BI.getDate(d,e,f,m,n,o):c},getDate:function(){var a,b=arguments.length,c=arguments;switch(b){case 0:a=new Date;break;case 1:a=new Date(c[0]);break;case 2:a=new Date(c[0],c[1]);break;case 3:a=new Date(c[0],c[1],c[2]);break;case 4:a=new Date(c[0],c[1],c[2],c[3]);break;case 5:a=new Date(c[0],c[1],c[2],c[3],c[4]);break;case 6:a=new Date(c[0],c[1],c[2],c[3],c[4],c[5]);break;case 7:a=new Date(c[0],c[1],c[2],c[3],c[4],c[5],c[6]);break;default:a=new Date}if(BI.isNotNull(BI.timeZone)&&(0===arguments.length||1===arguments.length&&BI.isNumber(arguments[0]))){var d=a.getTime(),e=6e4*(new Date).getTimezoneOffset(),f=d+e;return new Date(f+BI.timeZone)}return a},getTime:function(){var a,b=arguments.length,c=arguments;switch(b){case 0:a=new Date;break;case 1:a=new Date(c[0]);break;case 2:a=new Date(c[0],c[1]);break;case 3:a=new Date(c[0],c[1],c[2]);break;case 4:a=new Date(c[0],c[1],c[2],c[3]);break;case 5:a=new Date(c[0],c[1],c[2],c[3],c[4]);break;case 6:a=new Date(c[0],c[1],c[2],c[3],c[4],c[5]);break;case 7:a=new Date(c[0],c[1],c[2],c[3],c[4],c[5],c[6]);break;default:a=new Date}return BI.isNotNull(BI.timeZone)?a.getTime()-BI.timeZone-6e4*(new Date).getTimezoneOffset():a.getTime()}})}(),!function(){function a(){for(var a,b,c,d,e=arguments[0]||{},f=arguments.length,g=1;g0&&a<1?"floor":"ceil",j=Math[i](Math.log(a)/Math.log(10));if(!isFinite(j))return b.replace(/#/gi,"").replace(/\.e/gi,"E");a/=Math.pow(10,j),a>0&&a<1&&(a*=10,j-=1);var k=f(j,b);k>1&&(j-=k-1,a*=Math.pow(10,k-1)),j<0&&(h="-",j*=-1);var l=e(b),m=g(a);return a*=Math.pow(10,l),a=Math.round(a),m&&(a/=10,j+="-"===h?-1:1),a/=Math.pow(10,l),a=a.toFixed(l),j=d(b,j,h),c+a+"E"+j}function d(a,b,c){if(b+="",!/e/gi.test(a))return b;for(a=a.split(/e/gi)[1];b.length1?b[1].length:0}function f(a,b){if(!/e/gi.test(b))return 0;var c,d,e=b.split(/e/gi)[0].split(".")[0],f=e.length,g=0;for(c=0;c-1)return a>=0?_numberFormat(a+"",b.substring(0,c)):_numberFormat(-a+"",b.substr(c+1));if(+a<0&&"-"!==b.charAt(0))return _numberFormat(-a+"","-"+b);var d=b.split("."),e=d[0]||"",f=d[1]||"";a=_dealNumberPrecision(a,f);var g=a.split("."),h=g[0]||"",i=g[1]||"";if(/[%‰]$/.test(b)){var j=/[%]$/.test(b)?"00":"000";i+=j,h+=i.substr(0,j.length),h=h.replace(/^0+/gi,""),i=i.substr(j.length).replace(/0+$/gi,"")}var k=_dealWithRight(i,f);k.leftPlus&&(h=parseInt(h)+1+"",h=isNaN(h)?"1":h),k=k.num;var l=_dealWithLeft(h,e);return/[0-9]/.test(l)||(l+="0"),/[0-9]/.test(k)?l+"."+k:l+k}function _dealWithRight(a,b){for(var c="",d=0,e=0,f=b.length;e4){j.leftPlus=!0;var k=c.match(/^[0-9]+/);if(k){var l=k[0],m=l.length,n=parseInt(l)+1+"";n.length>m?n=n.substr(1):(n=BI.leftPad(n,m,"0"),j.leftPlus=!1),c=c.replace(/^[0-9]+/,n)}}return j.num=c,j}function _dealWithLeft(a,b){for(var c="",d=a.length-1,e=-1,f=-1,g=b.length-1;g>=0;g--){var h=b.charAt(g),i=a.charAt(d);switch(h){case"0":isEmpty(i)&&(i="0"),f=-1,c=i+c,d--;break;case"#":f=g,c=i+c,d--;break;case",":if(!isEmpty(i)){var j=b.match(/,[#0]+/);j&&(e=j[0].length-1),c=","+c}break;default:c=h+c}}if(f>-1){var k=a.substr(0,d+1);c=c.substr(0,f)+k+c.substr(f)}if(e>0){var l=c.match(/[0-9]+,/);if(l){l=l[0];for(var m="",n=l.length-1-e;n>=0;n-=e)m=l.substr(n,e)+","+m;var o=l.substr(0,n+e);isEmpty(o)||(m=o+","+m)}c=c.replace(/[0-9]+,/,m)}return c}var _global;_global="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,_global.BI||(_global.BI={}),BI.cjkEncode=function(a){if("string"!=typeof a)return a;for(var b="",c=0;c=128||91===d||93===d?"["+d.toString(16)+"]":a.charAt(c)}return b},BI.cjkDecode=function(text){if(null==text)return"";if(!isNaN(text)||text.indexOf("[")==-1)return text;for(var newText="",i=0;ii+1){var subText=text.substring(i+1,rightIdx);subText.length>0&&(ch=String.fromCharCode(eval("0x"+subText))),i=rightIdx}}newText+=ch}return newText},BI.htmlEncode=function(a){return BI.isNull(a)?"":BI.replaceAll(a+"",'&|"|<|>|\\s',function(a){switch(a){case"&":return"&";case'"':return""";case"<":return"<";case">":return">";case" ":default:return" "}})},BI.htmlDecode=function(a){return BI.isNull(a)?"":BI.replaceAll(a+"","&|"|<|>| ",function(a){switch(a){case"&":return"&";case""":return'"';case"<":return"<";case">":return">";case" ":default:return" "}})},BI.cjkEncodeDO=function(a){if(BI.isPlainObject(a)){var b={};return _.each(a,function(a,c){"string"!=typeof a&&(a=BI.jsonEncode(a)),c=BI.cjkEncode(c),b[c]=BI.cjkEncode(a)}),b}return a},BI.jsonEncode=function(a){var b=!!{}.hasOwnProperty,c={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},d=function(a){return/["\\\x00-\x1f]/.test(a)?'"'+a.replace(/([\x00-\x1f\\"])/g,function(a,b){var d=c[b];return d?d:(d=b.charCodeAt(),"\\u00"+Math.floor(d/16).toString(16)+(d%16).toString(16))})+'"':'"'+a+'"'},e=function(a){var b,c,d,e=["["],f=a.length;for(c=0;c2?BI.Date._MN[b.getMonth()]:d<2?b.getMonth()+1:BI.leftPad(b.getMonth()+1+"",2,"0");break;case"d":c=d>1?BI.leftPad(b.getDate()+"",2,"0"):b.getDate();break;case"h":var f=b.getHours()%12;0===f&&(f=12),c=d>1?BI.leftPad(f+"",2,"0"):f;break;case"H":c=d>1?BI.leftPad(b.getHours()+"",2,"0"):b.getHours();break;case"m":c=d>1?BI.leftPad(b.getMinutes()+"",2,"0"):b.getMinutes();break;case"s":c=d>1?BI.leftPad(b.getSeconds()+"",2,"0"):b.getSeconds();break;case"a":c=b.getHours()<12?"am":"pm";break;case"z":c=BI.getTimezone(b);break;default:c=a.str}return c}if(!a)return"";var d=b.length,e="";if(d>0){for(var f=b.charAt(0),g=0,h=f,i=1;i127&&d<2048?(b+=String.fromCharCode(d>>6|192),b+=String.fromCharCode(63&d|128)):(b+=String.fromCharCode(d>>12|224),b+=String.fromCharCode(d>>6&63|128),b+=String.fromCharCode(63&d|128))}return b},c=function(a){for(var b="",c=0,d=0,e=0,f=0;c191&&d<224?(f=a.charCodeAt(c+1),b+=String.fromCharCode((31&d)<<6|63&f),c+=2):(f=a.charCodeAt(c+1),e=a.charCodeAt(c+2),b+=String.fromCharCode((15&d)<<12|(63&f)<<6|63&e),c+=3);return b};_.extend(BI,{encode:function(c){var d,e,f,g,h,i,j,k="",l=0;for(c=b(c);l>2,h=(3&d)<<4|e>>4,i=(15&e)<<2|f>>6,j=63&f,isNaN(e)?i=j=64:isNaN(f)&&(j=64),k=k+a.charAt(g)+a.charAt(h)+a.charAt(i)+a.charAt(j);return k},decode:function(b){var d,e,f,g,h,i,j,k="",l=0;for(b=b.replace(/[^A-Za-z0-9\+\/\=]/g,"");l>4,e=(15&h)<<4|i>>2,f=(3&i)<<6|j,k+=String.fromCharCode(d),64!=i&&(k+=String.fromCharCode(e)),64!=j&&(k+=String.fromCharCode(f));return k=c(k)}})}(),BI.Cache={_prefix:"bi",setUsername:function(a){localStorage.setItem(BI.Cache._prefix+".username",(a+""||"").toUpperCase())},getUsername:function(){return localStorage.getItem(BI.Cache._prefix+".username")||""},_getKeyPrefix:function(){return BI.Cache.getUsername()+"."+BI.Cache._prefix+"."},_generateKey:function(a){return BI.Cache._getKeyPrefix()+(a||"")},getItem:function(a){return localStorage.getItem(BI.Cache._generateKey(a))},setItem:function(a,b){localStorage.setItem(BI.Cache._generateKey(a),b)},removeItem:function(a){localStorage.removeItem(BI.Cache._generateKey(a))},clear:function(){for(var a=localStorage.length;a>=0;a--){var b=localStorage.key(a);b&&0===b.indexOf(BI.Cache._getKeyPrefix())&&localStorage.removeItem(b)}},keys:function(){for(var a=[],b=localStorage.length;b>=0;b--){var c=localStorage.key(b);if(c){var d=BI.Cache._getKeyPrefix();0===c.indexOf(d)&&(a[a.length]=c.substring(d.length))}}return a},addCookie:function(a,b,c,d){var e=a+"="+escape(b);if(d&&d>0){var f=new Date;f.setTime(BI.getTime()+3600*d*1e3),e=e+"; expires="+f.toGMTString()}c&&(e=e+"; path="+c),document.cookie=e},getCookie:function(a){var b,c=new RegExp("(^| )"+a+"=([^;]*)(;|$)");return(b=document.cookie.match(c))?unescape(b[2]):null},deleteCookie:function(a,b){var c=new Date;c.setTime(BI.getTime()-1e4);var d=a+"=v; expires="+c.toGMTString();b&&(d=d+"; path="+b),document.cookie=d}},BI.CellSizeAndPositionManager=function(a,b,c){this._cellSizeGetter=b,this._cellCount=a,this._estimatedCellSize=c,this._cellSizeAndPositionData={},this._lastMeasuredIndex=-1},BI.CellSizeAndPositionManager.prototype={constructor:BI.CellSizeAndPositionManager,configure:function(a,b){this._cellCount=a,this._estimatedCellSize=b},getCellCount:function(){return this._cellCount},getEstimatedCellSize:function(){return this._estimatedCellSize},getLastMeasuredIndex:function(){return this._lastMeasuredIndex},getSizeAndPositionOfCell:function(a){if(!(a<0||a>=this._cellCount)){if(a>this._lastMeasuredIndex){for(var b=this.getSizeAndPositionOfLastMeasuredCell(),c=b.offset+b.size,d=this._lastMeasuredIndex+1;d<=a;d++){var e=this._cellSizeGetter(d);null==e||isNaN(e)||(this._cellSizeAndPositionData[d]={offset:c,size:e},c+=e)}this._lastMeasuredIndex=a}return this._cellSizeAndPositionData[a]}},getSizeAndPositionOfLastMeasuredCell:function(){return this._lastMeasuredIndex>=0?this._cellSizeAndPositionData[this._lastMeasuredIndex]:{offset:0,size:0}},getTotalSize:function(){var a=this.getSizeAndPositionOfLastMeasuredCell();return a.offset+a.size+(this._cellCount-this._lastMeasuredIndex-1)*this._estimatedCellSize},getUpdatedOffsetForIndex:function(a,b,c,d){var e,f=this.getSizeAndPositionOfCell(d),g=f.offset,h=g-b+f.size;switch(a){case"start":e=g;break;case"end":e=h;break;case"center":e=g-(b-f.size)/2;break;default:e=Math.max(h,Math.min(g,c))}var i=this.getTotalSize();return Math.max(0,Math.min(i-b,e))},getVisibleCellRange:function(a,b){var c=this.getTotalSize();if(0===c)return{};var d=b+a,e=this._findNearestCell(b),f=this.getSizeAndPositionOfCell(e);b=f.offset+f.size;for(var g=e;bc&&(a=d-1)}if(b>0)return b-1},_exponentialSearch:function(a,b){for(var c=1;a=a?this._binarySearch(c,0,a):this._exponentialSearch(c,a)}}},BI.ScalingCellSizeAndPositionManager=function(a,b,c,d){this._cellSizeAndPositionManager=new BI.CellSizeAndPositionManager(a,b,c),this._maxScrollSize=d||1e7},BI.ScalingCellSizeAndPositionManager.prototype={constructor:BI.ScalingCellSizeAndPositionManager,configure:function(){this._cellSizeAndPositionManager.configure.apply(this._cellSizeAndPositionManager,arguments)},getCellCount:function(){return this._cellSizeAndPositionManager.getCellCount()},getEstimatedCellSize:function(){return this._cellSizeAndPositionManager.getEstimatedCellSize()},getLastMeasuredIndex:function(){return this._cellSizeAndPositionManager.getLastMeasuredIndex()},getOffsetAdjustment:function(a,b){var c=this._cellSizeAndPositionManager.getTotalSize(),d=this.getTotalSize(),e=this._getOffsetPercentage(a,b,d);return Math.round(e*(d-c))},getSizeAndPositionOfCell:function(a){return this._cellSizeAndPositionManager.getSizeAndPositionOfCell(a)},getSizeAndPositionOfLastMeasuredCell:function(){return this._cellSizeAndPositionManager.getSizeAndPositionOfLastMeasuredCell()},getTotalSize:function(){return Math.min(this._maxScrollSize,this._cellSizeAndPositionManager.getTotalSize())},getUpdatedOffsetForIndex:function(a,b,c,d){c=this._safeOffsetToOffset(b,c);var e=this._cellSizeAndPositionManager.getUpdatedOffsetForIndex(a,b,c,d);return this._offsetToSafeOffset(b,e)},getVisibleCellRange:function(a,b){return b=this._safeOffsetToOffset(a,b),this._cellSizeAndPositionManager.getVisibleCellRange(a,b)},resetCell:function(a){this._cellSizeAndPositionManager.resetCell(a)},_getOffsetPercentage:function(a,b,c){return c<=a?0:b/(c-a)},_offsetToSafeOffset:function(a,b){var c=this._cellSizeAndPositionManager.getTotalSize(),d=this.getTotalSize();if(c===d)return b;var e=this._getOffsetPercentage(a,b,c);return Math.round(e*(d-a))},_safeOffsetToOffset:function(a,b){var c=this._cellSizeAndPositionManager.getTotalSize(),d=this.getTotalSize();if(c===d)return b;var e=this._getOffsetPercentage(a,b,d);return Math.round(e*(c-a))}},!function(){var a="YDYQSXMWZSSXJBYMGCCZQPSSQBYCDSCDQLDYLYBSSJGYZZJJFKCCLZDHWDWZJLJPFYYNWJJTMYHZWZHFLZPPQHGSCYYYNJQYXXGJHHSDSJNKKTMOMLCRXYPSNQSECCQZGGLLYJLMYZZSECYKYYHQWJSSGGYXYZYJWWKDJHYCHMYXJTLXJYQBYXZLDWRDJRWYSRLDZJPCBZJJBRCFTLECZSTZFXXZHTRQHYBDLYCZSSYMMRFMYQZPWWJJYFCRWFDFZQPYDDWYXKYJAWJFFXYPSFTZYHHYZYSWCJYXSCLCXXWZZXNBGNNXBXLZSZSBSGPYSYZDHMDZBQBZCWDZZYYTZHBTSYYBZGNTNXQYWQSKBPHHLXGYBFMJEBJHHGQTJCYSXSTKZHLYCKGLYSMZXYALMELDCCXGZYRJXSDLTYZCQKCNNJWHJTZZCQLJSTSTBNXBTYXCEQXGKWJYFLZQLYHYXSPSFXLMPBYSXXXYDJCZYLLLSJXFHJXPJBTFFYABYXBHZZBJYZLWLCZGGBTSSMDTJZXPTHYQTGLJSCQFZKJZJQNLZWLSLHDZBWJNCJZYZSQQYCQYRZCJJWYBRTWPYFTWEXCSKDZCTBZHYZZYYJXZCFFZZMJYXXSDZZOTTBZLQWFCKSZSXFYRLNYJMBDTHJXSQQCCSBXYYTSYFBXDZTGBCNSLCYZZPSAZYZZSCJCSHZQYDXLBPJLLMQXTYDZXSQJTZPXLCGLQTZWJBHCTSYJSFXYEJJTLBGXSXJMYJQQPFZASYJNTYDJXKJCDJSZCBARTDCLYJQMWNQNCLLLKBYBZZSYHQQLTWLCCXTXLLZNTYLNEWYZYXCZXXGRKRMTCNDNJTSYYSSDQDGHSDBJGHRWRQLYBGLXHLGTGXBQJDZPYJSJYJCTMRNYMGRZJCZGJMZMGXMPRYXKJNYMSGMZJYMKMFXMLDTGFBHCJHKYLPFMDXLQJJSMTQGZSJLQDLDGJYCALCMZCSDJLLNXDJFFFFJCZFMZFFPFKHKGDPSXKTACJDHHZDDCRRCFQYJKQCCWJDXHWJLYLLZGCFCQDSMLZPBJJPLSBCJGGDCKKDEZSQCCKJGCGKDJTJDLZYCXKLQSCGJCLTFPCQCZGWPJDQYZJJBYJHSJDZWGFSJGZKQCCZLLPSPKJGQJHZZLJPLGJGJJTHJJYJZCZMLZLYQBGJWMLJKXZDZNJQSYZMLJLLJKYWXMKJLHSKJGBMCLYYMKXJQLBMLLKMDXXKWYXYSLMLPSJQQJQXYXFJTJDXMXXLLCXQBSYJBGWYMBGGBCYXPJYGPEPFGDJGBHBNSQJYZJKJKHXQFGQZKFHYGKHDKLLSDJQXPQYKYBNQSXQNSZSWHBSXWHXWBZZXDMNSJBSBKBBZKLYLXGWXDRWYQZMYWSJQLCJXXJXKJEQXSCYETLZHLYYYSDZPAQYZCMTLSHTZCFYZYXYLJSDCJQAGYSLCQLYYYSHMRQQKLDXZSCSSSYDYCJYSFSJBFRSSZQSBXXPXJYSDRCKGJLGDKZJZBDKTCSYQPYHSTCLDJDHMXMCGXYZHJDDTMHLTXZXYLYMOHYJCLTYFBQQXPFBDFHHTKSQHZYYWCNXXCRWHOWGYJLEGWDQCWGFJYCSNTMYTOLBYGWQWESJPWNMLRYDZSZTXYQPZGCWXHNGPYXSHMYQJXZTDPPBFYHZHTJYFDZWKGKZBLDNTSXHQEEGZZYLZMMZYJZGXZXKHKSTXNXXWYLYAPSTHXDWHZYMPXAGKYDXBHNHXKDPJNMYHYLPMGOCSLNZHKXXLPZZLBMLSFBHHGYGYYGGBHSCYAQTYWLXTZQCEZYDQDQMMHTKLLSZHLSJZWFYHQSWSCWLQAZYNYTLSXTHAZNKZZSZZLAXXZWWCTGQQTDDYZTCCHYQZFLXPSLZYGPZSZNGLNDQTBDLXGTCTAJDKYWNSYZLJHHZZCWNYYZYWMHYCHHYXHJKZWSXHZYXLYSKQYSPSLYZWMYPPKBYGLKZHTYXAXQSYSHXASMCHKDSCRSWJPWXSGZJLWWSCHSJHSQNHCSEGNDAQTBAALZZMSSTDQJCJKTSCJAXPLGGXHHGXXZCXPDMMHLDGTYBYSJMXHMRCPXXJZCKZXSHMLQXXTTHXWZFKHCCZDYTCJYXQHLXDHYPJQXYLSYYDZOZJNYXQEZYSQYAYXWYPDGXDDXSPPYZNDLTWRHXYDXZZJHTCXMCZLHPYYYYMHZLLHNXMYLLLMDCPPXHMXDKYCYRDLTXJCHHZZXZLCCLYLNZSHZJZZLNNRLWHYQSNJHXYNTTTKYJPYCHHYEGKCTTWLGQRLGGTGTYGYHPYHYLQYQGCWYQKPYYYTTTTLHYHLLTYTTSPLKYZXGZWGPYDSSZZDQXSKCQNMJJZZBXYQMJRTFFBTKHZKBXLJJKDXJTLBWFZPPTKQTZTGPDGNTPJYFALQMKGXBDCLZFHZCLLLLADPMXDJHLCCLGYHDZFGYDDGCYYFGYDXKSSEBDHYKDKDKHNAXXYBPBYYHXZQGAFFQYJXDMLJCSQZLLPCHBSXGJYNDYBYQSPZWJLZKSDDTACTBXZDYZYPJZQSJNKKTKNJDJGYYPGTLFYQKASDNTCYHBLWDZHBBYDWJRYGKZYHEYYFJMSDTYFZJJHGCXPLXHLDWXXJKYTCYKSSSMTWCTTQZLPBSZDZWZXGZAGYKTYWXLHLSPBCLLOQMMZSSLCMBJCSZZKYDCZJGQQDSMCYTZQQLWZQZXSSFPTTFQMDDZDSHDTDWFHTDYZJYQJQKYPBDJYYXTLJHDRQXXXHAYDHRJLKLYTWHLLRLLRCXYLBWSRSZZSYMKZZHHKYHXKSMDSYDYCJPBZBSQLFCXXXNXKXWYWSDZYQOGGQMMYHCDZTTFJYYBGSTTTYBYKJDHKYXBELHTYPJQNFXFDYKZHQKZBYJTZBXHFDXKDASWTAWAJLDYJSFHBLDNNTNQJTJNCHXFJSRFWHZFMDRYJYJWZPDJKZYJYMPCYZNYNXFBYTFYFWYGDBNZZZDNYTXZEMMQBSQEHXFZMBMFLZZSRXYMJGSXWZJSPRYDJSJGXHJJGLJJYNZZJXHGXKYMLPYYYCXYTWQZSWHWLYRJLPXSLSXMFSWWKLCTNXNYNPSJSZHDZEPTXMYYWXYYSYWLXJQZQXZDCLEEELMCPJPCLWBXSQHFWWTFFJTNQJHJQDXHWLBYZNFJLALKYYJLDXHHYCSTYYWNRJYXYWTRMDRQHWQCMFJDYZMHMYYXJWMYZQZXTLMRSPWWCHAQBXYGZYPXYYRRCLMPYMGKSJSZYSRMYJSNXTPLNBAPPYPYLXYYZKYNLDZYJZCZNNLMZHHARQMPGWQTZMXXMLLHGDZXYHXKYXYCJMFFYYHJFSBSSQLXXNDYCANNMTCJCYPRRNYTYQNYYMBMSXNDLYLYSLJRLXYSXQMLLYZLZJJJKYZZCSFBZXXMSTBJGNXYZHLXNMCWSCYZYFZLXBRNNNYLBNRTGZQYSATSWRYHYJZMZDHZGZDWYBSSCSKXSYHYTXXGCQGXZZSHYXJSCRHMKKBXCZJYJYMKQHZJFNBHMQHYSNJNZYBKNQMCLGQHWLZNZSWXKHLJHYYBQLBFCDSXDLDSPFZPSKJYZWZXZDDXJSMMEGJSCSSMGCLXXKYYYLNYPWWWGYDKZJGGGZGGSYCKNJWNJPCXBJJTQTJWDSSPJXZXNZXUMELPXFSXTLLXCLJXJJLJZXCTPSWXLYDHLYQRWHSYCSQYYBYAYWJJJQFWQCQQCJQGXALDBZZYJGKGXPLTZYFXJLTPADKYQHPMATLCPDCKBMTXYBHKLENXDLEEGQDYMSAWHZMLJTWYGXLYQZLJEEYYBQQFFNLYXRDSCTGJGXYYNKLLYQKCCTLHJLQMKKZGCYYGLLLJDZGYDHZWXPYSJBZKDZGYZZHYWYFQYTYZSZYEZZLYMHJJHTSMQWYZLKYYWZCSRKQYTLTDXWCTYJKLWSQZWBDCQYNCJSRSZJLKCDCDTLZZZACQQZZDDXYPLXZBQJYLZLLLQDDZQJYJYJZYXNYYYNYJXKXDAZWYRDLJYYYRJLXLLDYXJCYWYWNQCCLDDNYYYNYCKCZHXXCCLGZQJGKWPPCQQJYSBZZXYJSQPXJPZBSBDSFNSFPZXHDWZTDWPPTFLZZBZDMYYPQJRSDZSQZSQXBDGCPZSWDWCSQZGMDHZXMWWFYBPDGPHTMJTHZSMMBGZMBZJCFZWFZBBZMQCFMBDMCJXLGPNJBBXGYHYYJGPTZGZMQBQTCGYXJXLWZKYDPDYMGCFTPFXYZTZXDZXTGKMTYBBCLBJASKYTSSQYYMSZXFJEWLXLLSZBQJJJAKLYLXLYCCTSXMCWFKKKBSXLLLLJYXTYLTJYYTDPJHNHNNKBYQNFQYYZBYYESSESSGDYHFHWTCJBSDZZTFDMXHCNJZYMQWSRYJDZJQPDQBBSTJGGFBKJBXTGQHNGWJXJGDLLTHZHHYYYYYYSXWTYYYCCBDBPYPZYCCZYJPZYWCBDLFWZCWJDXXHYHLHWZZXJTCZLCDPXUJCZZZLYXJJTXPHFXWPYWXZPTDZZBDZCYHJHMLXBQXSBYLRDTGJRRCTTTHYTCZWMXFYTWWZCWJWXJYWCSKYBZSCCTZQNHXNWXXKHKFHTSWOCCJYBCMPZZYKBNNZPBZHHZDLSYDDYTYFJPXYNGFXBYQXCBHXCPSXTYZDMKYSNXSXLHKMZXLYHDHKWHXXSSKQYHHCJYXGLHZXCSNHEKDTGZXQYPKDHEXTYKCNYMYYYPKQYYYKXZLTHJQTBYQHXBMYHSQCKWWYLLHCYYLNNEQXQWMCFBDCCMLJGGXDQKTLXKGNQCDGZJWYJJLYHHQTTTNWCHMXCXWHWSZJYDJCCDBQCDGDNYXZTHCQRXCBHZTQCBXWGQWYYBXHMBYMYQTYEXMQKYAQYRGYZSLFYKKQHYSSQYSHJGJCNXKZYCXSBXYXHYYLSTYCXQTHYSMGSCPMMGCCCCCMTZTASMGQZJHKLOSQYLSWTMXSYQKDZLJQQYPLSYCZTCQQPBBQJZCLPKHQZYYXXDTDDTSJCXFFLLCHQXMJLWCJCXTSPYCXNDTJSHJWXDQQJSKXYAMYLSJHMLALYKXCYYDMNMDQMXMCZNNCYBZKKYFLMCHCMLHXRCJJHSYLNMTJZGZGYWJXSRXCWJGJQHQZDQJDCJJZKJKGDZQGJJYJYLXZXXCDQHHHEYTMHLFSBDJSYYSHFYSTCZQLPBDRFRZTZYKYWHSZYQKWDQZRKMSYNBCRXQBJYFAZPZZEDZCJYWBCJWHYJBQSZYWRYSZPTDKZPFPBNZTKLQYHBBZPNPPTYZZYBQNYDCPJMMCYCQMCYFZZDCMNLFPBPLNGQJTBTTNJZPZBBZNJKLJQYLNBZQHKSJZNGGQSZZKYXSHPZSNBCGZKDDZQANZHJKDRTLZLSWJLJZLYWTJNDJZJHXYAYNCBGTZCSSQMNJPJYTYSWXZFKWJQTKHTZPLBHSNJZSYZBWZZZZLSYLSBJHDWWQPSLMMFBJDWAQYZTCJTBNNWZXQXCDSLQGDSDPDZHJTQQPSWLYYJZLGYXYZLCTCBJTKTYCZJTQKBSJLGMGZDMCSGPYNJZYQYYKNXRPWSZXMTNCSZZYXYBYHYZAXYWQCJTLLCKJJTJHGDXDXYQYZZBYWDLWQCGLZGJGQRQZCZSSBCRPCSKYDZNXJSQGXSSJMYDNSTZTPBDLTKZWXQWQTZEXNQCZGWEZKSSBYBRTSSSLCCGBPSZQSZLCCGLLLZXHZQTHCZMQGYZQZNMCOCSZJMMZSQPJYGQLJYJPPLDXRGZYXCCSXHSHGTZNLZWZKJCXTCFCJXLBMQBCZZWPQDNHXLJCTHYZLGYLNLSZZPCXDSCQQHJQKSXZPBAJYEMSMJTZDXLCJYRYYNWJBNGZZTMJXLTBSLYRZPYLSSCNXPHLLHYLLQQZQLXYMRSYCXZLMMCZLTZSDWTJJLLNZGGQXPFSKYGYGHBFZPDKMWGHCXMSGDXJMCJZDYCABXJDLNBCDQYGSKYDQTXDJJYXMSZQAZDZFSLQXYJSJZYLBTXXWXQQZBJZUFBBLYLWDSLJHXJYZJWTDJCZFQZQZZDZSXZZQLZCDZFJHYSPYMPQZMLPPLFFXJJNZZYLSJEYQZFPFZKSYWJJJHRDJZZXTXXGLGHYDXCSKYSWMMZCWYBAZBJKSHFHJCXMHFQHYXXYZFTSJYZFXYXPZLCHMZMBXHZZSXYFYMNCWDABAZLXKTCSHHXKXJJZJSTHYGXSXYYHHHJWXKZXSSBZZWHHHCWTZZZPJXSNXQQJGZYZYWLLCWXZFXXYXYHXMKYYSWSQMNLNAYCYSPMJKHWCQHYLAJJMZXHMMCNZHBHXCLXTJPLTXYJHDYYLTTXFSZHYXXSJBJYAYRSMXYPLCKDUYHLXRLNLLSTYZYYQYGYHHSCCSMZCTZQXKYQFPYYRPFFLKQUNTSZLLZMWWTCQQYZWTLLMLMPWMBZSSTZRBPDDTLQJJBXZCSRZQQYGWCSXFWZLXCCRSZDZMCYGGDZQSGTJSWLJMYMMZYHFBJDGYXCCPSHXNZCSBSJYJGJMPPWAFFYFNXHYZXZYLREMZGZCYZSSZDLLJCSQFNXZKPTXZGXJJGFMYYYSNBTYLBNLHPFZDCYFBMGQRRSSSZXYSGTZRNYDZZCDGPJAFJFZKNZBLCZSZPSGCYCJSZLMLRSZBZZLDLSLLYSXSQZQLYXZLSKKBRXBRBZCYCXZZZEEYFGKLZLYYHGZSGZLFJHGTGWKRAAJYZKZQTSSHJJXDCYZUYJLZYRZDQQHGJZXSSZBYKJPBFRTJXLLFQWJHYLQTYMBLPZDXTZYGBDHZZRBGXHWNJTJXLKSCFSMWLSDQYSJTXKZSCFWJLBXFTZLLJZLLQBLSQMQQCGCZFPBPHZCZJLPYYGGDTGWDCFCZQYYYQYSSCLXZSKLZZZGFFCQNWGLHQYZJJCZLQZZYJPJZZBPDCCMHJGXDQDGDLZQMFGPSYTSDYFWWDJZJYSXYYCZCYHZWPBYKXRYLYBHKJKSFXTZJMMCKHLLTNYYMSYXYZPYJQYCSYCWMTJJKQYRHLLQXPSGTLYYCLJSCPXJYZFNMLRGJJTYZBXYZMSJYJHHFZQMSYXRSZCWTLRTQZSSTKXGQKGSPTGCZNJSJCQCXHMXGGZTQYDJKZDLBZSXJLHYQGGGTHQSZPYHJHHGYYGKGGCWJZZYLCZLXQSFTGZSLLLMLJSKCTBLLZZSZMMNYTPZSXQHJCJYQXYZXZQZCPSHKZZYSXCDFGMWQRLLQXRFZTLYSTCTMJCXJJXHJNXTNRZTZFQYHQGLLGCXSZSJDJLJCYDSJTLNYXHSZXCGJZYQPYLFHDJSBPCCZHJJJQZJQDYBSSLLCMYTTMQTBHJQNNYGKYRQYQMZGCJKPDCGMYZHQLLSLLCLMHOLZGDYYFZSLJCQZLYLZQJESHNYLLJXGJXLYSYYYXNBZLJSSZCQQCJYLLZLTJYLLZLLBNYLGQCHXYYXOXCXQKYJXXXYKLXSXXYQXCYKQXQCSGYXXYQXYGYTQOHXHXPYXXXULCYEYCHZZCBWQBBWJQZSCSZSSLZYLKDESJZWMYMCYTSDSXXSCJPQQSQYLYYZYCMDJDZYWCBTJSYDJKCYDDJLBDJJSODZYSYXQQYXDHHGQQYQHDYXWGMMMAJDYBBBPPBCMUUPLJZSMTXERXJMHQNUTPJDCBSSMSSSTKJTSSMMTRCPLZSZMLQDSDMJMQPNQDXCFYNBFSDQXYXHYAYKQYDDLQYYYSSZBYDSLNTFQTZQPZMCHDHCZCWFDXTMYQSPHQYYXSRGJCWTJTZZQMGWJJTJHTQJBBHWZPXXHYQFXXQYWYYHYSCDYDHHQMNMTMWCPBSZPPZZGLMZFOLLCFWHMMSJZTTDHZZYFFYTZZGZYSKYJXQYJZQBHMBZZLYGHGFMSHPZFZSNCLPBQSNJXZSLXXFPMTYJYGBXLLDLXPZJYZJYHHZCYWHJYLSJEXFSZZYWXKZJLUYDTMLYMQJPWXYHXSKTQJEZRPXXZHHMHWQPWQLYJJQJJZSZCPHJLCHHNXJLQWZJHBMZYXBDHHYPZLHLHLGFWLCHYYTLHJXCJMSCPXSTKPNHQXSRTYXXTESYJCTLSSLSTDLLLWWYHDHRJZSFGXTSYCZYNYHTDHWJSLHTZDQDJZXXQHGYLTZPHCSQFCLNJTCLZPFSTPDYNYLGMJLLYCQHYSSHCHYLHQYQTMZYPBYWRFQYKQSYSLZDQJMPXYYSSRHZJNYWTQDFZBWWTWWRXCWHGYHXMKMYYYQMSMZHNGCEPMLQQMTCWCTMMPXJPJJHFXYYZSXZHTYBMSTSYJTTQQQYYLHYNPYQZLCYZHZWSMYLKFJXLWGXYPJYTYSYXYMZCKTTWLKSMZSYLMPWLZWXWQZSSAQSYXYRHSSNTSRAPXCPWCMGDXHXZDZYFJHGZTTSBJHGYZSZYSMYCLLLXBTYXHBBZJKSSDMALXHYCFYGMQYPJYCQXJLLLJGSLZGQLYCJCCZOTYXMTMTTLLWTGPXYMZMKLPSZZZXHKQYSXCTYJZYHXSHYXZKXLZWPSQPYHJWPJPWXQQYLXSDHMRSLZZYZWTTCYXYSZZSHBSCCSTPLWSSCJCHNLCGCHSSPHYLHFHHXJSXYLLNYLSZDHZXYLSXLWZYKCLDYAXZCMDDYSPJTQJZLNWQPSSSWCTSTSZLBLNXSMNYYMJQBQHRZWTYYDCHQLXKPZWBGQYBKFCMZWPZLLYYLSZYDWHXPSBCMLJBSCGBHXLQHYRLJXYSWXWXZSLDFHLSLYNJLZYFLYJYCDRJLFSYZFSLLCQYQFGJYHYXZLYLMSTDJCYHBZLLNWLXXYGYYHSMGDHXXHHLZZJZXCZZZCYQZFNGWPYLCPKPYYPMCLQKDGXZGGWQBDXZZKZFBXXLZXJTPJPTTBYTSZZDWSLCHZHSLTYXHQLHYXXXYYZYSWTXZKHLXZXZPYHGCHKCFSYHUTJRLXFJXPTZTWHPLYXFCRHXSHXKYXXYHZQDXQWULHYHMJTBFLKHTXCWHJFWJCFPQRYQXCYYYQYGRPYWSGSUNGWCHKZDXYFLXXHJJBYZWTSXXNCYJJYMSWZJQRMHXZWFQSYLZJZGBHYNSLBGTTCSYBYXXWXYHXYYXNSQYXMQYWRGYQLXBBZLJSYLPSYTJZYHYZAWLRORJMKSCZJXXXYXCHDYXRYXXJDTSQFXLYLTSFFYXLMTYJMJUYYYXLTZCSXQZQHZXLYYXZHDNBRXXXJCTYHLBRLMBRLLAXKYLLLJLYXXLYCRYLCJTGJCMTLZLLCYZZPZPCYAWHJJFYBDYYZSMPCKZDQYQPBPCJPDCYZMDPBCYYDYCNNPLMTMLRMFMMGWYZBSJGYGSMZQQQZTXMKQWGXLLPJGZBQCDJJJFPKJKCXBLJMSWMDTQJXLDLPPBXCWRCQFBFQJCZAHZGMYKPHYYHZYKNDKZMBPJYXPXYHLFPNYYGXJDBKXNXHJMZJXSTRSTLDXSKZYSYBZXJLXYSLBZYSLHXJPFXPQNBYLLJQKYGZMCYZZYMCCSLCLHZFWFWYXZMWSXTYNXJHPYYMCYSPMHYSMYDYSHQYZCHMJJMZCAAGCFJBBHPLYZYLXXSDJGXDHKXXTXXNBHRMLYJSLTXMRHNLXQJXYZLLYSWQGDLBJHDCGJYQYCMHWFMJYBMBYJYJWYMDPWHXQLDYGPDFXXBCGJSPCKRSSYZJMSLBZZJFLJJJLGXZGYXYXLSZQYXBEXYXHGCXBPLDYHWETTWWCJMBTXCHXYQXLLXFLYXLLJLSSFWDPZSMYJCLMWYTCZPCHQEKCQBWLCQYDPLQPPQZQFJQDJHYMMCXTXDRMJWRHXCJZYLQXDYYNHYYHRSLSRSYWWZJYMTLTLLGTQCJZYABTCKZCJYCCQLJZQXALMZYHYWLWDXZXQDLLQSHGPJFJLJHJABCQZDJGTKHSSTCYJLPSWZLXZXRWGLDLZRLZXTGSLLLLZLYXXWGDZYGBDPHZPBRLWSXQBPFDWOFMWHLYPCBJCCLDMBZPBZZLCYQXLDOMZBLZWPDWYYGDSTTHCSQSCCRSSSYSLFYBFNTYJSZDFNDPDHDZZMBBLSLCMYFFGTJJQWFTMTPJWFNLBZCMMJTGBDZLQLPYFHYYMJYLSDCHDZJWJCCTLJCLDTLJJCPDDSQDSSZYBNDBJLGGJZXSXNLYCYBJXQYCBYLZCFZPPGKCXZDZFZTJJFJSJXZBNZYJQTTYJYHTYCZHYMDJXTTMPXSPLZCDWSLSHXYPZGTFMLCJTYCBPMGDKWYCYZCDSZZYHFLYCTYGWHKJYYLSJCXGYWJCBLLCSNDDBTZBSCLYZCZZSSQDLLMQYYHFSLQLLXFTYHABXGWNYWYYPLLSDLDLLBJCYXJZMLHLJDXYYQYTDLLLBUGBFDFBBQJZZMDPJHGCLGMJJPGAEHHBWCQXAXHHHZCHXYPHJAXHLPHJPGPZJQCQZGJJZZUZDMQYYBZZPHYHYBWHAZYJHYKFGDPFQSDLZMLJXKXGALXZDAGLMDGXMWZQYXXDXXPFDMMSSYMPFMDMMKXKSYZYSHDZKXSYSMMZZZMSYDNZZCZXFPLSTMZDNMXCKJMZTYYMZMZZMSXHHDCZJEMXXKLJSTLWLSQLYJZLLZJSSDPPMHNLZJCZYHMXXHGZCJMDHXTKGRMXFWMCGMWKDTKSXQMMMFZZYDKMSCLCMPCGMHSPXQPZDSSLCXKYXTWLWJYAHZJGZQMCSNXYYMMPMLKJXMHLMLQMXCTKZMJQYSZJSYSZHSYJZJCDAJZYBSDQJZGWZQQXFKDMSDJLFWEHKZQKJPEYPZYSZCDWYJFFMZZYLTTDZZEFMZLBNPPLPLPEPSZALLTYLKCKQZKGENQLWAGYXYDPXLHSXQQWQCQXQCLHYXXMLYCCWLYMQYSKGCHLCJNSZKPYZKCQZQLJPDMDZHLASXLBYDWQLWDNBQCRYDDZTJYBKBWSZDXDTNPJDTCTQDFXQQMGNXECLTTBKPWSLCTYQLPWYZZKLPYGZCQQPLLKCCYLPQMZCZQCLJSLQZDJXLDDHPZQDLJJXZQDXYZQKZLJCYQDYJPPYPQYKJYRMPCBYMCXKLLZLLFQPYLLLMBSGLCYSSLRSYSQTMXYXZQZFDZUYSYZTFFMZZSMZQHZSSCCMLYXWTPZGXZJGZGSJSGKDDHTQGGZLLBJDZLCBCHYXYZHZFYWXYZYMSDBZZYJGTSMTFXQYXQSTDGSLNXDLRYZZLRYYLXQHTXSRTZNGZXBNQQZFMYKMZJBZYMKBPNLYZPBLMCNQYZZZSJZHJCTZKHYZZJRDYZHNPXGLFZTLKGJTCTSSYLLGZRZBBQZZKLPKLCZYSSUYXBJFPNJZZXCDWXZYJXZZDJJKGGRSRJKMSMZJLSJYWQSKYHQJSXPJZZZLSNSHRNYPZTWCHKLPSRZLZXYJQXQKYSJYCZTLQZYBBYBWZPQDWWYZCYTJCJXCKCWDKKZXSGKDZXWWYYJQYYTCYTDLLXWKCZKKLCCLZCQQDZLQLCSFQCHQHSFSMQZZLNBJJZBSJHTSZDYSJQJPDLZCDCWJKJZZLPYCGMZWDJJBSJQZSYZYHHXJPBJYDSSXDZNCGLQMBTSFSBPDZDLZNFGFJGFSMPXJQLMBLGQCYYXBQKDJJQYRFKZTJDHCZKLBSDZCFJTPLLJGXHYXZCSSZZXSTJYGKGCKGYOQXJPLZPBPGTGYJZGHZQZZLBJLSQFZGKQQJZGYCZBZQTLDXRJXBSXXPZXHYZYCLWDXJJHXMFDZPFZHQHQMQGKSLYHTYCGFRZGNQXCLPDLBZCSCZQLLJBLHBZCYPZZPPDYMZZSGYHCKCPZJGSLJLNSCDSLDLXBMSTLDDFJMKDJDHZLZXLSZQPQPGJLLYBDSZGQLBZLSLKYYHZTTNTJYQTZZPSZQZTLLJTYYLLQLLQYZQLBDZLSLYYZYMDFSZSNHLXZNCZQZPBWSKRFBSYZMTHBLGJPMCZZLSTLXSHTCSYZLZBLFEQHLXFLCJLYLJQCBZLZJHHSSTBRMHXZHJZCLXFNBGXGTQJCZTMSFZKJMSSNXLJKBHSJXNTNLZDNTLMSJXGZJYJCZXYJYJWRWWQNZTNFJSZPZSHZJFYRDJSFSZJZBJFZQZZHZLXFYSBZQLZSGYFTZDCSZXZJBQMSZKJRHYJZCKMJKHCHGTXKXQGLXPXFXTRTYLXJXHDTSJXHJZJXZWZLCQSBTXWXGXTXXHXFTSDKFJHZYJFJXRZSDLLLTQSQQZQWZXSYQTWGWBZCGZLLYZBCLMQQTZHZXZXLJFRMYZFLXYSQXXJKXRMQDZDMMYYBSQBHGZMWFWXGMXLZPYYTGZYCCDXYZXYWGSYJYZNBHPZJSQSYXSXRTFYZGRHZTXSZZTHCBFCLSYXZLZQMZLMPLMXZJXSFLBYZMYQHXJSXRXSQZZZSSLYFRCZJRCRXHHZXQYDYHXSJJHZCXZBTYNSYSXJBQLPXZQPYMLXZKYXLXCJLCYSXXZZLXDLLLJJYHZXGYJWKJRWYHCPSGNRZLFZWFZZNSXGXFLZSXZZZBFCSYJDBRJKRDHHGXJLJJTGXJXXSTJTJXLYXQFCSGSWMSBCTLQZZWLZZKXJMLTMJYHSDDBXGZHDLBMYJFRZFSGCLYJBPMLYSMSXLSZJQQHJZFXGFQFQBPXZGYYQXGZTCQWYLTLGWSGWHRLFSFGZJMGMGBGTJFSYZZGZYZAFLSSPMLPFLCWBJZCLJJMZLPJJLYMQDMYYYFBGYGYZMLYZDXQYXRQQQHSYYYQXYLJTYXFSFSLLGNQCYHYCWFHCCCFXPYLYPLLZYXXXXXKQHHXSHJZCFZSCZJXCPZWHHHHHAPYLQALPQAFYHXDYLUKMZQGGGDDESRNNZLTZGCHYPPYSQJJHCLLJTOLNJPZLJLHYMHEYDYDSQYCDDHGZUNDZCLZYZLLZNTNYZGSLHSLPJJBDGWXPCDUTJCKLKCLWKLLCASSTKZZDNQNTTLYYZSSYSSZZRYLJQKCQDHHCRXRZYDGRGCWCGZQFFFPPJFZYNAKRGYWYQPQXXFKJTSZZXSWZDDFBBXTBGTZKZNPZZPZXZPJSZBMQHKCYXYLDKLJNYPKYGHGDZJXXEAHPNZKZTZCMXCXMMJXNKSZQNMNLWBWWXJKYHCPSTMCSQTZJYXTPCTPDTNNPGLLLZSJLSPBLPLQHDTNJNLYYRSZFFJFQWDPHZDWMRZCCLODAXNSSNYZRESTYJWJYJDBCFXNMWTTBYLWSTSZGYBLJPXGLBOCLHPCBJLTMXZLJYLZXCLTPNCLCKXTPZJSWCYXSFYSZDKNTLBYJCYJLLSTGQCBXRYZXBXKLYLHZLQZLNZCXWJZLJZJNCJHXMNZZGJZZXTZJXYCYYCXXJYYXJJXSSSJSTSSTTPPGQTCSXWZDCSYFPTFBFHFBBLZJCLZZDBXGCXLQPXKFZFLSYLTUWBMQJHSZBMDDBCYSCCLDXYCDDQLYJJWMQLLCSGLJJSYFPYYCCYLTJANTJJPWYCMMGQYYSXDXQMZHSZXPFTWWZQSWQRFKJLZJQQYFBRXJHHFWJJZYQAZMYFRHCYYBYQWLPEXCCZSTYRLTTDMQLYKMBBGMYYJPRKZNPBSXYXBHYZDJDNGHPMFSGMWFZMFQMMBCMZZCJJLCNUXYQLMLRYGQZCYXZLWJGCJCGGMCJNFYZZJHYCPRRCMTZQZXHFQGTJXCCJEAQCRJYHPLQLSZDJRBCQHQDYRHYLYXJSYMHZYDWLDFRYHBPYDTSSCNWBXGLPZMLZZTQSSCPJMXXYCSJYTYCGHYCJWYRXXLFEMWJNMKLLSWTXHYYYNCMMCWJDQDJZGLLJWJRKHPZGGFLCCSCZMCBLTBHBQJXQDSPDJZZGHGLFQYWBZYZJLTSTDHQHCTCBCHFLQMPWDSHYYTQWCNZZJTLBYMBPDYYYXSQKXWYYFLXXNCWCXYPMAELYKKJMZZZBRXYYQJFLJPFHHHYTZZXSGQQMHSPGDZQWBWPJHZJDYSCQWZKTXXSQLZYYMYSDZGRXCKKUJLWPYSYSCSYZLRMLQSYLJXBCXTLWDQZPCYCYKPPPNSXFYZJJRCEMHSZMSXLXGLRWGCSTLRSXBZGBZGZTCPLUJLSLYLYMTXMTZPALZXPXJTJWTCYYZLBLXBZLQMYLXPGHDSLSSDMXMBDZZSXWHAMLCZCPJMCNHJYSNSYGCHSKQMZZQDLLKABLWJXSFMOCDXJRRLYQZKJMYBYQLYHETFJZFRFKSRYXFJTWDSXXSYSQJYSLYXWJHSNLXYYXHBHAWHHJZXWMYLJCSSLKYDZTXBZSYFDXGXZJKHSXXYBSSXDPYNZWRPTQZCZENYGCXQFJYKJBZMLJCMQQXUOXSLYXXLYLLJDZBTYMHPFSTTQQWLHOKYBLZZALZXQLHZWRRQHLSTMYPYXJJXMQSJFNBXYXYJXXYQYLTHYLQYFMLKLJTMLLHSZWKZHLJMLHLJKLJSTLQXYLMBHHLNLZXQJHXCFXXLHYHJJGBYZZKBXSCQDJQDSUJZYYHZHHMGSXCSYMXFEBCQWWRBPYYJQTYZCYQYQQZYHMWFFHGZFRJFCDPXNTQYZPDYKHJLFRZXPPXZDBBGZQSTLGDGYLCQMLCHHMFYWLZYXKJLYPQHSYWMQQGQZMLZJNSQXJQSYJYCBEHSXFSZPXZWFLLBCYYJDYTDTHWZSFJMQQYJLMQXXLLDTTKHHYBFPWTYYSQQWNQWLGWDEBZWCMYGCULKJXTMXMYJSXHYBRWFYMWFRXYQMXYSZTZZTFYKMLDHQDXWYYNLCRYJBLPSXCXYWLSPRRJWXHQYPHTYDNXHHMMYWYTZCSQMTSSCCDALWZTCPQPYJLLQZYJSWXMZZMMYLMXCLMXCZMXMZSQTZPPQQBLPGXQZHFLJJHYTJSRXWZXSCCDLXTYJDCQJXSLQYCLZXLZZXMXQRJMHRHZJBHMFLJLMLCLQNLDXZLLLPYPSYJYSXCQQDCMQJZZXHNPNXZMEKMXHYKYQLXSXTXJYYHWDCWDZHQYYBGYBCYSCFGPSJNZDYZZJZXRZRQJJYMCANYRJTLDPPYZBSTJKXXZYPFDWFGZZRPYMTNGXZQBYXNBUFNQKRJQZMJEGRZGYCLKXZDSKKNSXKCLJSPJYYZLQQJYBZSSQLLLKJXTBKTYLCCDDBLSPPFYLGYDTZJYQGGKQTTFZXBDKTYYHYBBFYTYYBCLPDYTGDHRYRNJSPTCSNYJQHKLLLZSLYDXXWBCJQSPXBPJZJCJDZFFXXBRMLAZHCSNDLBJDSZBLPRZTSWSBXBCLLXXLZDJZSJPYLYXXYFTFFFBHJJXGBYXJPMMMPSSJZJMTLYZJXSWXTYLEDQPJMYGQZJGDJLQJWJQLLSJGJGYGMSCLJJXDTYGJQJQJCJZCJGDZZSXQGSJGGCXHQXSNQLZZBXHSGZXCXYLJXYXYYDFQQJHJFXDHCTXJYRXYSQTJXYEFYYSSYYJXNCYZXFXMSYSZXYYSCHSHXZZZGZZZGFJDLTYLNPZGYJYZYYQZPBXQBDZTZCZYXXYHHSQXSHDHGQHJHGYWSZTMZMLHYXGEBTYLZKQWYTJZRCLEKYSTDBCYKQQSAYXCJXWWGSBHJYZYDHCSJKQCXSWXFLTYNYZPZCCZJQTZWJQDZZZQZLJJXLSBHPYXXPSXSHHEZTXFPTLQYZZXHYTXNCFZYYHXGNXMYWXTZSJPTHHGYMXMXQZXTSBCZYJYXXTYYZYPCQLMMSZMJZZLLZXGXZAAJZYXJMZXWDXZSXZDZXLEYJJZQBHZWZZZQTZPSXZTDSXJJJZNYAZPHXYYSRNQDTHZHYYKYJHDZXZLSWCLYBZYECWCYCRYLCXNHZYDZYDYJDFRJJHTRSQTXYXJRJHOJYNXELXSFSFJZGHPZSXZSZDZCQZBYYKLSGSJHCZSHDGQGXYZGXCHXZJWYQWGYHKSSEQZZNDZFKWYSSTCLZSTSYMCDHJXXYWEYXCZAYDMPXMDSXYBSQMJMZJMTZQLPJYQZCGQHXJHHLXXHLHDLDJQCLDWBSXFZZYYSCHTYTYYBHECXHYKGJPXHHYZJFXHWHBDZFYZBCAPNPGNYDMSXHMMMMAMYNBYJTMPXYYMCTHJBZYFCGTYHWPHFTWZZEZSBZEGPFMTSKFTYCMHFLLHGPZJXZJGZJYXZSBBQSCZZLZCCSTPGXMJSFTCCZJZDJXCYBZLFCJSYZFGSZLYBCWZZBYZDZYPSWYJZXZBDSYUXLZZBZFYGCZXBZHZFTPBGZGEJBSTGKDMFHYZZJHZLLZZGJQZLSFDJSSCBZGPDLFZFZSZYZYZSYGCXSNXXCHCZXTZZLJFZGQSQYXZJQDCCZTQCDXZJYQJQCHXZTDLGSCXZSYQJQTZWLQDQZTQCHQQJZYEZZZPBWKDJFCJPZTYPQYQTTYNLMBDKTJZPQZQZZFPZSBNJLGYJDXJDZZKZGQKXDLPZJTCJDQBXDJQJSTCKNXBXZMSLYJCQMTJQWWCJQNJNLLLHJCWQTBZQYDZCZPZZDZYDDCYZZZCCJTTJFZDPRRTZTJDCQTQZDTJNPLZBCLLCTZSXKJZQZPZLBZRBTJDCXFCZDBCCJJLTQQPLDCGZDBBZJCQDCJWYNLLZYZCCDWLLXWZLXRXNTQQCZXKQLSGDFQTDDGLRLAJJTKUYMKQLLTZYTDYYCZGJWYXDXFRSKSTQTENQMRKQZHHQKDLDAZFKYPBGGPZREBZZYKZZSPEGJXGYKQZZZSLYSYYYZWFQZYLZZLZHWCHKYPQGNPGBLPLRRJYXCCSYYHSFZFYBZYYTGZXYLXCZWXXZJZBLFFLGSKHYJZEYJHLPLLLLCZGXDRZELRHGKLZZYHZLYQSZZJZQLJZFLNBHGWLCZCFJYSPYXZLZLXGCCPZBLLCYBBBBUBBCBPCRNNZCZYRBFSRLDCGQYYQXYGMQZWTZYTYJXYFWTEHZZJYWLCCNTZYJJZDEDPZDZTSYQJHDYMBJNYJZLXTSSTPHNDJXXBYXQTZQDDTJTDYYTGWSCSZQFLSHLGLBCZPHDLYZJYCKWTYTYLBNYTSDSYCCTYSZYYEBHEXHQDTWNYGYCLXTSZYSTQMYGZAZCCSZZDSLZCLZRQXYYELJSBYMXSXZTEMBBLLYYLLYTDQYSHYMRQWKFKBFXNXSBYCHXBWJYHTQBPBSBWDZYLKGZSKYHXQZJXHXJXGNLJKZLYYCDXLFYFGHLJGJYBXQLYBXQPQGZTZPLNCYPXDJYQYDYMRBESJYYHKXXSTMXRCZZYWXYQYBMCLLYZHQYZWQXDBXBZWZMSLPDMYSKFMZKLZCYQYCZLQXFZZYDQZPZYGYJYZMZXDZFYFYTTQTZHGSPCZMLCCYTZXJCYTJMKSLPZHYSNZLLYTPZCTZZCKTXDHXXTQCYFKSMQCCYYAZHTJPCYLZLYJBJXTPNYLJYYNRXSYLMMNXJSMYBCSYSYLZYLXJJQYLDZLPQBFZZBLFNDXQKCZFYWHGQMRDSXYCYTXNQQJZYYPFZXDYZFPRXEJDGYQBXRCNFYYQPGHYJDYZXGRHTKYLNWDZNTSMPKLBTHBPYSZBZTJZSZZJTYYXZPHSSZZBZCZPTQFZMYFLYPYBBJQXZMXXDJMTSYSKKBJZXHJCKLPSMKYJZCXTMLJYXRZZQSLXXQPYZXMKYXXXJCLJPRMYYGADYSKQLSNDHYZKQXZYZTCGHZTLMLWZYBWSYCTBHJHJFCWZTXWYTKZLXQSHLYJZJXTMPLPYCGLTBZZTLZJCYJGDTCLKLPLLQPJMZPAPXYZLKKTKDZCZZBNZDYDYQZJYJGMCTXLTGXSZLMLHBGLKFWNWZHDXUHLFMKYSLGXDTWWFRJEJZTZHYDXYKSHWFZCQSHKTMQQHTZHYMJDJSKHXZJZBZZXYMPAGQMSTPXLSKLZYNWRTSQLSZBPSPSGZWYHTLKSSSWHZZLYYTNXJGMJSZSUFWNLSOZTXGXLSAMMLBWLDSZYLAKQCQCTMYCFJBSLXCLZZCLXXKSBZQCLHJPSQPLSXXCKSLNHPSFQQYTXYJZLQLDXZQJZDYYDJNZPTUZDSKJFSLJHYLZSQZLBTXYDGTQFDBYAZXDZHZJNHHQBYKNXJJQCZMLLJZKSPLDYCLBBLXKLELXJLBQYCXJXGCNLCQPLZLZYJTZLJGYZDZPLTQCSXFDMNYCXGBTJDCZNBGBQYQJWGKFHTNPYQZQGBKPBBYZMTJDYTBLSQMPSXTBNPDXKLEMYYCJYNZCTLDYKZZXDDXHQSHDGMZSJYCCTAYRZLPYLTLKXSLZCGGEXCLFXLKJRTLQJAQZNCMBYDKKCXGLCZJZXJHPTDJJMZQYKQSECQZDSHHADMLZFMMZBGNTJNNLGBYJBRBTMLBYJDZXLCJLPLDLPCQDHLXZLYCBLCXZZJADJLNZMMSSSMYBHBSQKBHRSXXJMXSDZNZPXLGBRHWGGFCXGMSKLLTSJYYCQLTSKYWYYHYWXBXQYWPYWYKQLSQPTNTKHQCWDQKTWPXXHCPTHTWUMSSYHBWCRWXHJMKMZNGWTMLKFGHKJYLSYYCXWHYECLQHKQHTTQKHFZLDXQWYZYYDESBPKYRZPJFYYZJCEQDZZDLATZBBFJLLCXDLMJSSXEGYGSJQXCWBXSSZPDYZCXDNYXPPZYDLYJCZPLTXLSXYZYRXCYYYDYLWWNZSAHJSYQYHGYWWAXTJZDAXYSRLTDPSSYYFNEJDXYZHLXLLLZQZSJNYQYQQXYJGHZGZCYJCHZLYCDSHWSHJZYJXCLLNXZJJYYXNFXMWFPYLCYLLABWDDHWDXJMCXZTZPMLQZHSFHZYNZTLLDYWLSLXHYMMYLMBWWKYXYADTXYLLDJPYBPWUXJMWMLLSAFDLLYFLBHHHBQQLTZJCQJLDJTFFKMMMBYTHYGDCQRDDWRQJXNBYSNWZDBYYTBJHPYBYTTJXAAHGQDQTMYSTQXKBTZPKJLZRBEQQSSMJJBDJOTGTBXPGBKTLHQXJJJCTHXQDWJLWRFWQGWSHCKRYSWGFTGYGBXSDWDWRFHWYTJJXXXJYZYSLPYYYPAYXHYDQKXSHXYXGSKQHYWFDDDPPLCJLQQEEWXKSYYKDYPLTJTHKJLTCYYHHJTTPLTZZCDLTHQKZXQYSTEEYWYYZYXXYYSTTJKLLPZMCYHQGXYHSRMBXPLLNQYDQHXSXXWGDQBSHYLLPJJJTHYJKYPPTHYYKTYEZYENMDSHLCRPQFDGFXZPSFTLJXXJBSWYYSKSFLXLPPLBBBLBSFXFYZBSJSSYLPBBFFFFSSCJDSTZSXZRYYSYFFSYZYZBJTBCTSBSDHRTJJBYTCXYJEYLXCBNEBJDSYXYKGSJZBXBYTFZWGENYHHTHZHHXFWGCSTBGXKLSXYWMTMBYXJSTZSCDYQRCYTWXZFHMYMCXLZNSDJTTTXRYCFYJSBSDYERXJLJXBBDEYNJGHXGCKGSCYMBLXJMSZNSKGXFBNBPTHFJAAFXYXFPXMYPQDTZCXZZPXRSYWZDLYBBKTYQPQJPZYPZJZNJPZJLZZFYSBTTSLMPTZRTDXQSJEHBZYLZDHLJSQMLHTXTJECXSLZZSPKTLZKQQYFSYGYWPCPQFHQHYTQXZKRSGTTSQCZLPTXCDYYZXSQZSLXLZMYCPCQBZYXHBSXLZDLTCDXTYLZJYYZPZYZLTXJSJXHLPMYTXCQRBLZSSFJZZTNJYTXMYJHLHPPLCYXQJQQKZZSCPZKSWALQSBLCCZJSXGWWWYGYKTJBBZTDKHXHKGTGPBKQYSLPXPJCKBMLLXDZSTBKLGGQKQLSBKKTFXRMDKBFTPZFRTBBRFERQGXYJPZSSTLBZTPSZQZSJDHLJQLZBPMSMMSXLQQNHKNBLRDDNXXDHDDJCYYGYLXGZLXSYGMQQGKHBPMXYXLYTQWLWGCPBMQXCYZYDRJBHTDJYHQSHTMJSBYPLWHLZFFNYPMHXXHPLTBQPFBJWQDBYGPNZTPFZJGSDDTQSHZEAWZZYLLTYYBWJKXXGHLFKXDJTMSZSQYNZGGSWQSPHTLSSKMCLZXYSZQZXNCJDQGZDLFNYKLJCJLLZLMZZNHYDSSHTHZZLZZBBHQZWWYCRZHLYQQJBEYFXXXWHSRXWQHWPSLMSSKZTTYGYQQWRSLALHMJTQJSMXQBJJZJXZYZKXBYQXBJXSHZTSFJLXMXZXFGHKZSZGGYLCLSARJYHSLLLMZXELGLXYDJYTLFBHBPNLYZFBBHPTGJKWETZHKJJXZXXGLLJLSTGSHJJYQLQZFKCGNNDJSSZFDBCTWWSEQFHQJBSAQTGYPQLBXBMMYWXGSLZHGLZGQYFLZBYFZJFRYSFMBYZHQGFWZSYFYJJPHZBYYZFFWODGRLMFTWLBZGYCQXCDJYGZYYYYTYTYDWEGAZYHXJLZYYHLRMGRXXZCLHNELJJTJTPWJYBJJBXJJTJTEEKHWSLJPLPSFYZPQQBDLQJJTYYQLYZKDKSQJYYQZLDQTGJQYZJSUCMRYQTHTEJMFCTYHYPKMHYZWJDQFHYYXWSHCTXRLJHQXHCCYYYJLTKTTYTMXGTCJTZAYYOCZLYLBSZYWJYTSJYHBYSHFJLYGJXXTMZYYLTXXYPZLXYJZYZYYPNHMYMDYYLBLHLSYYQQLLNJJYMSOYQBZGDLYXYLCQYXTSZEGXHZGLHWBLJHEYXTWQMAKBPQCGYSHHEGQCMWYYWLJYJHYYZLLJJYLHZYHMGSLJLJXCJJYCLYCJPCPZJZJMMYLCQLNQLJQJSXYJMLSZLJQLYCMMHCFMMFPQQMFYLQMCFFQMMMMHMZNFHHJGTTHHKHSLNCHHYQDXTMMQDCYZYXYQMYQYLTDCYYYZAZZCYMZYDLZFFFMMYCQZWZZMABTBYZTDMNZZGGDFTYPCGQYTTSSFFWFDTZQSSYSTWXJHXYTSXXYLBYQHWWKXHZXWZNNZZJZJJQJCCCHYYXBZXZCYZTLLCQXYNJYCYYCYNZZQYYYEWYCZDCJYCCHYJLBTZYYCQWMPWPYMLGKDLDLGKQQBGYCHJXY",b={ diff --git a/index.html b/index.html index 8c9f26c05..db7cc4d7a 100644 --- a/index.html +++ b/index.html @@ -21,8 +21,6 @@ - - diff --git a/src/css/base/editor/editor.css b/src/css/base/editor/editor.css index 418acc6b9..4fb14e28d 100644 --- a/src/css/base/editor/editor.css +++ b/src/css/base/editor/editor.css @@ -5,10 +5,10 @@ border-radius: 2px; } .bi-search-editor .circle-close-font { - font-size: 16px; + font-size: 18px; } .bi-search-editor .search-font { - font-size: 16px; + font-size: 18px; } /*************BI.SearchEditor******************/ @@ -22,8 +22,8 @@ font-size: 12px; } .bi-small-search-editor .close-font { - font-size: 18px; + font-size: 16px; } .bi-small-search-editor .search-font { - font-size: 18px; + font-size: 16px; } diff --git a/src/less/base/editor/editor.search.less b/src/less/base/editor/editor.search.less index cdcc26265..f9094473b 100644 --- a/src/less/base/editor/editor.search.less +++ b/src/less/base/editor/editor.search.less @@ -3,9 +3,9 @@ .bi-search-editor { .border-radius(2px); & .circle-close-font{ - font-size: @font-size-16; + font-size: @font-size-18; } & .search-font{ - font-size: @font-size-16; + font-size: @font-size-18; } } \ No newline at end of file diff --git a/src/less/base/editor/editor.search.small.less b/src/less/base/editor/editor.search.small.less index 1c2e35054..d25b4546a 100644 --- a/src/less/base/editor/editor.search.small.less +++ b/src/less/base/editor/editor.search.small.less @@ -10,10 +10,10 @@ font-size: @font-size-12; } } - & .close-font{ - font-size: 18px; - } +& .close-font{ + font-size: @font-size-16; +} & .search-font{ - font-size: 18px; + font-size: @font-size-16; } } \ No newline at end of file diff --git a/src/less/lib/constant.less b/src/less/lib/constant.less index af5e8b47e..67d975740 100644 --- a/src/less/lib/constant.less +++ b/src/less/lib/constant.less @@ -7,6 +7,7 @@ @font-size-13: 13px; @font-size-14: 14px; @font-size-16: 16px; +@font-size-18: 18px; @font-size-22: 22px; @font-size-24: 24px; @font-size-30: 30px;