50726a45 by renchao@pashanhoo.com

style:证书入库初始化表单验证

1 parent 24c9a239
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-21 10:41:10
* @LastEditTime: 2023-10-18 14:49:25
-->
<template>
<div class="from-clues">
......@@ -103,12 +103,6 @@
* @author: renchao
*/
openDialog (item) {
// bdcqzPreview(item).then(res => {
// this.$popupDialog("证书证明预览", "workflow/components/dialog/zsylxq", {
// bsmSlsq: item.bsmSlsq,
// bsmBdcqz: item.bsmBdcqz
// }, '1230px', true)
// })
this.$popupDialog("证书证明预览", "workflow/components/dialog/zsylxq", {
bsmSlsq: item.bsmSlsq,
bsmBdcqz: item.bsmBdcqz
......
......@@ -66,10 +66,10 @@
</template>
<script>
import store from '@/store/index.js'
import { zsrk, getZsglInfo } from "@/api/zsgl.js"
import { getSysSerialSingle } from "@/api/sysSerial.js"
export default {
import store from '@/store/index.js'
import { zsrk, getZsglInfo } from "@/api/zsgl.js"
import { getSysSerialSingle } from "@/api/sysSerial.js"
export default {
props: {
formData: {
type: Object,
......@@ -141,7 +141,6 @@ export default {
}
},
methods: {
//表单提交
/**
* @description: 表单提交
* @author: renchao
......@@ -187,6 +186,7 @@ export default {
getZsglInfo({ "bsmBatch": bsmBatch }).then(res => {
if (res.code == 200) {
this.ruleForm = res.result;
this.$refs.ruleForm.resetFields()
this.readOnly = false;
this.tableForm[0].ksysxlh = res.result.zsstarno;
this.tableForm[0].jsysxlh = res.result.zsendno;
......@@ -272,17 +272,17 @@ export default {
this.resetTableFields();
}
}
}
}
</script>
<style scoped lang="scss">
@import "~@/styles/mixin.scss";
@import "~@/styles/dialogBoxheader.scss";
@import "~@/styles/mixin.scss";
@import "~@/styles/dialogBoxheader.scss";
.font-red {
color: red
}
.font-red {
color: red;
}
.middle-margin-bottom {
margin-top: 20px
}
.middle-margin-bottom {
margin-top: 20px;
}
</style>
......