zhangyanfang 5 роки тому
батько
коміт
a97f8a575c
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      app/sign/js/sign_handle.js

+ 1 - 1
app/sign/js/sign_handle.js

@ -722,7 +722,7 @@ methods: {
		});
	},
	sign: function() {// type:1签约 2拒签
		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))) {
		if(this.signInfo.type == 1 && (!this.signInfo.expenses || (this.doctorType == 2 && !this.signInfo.healthDoctor) ||(this.zkdoctorShow==true &&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;
		}