| | |
| | | this.open1 = true; |
| | | this.title = "添加体检单位信息维护"; |
| | | }, |
| | | idFn1(value) { |
| | | if (value) { |
| | | // console.log(value); |
| | | idFn1() { |
| | | if (this.form.firmName) { |
| | | const originalCompId = this.form.firmId; |
| | | this.form.firmName = value; |
| | | this.CompanyList.forEach((item) => { |
| | | if (item.cnName == this.form.firmName) { |
| | | this.form.firmId = item.drugManufacturerId; |
| | |
| | | if (this.form.firmId === originalCompId) { |
| | | this.form.firmId = ""; |
| | | } |
| | | if (this.form.firmId) { |
| | | this.form.tjType = this.dict.type.dict_team[2].value; |
| | | } |
| | | |
| | | } |
| | | |
| | | if (this.form.firmName) { |
| | | this.form.tjType = this.dict.type.dict_team[1].value; |
| | | }else{ |
| | | this.form.tjType = this.dict.type.dict_team[0].value; |
| | | } |
| | | |
| | | }, |
| | | getCurrentDateTime() { |
| | | const currentDate = new Date(); |
| | |
| | | /** 登记提交按钮 */ |
| | | submitForm() { |
| | | let _this = this; |
| | | if(!this.form.cusPhone || !this.form.cusName){ |
| | | this.$message.warning("请填选必填项"); |
| | | }else{ |
| | | this.$refs["form"].validate((valid) => { |
| | | if (valid) { |
| | | // 创建表单数据的副本并去除空格 |
| | |
| | | }); |
| | | } |
| | | }); |
| | | } |
| | | }, |
| | | |
| | | getmailType() { |
| | |
| | | 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; |
| | |
| | | |
| | | 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(); |
| | | //全部套餐 |