| | |
| | | }, |
| | | { field: 'sourceId', title: '资源序列', sort: false, width: 125 }, |
| | | { |
| | | field: 'userNickName', title: '用户', sort: false, width: 105, templet: function (d) { |
| | | field: 'userNickName', title: '用户', sort: false, width: 180, templet: function (d) { |
| | | return d.userNickName + '(' + d.userId + ')'; |
| | | } |
| | | }, |
| | |
| | | return ""; |
| | | } |
| | | }, |
| | | { field: 'title', title: '发票抬头', sort: false }, |
| | | { field: 'title', title: '发票抬头', sort: false ,width: 200 }, |
| | | { field: 'taxNumber', title: '发票税号', sort: false, width: 150 }, |
| | | { field: 'amount', title: '发票金额', sort: false, width: 80, templet: function (data) { return '¥' + data.amount } }, |
| | | { |
| | |
| | | } |
| | | }, |
| | | { field: 'fileUrl', title: '发票下载地址', sort: false}, |
| | | { field: 'remarks', title: '开票备注', sort: false, width: 105 }, |
| | | { field: 'remarks', title: '开票备注', sort: false, width: 150 }, |
| | | { field: 'createTime', title: '创建时间', width: 130, sort: false }, |
| | | { field: 'updateTime', title: '更新时间', width: 130, sort: false }, |
| | | { width: 122, align: 'center', title: '操作', fixed: 'right', toolbar: '#LAY-app-CoreCmsInvoice-tableBox-bar' } |