11
WXL
2023-10-10 36229448f3d9631a46101e6e7467cdaa64b08f86
src/views/project/fundcheck/expertFeeCheck/index.vue
@@ -41,6 +41,17 @@
        </el-col> -->
      </el-row>
      <el-row>
        <el-col :span="5">
          <el-form-item label="捐献者" prop="donorname" style="float: left">
            <el-input
              v-model="queryParams.donorname"
              placeholder="请输入申请人捐献者"
              clearable
              size="small"
              @keyup.enter.native="flowconclusion"
            />
          </el-form-item>
        </el-col>
        <el-col :span="3">
          <div style="margin-bottom: 15px;">
            <el-button
@@ -105,7 +116,7 @@
          <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="160px">
          <el-table-column label="操作" fixed="right" align="center" class-name="small-padding fixed-width" width="260px">
            <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>
@@ -320,7 +331,7 @@
                <el-input v-model="scope.row.bankcardno" placeholder="银行卡号" />
              </template>
            </el-table-column>
            <el-table-column fixed="right" align="center" label="操作" width="120">
            <el-table-column fixed="right" align="center" label="操作" width="200">
              <template slot-scope="scope">
                <el-button @click="saveRows(scope.row, scope.$index)" type="text" size="small" v-if="show === 1">
                  保存
@@ -630,6 +641,8 @@
  mounted() {
    if (grtItem("expertFeeCheck")) {
      this.queryParams = grtItem("expertFeeCheck");
      this.queryParams.APPLICATIONBEGTIME = '';
      this.queryParams.APPLICATIONENDTIME ='';
    };
    this.selectReporters();
    this.getlistOrganization();
@@ -969,7 +982,7 @@
        path: "/finance/applyDetail/",
        query: {
          id: row.id,
          businessType: "2",
          businessType: "1",
          beforehandType:'1',
          operationType: "check",
        }