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

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

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