From fe5b83b576a60ab71d599cfdeeae79ea7085ebe3 Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期五, 20 十二月 2024 19:50:51 +0800 Subject: [PATCH] 12 --- src/views/hosp/project/index.vue | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/views/hosp/project/index.vue b/src/views/hosp/project/index.vue index f7bdc76..bf03685 100644 --- a/src/views/hosp/project/index.vue +++ b/src/views/hosp/project/index.vue @@ -515,10 +515,8 @@ style="display: inline-block; border-bottom: 2px solid blue" @click="getDetailed" > - 鏄庣粏椤圭洰 - <!-- <el-tooltip effect="dark" content="鏄庣粏椤圭洰" placement="bottom"> - <i class='el-icon-question' @click="getDetailed" /> - </el-tooltip> --> + his椤圭洰鍚嶇О + </span> <el-input v-model="form.hisXmmc" placeholder="his椤圭洰鍚嶇О" style="width: 260px;"> @@ -1140,6 +1138,9 @@ /** 鏂板鎸夐挳鎿嶄綔 */ handleAdd(row) { + this.form.hisXmbm = ''; + this.form.hisXmmc = ''; + this.form.hisdj = ''; // this.reset(); this.loading = true; this.proParent = false; @@ -1208,6 +1209,8 @@ // 鎵撳紑input寮规 getDetailed() { + this.querycharge.xmmc = '' + this.querycharge.pym = '' if (this.selectList) { if (this.selectList.proName === "涓荤被鐩�") { this.dialogTableVisible = false; @@ -1841,8 +1844,10 @@ // 鏀惰垂椤圭洰纭 submit() { this.ChangeList.forEach((item) => { - this.form.proName = item.xmmc; this.form.proPrice = item.ckdj; + this.form.hisXmbm = item.xmbm; + this.form.hisXmmc = item.xmmc; + this.form.hisdj = item.ckdj; this.sfxmId = parseInt(item.id); }); this.dialogTableVisible = false; -- Gitblit v1.8.0