Procházet zdrojové kódy

fix:以往运行记录上传调整

liujiayin před 2 roky
rodič
revize
207b11db2b
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3 3
      src/views/infosManage/fileIE.vue

+ 3 - 3
src/views/infosManage/fileIE.vue

@@ -187,10 +187,10 @@ export default {
         { prop: 'bian_zhi_shi_jian', label: '上传时间:', fieldType: 'daterange', width: 200 }
         { prop: 'bian_zhi_shi_jian', label: '上传时间:', fieldType: 'daterange', width: 200 }
       ]
       ]
       this.listConfig.columns = [
       this.listConfig.columns = [
-        { prop: 'fen_lei_', label: '表单分类', width: 120 },
+        // { prop: 'fen_lei_', label: '表单分类', width: 120 },
         { prop: 'biao_dan_ming_che', label: '表单名称', minWidth: 150 },
         { prop: 'biao_dan_ming_che', label: '表单名称', minWidth: 150 },
         { prop: 'shi_wu_shuo_ming_', label: '事务说明', minWidth: 200 },
         { prop: 'shi_wu_shuo_ming_', label: '事务说明', minWidth: 200 },
-        { prop: 'fu_jian_', label: '附件', slotName: 'wenjinachayue', width: 200 },
+        { prop: 'fu_jian_', label: '附件', slotName: 'wenjinachayue', width: 150 },
         { prop: 'nian_du_', label: '年度', width: 80 },
         { prop: 'nian_du_', label: '年度', width: 80 },
         { prop: 'bian_zhi_shi_jian', label: '上传时间', width: 100 },
         { prop: 'bian_zhi_shi_jian', label: '上传时间', width: 100 },
         { prop: 'ry_name', label: '上传人', width: 100 }
         { prop: 'ry_name', label: '上传人', width: 100 }
@@ -291,7 +291,7 @@ export default {
           for (var i of this.$store.getters.deptList) {
           for (var i of this.$store.getters.deptList) {
             buMenWhere.push(`bian_zhi_bu_men_ like '%${i.positionId}%'`)
             buMenWhere.push(`bian_zhi_bu_men_ like '%${i.positionId}%'`)
           }
           }
-          oldRecordSql = `select * FROM t_ywyxjlb wj where (${buMenWhere.join(' or ')}) ${wheres1}  order by bian_zhi_shi_jian desc`
+          oldRecordSql = `select wj.*,ee.name_ as ry_name FROM t_ywyxjlb wj left join ibps_party_employee ee on wj.bian_zhi_ren_ = ee.id_ where (${buMenWhere.join(' or ')}) ${wheres1}  order by bian_zhi_shi_jian desc`
         } else {
         } else {
           console.log('没有部门组织')
           console.log('没有部门组织')
           return
           return