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
38b075c1
authored
2023-08-30 17:32:59 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:证书打印
1 parent
59941756
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
src/views/workflow/components/dialog/zsdy.vue
src/views/workflow/components/szxx.vue
src/views/workflow/components/dialog/zsdy.vue
View file @
38b075c
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-30 17:
18:41
* @LastEditTime: 2023-08-30 17:
26:02
-->
<
template
>
<div>
...
...
@@ -82,6 +82,7 @@
}
},
mounted
()
{
console
.
log
(
11111111111111111
);
store
.
dispatch
(
'user/refreshPage'
,
false
)
this
.
columns
=
datas
.
columns
()
this
.
ysxlhList
()
...
...
src/views/workflow/components/szxx.vue
View file @
38b075c
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-30 1
6:54:26
* @LastEditTime: 2023-08-30 1
7:31:53
-->
<
template
>
<div
class=
"szxx"
>
...
...
@@ -109,7 +109,6 @@
this
.
viewEdit
=
this
.
$parent
.
currentSelectTab
.
ableOperation
},
methods
:
{
//初始化列表
/**
* @description: 初始化列表
* @author: renchao
...
...
@@ -125,7 +124,6 @@
}
});
},
//打开证书预览弹窗
/**
* @description: 打开证书预览弹窗
* @param {*} item
...
...
@@ -134,6 +132,7 @@
*/
openZsylDialog
(
item
,
type
)
{
store
.
dispatch
(
'user/reWorkFresh'
,
false
)
if
(
type
==
1
)
{
//证书预览
this
.
$popupDialog
(
"证书证明预览"
,
"workflow/components/dialog/zsyl"
,
{
bdcqz
:
item
,
bsmSlsq
:
this
.
$route
.
query
.
bsmSlsq
},
"76%"
,
true
);
...
...
@@ -141,13 +140,13 @@
this
.
$popupDialog
(
"证书证明打印"
,
"workflow/components/dialog/zsdy"
,
{
bdcqz
:
item
,
bsmSlsq
:
this
.
$route
.
query
.
bsmSlsq
},
"76%"
,
true
);
}
},
//再次打印
/**
* @description: 再次打印
* @param {*} item
* @author: renchao
*/
openInvalidDiglog
(
item
)
{
this
.
bdcqz
=
item
this
.
ysxlh
=
item
.
ysxlh
this
.
bsmSz
=
item
.
bsmSz
;
this
.
invalidDiglog
=
true
;
...
...
@@ -162,7 +161,6 @@
this
.
bsmSz
=
""
;
this
.
zfyy
=
""
;
},
//作废缮证信息
/**
* @description: 作废缮证信息
* @author: renchao
...
...
@@ -178,7 +176,7 @@
}
else
{
this
.
$message
.
error
(
res
.
message
);
}
})
;
})
},
/**
* @description: openRecordPop
...
...
Please
register
or
sign in
to post a comment