| | |
| | | cell = worksheet.Cells[x, y++]; |
| | | cell.Value = item.Money; |
| | | cell = worksheet.Cells[x, y++]; |
| | | cell.Value = item.Balance; |
| | | cell.Value = item.AccountMoney; |
| | | cell = worksheet.Cells[x, y++]; |
| | | cell.Value = item.PaymentUnit; |
| | | cell = worksheet.Cells[x, y++]; |
| | |
| | | }, |
| | | { label: '科目名称', name: 'SubjectName', labtype: 'txt', hidden: false, width: 100 }, |
| | | { label: '金额', name: 'Money', labtype: 'txt', hidden: false, width: 100 }, |
| | | { label: '余额', name: 'Balance', labtype: 'txt', hidden: false, width: 100 }, |
| | | { label: '余额', name: 'AccountMoney', labtype: 'txt', hidden: false, width: 100 }, |
| | | { label: '收(支)款单位', name: 'PaymentUnit', labtype: 'txt', hidden: false, width: 200 }, |
| | | { label: '操作人', name: 'CreaterName', labtype: 'txt', hidden: false, width: 60 }, |
| | | { label: '摘要', name: 'OperationalMatters', labtype: 'txt', hidden: false, width: 200 }, |
| | |
| | | <td> @liaotianDTO.AccountName</td> |
| | | <td> @liaotianDTO.SubjectName</td> |
| | | <td> @liaotianDTO.Money</td> |
| | | <td> @liaotianDTO.Balance</td> |
| | | <td> @liaotianDTO.AccountMoney</td> |
| | | <td> @liaotianDTO.CreaterName</td> |
| | | <td> @liaotianDTO.PaymentUnit</td> |
| | | <td> @liaotianDTO.OperationalMatters</td> |