yxh
2026-07-31 3db528dcd1e7d8c43334cb22548ea4037ca76386
src/views/project/fund/performancedetails/index.vue
@@ -74,11 +74,11 @@
            </el-form-item>
          </el-col>
          <el-col :span="5">
            <el-form-item label="申请材料状态" prop="infoid">
            <el-form-item label="材料预审状态" prop="infoid">
              <el-select
                v-model="form.checkstatus"
                filterable
                placeholder="请选择申请材料状态"
                placeholder="请选择材料预审状态"
              >
                <el-option
                  v-for="item in baselisttages"
@@ -940,15 +940,15 @@
      baselisttages: [
        {
          id: 1,
          name: "待申请材料"
          name: "待审核"
        },
        {
          id: 2,
          name: "审核通过等待邮寄纸质材料"
          name: "预审通过等待纸质材料"
        },
        {
          id: 3,
          name: "已收到报销材料"
          name: "已收到纸质材料"
        }
      ],
      PerformanceType: [
@@ -1797,6 +1797,7 @@
          this.$store.dispatch("tagsView/delView", this.$route);
          this.$router.go(-1);
        } else {
          this.$modal.closeLoading();
          if (res.msg) {
            this.$modal.msgError("操作失误");
          } else {
@@ -1820,7 +1821,7 @@
        this.standardlevel = res.data.standardlevel;
        if (
          this.userprofile.userName == "admin" ||
          this.userprofile.userName == "001" ||
          this.userprofile.userName == "053" ||
          this.userprofile.userName == "047"
        ) {
          this.ismanager = true;