12
wwl
2024-12-20 fe5b83b576a60ab71d599cfdeeae79ea7085ebe3
12
1个文件已修改
15 ■■■■■ 已修改文件
src/views/hosp/project/index.vue 15 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;