|
@@ -63,12 +63,13 @@
|
|
|
'检测项目',
|
|
'检测项目',
|
|
|
'检测类型',
|
|
'检测类型',
|
|
|
'完成时间',
|
|
'完成时间',
|
|
|
- '状态',
|
|
|
|
|
|
|
+ // '状态',
|
|
|
'检测员'
|
|
'检测员'
|
|
|
],
|
|
],
|
|
|
data: [],
|
|
data: [],
|
|
|
rowNum: 7,
|
|
rowNum: 7,
|
|
|
- columnWidth: ['300','100','150','150','100']
|
|
|
|
|
|
|
+ // columnWidth: ['300','100','150','150','100']
|
|
|
|
|
+ columnWidth: ['400','150','150','100']
|
|
|
},
|
|
},
|
|
|
acceptData:[],
|
|
acceptData:[],
|
|
|
taskData: [],
|
|
taskData: [],
|
|
@@ -241,7 +242,8 @@
|
|
|
getMiddleData() {
|
|
getMiddleData() {
|
|
|
// 获取检测数据
|
|
// 获取检测数据
|
|
|
// const sql1 = `select tm.jian_ce_xiang_mu_, tm.jian_ce_lei_bie_, IFNULL(rw.qi_wang_wan_cheng, '') as qi_wang_wan_cheng, rw.zhuang_tai_, ipe.NAME_ from t_rwfpb rw, ibps_party_employee ipe, t_mjjcnlfw tm where rw.jian_ce_yuan_ = ipe.ID_ and rw.jian_ce_xiang_mu_ = tm.id_ and rw.create_time_ like '${this.month}%'`
|
|
// const sql1 = `select tm.jian_ce_xiang_mu_, tm.jian_ce_lei_bie_, IFNULL(rw.qi_wang_wan_cheng, '') as qi_wang_wan_cheng, rw.zhuang_tai_, ipe.NAME_ from t_rwfpb rw, ibps_party_employee ipe, t_mjjcnlfw tm where rw.jian_ce_yuan_ = ipe.ID_ and rw.jian_ce_xiang_mu_ = tm.id_ and rw.create_time_ like '${this.month}%'`
|
|
|
- const sql1 = `select tm.jian_ce_xiang_mu_, tm.jian_ce_lei_bie_, IFNULL(rwz.create_time_, '') as qi_wang_wan_cheng, rw.zhuang_tai_, ipe.NAME_ from t_lhrwfpb rw, ibps_party_employee ipe, t_mjjcnlfw tm, t_mjrwfpzb rwz where rwz.jian_ce_yuan_ = ipe.ID_ and rwz.jian_ce_xiang_mu_ = tm.id_ and rw.id_ = rwz.wai_jian_ and rw.create_time_ like '${this.month}%'`
|
|
|
|
|
|
|
+ // const sql1 = `select tm.jian_ce_xiang_mu_, tm.jian_ce_lei_bie_, IFNULL(rwz.create_time_, '') as qi_wang_wan_cheng, rw.zhuang_tai_, ipe.NAME_ from t_lhrwfpb rw, ibps_party_employee ipe, t_mjjcnlfw tm, t_mjrwfpzb rwz where rwz.jian_ce_yuan_ = ipe.ID_ and rwz.jian_ce_xiang_mu_ = tm.id_ and rw.id_ = rwz.wai_jian_ and rw.create_time_ like '${this.month}%'`
|
|
|
|
|
+ const sql1 = `select tm.jian_ce_xiang_mu_, tm.jian_ce_lei_bie_, IFNULL(jc.fu_he_ri_qi_, '') as fu_he_ri_qi_, ipe.NAME_ from ibps_party_employee ipe, t_mjjcnlfw tm, t_lhjczb jc where jc.jian_ce_yuan_ = ipe.ID_ and jc.jian_ce_xiang_mu_ = tm.id_ and jc.zhuang_tai_ = '已完成' and jc.create_time_ like '${this.month}%' order by jc.create_time_ desc`
|
|
|
// 获取检测受理类型数据
|
|
// 获取检测受理类型数据
|
|
|
let sqlStr = ''
|
|
let sqlStr = ''
|
|
|
acceptList.forEach((item, index) => {
|
|
acceptList.forEach((item, index) => {
|