From 7ae3f52d904c8f3fdf1ba5fc015da54d7ab782e5 Mon Sep 17 00:00:00 2001
From: wwl <xchao828@163.com>
Date: 星期三, 26 三月 2025 17:44:20 +0800
Subject: [PATCH] 修改

---
 src/views/system/tijian/index.vue |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/src/views/system/tijian/index.vue b/src/views/system/tijian/index.vue
index 3548068..f1d88a9 100644
--- a/src/views/system/tijian/index.vue
+++ b/src/views/system/tijian/index.vue
@@ -1780,7 +1780,12 @@
             if (this.form.reservationId != null) {
               if (this.form.groupingId) {
                 this.form.firmName = this.form.compName;
-                this.form.tjType = this.dict.type.dict_team[2].value;
+                this.dict.type.dict_team.forEach((item)=> {
+                  if(item.label == "鍥㈤槦"){
+                    this.form.tjType = item.value;
+                  }
+                })
+                // this.form.tjType = this.dict.type.dict_team[1].value;
                 this.CompanyList.forEach((item) => {
                   if (item.cnName == this.form.firmName) {
                     this.form.firmId = item.drugManufacturerId;
@@ -2334,6 +2339,11 @@
 
     Package() {
       this.activeNames = "first";
+      if (this.form.cusSex == "鐢�") {
+            this.form.cusSex = 0;
+          } else  if (this.form.cusSex == "濂�"){
+            _this.form.cusSex = 1;
+          }
       let cusSex = this.form.cusSex;
       this.datekey = Date.now();
       //鍏ㄩ儴濂楅

--
Gitblit v1.8.0