From 8a01cd3076ac20e1529a6768bb07e71f3c21f00d Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 25 四月 2024 15:43:57 +0800 Subject: [PATCH] 11 --- src/views/project/unitCost/particulars/index.vue | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/views/project/unitCost/particulars/index.vue b/src/views/project/unitCost/particulars/index.vue index 4c3439e..faf6b38 100644 --- a/src/views/project/unitCost/particulars/index.vue +++ b/src/views/project/unitCost/particulars/index.vue @@ -191,11 +191,14 @@ <el-input v-model="form.hospitalname" placeholder="璇疯緭鍏ヤ粯娆惧尰闄�" :disabled="true" /> </el-form-item> <el-form-item label="鎹愮尞鑰�" prop="status"> + <el-input v-model="patientqueryParams.donorname" @keyup.enter.native="handleAddpatient" placeholder="璇疯緭鍏ユ崘鐚�呭鍚�" /> + </el-form-item> + <!-- <el-form-item label="鎹愮尞鑰�" prop="status"> <el-select v-model="patientqueryParams.donorchargeid" filterable placeholder="璇烽�夋嫨"> <el-option v-for="item in donorchargeanlList" :key="item.id" :label="item.name" :value="item.id"> </el-option> </el-select> - </el-form-item> + </el-form-item> --> <el-form-item> <el-button type="primary" icon="el-icon-search" size="medium" @click="handleAddpatient">鎼滅储</el-button> @@ -781,6 +784,7 @@ saveDonorchargeorgan(this.donorchargeorgans).then(res2 => { if (res2.code == 200) { this.$modal.msgSuccess("淇濆瓨鎴愬姛锛�"); + this.overallCase=[] } else { this.$modal.msgError(res2.msg); } @@ -802,6 +806,7 @@ saveDonorchargeorgan(this.donorchargeorgans).then(res2 => { if (res2.code == 200) { this.$modal.msgSuccess("淇濆瓨鎴愬姛锛�"); + this.overallCase=[] } else { this.$modal.msgError(res2.msg); } -- Gitblit v1.9.3