|
@@ -30,7 +30,7 @@ $(document).ready(() => {
|
|
{title: '编号', colSpan: '1', rowSpan: '1', field: 'code', hAlign: 0, width: 150, formatter: '@', readOnly: isPre, },
|
|
{title: '编号', colSpan: '1', rowSpan: '1', field: 'code', hAlign: 0, width: 150, formatter: '@', readOnly: isPre, },
|
|
{title: '发文单位', colSpan: '1', rowSpan: '1', field: 'doc_co', hAlign: 0, width: 150, formatter: '@', readOnly: isPre},
|
|
{title: '发文单位', colSpan: '1', rowSpan: '1', field: 'doc_co', hAlign: 0, width: 150, formatter: '@', readOnly: isPre},
|
|
{
|
|
{
|
|
- title: '依据材料证明', colSpan: '1', rowSpan: '1', field: 'proof_file', hAlign: 1, width: 80, formatter: '@',
|
|
|
|
|
|
+ title: '依据材料证明', colSpan: '1', rowSpan: '1', field: 'proof_file', hAlign: 0, width: 80, formatter: '@',
|
|
readOnly: true, cellType: 'imageBtn', normalImg: '#rela-file-icon', hoverImg: '#rela-file-hover',
|
|
readOnly: true, cellType: 'imageBtn', normalImg: '#rela-file-icon', hoverImg: '#rela-file-hover',
|
|
getValue: function (data) {
|
|
getValue: function (data) {
|
|
return data.proof_file ? data.proof_file.length : 0;
|
|
return data.proof_file ? data.proof_file.length : 0;
|