Commit 9f568a95 authored by jiaxu.yan's avatar jiaxu.yan

feat: 车型审查确认结果取消签字

parent 7250d28b
......@@ -233,7 +233,7 @@
</div>
<div class="img-display">
<div class="img-item">
<!-- <div class="img-item">
<div class="img-label label-required">车企负责人</div>
<img
v-if="ruleForm.enterpriseLeader"
......@@ -244,7 +244,7 @@
<iconpark-icon name="wuqianzi" size="120"></iconpark-icon>
<div class="img-text">暂无签字</div>
</div>
</div>
</div> -->
<div class="img-item">
<div class="img-label label-required">检验负责人</div>
<img
......@@ -381,14 +381,14 @@ export default {
},
/* 返回跳转*/
goToProcessedReview() {
if (!this.ruleForm.enterpriseLeader) {
this.$message.error('请车企负责人签字')
return
}
if (!this.ruleForm.inspectionLeader) {
this.$message.error('请检验负责人签字')
return
}
// if (!this.ruleForm.enterpriseLeader) {
// this.$message.error('请车企负责人签字')
// return
// }
// if (!this.ruleForm.inspectionLeader) {
// this.$message.error('请检验负责人签字')
// return
// }
this.ruleForm.taskId = this.taskId
const formData = {
imagesUrl: [
......
......@@ -379,10 +379,10 @@ export default {
this.$message.error('请车企负责人签字')
return
}
if (!this.ruleForm.inspectionLeader) {
this.$message.error('请检验负责人签字')
return
}
// if (!this.ruleForm.inspectionLeader) {
// this.$message.error('请检验负责人签字')
// return
// }
this.ruleForm.taskId = this.taskId
const formData = {
imagesUrl: [
......
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