yxh
2026-07-29 10272be302824d91a452acdb4407d7e9ebb11ba4
修改预审核标识
已修改10个文件
58 ■■■■ 文件已修改
src/views/project/fund/applyDetail/index.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/fund/performancedetails/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/fundcheck/ethicalExpertFeeCheck/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/fundcheck/expertFeeCheck/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/fundcheck/medicalCostCheck/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/fundcheck/officeExpenseCheck/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/fundcheck/performanceCheck/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/tallage/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/travelexpenseapply/travelexpensedetail/index.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/travelexpensecheck/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/fund/applyDetail/index.vue
@@ -649,11 +649,11 @@
          v-if="operationType == 'check' && userprofile.nickName == '陈慕华'"
        >
          <el-col :span="12">
            <el-form-item label="预审材料" prop="infoid">
            <el-form-item label="预审状态" prop="infoid">
              <el-radio-group v-model="form.checkstatus" align="left">
                <el-radio :label="1">待申请材料</el-radio>
                <el-radio :label="2">审核通过等待邮寄纸质材料</el-radio>
                <el-radio :label="3">已收到报销材料</el-radio>
                <el-radio :label="1">待审核</el-radio>
                <el-radio :label="2">预审通过等待纸质材料</el-radio>
                <el-radio :label="3">已收到纸质材料</el-radio>
              </el-radio-group>
            </el-form-item>
          </el-col>
@@ -1478,11 +1478,11 @@
      baselisttages: [
        {
          id: 1,
          name: "材料待审核"
          name: "待审核"
        },
        {
          id: 2,
          name: "审查通过等待邮寄纸质材料"
          name: "预审通过等待纸质材料"
        },
        {
          id: 3,
src/views/project/fund/performancedetails/index.vue
@@ -940,15 +940,15 @@
      baselisttages: [
        {
          id: 1,
          name: "待申请材料"
          name: "待审核"
        },
        {
          id: 2,
          name: "审核通过等待邮寄纸质材料"
          name: "预审通过等待纸质材料"
        },
        {
          id: 3,
          name: "已收到报销材料"
          name: "已收到纸质材料"
        }
      ],
      PerformanceType: [
src/views/project/fundcheck/ethicalExpertFeeCheck/index.vue
@@ -87,11 +87,11 @@
              <dict-tag :options="dict.type.sys_recordstatus" :value="scope.row.recordstatus" />
            </template>
          </el-table-column>
          <el-table-column label="个税计算情况" align="center" prop="recordstatus" width="120px">
          <!-- <el-table-column label="个税计算情况" align="center" prop="recordstatus" width="120px">
            <template slot-scope="scope">
              <dict-tag :options="dict.type.sys_tax" :value="scope.row.istax" />
            </template>
          </el-table-column>
          </el-table-column> -->
          <el-table-column label="所属组别" align="center" prop="deptmentname" width="140px" />
          <el-table-column label="组长" align="center" prop="managername" width="90px" />
          <el-table-column label="捐献者" align="center" prop="donorname" width="90px" />
@@ -565,7 +565,7 @@
        },
        {
          value: 2,
          label: "审查通过等待邮寄纸质材料"
          label: "审查通过等待纸质材料"
        },
        {
          value: 3,
src/views/project/fundcheck/expertFeeCheck/index.vue
@@ -565,11 +565,11 @@
      checkmaterials: [
        {
          value: 1,
          label: "材料待审核"
          label: "待审核"
        },
        {
          value: 2,
          label: "审查通过等待邮寄纸质材料"
          label: "审查通过等待纸质材料"
        },
        {
          value: 3,
src/views/project/fundcheck/medicalCostCheck/index.vue
@@ -593,11 +593,11 @@
      checkmaterials: [
        {
          value: 1,
          label: "材料待审核"
          label: "待审核"
        },
        {
          value: 2,
          label: "审查通过等待邮寄纸质材料"
          label: "审查通过等待纸质材料"
        },
        {
          value: 3,
src/views/project/fundcheck/officeExpenseCheck/index.vue
@@ -596,11 +596,11 @@
      checkmaterials: [
        {
          value: 1,
          label: "材料待审核"
          label: "待审核"
        },
        {
          value: 2,
          label: "审查通过等待邮寄纸质材料"
          label: "审查通过等待纸质材料"
        },
        {
          value: 3,
src/views/project/fundcheck/performanceCheck/index.vue
@@ -52,11 +52,11 @@
      <el-row>
        <el-table v-loading="loading" border :data="donateconsolationfundList" @selection-change="handleSelectionChange">
          <el-table-column type="selection" width="45px"> </el-table-column>
          <el-table-column label="个税计算情况" align="center" prop="recordstatus" width="200px">
          <!-- <el-table-column label="个税计算情况" align="center" prop="istax" width="200px">
            <template slot-scope="scope">
              <dict-tag :options="dict.type.sys_tax" :value="scope.row.istax" />
            </template>
          </el-table-column>
          </el-table-column> -->
          <el-table-column label="申请日期" width="120px" align="center" prop="applyTime">
            <template slot-scope="scope">
              <span>{{ parseTime(scope.row.applyTime, "{y}-{m}-{d}") }}</span>
src/views/project/tallage/index.vue
@@ -103,7 +103,7 @@
      <el-table-column label="是否算税" width="180" align="center" prop="istax">
        <template slot-scope="scope">
          <dict-tag
            :options="dict.type.sys_calculate"
            :options="dict.type.sys_0_1"
            :value="scope.row.istax"
          />
        </template>
@@ -220,7 +220,7 @@
export default {
  name: "Donorcharge",
  dicts: ["Collection_status", "sys_calculate"],
  dicts: ["Collection_status", "sys_0_1"],
  components: {
    OrgSelecter
  },
src/views/project/travelexpenseapply/travelexpensedetail/index.vue
@@ -483,9 +483,9 @@
          <el-col :span="12">
            <el-form-item label="预审材料" prop="infoid">
              <el-radio-group v-model="form.checkstatus" align="left">
                <el-radio label="1">待申请材料</el-radio>
                <el-radio label="2">审核通过等待邮寄纸质材料</el-radio>
                <el-radio label="3">已收到报销材料</el-radio>
                <el-radio label="1">待申请</el-radio>
                <el-radio label="2">审核通过等待纸质材料</el-radio>
                <el-radio label="3">已收到纸质材料</el-radio>
              </el-radio-group>
            </el-form-item>
          </el-col>
@@ -864,15 +864,15 @@
      baselisttages: [
        {
          id: 1,
          name: "待申请材料"
          name: "待申请"
        },
        {
          id: 2,
          name: "审核通过等待邮寄纸质材料"
          name: "预审通过等待纸质材料"
        },
        {
          id: 3,
          name: "已收到报销材料"
          name: "已收到纸质材料"
        }
      ],
      baselist: [],
src/views/project/travelexpensecheck/index.vue
@@ -744,7 +744,7 @@
        },
        {
          value: 3,
          label: "已收到报销材料"
          label: "已收到纸质材料"
        }
      ],
      // 查询参数