Commit 29df5009 authored by 高滢's avatar 高滢

Merge branch 'develop' of http://gitlab.91isoft.com:90/car-test/web into gaoying

parents d0ac1d43 c51eab31
......@@ -751,8 +751,20 @@ export default {
*确认车型审查
*/
submitFrom() {
if (this.$refs.form) {
this.$refs.form.validate(valid => {
if (valid) {
this.submitFromData()
}
})
} else {
this.submitFromData()
}
},
/**
*确认车型审查
*/
submitFromData() {
this.$modal
.confirm('是否确认提交表单,提交后不可修改', {
type: 'warning',
......@@ -767,8 +779,6 @@ export default {
})
})
.catch(() => {})
}
})
},
/**
*确认细则内容变更
......
......@@ -150,7 +150,7 @@
:preview-src-list="[baseUrl + scope.row.photo]"
>
</el-image>
<div v-else>__</div>
<div v-else>--</div>
</template>
</el-table-column>
<el-table-column
......
......@@ -152,7 +152,7 @@
:preview-src-list="[baseUrl + scope.row.photo]"
>
</el-image>
<div v-else>__</div>
<div v-else>--</div>
</template>
</el-table-column>
<el-table-column
......
......@@ -46,6 +46,15 @@
frameborder="0"
style="width: 100%; height: 100%"
></iframe>
<!-- <object
id="pdf-object"
:data="fileUrl"
type="application/pdf"
width="100%"
height="100%"
>
<param name="filename" value="检验报告.pdf" />
</object> -->
</div>
</task-standard>
</template>
......
......@@ -783,8 +783,20 @@ export default {
*确认体系审查
*/
submitFrom() {
if (this.$refs.form) {
this.$refs.form.validate(valid => {
if (valid) {
this.submitFromData()
}
})
} else {
this.submitFromData()
}
},
/**
*确认体系审查
*/
submitFromData() {
this.$modal
.confirm('是否确认提交表单,提交后不可修改', {
type: 'warning',
......@@ -799,8 +811,6 @@ export default {
})
})
.catch(() => {})
}
})
},
confirmDetailChange() {
reviewDetailsConfirm({
......
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