11
WXL
2023-10-10 36229448f3d9631a46101e6e7467cdaa64b08f86
11
已修改6个文件
24 ■■■■ 文件已修改
src/views/project/fundcheck/ethicalExpertFeeCheck/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/fundcheck/expertFeeCheck/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/fundcheck/medicalCostCheck/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/fundcheck/officeExpenseCheck/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/fundcheck/performanceCheck/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/travelexpensecheck/index.vue 14 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/fundcheck/ethicalExpertFeeCheck/index.vue
@@ -962,6 +962,8 @@
  mounted() {
    if (grtItem("ethicalExpertFeeCheck")) {
      this.queryParams = grtItem("ethicalExpertFeeCheck");
      this.queryParams.APPLICATIONBEGTIME = '';
      this.queryParams.APPLICATIONENDTIME ='';
    }
    this.selectReporters();
    this.getlistOrganization();
src/views/project/fundcheck/expertFeeCheck/index.vue
@@ -641,6 +641,8 @@
  mounted() {
    if (grtItem("expertFeeCheck")) {
      this.queryParams = grtItem("expertFeeCheck");
      this.queryParams.APPLICATIONBEGTIME = '';
      this.queryParams.APPLICATIONENDTIME ='';
    };
    this.selectReporters();
    this.getlistOrganization();
src/views/project/fundcheck/medicalCostCheck/index.vue
@@ -1117,6 +1117,8 @@
  mounted() {
    if (grtItem("medicalCostCheck")) {
      this.queryParams = grtItem("medicalCostCheck");
      this.queryParams.APPLICATIONBEGTIME = '';
      this.queryParams.APPLICATIONENDTIME ='';
    };
    this.selectReporters();
    this.getlistOrganization();
src/views/project/fundcheck/officeExpenseCheck/index.vue
@@ -1098,6 +1098,8 @@
  mounted() {
    if (grtItem("officeExpenseCheck")) {
      this.queryParams = grtItem("officeExpenseCheck");
      this.queryParams.APPLICATIONBEGTIME = '';
      this.queryParams.APPLICATIONENDTIME ='';
    };
    this.selectReporters();
    this.getlistOrganization();
src/views/project/fundcheck/performanceCheck/index.vue
@@ -437,6 +437,8 @@
  mounted() {
    if (grtItem("officeExpenseCheck")) {
      this.queryParams = grtItem("officeExpenseCheck");
      this.queryParams.APPLICATIONBEGTIME = '';
      this.queryParams.APPLICATIONENDTIME ='';
    }
    this.getlistOrganization();
    //his.getlistUser();
src/views/project/travelexpensecheck/index.vue
@@ -1236,7 +1236,7 @@
    "sys_fund_type",
    "sys_financeitemtype",
    "sys_travelexpensebelong",
"sys_stage_type",
    "sys_stage_type"
  ],
  data() {
    return {
@@ -1333,12 +1333,11 @@
      dialogType: "show"
    };
  },
  created() {
  },
  created() {},
  mounted() {
    if (grtItem("travelexpensecheck")) {
      this.queryParams = grtItem("travelexpensecheck");
    };
    }
    //this.getlistDonatebaseinfo();
    this.getList();
  },
@@ -1559,7 +1558,7 @@
    beforehandCheck(row){
      this.$router.push({
        path: "/finance/travelexpenseapply/travelexpensedetail/",
        query: { id: row.id, pos: 4,beforehandType:'1' }
        query: { id: row.id, pos: 4, beforehandType: "1" }
      });
    },
    /** 修改按钮操作 */
@@ -1615,6 +1614,11 @@
    },
    //查看审核详情
    handleShow(row) {
      this.$router.push({
        path: "/finance/travelexpenseapply/travelexpensedetail/",
        query: { id: row.id, pos: 3 }
      });
      this.dialogType = "show";
      //加载审核记录
      let listFundflowparams = {