|
@@ -39,8 +39,8 @@ $(document).ready(() => {
|
|
|
{title: '起扣金额', colSpan: '1', rowSpan: '1', field: 'sprice', hAlign: 2, width: 100, readOnly: 'readOnly.sprice'},
|
|
|
{title: '付(扣)款限额', colSpan: '1', rowSpan: '1', field: 'rprice', hAlign: 2, width: 100, readOnly: 'readOnly.rprice'},
|
|
|
{
|
|
|
- title: '附件', colSpan: '1', rowSpan: '1', field: 'attachment', hAlign: 2, width: 60, readOnly: true, cellType: 'imageBtn',
|
|
|
- normalImg: '#rela-file-icon', hoverImg: '#rela-file-hover', activeImg: '#rela-file-down', getValue: 'getValue.attachment'
|
|
|
+ title: '附件', colSpan: '1', rowSpan: '1', field: 'attachment', hAlign: 0, width: 60, readOnly: true, cellType: 'imageBtn',
|
|
|
+ normalImg: '#rela-file-icon', hoverImg: '#rela-file-hover', getValue: 'getValue.attachment'
|
|
|
},
|
|
|
{title: '状态', colSpan: '1', rowSpan: '1', field: '', hAlign: 0, width: 120, readOnly: true, getValue: 'getValue.state', foreColor: 'red', font: '8px 宋体'},
|
|
|
],
|