@ -132,7 +132,7 @@ methods: {
if(i == 0) {
vm.serverName += res.data[i].serverTypeName
} else {
vm.serverName += ', ' + res.data[i].serverTypeName
vm.serverName += ',' + res.data[i].serverTypeName
}
if(vm.serverName.split(',').indexOf('高血压')>-1 || vm.serverName.split(',').indexOf('糖尿病')>-1){
@ -718,7 +718,7 @@ methods: {
});
},
sign: function() {// type:1签约 2拒签
if(this.signInfo.type == 1 && (!this.signInfo.expenses || (this.doctorType == 2 && !this.signInfo.healthDoctor) || (this.doctorType == 3 && !this.signInfo.doctor) || !this.signInfo.sevId || (!this.signInfo.disease && !this.signInfo.healthLabel && !this.signInfo.customLabel))) {
if(this.signInfo.type == 1 && (!this.signInfo.expenses || (this.doctorType == 2 && !this.signInfo.healthDoctor) ||(this.doctorType == 2 && !this.signInfo.specialist) || (this.doctorType == 3 && !this.signInfo.doctor) || !this.signInfo.sevId || (!this.signInfo.disease && !this.signInfo.healthLabel && !this.signInfo.customLabel))) {
showWarningMessage("请将填写完整签约信息!");
return false;