11
WXL
2023-11-07 44cb62ea744df9576d3591a96868364af2a2ffa0
src/views/project/fundcheck/performanceCheck/index.vue
@@ -64,12 +64,11 @@
            </el-select>
          </el-form-item>
        </el-col>
      </el-row>
      <el-row>
        <el-col :span="5">
          <el-form-item
          label-width="120px"
            label-width="120px"
            label="申请材料状态"
            prop="checkstatus"
            style="float: left"
@@ -113,6 +112,17 @@
          :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"
          >
            <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"
@@ -311,7 +321,9 @@
    "sys_finsubject",
    "sys_financeitemtype",
    "sys_consolationfundlevel",
    "sys_stage_type"
    "sys_stage_type",
    "sys_performance_type",
    "sys_tax"
  ],
  data() {
    return {
@@ -389,15 +401,15 @@
      checkmaterials: [
        {
          value: 1,
          label: "待审核"
          label: "材料待审核"
        },
        {
          value: 2,
          label: "审核通过等待材料"
          label: "审查通过等待邮寄纸质材料"
        },
        {
          value: 3,
          label: "已收到材料"
          label: "已收到纸质材料"
        }
      ],
      // 查询参数