From f7f968bf90a2124d1787919b116bb143290622ce Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期三, 08 五月 2024 11:25:50 +0800 Subject: [PATCH] 增加货品管理页面,增加ip地址获取APi 修改发票列表宽度 --- CoreCms.Net.Web.Admin/wwwroot/views/financial/invoice/index.html | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/financial/invoice/index.html b/CoreCms.Net.Web.Admin/wwwroot/views/financial/invoice/index.html index f48550f..2e1a296 100644 --- a/CoreCms.Net.Web.Admin/wwwroot/views/financial/invoice/index.html +++ b/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' } -- Gitblit v1.9.1