Răsfoiți Sursa

科研看板去综合管理组;人员看板去图中的综合管理

cyy 1 an în urmă
părinte
comite
112a318f12

+ 2 - 1
src/views/peopleManages/taskStatistics/index.vue

@@ -988,7 +988,7 @@ export default {
             sum(gy.zhi_cheng_deng_ji = '高级') AS gaoJi FROM (SELECT
             ee.id_ AS eeID,ee.name_ AS eeName,ee.positions_,ry.zui_gao_xue_li_x_,ry.zhi_cheng_deng_ji
             FROM t_ryjbqk AS ry JOIN  ibps_party_employee AS ee ON ry.parent_id_= ee.id_ 
-            )gy LEFT JOIN   ibps_party_entity en ON FIND_IN_SET(en.id_,gy.positions_)  where ${positionsWhere} GROUP BY enName) jh`
+            )gy LEFT JOIN   ibps_party_entity en ON FIND_IN_SET(en.id_,gy.positions_)  where ${positionsWhere} and en.id_!='1166373874003083264' and en.name_ not like '%综合%' GROUP BY enName) jh`
             curdPost('sql', sql).then((res) => {
                 const data = res.variables.data
                 // 组装数据集,以学历职称为列,以部门为行:{" 大专":['1','2','3']}
@@ -1014,6 +1014,7 @@ export default {
                         'zhongJi',
                         'gaoJi'
                     ]
+                    console.log(data)
                     for (let t = 0; t < data.length; t++) {
                         this.PositionsDegreeOption.xAxis[0].data.push(
                             data[t].enName

+ 1 - 1
src/views/scientificPayoffs/index.vue

@@ -435,7 +435,7 @@ export default {
 
         getPositionList () {
             const first = this.$store.getters.level.first
-            const sql2 = `select * from ibps_party_entity where party_type_ = 'position' and PATH_ like '%${first}%' and DEPTH_ > 2`
+            const sql2 = `select * from ibps_party_entity where id_!='1166373874003083264' and name_ not like '%综合%' and party_type_ = 'position' and PATH_ like '%${first}%' and DEPTH_ > 2`
             curdPost('sql', sql2).then((res2) => {
                 if (res2.state === 200) {
                     const datas = res2.variables.data