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 |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/src/views/hosp/project/index.vue b/src/views/hosp/project/index.vue
index d4477bf..c1f1630 100644
--- a/src/views/hosp/project/index.vue
+++ b/src/views/hosp/project/index.vue
@@ -343,7 +343,11 @@
           </el-input>
         </el-form-item>
         <el-form-item label="椤圭洰浠锋牸" prop="proPrice">
-          <el-input v-model="form.proPrice" placeholder="璇疯緭鍏ラ」鐩环鏍�" />
+          <el-input
+            v-model="form.proPrice"
+            :disabled="isPriceDisabled"
+            placeholder="璇疯緭鍏ラ」鐩环鏍�"
+          />
         </el-form-item>
         <el-form-item label="妫�鏌ョ被鍒�" prop="proCheckType">
           <el-input
@@ -604,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"
           />
@@ -980,6 +984,7 @@
       // 閮ㄩ棬鏍戦�夐」
       deptOptions: undefined,
       dialogTableVisible: false,
+      isPriceDisabled: false,
       sfxmList: [],
       deptOptionstree: [],
       defaultPropstree: {
@@ -1075,7 +1080,7 @@
         lisXmmc: "",
         proMetering: "",
         proScope: "",
-        proSex:'2',
+        proSex: "2",
         resultType: "", // 鍒濆鍊�
       },
       // 琛ㄥ崟鏍¢獙
@@ -1655,8 +1660,11 @@
     handleUpdate1() {
       this.open = true;
       this.form = this.xiugaiList;
+      
       this.form.proStatus = this.form.proStatus.toString();
       this.proParent = true;
+      // 璁剧疆椤圭洰浠锋牸绂佺敤
+      this.isPriceDisabled = true;
       // if(){
       //   this.proParent = true
       // }
@@ -1678,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