From 3435a2b1b3e237ee53c98ae7c044d0e84cfa521c Mon Sep 17 00:00:00 2001 From: su1124 <1583764726@qq.com> Date: 星期四, 25 一月 2024 18:01:18 +0800 Subject: [PATCH] su --- src/views/system/tijian/index.vue | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) diff --git a/src/views/system/tijian/index.vue b/src/views/system/tijian/index.vue index 95a16bd..6eaef81 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" }, // ], @@ -1210,7 +1213,6 @@ /** 鏌ヨ淇℃伅鍒楄〃 */ getList() { - this.loading = true; // listCustomer(this.queryParams).then((response) => { // this.customerList = response.rows; // this.total = response.total; @@ -1553,7 +1555,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; @@ -1680,6 +1687,7 @@ let cusSex = this.form.cusSex; this.datekey = Date.now(); //鍏ㄩ儴濂楅 + this.loading = true; deptTreeSelect(cusSex).then((response) => { this.newpacName = response.rows; console.log(this.newpacName) @@ -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) => { @@ -2143,6 +2153,9 @@ <style > +.el-form-item__error { + display: none; + } .el-table__header-wrapper .el-checkbox { display: none; } -- Gitblit v1.8.0