username@email.com
2024-05-15 c2b4e7c86e790d3880a8da9adeffafb3e6c12145
CoreCms.Net.Web.Admin/wwwroot/views/financial/invoice/index.html
@@ -149,7 +149,7 @@
                            },
                            { 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 + ')';
                                }
                            },
@@ -164,7 +164,7 @@
                                    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 } },
                            {
@@ -185,7 +185,7 @@
                                }
                            },
                            { 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' }