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
c2f2c209
authored
2023-09-01 08:23:32 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:配置修改
1 parent
7d1060f8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
src/views/system/dymbgl/components/editDialog.vue
src/views/workflow/components/qlrCommonTable.vue
src/views/system/dymbgl/components/editDialog.vue
View file @
c2f2c20
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
8-30 08:40:36
* @LastEditTime: 2023-0
9-01 08:20:51
-->
<
template
>
<el-form
ref=
"ruleForm"
:model=
"ruleForm"
label-width=
"100px"
:rules=
"rules"
>
...
...
@@ -187,9 +187,9 @@
setTimeout
(()
=>
{
that
.
ruleForm
.
tmpcontent
=
document
.
getElementById
(
"S1"
).
value
;
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
.
ADD_PRINT_SETUP_BKIMG
(
"<img border='0' src=
"
+
window
.
_config
.
services
.
management
+
"'
:9000/bdcdj/zhengshu_image/bdcqzs2.jpg'>"
);
}
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
.
ADD_PRINT_SETUP_BKIMG
(
"<img border='0' src=
"
+
window
.
_config
.
services
.
management
+
"'
:9000/bdcdj/zhengshu_image/bdcdjzm.jpg'>"
);
}
LODOP
.
SET_SHOW_MODE
(
"BKIMG_PRINT"
,
1
);
//打印包含背景图
that
.
loadStatus
=
'2'
;
...
...
src/views/workflow/components/qlrCommonTable.vue
View file @
c2f2c20
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
8-30 16:03:09
* @LastEditTime: 2023-0
9-01 08:21:18
-->
<
template
>
<div>
...
...
@@ -66,13 +66,13 @@
)
}
},
//
{
//
label: '身份证读卡器',
//
align: 'center',
//
render: (h, scope) => {
//
return <el-button type="text" icon="el-icon-tickets" disabled={!this.disabled} onClick={() => { this.readClick(scope.row) }}>读取</el-button>
//
}
//
},
{
label
:
'身份证读卡器'
,
align
:
'center'
,
render
:
(
h
,
scope
)
=>
{
return
<
el
-
button
type
=
"text"
icon
=
"el-icon-tickets"
disabled
=
{
!
this
.
disabled
}
onClick
=
{()
=>
{
this
.
readClick
(
scope
.
row
)
}}
>
读取
<
/el-button
>
}
},
{
prop
:
"sqrmc"
,
label
:
"姓名/名称"
...
...
Please
register
or
sign in
to post a comment