|
@@ -765,6 +765,7 @@
|
|
|
|
|
|
});
|
|
|
});
|
|
|
+ this.checkedValues = response.verticalBarTest;
|
|
|
this.imgArr2 = response.pressureTestPic;
|
|
|
|
|
|
this.tableNumber = response.gasMeterNumber;
|
|
@@ -925,24 +926,25 @@
|
|
|
this.$modal.msg("请上传回执单照片")
|
|
|
return
|
|
|
}
|
|
|
- } else {
|
|
|
- if (this.imgArr10.length <= 0) {
|
|
|
- this.$modal.msg("请上传表前阀前口检测照片")
|
|
|
- return
|
|
|
- }
|
|
|
- if (this.imgArr11.length <= 0) {
|
|
|
- this.$modal.msg("请上传切断阀上口检测照片")
|
|
|
- return
|
|
|
- }
|
|
|
- if (this.imgArr12.length <= 0) {
|
|
|
- this.$modal.msg("请上传切断阀下口检测照片")
|
|
|
- return
|
|
|
- }
|
|
|
- if (this.imgArr13.length <= 0) {
|
|
|
- this.$modal.msg("请上传报警器安装位置照片")
|
|
|
- return
|
|
|
- }
|
|
|
}
|
|
|
+ // else {
|
|
|
+ // if (this.imgArr10.length <= 0) {
|
|
|
+ // this.$modal.msg("请上传表前阀前口检测照片")
|
|
|
+ // return
|
|
|
+ // }
|
|
|
+ // if (this.imgArr11.length <= 0) {
|
|
|
+ // this.$modal.msg("请上传切断阀上口检测照片")
|
|
|
+ // return
|
|
|
+ // }
|
|
|
+ // if (this.imgArr12.length <= 0) {
|
|
|
+ // this.$modal.msg("请上传切断阀下口检测照片")
|
|
|
+ // return
|
|
|
+ // }
|
|
|
+ // if (this.imgArr13.length <= 0) {
|
|
|
+ // this.$modal.msg("请上传报警器安装位置照片")
|
|
|
+ // return
|
|
|
+ // }
|
|
|
+ // }
|
|
|
uni.showLoading()
|
|
|
let param = {
|
|
|
district: this.XZQValue.dictValue,
|