Commit 49bf1180 authored by youjie's avatar youjie

no message

parent e67f7eff
...@@ -785,7 +785,10 @@ ...@@ -785,7 +785,10 @@
uni.showToast({title: '请选择楼宇等级',icon: 'none',}) uni.showToast({title: '请选择楼宇等级',icon: 'none',})
return return
} }
if(this.model.HandoverDate==""||!this.model.HandoverDate){
uni.showToast({title: '请选择交房日期',icon: 'none',})
return
}
if( this.model.ElevatorNum==''){ if( this.model.ElevatorNum==''){
this.model.ElevatorNum = 0 this.model.ElevatorNum = 0
...@@ -796,14 +799,14 @@ ...@@ -796,14 +799,14 @@
if( this.model.RentFee==''){ if( this.model.RentFee==''){
this.model.RentFee = 0 this.model.RentFee = 0
} }
if(this.model.ContactName==""||!this.model.ContactName){ // if(this.model.ContactName==""||!this.model.ContactName){
uni.showToast({title: '请填写联系人',icon: 'none',}) // uni.showToast({title: '请填写联系人',icon: 'none',})
return // return
} // }
if(this.model.ContactPhone==""||!this.model.ContactPhone){ // if(this.model.ContactPhone==""||!this.model.ContactPhone){
uni.showToast({title: '请填写联系人电话',icon: 'none',}) // uni.showToast({title: '请填写联系人电话',icon: 'none',})
return // return
} // }
console.log(this.model,'保存') console.log(this.model,'保存')
uni.showLoading({ uni.showLoading({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment