yxh
yxh
2023-08-24 ac4e8c44318369bbd246d6344bc29441a1904ddb
yxh
已修改3个文件
22 ■■■■ 文件已修改
src/views/project/fund/applyDetail/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/fundcheck/expertFeeCheck/index.vue 19 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/travelexpenseapply/travelexpensedetail/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/fund/applyDetail/index.vue
@@ -1327,6 +1327,7 @@
        if (
          this.userprofile.createBy == "admin" ||
          this.userprofile.createBy == "001" ||
          this.userprofile.createBy == "012" ||
          this.userprofile.createBy == "002"
        ) {
          this.ismanager = true;
src/views/project/fundcheck/expertFeeCheck/index.vue
@@ -70,7 +70,7 @@
              <el-button size="mini" type="text" icon="el-icon-edit" v-if="scope.row.checkFlag == 0"
                @click="handleShow(scope.row)">详情</el-button>
              <el-button v-if="scope.row.checkFlag == 1" size="mini" type="text" icon="el-icon-edit"
                @click="handleUpdate(scope.row)">审核</el-button>
                @click="handleCheck(scope.row)">审核</el-button>
              <!-- v-hasPermi="['project:donateconsolationfund:edit']" -->
              <el-button size="mini" type="text" icon="el-icon-download" @click="dayin(scope.row.id)">下载</el-button>
            </template>
@@ -590,14 +590,15 @@
        // this.standardlevel = response.data.standardlevel;
        if (
          response.data.userName === "001" ||
          response.data.userName === "002" ||
          response.data.userName === "002" ||
          response.data.userName === "012" ||
          response.data.userName === "admin"
        ) {
          this.show = 1;
        } else {
          this.show = 3;
        }
        console.log("where", this.show);
        console.log(response.data.userName, this.show);
      });
    },
    selectapplication() {
@@ -906,7 +907,17 @@
      }
    },
    /** 修改按钮操作 */
    handleUpdate(row) {
    handleCheck(row) {
      // this.$router.push({
      //   path: "/finance/applyDetail/",
      //   query: {
      //     id: row.id,
      //     businessType: "1",
      //     operationType: "check"
      //   }
      // });
      // return;
      this.isopen = 0;
      this.reset();
      this.queryParams.params = {};
src/views/project/travelexpenseapply/travelexpensedetail/index.vue
@@ -1576,6 +1576,8 @@
                this.open = false;
                // 关闭窗口
                this.$store.dispatch('tagsView/delView', this.$route)
                this.$router.go(-1);
              })
              .catch(err => {