diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/RepairReportStudent/dealIndex.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/RepairReportStudent/dealIndex.js index 2f311cbae..9c4225505 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/RepairReportStudent/dealIndex.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/RepairReportStudent/dealIndex.js @@ -279,6 +279,17 @@ var bootstrap = function ($, learun) { { label: "处理日期", name: "RepairTime", width: 100, align: "left"}, { label: "故障原因", name: "Reason", width: 100, align: "left"}, { label: "耗材信息", name: "Material", width: 100, align: "left"}, + { + label: "是否付款", name: "IsPay", width: 100, align: "left", + formatter:function (cellvalue, row) { + if (cellvalue == 1) { + return '是'; + }else{ + return '否'; + } + } + }, + { label: "付款金额", name: "Amount", width: 100, align: "left"}, //{ label: "维修图片", name: "RepairImg", width: 100, align: "left"}, { label: "评价", name: "Evaluate", width: 100, align: "left"}, { diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/RepairReportStudent/statisticIndex.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/RepairReportStudent/statisticIndex.js index 60178f4e7..f5687d8d0 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/RepairReportStudent/statisticIndex.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/RepairReportStudent/statisticIndex.js @@ -162,6 +162,17 @@ var bootstrap = function ($, learun) { { label: "处理日期", name: "RepairTime", width: 100, align: "left"}, { label: "故障原因", name: "Reason", width: 100, align: "left"}, { label: "耗材信息", name: "Material", width: 100, align: "left"}, + { + label: "是否付款", name: "IsPay", width: 100, align: "left", + formatter:function (cellvalue, row) { + if (cellvalue == 1) { + return '是'; + }else{ + return '否'; + } + } + }, + { label: "付款金额", name: "Amount", width: 100, align: "left"}, //{ label: "维修图片", name: "RepairImg", width: 100, align: "left"}, { label: "评价", name: "Evaluate", width: 100, align: "left"}, ], diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/RepairReportTeacher/dealIndex.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/RepairReportTeacher/dealIndex.js index 76752ceb5..4b0200211 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/RepairReportTeacher/dealIndex.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/RepairReportTeacher/dealIndex.js @@ -182,6 +182,17 @@ var bootstrap = function ($, learun) { { label: "处理日期", name: "RepairTime", width: 100, align: "left"}, { label: "故障原因", name: "Reason", width: 100, align: "left"}, { label: "耗材信息", name: "Material", width: 100, align: "left"}, + { + label: "是否付款", name: "IsPay", width: 100, align: "left", + formatter:function (cellvalue, row) { + if (cellvalue == 1) { + return '是'; + }else{ + return '否'; + } + } + }, + { label: "付款金额", name: "Amount", width: 100, align: "left"}, //{ label: "维修图片", name: "RepairImg", width: 100, align: "left"}, { label: "评价", name: "Evaluate", width: 100, align: "left"}, { diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/RepairReportTeacher/statisticIndex.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/RepairReportTeacher/statisticIndex.js index dba0bbf70..6cc3131f4 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/RepairReportTeacher/statisticIndex.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/RepairReportTeacher/statisticIndex.js @@ -125,6 +125,17 @@ var bootstrap = function ($, learun) { { label: "处理日期", name: "RepairTime", width: 100, align: "left"}, { label: "故障原因", name: "Reason", width: 100, align: "left"}, { label: "耗材信息", name: "Material", width: 100, align: "left"}, + { + label: "是否付款", name: "IsPay", width: 100, align: "left", + formatter:function (cellvalue, row) { + if (cellvalue == 1) { + return '是'; + }else{ + return '否'; + } + } + }, + { label: "付款金额", name: "Amount", width: 100, align: "left"}, //{ label: "维修图片", name: "RepairImg", width: 100, align: "left"}, //{ label: "评价", name: "Evaluate", width: 100, align: "left"}, ],