From cde7199a991fa91efeafdde898f64d8353b9c3d7 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期三, 11 十月 2023 16:50:24 +0800 Subject: [PATCH] 11 --- src/views/project/fundcheck/ethicalExpertFeeCheck/index.vue | 23 +++++++++++++++++------ 1 files changed, 17 insertions(+), 6 deletions(-) diff --git a/src/views/project/fundcheck/ethicalExpertFeeCheck/index.vue b/src/views/project/fundcheck/ethicalExpertFeeCheck/index.vue index 74630a4..04d0e76 100644 --- a/src/views/project/fundcheck/ethicalExpertFeeCheck/index.vue +++ b/src/views/project/fundcheck/ethicalExpertFeeCheck/index.vue @@ -63,6 +63,20 @@ </el-select> </el-form-item> </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="6"> <el-button type="primary" @@ -128,11 +142,6 @@ prop="managername" width="150px" /> - <!-- <el-table-column label="宸ヤ綔鍗曚綅" align="center" prop="unitname" width="230px" /> --> - <!-- <el-table-column label="鑱旂郴鐢佃瘽" align="center" prop="phone" width="160" /> --> - <!-- <el-table-column label="绋庡悗閲戦" align="center" prop="taxedcost" width="120px" /> - <el-table-column label="鐢宠閲戦" align="center" prop="amountrequested" width="120px" /> - <el-table-column label="棰勬敮璐圭敤" align="center" prop="prepaidamount" width="120px" /> --> <el-table-column label="瀹℃牳鐘舵��" align="center" @@ -173,7 +182,7 @@ fixed="right" align="center" class-name="small-padding fixed-width" - width="160px" + width="260px" > <template slot-scope="scope"> <el-button @@ -953,6 +962,8 @@ mounted() { if (grtItem("ethicalExpertFeeCheck")) { this.queryParams = grtItem("ethicalExpertFeeCheck"); + this.queryParams.APPLICATIONBEGTIME = ''; + this.queryParams.APPLICATIONENDTIME =''; } this.selectReporters(); this.getlistOrganization(); -- Gitblit v1.9.3