yxh
yxh
2026-07-29 5d22a7475ea179a0ac728e7c956888ebdb9f0247
yxh
已修改14个文件
165 ■■■■ 文件已修改
src/views/project/externalperson/index.vue 43 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/fund/performancedetails/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/fundcheck/ethicalExpertFeeCheck/index.vue 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/fundcheck/expertFeeCheck/index.vue 36 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/fundcheck/medicalCostCheck/index.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/fundcheck/officeExpenseCheck/index.vue 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/fundcheck/performanceCheck/index.vue 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/travelexpenseapply/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/travelexpensecheck/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/externalperson/index.vue
@@ -7,6 +7,22 @@
      v-show="showSearch"
      label-width="80px"
    >
      <el-form-item label="账号类别" prop="usertype">
        <el-select
          v-model="queryParams.usertype"
          placeholder="请选择账号类别"
          clearable
          size="small"
        >
          <el-option
            v-for="dict in dict.type.sys_UserType"
            :key="dict.value"
            :label="dict.label"
            :value="dict.value"
          />
        </el-select>
      </el-form-item>
      <el-form-item label="账号编号" prop="userno">
        <el-input
          v-model="queryParams.userno"
@@ -25,20 +41,14 @@
          @keyup.enter.native="handleQuery"
        />
      </el-form-item>
      <el-form-item label="账号类别" prop="usertype">
        <el-select
          v-model="queryParams.usertype"
          placeholder="请选择账号类别"
      <el-form-item label="所在单位" prop="unitname">
        <el-input
          v-model="queryParams.unitname"
          placeholder="请输入所在单位"
          clearable
          size="small"
        >
          <el-option
            v-for="dict in dict.type.sys_UserType"
            :key="dict.value"
            :label="dict.label"
            :value="dict.value"
          />
        </el-select>
          @keyup.enter.native="handleQuery"
        />
      </el-form-item>
      <el-form-item>
        <el-button
@@ -138,7 +148,7 @@
          /> </template
      ></el-table-column>
      <el-table-column
        label="单位名称"
        label="所在单位"
        width="250"
        align="center"
        prop="unitname"
@@ -464,6 +474,7 @@
    /** 查询单位、人员账号列表 */
    getList() {
      /*
      if (
        this.queryParams.username === null ||
        this.queryParams.username.replace(/\s/g, "") == ""
@@ -473,7 +484,8 @@
        );
        return;
      }
      */
      // this.loading = true;
      listExternalperson(this.queryParams).then(response => {
        this.externalpersonList = response.rows;
@@ -507,7 +519,7 @@
    },
    /** 搜索按钮操作 */
    handleQuery() {
      console.log("handleQuery", this.queryParams);
      /*
      if (
        this.queryParams.username === null ||
        this.queryParams.username.replace(/\s/g, "") == ""
@@ -517,6 +529,7 @@
        );
        return;
      }
      */
      this.queryParams.pageNum = 1;
      this.getList();
src/views/project/fund/ethicalExpertFeeApply/index.vue
@@ -186,7 +186,7 @@
                  </template>
                </el-table-column>
                <el-table-column
                  label="申请材料状态"
                  label="材料预审状态"
                  width="140"
                  align="center"
                  prop="checkstatus"
src/views/project/fund/expertFeeApply/index.vue
@@ -190,7 +190,7 @@
                  </template>
                </el-table-column>
                <el-table-column
                  label="申请材料状态"
                  label="材料预审状态"
                  width="140"
                  align="center"
                  prop="checkstatus"
src/views/project/fund/medicalCostApply/index.vue
@@ -175,7 +175,7 @@
                  </template>
                </el-table-column>
                <el-table-column
                  label="申请材料状态"
                  label="材料预审状态"
                  width="140"
                  align="center"
                  prop="checkstatus"
src/views/project/fund/officeExpenseApply/index.vue
@@ -141,7 +141,7 @@
        </template>
      </el-table-column>
      <el-table-column
        label="申请材料状态"
        label="材料预审状态"
        width="140"
        align="center"
        prop="checkstatus"
src/views/project/fund/performanceApply/index.vue
@@ -147,7 +147,7 @@
        </template>
      </el-table-column>
      <el-table-column
        label="申请材料状态"
        label="材料预审状态"
        width="140"
        align="center"
        prop="checkstatus"
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"
src/views/project/fundcheck/ethicalExpertFeeCheck/index.vue
@@ -75,30 +75,30 @@
              <span>{{ parseTime(scope.row.applyTime, "{y}-{m}-{d}") }}</span>
            </template>
          </el-table-column>
          <el-table-column label="申请金额" align="center" prop="pretaxcost" width="200px" />
          <el-table-column label="经办人" align="center" prop="username" width="150px" />
          <el-table-column label="申请材料状态" width="140" align="center" prop="checkFlag">
          <el-table-column label="申请金额" align="center" prop="pretaxcost" width="120px" />
          <el-table-column label="经办人" align="center" prop="username" width="90px" />
          <el-table-column label="材料预审状态" width="140px" align="center" prop="checkFlag">
            <template slot-scope="scope">
              <dict-tag :options="dict.type.sys_stage_type" :value="scope.row.checkstatus" />
            </template>
          </el-table-column>
          <el-table-column label="审核状态" align="center" prop="recordstatus" width="200">
          <el-table-column label="审核状态" align="center" prop="recordstatus" width="140px">
            <template slot-scope="scope">
              <dict-tag :options="dict.type.sys_recordstatus" :value="scope.row.recordstatus" />
            </template>
          </el-table-column>
          <el-table-column label="个税计算情况" align="center" prop="recordstatus" width="200">
          <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 label="所属组别" align="center" prop="deptmentname" width="200px" />
          <el-table-column label="组长" align="center" prop="managername" width="150px" />
          <el-table-column label="捐献者" align="center" prop="donorname" width="120px" />
          <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" />
          <el-table-column label="备注" align="center" prop="remark" />
          <!--<el-table-column label="捐献编号" align="center" prop="donorno" />
          <el-table-column label="财务审核" align="center" prop="financechecher" width="140" />-->
          <el-table-column label="操作" fixed="right" align="center" class-name="small-padding fixed-width" width="260px">
          <el-table-column label="操作" fixed="right" align="center" class-name="small-padding fixed-width" width="200px">
            <template slot-scope="scope">
              <el-button size="mini" type="text" icon="el-icon-edit" v-if="scope.row.checkFlag == 0"
                @click="handleDetail(scope.row)">详情</el-button>
src/views/project/fundcheck/expertFeeCheck/index.vue
@@ -26,15 +26,8 @@
        </el-col>
        <el-col :span="5">
          <el-form-item align="left" label="业务组" prop="deptnos">
            <el-select
              v-model="queryParams.deptnos"
              placeholder="请选择案例状态"
            >
              <el-option
                v-for="item in deptList"
                :label="item.deptName"
                :value="item.deptId"
              >
            <el-select v-model="queryParams.deptnos" placeholder="请选择案例状态">
              <el-option v-for="item in deptList" :label="item.deptName" :value="item.deptId">
              </el-option>
            </el-select>
          </el-form-item>
@@ -104,40 +97,40 @@
            </template>
          </el-table-column> -->
          <el-table-column label="报销单号" align="center" prop="bh" width="150px" />
          <el-table-column label="申请日期" width="120" align="center" prop="applyTime">
          <el-table-column label="申请日期" width="120px" align="center" prop="applyTime">
            <template slot-scope="scope">
              <span>{{ parseTime(scope.row.applyTime, "{y}-{m}-{d}") }}</span>
            </template>
          </el-table-column>
          <el-table-column label="申请金额" align="center" prop="pretaxcost" width="200px" />
          <el-table-column label="经办人" align="center" prop="username" width="150px" />
          <el-table-column label="申请金额" align="center" prop="pretaxcost" width="120px" />
          <el-table-column label="经办人" align="center" prop="username" width="90px" />
          <!-- <el-table-column label="工作单位" align="center"  prop="unitname" width="230px" /> -->
          <!-- <el-table-column label="联系电话" align="center"  prop="phone"  width="160"  /> -->
          <!-- <el-table-column label="税后金额" align="center" prop="taxedcost" width="120px" />
          <el-table-column label="申请金额" align="center" prop="amountrequested" width="120px" />
          <el-table-column label="预支费用" align="center" prop="prepaidamount" width="120px" /> -->
          <el-table-column label="申请材料状态" width="140" align="center" prop="checkstatus">
          <el-table-column label="材料预审状态" align="center" prop="checkstatus" width="140px">
            <template slot-scope="scope">
              <dict-tag :options="dict.type.sys_stage_type" :value="scope.row.checkstatus" />
            </template>
          </el-table-column>
          <el-table-column label="审核状态" align="center" prop="recordstatus" width="200">
          <el-table-column label="审核状态" align="center" prop="recordstatus" width="120px">
            <template slot-scope="scope">
              <dict-tag :options="dict.type.sys_recordstatus" :value="scope.row.recordstatus" />
            </template>
          </el-table-column>
          <el-table-column label="个税计算日期" width="120" align="center" prop="fundtaxtime">
          <el-table-column label="个税计算日期" width="120px" align="center" prop="fundtaxtime">
            <template slot-scope="scope">
              <span>{{ parseTime(scope.row.fundtaxtime, "{y}-{m}-{d}") }}</span>
            </template>
          </el-table-column>
          <el-table-column label="所属组别" align="center" prop="deptmentname" width="200px" />
          <el-table-column label="组长" align="center" prop="managername" width="150px" />
          <el-table-column label="捐献者" align="center" prop="donorname" width="120px" />
          <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" />
          <el-table-column label="备注" align="center" prop="remark" />
          <!--<el-table-column label="捐献编号" align="center" prop="donorno" />
          <el-table-column label="财务审核" align="center" prop="financechecher" width="140" />-->
          <el-table-column label="操作" fixed="right" align="center" class-name="small-padding fixed-width" width="260px">
          <el-table-column label="操作" fixed="right" align="center" class-name="small-padding fixed-width" width="200px">
            <template slot-scope="scope">
              <el-button size="mini" type="text" icon="el-icon-edit" v-if="scope.row.checkFlag == 0"
                @click="handleDetail(scope.row)">详情</el-button>
@@ -694,9 +687,10 @@
    getUsermsg() {
      getUserProfile().then(response => {
        if (
          response.data.userName === "053" ||
          response.data.userName === "002" ||
          response.data.userName === "012" ||
          response.data.userName === "047" ||
          response.data.userName === "053" ||
          response.data.userName === "056" ||
          response.data.userName === "admin"
        ) {
          this.show = 1;
src/views/project/fundcheck/medicalCostCheck/index.vue
@@ -76,13 +76,13 @@
</el-table-column>
-->
          <el-table-column label="报销单号" align="center" prop="bh" width="150px" />
          <el-table-column label="申请日期" width="120" align="center" prop="applyTime">
          <el-table-column label="申请日期" width="120px" align="center" prop="applyTime">
            <template slot-scope="scope">
              <span>{{ parseTime(scope.row.applyTime, "{y}-{m}-{d}") }}</span>
            </template>
          </el-table-column>
          <el-table-column label="申请金额" align="center" prop="pretaxcost" width="120px" />
          <el-table-column label="经办人" align="center" prop="username" width="100px" />
          <el-table-column label="经办人" align="center" prop="username" width="90px" />
          <!--<el-table-column label="捐献编号" align="center" prop="donorno" />-->
          <!--
          <el-table-column label="预支费用" align="center" prop="prepaidamount" width="120px" />
@@ -95,19 +95,19 @@
          </el-table-column>
          <el-table-column label="财务审核" align="center" prop="financechecher" width="140" />
          -->
          <el-table-column label="申请材料状态" width="140" align="center" prop="checkstatus">
          <el-table-column label="材料预审状态" width="140px" align="center" prop="checkstatus">
            <template slot-scope="scope">
              <dict-tag :options="dict.type.sys_stage_type" :value="scope.row.checkstatus" />
            </template>
          </el-table-column>
          <el-table-column label="审批状态" align="center" prop="recordstatus" width="140">
          <el-table-column label="审批状态" align="center" prop="recordstatus" width="140px">
            <template slot-scope="scope">
              <dict-tag :options="dict.type.sys_recordstatus" :value="scope.row.recordstatus" />
            </template>
          </el-table-column>
          <el-table-column label="所属组别" align="center" prop="deptmentname" width="140px" />
          <el-table-column label="组长" align="center" prop="managername" width="100px" />
          <el-table-column label="捐献者" align="center" prop="donorname" width="100px" />
          <el-table-column label="组长" align="center" prop="managername" width="90px" />
          <el-table-column label="捐献者" align="center" prop="donorname" width="90px" />
          <el-table-column label="备注" align="center" prop="remark" />
          <el-table-column label="操作" fixed="right" align="center" class-name="small-padding fixed-width" width="200px">
            <template slot-scope="scope">
src/views/project/fundcheck/officeExpenseCheck/index.vue
@@ -77,13 +77,13 @@
-->
          <el-table-column label="报销单号" align="center" prop="bh" width="150px" />
          <el-table-column label="申请日期" width="180" align="center" prop="applyTime">
          <el-table-column label="申请日期" width="120px" align="center" prop="applyTime">
            <template slot-scope="scope">
              <span>{{ parseTime(scope.row.applyTime, "{y}-{m}-{d}") }}</span>
            </template>
          </el-table-column>
          <el-table-column label="申请金额" align="center" prop="pretaxcost" width="200px" />
          <el-table-column label="经办人" align="center" prop="username" width="150px" />
          <el-table-column label="申请金额" align="center" prop="pretaxcost" width="120px" />
          <el-table-column label="经办人" align="center" prop="username" width="90px" />
          <!--<el-table-column label="捐献编号" align="center" prop="donorno" />-->
          <!--
          <el-table-column label="预支费用" align="center" prop="prepaidamount" width="120px" />
@@ -96,21 +96,21 @@
          </el-table-column>
          <el-table-column label="财务审核" align="center" prop="financechecher" width="140" />
          -->
          <el-table-column label="申请材料状态" width="140" align="center" prop="checkstatus">
          <el-table-column label="材料预审状态" width="140px" align="center" prop="checkstatus">
            <template slot-scope="scope">
              <dict-tag :options="dict.type.sys_stage_type" :value="scope.row.checkstatus" />
            </template>
          </el-table-column>
          <el-table-column label="审核状态" align="center" prop="recordstatus" width="200">
          <el-table-column label="审核状态" align="center" prop="recordstatus" width="140px">
            <template slot-scope="scope">
              <dict-tag :options="dict.type.sys_recordstatus" :value="scope.row.recordstatus" />
            </template>
          </el-table-column>
          <el-table-column label="所属组别" align="center" prop="deptmentname" width="200px" />
          <el-table-column label="组长" align="center" prop="managername" width="150px" />
          <el-table-column label="捐献者" align="center" prop="donorname" width="150px" />
          <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" />
          <el-table-column label="备注" align="center" prop="remark" />
          <el-table-column label="操作" fixed="right" align="center" class-name="small-padding fixed-width" width="260px">
          <el-table-column label="操作" fixed="right" align="center" class-name="small-padding fixed-width" width="200px">
            <template slot-scope="scope">
              <el-button size="mini" type="text" icon="el-icon-edit" v-if="scope.row.checkFlag == 0"
                @click="handleDetail(scope.row)">详情</el-button>
src/views/project/fundcheck/performanceCheck/index.vue
@@ -51,36 +51,36 @@
    <el-form ref="infoform" label-width="100px">
      <el-row>
        <el-table v-loading="loading" border :data="donateconsolationfundList" @selection-change="handleSelectionChange">
          <el-table-column type="selection" width="45"> </el-table-column>
          <el-table-column label="个税计算情况" align="center" prop="recordstatus" width="200">
          <el-table-column type="selection" width="45px"> </el-table-column>
          <el-table-column label="个税计算情况" align="center" prop="recordstatus" width="200px">
            <template slot-scope="scope">
              <dict-tag :options="dict.type.sys_tax" :value="scope.row.istax" />
            </template>
          </el-table-column>
          <el-table-column label="申请日期" width="180" align="center" prop="applyTime">
          <el-table-column label="申请日期" width="120px" align="center" prop="applyTime">
            <template slot-scope="scope">
              <span>{{ parseTime(scope.row.applyTime, "{y}-{m}-{d}") }}</span>
            </template>
          </el-table-column>
          <el-table-column label="经办人" align="center" prop="username" width="150px" />
          <el-table-column label="申请金额" align="center" prop="pretaxcost" width="200px" />
          <el-table-column label="绩效类型" width="150" align="center" prop="Performancetype">
          <el-table-column label="经办人" align="center" prop="username" width="90px" />
          <el-table-column label="申请金额" align="center" prop="pretaxcost" width="120px" />
          <el-table-column label="绩效类型" width="150px" align="center" prop="Performancetype">
            <template slot-scope="scope">
              <dict-tag :options="dict.type.sys_performance_type" :value="scope.row.Performancetype" />
            </template>
          </el-table-column>
          <el-table-column label="审核状态" align="center" prop="recordstatus" width="200">
          <el-table-column label="审核状态" align="center" prop="recordstatus" width="140px">
            <template slot-scope="scope">
              <dict-tag :options="dict.type.sys_recordstatus" :value="scope.row.recordstatus" />
            </template>
          </el-table-column>
          <el-table-column label="申请材料状态" width="140" align="center" prop="checkstatus">
          <el-table-column label="材料预审状态" width="140px" align="center" prop="checkstatus">
            <template slot-scope="scope">
              <dict-tag :options="dict.type.sys_stage_type" :value="scope.row.checkstatus" />
            </template>
          </el-table-column>
          <el-table-column label="备注" align="center" prop="remark" />
          <el-table-column label="操作" fixed="right" align="center" class-name="small-padding fixed-width" width="260px">
          <el-table-column label="操作" fixed="right" align="center" class-name="small-padding fixed-width" width="200px">
            <template slot-scope="scope">
              <el-button size="mini" type="text" icon="el-icon-edit" v-if="scope.row.checkFlag == 0"
                @click="handleDetail(scope.row)">详情</el-button>
src/views/project/travelexpenseapply/index.vue
@@ -158,7 +158,7 @@
        </template>
      </el-table-column>
      <el-table-column
        label="申请材料状态"
        label="材料预审状态"
        width="140"
        align="center"
        prop="checkstatus"
src/views/project/travelexpensecheck/index.vue
@@ -88,7 +88,7 @@
      </el-table-column>
      <el-table-column label="报销金额" width="120" align="center" prop="amountrequested" />
      <el-table-column label="经办人" width="100" align="center" prop="username" />
      <el-table-column label="申请材料状态" width="140" align="center" prop="checkstatus">
      <el-table-column label="材料预审状态" width="140" align="center" prop="checkstatus">
        <template slot-scope="scope">
          <dict-tag :options="dict.type.sys_stage_type" :value="scope.row.checkstatus" />
        </template>
@@ -744,7 +744,7 @@
        },
        {
          value: 3,
          label: "已收到材料"
          label: "已收到报销材料"
        }
      ],
      // 查询参数