lkk
2025-01-16 049e03b29d8cf819c319e85fcf1b7b80454db5b0
src/views/hosp/project/index.vue
@@ -608,7 +608,7 @@
        <el-form-item label="LIS编码" prop="lisXmbm">
          <el-input
            v-model="form.LISXmbm"
            v-model="form.lisXmbm"
            placeholder="请输入his编码"
            style="width: 260px"
          />
@@ -1660,6 +1660,7 @@
    handleUpdate1() {
      this.open = true;
      this.form = this.xiugaiList;
      this.form.proStatus = this.form.proStatus.toString();
      this.proParent = true;
      // 设置项目价格禁用
@@ -1685,8 +1686,8 @@
      // this.form = row;
      const proId = row.proId || this.ids;
      this.proParent = false;
      this.isPriceDisabled = false;
      getProject(proId).then((response) => {
        console.log(response, 999);
        this.form = response.data;
        if (this.form.proParentId === "0") {
          this.showPrise = true;