|
|
@@ -380,12 +380,7 @@ export default {
|
|
|
show: true,
|
|
|
position: "right",
|
|
|
valueAnimation: true,
|
|
|
- },
|
|
|
- itemStyle: {
|
|
|
- normal: {
|
|
|
- color: ["#7070ff"],
|
|
|
- },
|
|
|
- },
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
name: "已办事宜数",
|
|
|
@@ -395,12 +390,7 @@ export default {
|
|
|
show: true,
|
|
|
position: "right",
|
|
|
valueAnimation: true,
|
|
|
- },
|
|
|
- itemStyle: {
|
|
|
- normal: {
|
|
|
- color: ["#00CC33"],
|
|
|
- },
|
|
|
- },
|
|
|
+ }
|
|
|
},
|
|
|
],
|
|
|
dataZoom: [
|
|
|
@@ -416,6 +406,7 @@ export default {
|
|
|
filterMode: "none",
|
|
|
},
|
|
|
],
|
|
|
+ color: ['#6666FF', '#9b4400'],
|
|
|
},
|
|
|
};
|
|
|
},
|
|
|
@@ -623,8 +614,7 @@ export default {
|
|
|
ee.name_,a.AUDITOR_,a.STATUS_,ee.CREATE_TIME_ from IBPS_BPM_APPROVAL_HIS as a join ibps_party_employee as ee on a.AUDITOR_ = ee.id_
|
|
|
where a.CREATE_TIME_ between '${this.startDate
|
|
|
}' and '${this.endDate
|
|
|
- }' and ee.id_ and (${this.otherPositions.join(" or ")} )
|
|
|
- in(${personIds}) group by a.PROC_inst_ID_) as bb group by AUDITOR_ order by CREATE_TIME_ asc `;
|
|
|
+ }' and ee.id_ in(${personIds}) and (${this.otherPositions.join(" or ")} ) group by a.PROC_inst_ID_) as bb group by AUDITOR_ order by CREATE_TIME_ asc `;
|
|
|
await curdPost("sql", yibansql2).then((res) => {
|
|
|
yibanData2 = res.variables.data;
|
|
|
});
|