|
@@ -53,16 +53,17 @@ $(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: 'proof_file', hAlign: 1, width: 80, formatter: '@',
|
|
|
- readOnly: true, cellType: 'imageBtn', normalImg: '#rela-file-icon', hoverImg: '#rela-file-hover',
|
|
|
- getValue: function (data) {
|
|
|
- return data.proof_file ? data.proof_file.length : 0;
|
|
|
- },
|
|
|
- showImage: function (data) {
|
|
|
- return data !== undefined && data !== null;
|
|
|
- },
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: '依据材料证明', colSpan: '1', rowSpan: '1', field: 'proof_file', hAlign: 1, width: 80, formatter: '@',
|
|
|
+ // readOnly: true, cellType: 'imageBtn', normalImg: '#rela-file-icon', hoverImg: '#rela-file-hover',
|
|
|
+ // getValue: function (data) {
|
|
|
+ // return data.proof_file ? data.proof_file.length : 0;
|
|
|
+ // },
|
|
|
+ // showImage: function (data) {
|
|
|
+ // return data !== undefined && data !== null;
|
|
|
+ // },
|
|
|
+ // },
|
|
|
+ {title: '依据材料证明', colSpan: '1', rowSpan: '1', field: 'proof', hAlign: 0, width: 150, formatter: '@', readOnly: isPre},
|
|
|
{
|
|
|
title: '计量期', colSpan: '1', rowSpan: '1', field: 'sorder', hAlign: 1, width: 100, formatter: '@',
|
|
|
getValue: function (data) {
|