From 6ca45612f4564a741c56c8179e594a72fa79dbc7 Mon Sep 17 00:00:00 2001
From: su1124 <1583764726@qq.com>
Date: 星期三, 10 一月 2024 15:33:27 +0800
Subject: [PATCH] su

---
 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 95a16bd..48b54d6 100644
--- a/src/views/system/tijian/index.vue
+++ b/src/views/system/tijian/index.vue
@@ -896,6 +896,9 @@
         cusPhone: [
           { required: true, message: "", trigger: "change" },
         ],
+         cusBrithday: [
+          { required: true, message: "", trigger: "change" },
+        ],
         // cusNational: [
         //   { required: true, message: "姘戞棌涓嶈兘涓虹┖", trigger: "change" },
         // ],
@@ -1553,7 +1556,12 @@
     },
 
     handleChanges(param1) {
-      this.form.cusIdcard = param1[0].pacCode;
+      if(this.form.pacCode == "涓嶈"){
+        this.form.cusIdcard = param1[0].xh;
+      }else{
+        this.form.cusIdcard = param1[0].pacCode;
+      }
+      
       // this.form.cusName = param1[0].pacName;
       // this.form.cusPhone = param1[0].pacRemark;
      
@@ -2114,6 +2122,7 @@
           tjFlowingWater: this.tjFlowingWater,
           userId,
           tjType,
+          tjCategory:this.tjCategory
         };
       } else {
         data = {
@@ -2122,6 +2131,7 @@
           tjFlowingWater: this.tjFlowingWater,
           userId,
           tjType,
+          tjCategory:this.tjCategory
         };
       }
       getOrder(data).then((res) => {

--
Gitblit v1.8.0