|
@@ -49,7 +49,7 @@ $(document).ready(() => {
|
|
|
{title: '阶段/项目名称', colSpan: '1', rowSpan: '2', field: 'name', hAlign: 0, width: 210, formatter: '@', cellType: 'autoTip'},
|
|
|
{title: '成果编制|进度', colSpan: '3|1', rowSpan: '1|1', field: 'edit_progress', hAlign: 1, width: 80, formatter: '@', cellType: 'customizeCombo', comboItems: progressCombo },
|
|
|
{
|
|
|
- title: '|日期', colSpan: '|1', rowSpan: '|1', field: 'edit_date', hAlign: 2, width: 80, formatter: '@', readOnly: true,
|
|
|
+ title: '|日期', colSpan: '|1', rowSpan: '|1', field: 'edit_date', hAlign: 2, width: 80, readOnly: true,
|
|
|
formatter: 'yyyy-MM-dd', cellType: 'activeImageBtn', normalImg: '#ellipsis-icon', indent: 5,
|
|
|
showImage: function (data) {
|
|
|
return data !== undefined && data !== null;
|
|
@@ -58,7 +58,7 @@ $(document).ready(() => {
|
|
|
{title: '|部门', colSpan: '|1', rowSpan: '|1', field: 'edit_department', hAlign: 2, width: 120, formatter: '@', },
|
|
|
{title: '报审情况|进度', colSpan: '3|1', rowSpan: '1|1', field: 'submit_progress', hAlign: 1, width: 80, formatter: '@', cellType: 'customizeCombo', comboItems: progressCombo },
|
|
|
{
|
|
|
- title: '|日期', colSpan: '|1', rowSpan: '|1', field: 'submit_date', hAlign: 2, width: 80, formatter: '@', readOnly: true,
|
|
|
+ title: '|日期', colSpan: '|1', rowSpan: '|1', field: 'submit_date', hAlign: 2, width: 80, readOnly: true,
|
|
|
formatter: 'yyyy-MM-dd', cellType: 'activeImageBtn', normalImg: '#ellipsis-icon', indent: 5,
|
|
|
showImage: function (data) {
|
|
|
return data !== undefined && data !== null;
|
|
@@ -67,7 +67,7 @@ $(document).ready(() => {
|
|
|
{title: '|部门', colSpan: '|1', rowSpan: '|1', field: 'submit_department', hAlign: 2, width: 120, formatter: '@', },
|
|
|
{title: '批复情况|进度', colSpan: '4|1', rowSpan: '1|1', field: 'reply_progress', hAlign: 1, width: 80, formatter: '@', cellType: 'customizeCombo', comboItems: progressCombo },
|
|
|
{
|
|
|
- title: '|日期', colSpan: '|1', rowSpan: '|1', field: 'reply_date', hAlign: 2, width: 80, formatter: '@', readOnly: true,
|
|
|
+ title: '|日期', colSpan: '|1', rowSpan: '|1', field: 'reply_date', hAlign: 2, width: 80, readOnly: true,
|
|
|
formatter: 'yyyy-MM-dd', cellType: 'activeImageBtn', normalImg: '#ellipsis-icon', indent: 5,
|
|
|
showImage: function (data) {
|
|
|
return data !== undefined && data !== null;
|
|
@@ -614,4 +614,4 @@ $(document).ready(() => {
|
|
|
}, 100);
|
|
|
});
|
|
|
})('a[name=showLevel]', progressObj.sheet);
|
|
|
-});
|
|
|
+});
|