| | |
| | | } |
| | | if (this.formIn.isExpire === 2) { |
| | | this.drawer = true; |
| | | this.discount = this.formIn.discount; |
| | | if( this.formIn.discount!= null){ |
| | | this.discount = this.formIn.discount; |
| | | } |
| | | |
| | | //全部套餐 |
| | | if (this.formIn.sex != null) { |
| | | let cusSex = this.formIn.sex; |
| | |
| | | this.tijiao1 = false; |
| | | } |
| | | this.drawer1 = true; |
| | | this.discount = this.formIn.discount; |
| | | if( this.formIn.discount != null){ |
| | | this.discount = this.formIn.discount; |
| | | |
| | | } |
| | | //全部套餐 |
| | | if (this.formIn.sex != null) { |
| | | let cusSex = this.formIn.sex; |
| | |
| | | this.loading = false; |
| | | }); |
| | | } |
| | | let cusId = this.formIn.idCard; |
| | | let id = this.formIn.id; |
| | | this.list1 = true; |
| | | (this.tableData1 = []), |
| | | (this.newpacName = []), |
| | | getReservation(id).then((response) => { |
| | | if (response.data) { |
| | | let cusId = response.data.idCard; |
| | | getTransitionList(cusId).then((response) => { |
| | | if (response.data) { |
| | | this.tableData1 = response.data; |
| | |
| | | this.list1 = true; |
| | | } |
| | | }); |
| | | } |
| | | }) |
| | | |
| | | /** 查询部门下拉树结构 */ |
| | | projectGetList().then((response) => { |