From 36229448f3d9631a46101e6e7467cdaa64b08f86 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 10 十月 2023 15:06:17 +0800
Subject: [PATCH] 11
---
src/views/project/fundcheck/medicalCostCheck/index.vue | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)
diff --git a/src/views/project/fundcheck/medicalCostCheck/index.vue b/src/views/project/fundcheck/medicalCostCheck/index.vue
index d59a34a..9538b5f 100644
--- a/src/views/project/fundcheck/medicalCostCheck/index.vue
+++ b/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();
--
Gitblit v1.9.3