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
22790e5d
authored
2023-08-31 09:37:58 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:证书证明预览
1 parent
87f7f22f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
src/api/bdcqz.js
src/views/workflow/components/szxx.vue
src/views/workflow/mixin/index.js
src/views/zhcx/zslqcx/zslqcx.vue
src/api/bdcqz.js
View file @
22790e5
...
...
@@ -119,7 +119,7 @@ export function getSlsqBdcqzList (params) {
}
/**
* @description: 证书预览
* @description: 证书
证明
预览
* @param {*} data
* @author: renchao
*/
...
...
src/views/workflow/components/szxx.vue
View file @
22790e5
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-3
0 17:31:53
* @LastEditTime: 2023-08-3
1 09:36:04
-->
<
template
>
<div
class=
"szxx"
>
...
...
@@ -134,7 +134,7 @@
store
.
dispatch
(
'user/reWorkFresh'
,
false
)
if
(
type
==
1
)
{
//证书预览
//证书
证明
预览
this
.
$popupDialog
(
"证书证明预览"
,
"workflow/components/dialog/zsyl"
,
{
bdcqz
:
item
,
bsmSlsq
:
this
.
$route
.
query
.
bsmSlsq
},
"76%"
,
true
);
}
else
{
this
.
$popupDialog
(
"证书证明打印"
,
"workflow/components/dialog/zsdy"
,
{
bdcqz
:
item
,
bsmSlsq
:
this
.
$route
.
query
.
bsmSlsq
},
"76%"
,
true
);
...
...
src/views/workflow/mixin/index.js
View file @
22790e5
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-3
0 14:13:47
* @LastEditTime: 2023-08-3
1 09:35:49
*/
import
{
getPrintTemplateByCode
}
from
"@/api/print"
;
import
{
uploadUndo
}
from
"@/api/clxx"
;
...
...
@@ -122,7 +122,7 @@ export default {
this
.
$popupDialog
(
"登记簿详情"
,
"registerBook/djbFrame"
,
this
.
currentSelectProps
,
'80%'
,
true
)
break
;
case
"B5"
:
this
.
$popupDialog
(
"证书预览"
,
"workflow/components/dialog/zsyl"
,
{
this
.
$popupDialog
(
"证书
证明
预览"
,
"workflow/components/dialog/zsyl"
,
{
bsmSlsq
:
this
.
bsmSlsq
,
entryType
:
'1'
},
'1210px'
,
true
)
...
...
src/views/zhcx/zslqcx/zslqcx.vue
View file @
22790e5
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-31 09:
24:28
* @LastEditTime: 2023-08-31 09:
35:53
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -107,7 +107,7 @@
this
.
$startLoading
()
bdcqzPreview
(
item
).
then
(
res
=>
{
this
.
$endLoading
()
this
.
$popupDialog
(
"证书预览"
,
"workflow/components/dialog/zsyl"
,
{
this
.
$popupDialog
(
"证书
证明
预览"
,
"workflow/components/dialog/zsyl"
,
{
bsmSlsq
:
item
.
bsmSlsq
,
bsmBdcqz
:
item
.
bsmBdcqz
},
'1210px'
,
true
)
...
...
Please
register
or
sign in
to post a comment