| | |
| | | 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;"> |
| | |
| | | |
| | | /** 新增按钮操作 */ |
| | | handleAdd(row) { |
| | | this.form.hisXmbm = ''; |
| | | this.form.hisXmmc = ''; |
| | | this.form.hisdj = ''; |
| | | // this.reset(); |
| | | this.loading = true; |
| | | this.proParent = false; |
| | |
| | | |
| | | // 打开input弹框 |
| | | getDetailed() { |
| | | this.querycharge.xmmc = '' |
| | | this.querycharge.pym = '' |
| | | if (this.selectList) { |
| | | if (this.selectList.proName === "主类目") { |
| | | this.dialogTableVisible = false; |
| | |
| | | // 收费项目确认 |
| | | 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; |