Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
50726a45
authored
2023-10-18 14:54:09 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:证书入库初始化表单验证
1 parent
24c9a239
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
21 deletions
src/views/zhcx/zslqcx/zslqcx.vue
src/views/zsgl/zsrk/components/addDialog.vue
src/views/zhcx/zslqcx/zslqcx.vue
View file @
50726a4
<!--
* @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
...
...
src/views/zsgl/zsrk/components/addDialog.vue
View file @
50726a4
...
...
@@ -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
>
...
...
Please
register
or
sign in
to post a comment