From f590983c4a9ee48f1d76ec8750a3e1aa0913cb5b Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期三, 16 七月 2025 14:42:16 +0800
Subject: [PATCH] 1

---
 src/views/system/comp/index.vue |   32 +++++++++++++++++++-------------
 1 files changed, 19 insertions(+), 13 deletions(-)

diff --git a/src/views/system/comp/index.vue b/src/views/system/comp/index.vue
index 065367a..6dfc31d 100644
--- a/src/views/system/comp/index.vue
+++ b/src/views/system/comp/index.vue
@@ -185,7 +185,12 @@
                     :value="dict.value" />
                 </el-select>
               </el-form-item>
-
+              <el-form-item label="鏄惁鏇挎" prop="tj">
+                <el-select v-model="forms.tj" placeholder="璇烽�夋嫨鏄惁鏇挎" style="width: 120px" clearable>
+                  <el-option v-for="dict in dict.type.sys_yes_no" :key="dict.value" :label="dict.label"
+                    :value="dict.value" />
+                </el-select>
+              </el-form-item>
               <el-form-item label="骞撮緞娈�">
                 <el-col :span="7">
                   <el-input v-model="forms.ltAge" style="width: 53px" />
@@ -195,6 +200,7 @@
                   <el-input v-model="forms.gtAge" style="width: 54px" />
                 </el-col>
               </el-form-item>
+
             </el-form>
 
             <el-row :gutter="10" class="mb8">
@@ -728,7 +734,7 @@
     "dict_data_status",
     "sys_user_sex",
     "reservation_pay_type",
-    "sys_yes_no",
+    "sys_yes_no", "sys_normal_disable"
   ],
   data() {
     let checkPhoneNum = (rule, value, callback) => {
@@ -1620,14 +1626,14 @@
     handleGroup() {
       // 濡傛灉娌℃湁閫変腑浠讳綍閮ㄩ棬锛堝嵆娌℃湁 selectionList锛夛紝鍙互鐩存帴浠� OnenewpacName 鑾峰彇鏁版嵁
       let mapList = [];
-      this.OnenewpacName.forEach((item) => {
-        mapList.push({
-          proName: item.proName,
-          proId: item.proId,
-          proPrice: item.proPrice,
-        });
-      });
-
+      // this.OnenewpacName.forEach((item) => {
+      //   mapList.push({
+      //     proName: item.proName,
+      //     proId: item.proId,
+      //     proPrice: item.proPrice,
+      //   });
+      // });
+      console.log(this.groupList)
       let data = {
         groupingName: this.forms.groupingName,
         gtAge: this.forms.gtAge,
@@ -1768,7 +1774,7 @@
       if (val == 0) {
         this.getList()
       } else {
-       this.handleQuerydanwen() 
+        this.handleQuerydanwen()
       }
     },
 
@@ -1837,7 +1843,7 @@
 
       // 鑾峰彇閫変腑鐨勫椁愰」鐩垪琛�
       const newProjects = this.selectedPackage.tjProjectList || [];
-      console.log(newProjects,22222)
+      console.log(newProjects, 22222)
       // 灏嗛�変腑鐨勫椁愰」鐩坊鍔犲埌宸︿晶琛ㄦ牸
       this.loading = true;
       newProjects.forEach((project) => {
@@ -1876,7 +1882,7 @@
     },
 
     handleSelectionChange1(selection) {
-    console.log(selection,11111)
+      console.log(selection, 11111)
       // 瀹炵幇鍗曢�夐�昏緫
       if (selection.length > 1) {
         const lastSelected = selection[selection.length - 1];

--
Gitblit v1.8.0