|
@@ -443,24 +443,24 @@
|
|
|
async submitForm(status) {
|
|
|
let self = this;
|
|
|
if(self.pageType==1){
|
|
|
- if(!this.form.examineOpinion && status==2){
|
|
|
- uni.showToast({
|
|
|
- title: '请填写复查验证描述!',
|
|
|
- icon: "none",
|
|
|
- mask: true,
|
|
|
- duration: 2000
|
|
|
- });
|
|
|
- return
|
|
|
- }
|
|
|
- if(!this.form.imgDtoList[0] && status==2){
|
|
|
- uni.showToast({
|
|
|
- title: '请选择现场照片!',
|
|
|
- icon: "none",
|
|
|
- mask: true,
|
|
|
- duration: 2000
|
|
|
- });
|
|
|
- return
|
|
|
- }
|
|
|
+ // if(!this.form.examineOpinion && status==2){
|
|
|
+ // uni.showToast({
|
|
|
+ // title: '请填写复查验证描述!',
|
|
|
+ // icon: "none",
|
|
|
+ // mask: true,
|
|
|
+ // duration: 2000
|
|
|
+ // });
|
|
|
+ // return
|
|
|
+ // }
|
|
|
+ // if(!this.form.imgDtoList[0] && status==2){
|
|
|
+ // uni.showToast({
|
|
|
+ // title: '请选择现场照片!',
|
|
|
+ // icon: "none",
|
|
|
+ // mask: true,
|
|
|
+ // duration: 2000
|
|
|
+ // });
|
|
|
+ // return
|
|
|
+ // }
|
|
|
|
|
|
//复查
|
|
|
let obj = {
|