|
|
@@ -187,12 +187,15 @@ Page({
|
|
|
}, {
|
|
|
label: "赢率",
|
|
|
value: data.winrate
|
|
|
+ }, {
|
|
|
+ label: "负责人",
|
|
|
+ value: data.name
|
|
|
}, {
|
|
|
label: "项目状态",
|
|
|
value: data.status
|
|
|
}, {
|
|
|
- label: "负责人",
|
|
|
- value: data.name
|
|
|
+ label: "结案/失败原因",
|
|
|
+ value: data.status == '已结案' ? data.endreason : data.defeattype + (data.defeatreason ? "," + data.defeatreason : data.defeatreason)
|
|
|
}];
|
|
|
if (wx.getStorageSync('userMsg').siteid == 'HY') list1 = list1.filter(v => !["项目预算(万元)", "总投资额(万元)", "造价(万元)"].includes(v.label))
|
|
|
this.setData({
|
|
|
@@ -243,12 +246,6 @@ Page({
|
|
|
}, {
|
|
|
label: "报备审核时间",
|
|
|
value: data.reportcheckdate
|
|
|
- }, {
|
|
|
- label: "结案原因",
|
|
|
- value: data.endreason
|
|
|
- }, {
|
|
|
- label: "失败原因",
|
|
|
- value: data.defeattype + (data.defeatreason ? "," + data.defeatreason : data.defeatreason)
|
|
|
}, {
|
|
|
label: "转手次数",
|
|
|
value: data.changecount
|