This commit is contained in:
wangshiming
2022-03-02 16:43:48 +08:00
parent f3ede6c5f0
commit 899c708482

View File

@ -151,7 +151,7 @@ export class NetworkFreightNewComponent implements OnInit {
if (!this.sf1.valid || !this.sf.valid) {
this.sf.validator({ emitError: true });
this.sf1.validator({ emitError: true });
this.service.msgSrv.warning('请修改填写错误信息');
this.service.msgSrv.warning('请填写必填项!');
return;
}
const enterpriseRegistrationTime = new Date(this.sf1.value.enterpriseRegistrationTime);
@ -584,7 +584,7 @@ export class NetworkFreightNewComponent implements OnInit {
}
}
},
required: ['certificatePhotoFront', 'certificatePhotoBack', 'name', 'certificateType', 'certificateNumber',]
required: ['certificatePhotoFront', 'certificatePhotoBack', 'name', 'certificateType', 'certificateNumber','certificatePhotoFrontWatermark','certificatePhotoBackWatermark']
}
},
required: [