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
51da6ce0
authored
2023-08-29 09:31:31 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
into dev
2 parents
00a6e1c9
df0bc1ae
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
src/views/system/dymbgl/components/editDialog.vue
src/views/workflow/components/szxx.vue
src/views/system/dymbgl/components/editDialog.vue
View file @
51da6ce
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-2
8 10:34:21
* @LastEditTime: 2023-08-2
9 09:22:33
-->
<
template
>
<el-form
ref=
"ruleForm"
:model=
"ruleForm"
label-width=
"100px"
:rules=
"rules"
>
...
...
@@ -186,7 +186,7 @@
if
(
that
.
ruleForm
.
tmpno
==
'zsdy'
)
{
LODOP
.
ADD_PRINT_SETUP_BKIMG
(
"<img border='0' src='http://192.168.2.38:9000/bdcdj/zhengshu_image/bdcqzs2.jpg'>"
);
LODOP
.
SET_SHOW_MODE
(
"BKIMG_PRINT"
,
1
);
//打印包含背景图
LODOP
.
SET_PRINT_PAGESIZE
(
1
,
0
,
0
,
"B4"
);
LODOP
.
SET_PRINT_PAGESIZE
(
1
,
0
,
0
,
"B4"
,
1
);
}
else
if
(
that
.
ruleForm
.
tmpno
==
'zmdy'
)
{
LODOP
.
ADD_PRINT_SETUP_BKIMG
(
"<img border='0' src='http://192.168.2.38:9000/bdcdj/zhengshu_image/bdcdjzm.jpg'>"
);
LODOP
.
SET_SHOW_MODE
(
"BKIMG_PRINT"
,
1
);
//打印包含背景图
...
...
src/views/workflow/components/szxx.vue
View file @
51da6ce
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-29 09:
24:48
* @LastEditTime: 2023-08-29 09:
31:15
-->
<
template
>
<div
class=
"szxx"
>
...
...
@@ -59,7 +59,7 @@
<div
class=
"invalid-diglog"
>
<div
class=
"invalid-title"
>
<i
class=
"el-icon-question invalid-icon"
></i>
<div
class=
"invalid-body"
>
您确定作废证书并再次打印?
</div>
<div
class=
"invalid-body"
>
您确定作废证书并再次打印?
印刷序列号
{{
ysxlh
}}
</div>
</div>
<div
class=
"invalid-reson"
>
作废原因:
</div>
<el-input
v-model=
"zfyy"
placeholder=
"请输入作废原因"
type=
"textarea"
:rows=
"4"
></el-input>
...
...
@@ -90,7 +90,8 @@
zfyy
:
""
,
invalidDiglog
:
false
,
bsmSz
:
""
,
bsmBdcqz
:
""
bsmBdcqz
:
""
,
ysxlh
:
""
};
},
computed
:
{
...
...
@@ -137,7 +138,7 @@
//证书预览
this
.
$popupDialog
(
"证书预览"
,
"workflow/components/dialog/zsyl"
,
{
bdcqz
:
item
,
bsmSlsq
:
this
.
$route
.
query
.
bsmSlsq
},
"70%"
,
true
);
}
else
{
this
.
$popupDialog
(
"
不动产权证书"
,
"workflow/components/dialog/zsdy"
,
{
bdcqz
:
item
,
bsmSlsq
:
this
.
$route
.
query
.
bsmSlsq
},
"70
%"
,
true
);
this
.
$popupDialog
(
"
证书证明打印"
,
"workflow/components/dialog/zsdy"
,
{
bdcqz
:
item
,
bsmSlsq
:
this
.
$route
.
query
.
bsmSlsq
},
"75
%"
,
true
);
}
},
//再次打印
...
...
@@ -147,6 +148,7 @@
* @author: renchao
*/
openInvalidDiglog
(
item
)
{
this
.
ysxlh
=
item
.
ysxlh
this
.
bsmSz
=
item
.
bsmSz
;
this
.
invalidDiglog
=
true
;
this
.
bsmBdcqz
=
item
.
bsmBdcqz
...
...
Please
register
or
sign in
to post a comment