|
@@ -29,7 +29,7 @@ const rptCustomObj = (function () {
|
|
|
const sStageSelect = 'stage_select';
|
|
|
const grSpreadSetting = {
|
|
|
baseCols: [
|
|
|
- {title: '名称', colSpan: '1', rowSpan: '1', field: 'name', hAlign: 0, width: 180, formatter: '@', readOnly: true},
|
|
|
+ {title: '名称', colSpan: '1', rowSpan: '1', field: 'name', hAlign: 0, width: 240, formatter: '@', readOnly: true},
|
|
|
],
|
|
|
extraCols: [
|
|
|
{title: '%s', colSpan: '1', rowSpan: '1', field: '%s', hAlign: 1, vAlign: '1', width: 60, cellType: 'checkbox', readOnly: true},
|
|
@@ -273,7 +273,7 @@ const rptCustomObj = (function () {
|
|
|
grSpreadSetting.cols = [];
|
|
|
for (const bc of grSpreadSetting.baseCols) {
|
|
|
grSpreadSetting.cols.push(bc);
|
|
|
- if (bc.field === 'name') bc.width = gsSetting.nameColWidth ? gsSetting.nameColWidth : 180;
|
|
|
+ if (bc.field === 'name') bc.width = gsSetting.nameColWidth ? gsSetting.nameColWidth : 240;
|
|
|
}
|
|
|
if (gsSetting.special) {
|
|
|
for (const s of gsSetting.special) {
|
|
@@ -838,7 +838,7 @@ const rptCustomObj = (function () {
|
|
|
const spreadSetting = {
|
|
|
cols: [
|
|
|
{title: '选择', field: 'selected', hAlign: 1, width: 40, formatter: '@', cellType: 'checkbox', readOnly: true},
|
|
|
- {title: '名称', field: 'name', hAlign: 0, width: 180, formatter: '@', readOnly: true, cellType: 'tree'},
|
|
|
+ {title: '名称', field: 'name', hAlign: 0, width: 300, formatter: '@', readOnly: true, cellType: 'tree'},
|
|
|
{title: '期数', field: 'phase', hAlign: 1, width: 60, formatter: '@', readOnly: true},
|
|
|
{title: '审批状态', field: 'status', hAlign: 1, width: 60, formatter: '@', readOnly: true}
|
|
|
],
|