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