Sfoglia il codice sorgente

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

塔里木分支
hwh2023 1 anno fa
parent
commit
6b68efca67
4 ha cambiato i file con 44 aggiunte e 0 eliminazioni
  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 Vedi File

@@ -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 Vedi File

@@ -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 Vedi File

@@ -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 Vedi File

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


Caricamento…
Annulla
Salva