From 7bc46f0968567d82f70d310da021e2fc3a707cae Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 30 五月 2024 15:04:49 +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 8065d78..5cabaa7 100644 --- a/src/views/project/unitCost/particulars/index.vue +++ b/src/views/project/unitCost/particulars/index.vue @@ -166,11 +166,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> @@ -753,6 +756,7 @@ saveDonorchargeorgan(this.donorchargeorgans).then(res2 => { if (res2.code == 200) { this.$modal.msgSuccess("淇濆瓨鎴愬姛锛�"); + this.overallCase=[] } else { this.$modal.msgError(res2.msg); } @@ -774,6 +778,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