From 4fc9abfa57e81e83b74bdbd2e2f6d71d3500ef66 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 19 九月 2023 11:26:07 +0800
Subject: [PATCH] 11
---
src/views/project/fundcheck/medicalCostCheck/index.vue | 35 ++++++++++++++++++++++++++++++++---
1 files changed, 32 insertions(+), 3 deletions(-)
diff --git a/src/views/project/fundcheck/medicalCostCheck/index.vue b/src/views/project/fundcheck/medicalCostCheck/index.vue
index 1b16d95..e48da6a 100644
--- a/src/views/project/fundcheck/medicalCostCheck/index.vue
+++ b/src/views/project/fundcheck/medicalCostCheck/index.vue
@@ -25,6 +25,17 @@
</el-form-item>
</el-col>
<el-col :span="5">
+ <el-form-item label="閲戦" prop="money" style="float: left">
+ <el-input
+ v-model="queryParams.money"
+ placeholder="璇疯緭鍏ョ敵璇蜂汉閲戦"
+ clearable
+ size="small"
+ @keyup.enter.native="flowconclusion"
+ />
+ </el-form-item>
+ </el-col>
+ <el-col :span="5">
<el-form-item label="缁忓姙浜�" prop="APPLICANT" style="float: left">
<el-input
v-model="queryParams.APPLICANT"
@@ -63,7 +74,7 @@
</el-select>
</el-form-item>
</el-col>
- <el-col :span="6">
+ <!-- <el-col :span="6">
<el-button
type="primary"
icon="el-icon-search"
@@ -74,8 +85,25 @@
<el-button icon="el-icon-refresh" size="mini" @click="resetQuery"
>閲嶇疆</el-button
>
+ </el-col> -->
+ </el-row>
+ <el-row>
+ <el-col :span="4">
+ <div style="margin-bottom: 15px;">
+ <el-button
+ type="primary"
+ icon="el-icon-search"
+ size="mini"
+ @click="flowconclusion"
+ >鎼滅储</el-button
+ >
+ <el-button icon="el-icon-refresh" size="mini" @click="resetQuery"
+ >閲嶇疆</el-button
+ >
+ </div>
</el-col>
- </el-row></el-form
+ </el-row>
+ </el-form
>
<el-form ref="infoform" label-width="100px">
<el-row>
@@ -965,7 +993,8 @@
APPLICATIONENDTIME: null,
CHECKFLAG: 1,
APPLYTYPE: 3,
- donorname: null
+ donorname: null,
+ money: null
},
// 琛ㄥ崟鍙傛暟
form: {},
--
Gitblit v1.9.3