11
WXL
2023-10-10 36229448f3d9631a46101e6e7467cdaa64b08f86
11
已修改6个文件
42 ■■■■■ 文件已修改
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 32 ●●●●● 补丁 | 查看 | 原始文档 | 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
@@ -215,13 +215,13 @@
      >
        <template slot-scope="scope">
          <el-button
                v-if="scope.row.checkFlag == 1"
                size="mini"
                type="text"
                icon="el-icon-edit"
                @click="beforehandCheck(scope.row)"
                >预审核</el-button
              >
            v-if="scope.row.checkFlag == 1"
            size="mini"
            type="text"
            icon="el-icon-edit"
            @click="beforehandCheck(scope.row)"
            >预审核</el-button
          >
          <el-button
            size="mini"
            type="text"
@@ -1117,7 +1117,7 @@
          />
          <el-table-column
            label="审核日期"
            align="center"
            align="center"
            width="160"
            prop="createTime"
          />
@@ -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();
  },
@@ -1556,10 +1555,10 @@
      this.open = true;
      this.title = "添加报销申请";
    },
    beforehandCheck(row){
    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 = {