From 049e03b29d8cf819c319e85fcf1b7b80454db5b0 Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期四, 16 一月 2025 16:43:55 +0800
Subject: [PATCH] lis编码

---
 src/views/hosp/project/index.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/hosp/project/index.vue b/src/views/hosp/project/index.vue
index 33054b5..c1f1630 100644
--- a/src/views/hosp/project/index.vue
+++ b/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="璇疯緭鍏is缂栫爜"
             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;

--
Gitblit v1.8.0