From 6b68efca67b5b2ad35d3e5dc7ba395ff4cb9396b Mon Sep 17 00:00:00 2001 From: hwh2023 <598694955@qq.com> Date: Mon, 4 Dec 2023 15:04:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E4=BF=AE=E6=98=BE=E7=A4=BA=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E4=BB=98=E6=AC=BE=EF=BC=8C=E4=BB=98=E6=AC=BE=E9=87=91?= =?UTF-8?q?=E9=A2=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/RepairReportStudent/dealIndex.js | 11 +++++++++++ .../Views/RepairReportStudent/statisticIndex.js | 11 +++++++++++ .../Views/RepairReportTeacher/dealIndex.js | 11 +++++++++++ .../Views/RepairReportTeacher/statisticIndex.js | 11 +++++++++++ 4 files changed, 44 insertions(+) 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"}, ],