11
WXL
2024-02-26 7bf2fb0fe59ca062ff4bf20688474ffae9856ce0
11
已修改7个文件
18 ■■■■ 文件已修改
src/views/project/fund/ethicalExpertFeeApply/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/fund/expertFeeApply/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/fund/medicalCostApply/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/fund/officeExpenseApply/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/fund/performanceApply/index.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/travelexpenseapply/index.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/travelexpenseapply/travelexpensedetail/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/fund/ethicalExpertFeeApply/index.vue
@@ -2054,7 +2054,7 @@
      this.detailInfoDialogShow = false;
    },
    rowClassName({ row, column, rowIndex, columnIndex }) {
      if (row.recordstatus == -1 && row.backflowlevel > 0) {
      if (row.recordstatus == -1 && row.backflowlevel >= 0) {
        return "error-row";
      }
      return "";
src/views/project/fund/expertFeeApply/index.vue
@@ -2573,7 +2573,7 @@
      }
    },
    rowClassName({ row, column, rowIndex, columnIndex }) {
      if (row.recordstatus == -1 && row.backflowlevel > 0) {
      if (row.recordstatus == -1 && row.backflowlevel >= 0) {
        return "error-row";
      }
      return "";
src/views/project/fund/medicalCostApply/index.vue
@@ -1438,7 +1438,7 @@
      }
    },
    rowClassName({ row, column, rowIndex, columnIndex }) {
      if (row.recordstatus == -1 && row.backflowlevel > 0) {
      if (row.recordstatus == -1 && row.backflowlevel >= 0) {
        return "error-row";
      }
      return "";
src/views/project/fund/officeExpenseApply/index.vue
@@ -1930,7 +1930,7 @@
    },
    rowClassName({ row, column, rowIndex, columnIndex }) {
      //此判断为最后三行
      if (row.recordstatus == -1 && row.backflowlevel > 0) {
      if (row.recordstatus == -1 && row.backflowlevel >= 0) {
        return "error-row";
      }
    }
src/views/project/fund/performanceApply/index.vue
@@ -54,9 +54,8 @@
            <el-date-picker
              format="yyyy-MM-dd"
              value-format="yyyy-MM-dd"
              v-model="value1"
              v-model="queryParams.value1"
              type="daterange"
              @blur="onpick"
              range-separator="至"
              start-placeholder="报销申请开始日期"
              end-placeholder="报销申请结束日期"
@@ -597,7 +596,7 @@
      //this.totaldayin(id);
    },
    rowClassName({ row, column, rowIndex, columnIndex }) {
      if (row.recordstatus == -1 && row.backflowlevel > 0) {
      if (row.recordstatus == -1 && row.backflowlevel >= 0) {
        return "error-row";
      }
      return "";
src/views/project/travelexpenseapply/index.vue
@@ -2579,8 +2579,7 @@
    //明显提示审批退回记录
    rowClassName({ row, column, rowIndex, columnIndex }) {
      //此判断为最后三行
      if (row.recordstatus == -1 && row.backflowlevel > 0) {
        console.log("上色");
      if (row.recordstatus == -1 && row.backflowlevel >= 0) {
        return "error-row";
      }
      return "";
src/views/project/travelexpenseapply/travelexpensedetail/index.vue
@@ -2353,6 +2353,8 @@
      getReimbursement(id).then(response => {
        this.form = response.data;
        console.log(this.form.checkstatus, "checkstatus");
        this.form.checkstatus = this.form.checkstatus.toString();
        //票据
        this.fileListto = this.form.annexfiles