yxh
yxh
2023-10-11 11b3fee3b15e3facf39e5ce9570b65b838b919c4
src/views/project/fundcheck/medicalCostCheck/index.vue
@@ -88,6 +88,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="4">
          <div style="margin-bottom: 15px;">
            <el-button
@@ -720,7 +731,7 @@
              fixed="right"
              align="center"
              label="操作"
              width="120"
              width="200"
            >
              <template slot-scope="scope">
                <el-button
@@ -1106,6 +1117,8 @@
  mounted() {
    if (grtItem("medicalCostCheck")) {
      this.queryParams = grtItem("medicalCostCheck");
      this.queryParams.APPLICATIONBEGTIME = '';
      this.queryParams.APPLICATIONENDTIME ='';
    };
    this.selectReporters();
    this.getlistOrganization();