|
|
@@ -423,10 +423,10 @@ export default {
|
|
|
if (!/^[1][3,4,5,7,8,9][0-9]{9}$/.test(this.form.consumerPhone)) {
|
|
|
return this.$message.error("请输入正确电话");
|
|
|
}
|
|
|
- if (this.form.claimAttachmentList.length == 0) return this.$message.error("请上传鼓包并向照片");
|
|
|
+ if (this.form.claimAttachmentList.length == 0) return this.$message.error("请上传病象");
|
|
|
if (this.form.claimAttachmentList.length == 1) return this.$message.error("请上传轮胎DOT");
|
|
|
- if (this.form.claimAttachmentList.length == 2) return this.$message.error("请上传车头照片");
|
|
|
- if (this.form.claimAttachmentList.length == 3) return this.$message.error("请上传鼓包处照片");
|
|
|
+ if (this.form.claimAttachmentList.length == 2) return this.$message.error("请上传花纹深度");
|
|
|
+ // if (this.form.claimAttachmentList.length == 3) return this.$message.error("请上传鼓包处照片");
|
|
|
this.form.claimAttachmentList.forEach((item, index) => {
|
|
|
item.fileProperties = index + 1;
|
|
|
});
|
|
|
@@ -476,10 +476,10 @@ export default {
|
|
|
if (!/^[1][3,4,5,7,8,9][0-9]{9}$/.test(this.form.consumerPhone)) {
|
|
|
return this.$message.error("请输入正确电话");
|
|
|
}
|
|
|
- if (this.form.claimAttachmentList.length == 0) return this.$message.error("请上传鼓包并向照片");
|
|
|
+ if (this.form.claimAttachmentList.length == 0) return this.$message.error("请上传病象");
|
|
|
if (this.form.claimAttachmentList.length == 1) return this.$message.error("请上传轮胎DOT");
|
|
|
- if (this.form.claimAttachmentList.length == 2) return this.$message.error("请上传车头照片");
|
|
|
- if (this.form.claimAttachmentList.length == 3) return this.$message.error("请上传鼓包处照片");
|
|
|
+ if (this.form.claimAttachmentList.length == 2) return this.$message.error("请上传花纹深度");
|
|
|
+ // if (this.form.claimAttachmentList.length == 3) return this.$message.error("请上传鼓包处照片");
|
|
|
this.form.claimAttachmentList.forEach((item, index) => {
|
|
|
item.fileProperties = index + 1;
|
|
|
});
|