Bladeren bron

报修显示是否付款,付款金额

塔里木分支
hwh2023 1 jaar geleden
bovenliggende
commit
6b68efca67
4 gewijzigde bestanden met toevoegingen van 44 en 0 verwijderingen
  1. +11
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/RepairReportStudent/dealIndex.js
  2. +11
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/RepairReportStudent/statisticIndex.js
  3. +11
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/RepairReportTeacher/dealIndex.js
  4. +11
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/RepairReportTeacher/statisticIndex.js

+ 11
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/RepairReportStudent/dealIndex.js Bestand weergeven

@@ -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"},
{


+ 11
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/RepairReportStudent/statisticIndex.js Bestand weergeven

@@ -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"},
],


+ 11
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/RepairReportTeacher/dealIndex.js Bestand weergeven

@@ -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"},
{


+ 11
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/RepairReportTeacher/statisticIndex.js Bestand weergeven

@@ -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"},
],


Laden…
Annuleren
Opslaan