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
0efb83b1
authored
2022-09-05 15:42:15 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:登记业务
1 parent
bf59f8db
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
98 additions
and
5 deletions
src/views/components/personInfoTable.vue
src/views/sqcx/sqcxjl/components/editDialog.vue
src/views/ywbl/ywsq/ywsq.vue
src/views/components/personInfoTable.vue
0 → 100644
View file @
0efb83b
<!--
功能:个人信息table
作者:calliope
-->
<
template
>
<lb-table
:column=
"tableData.columns"
:data=
"tableData.data"
:maxHeight=
"200"
heightNumSetting
:pagination=
"false"
>
</lb-table>
</
template
>
<
script
>
export
default
{
components
:
{},
data
()
{
return
{
tableData
:
{
columns
:
[
{
width
:
'60'
,
renderHeader
:
(
h
,
scope
)
=>
{
return
<
i
class
=
"el-icon-plus pointer"
onClick
=
{()
=>
{
this
.
handleAdd
()
}}
style
=
"color:#409EFF"
><
/i
>
},
render
:
(
h
,
scope
)
=>
{
return
(
<
i
class
=
"el-icon-minus pointer"
onClick
=
{()
=>
{
this
.
handleMinus
(
scope
.
$index
,
scope
.
row
)
}}
><
/i
>
)
}
},
{
label
:
'身份证读卡器'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
el
-
button
type
=
"text"
icon
=
"el-icon-edit-outline"
onClick
=
{()
=>
{
this
.
handleRead
(
scope
)
}}
>
读取
<
/el-button
>
<
/div
>
)
}
},
{
prop
:
'name'
,
label
:
'姓名/名称'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
input
placeholder
=
"姓名/名称"
value
=
{
scope
.
row
[
scope
.
column
.
property
]}
onInput
=
{(
val
)
=>
{
scope
.
row
[
scope
.
column
.
property
]
=
val
}}
><
/el-input
>
)
}
},
{
prop
:
'zjzl'
,
label
:
'证件种类'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
select
value
=
{
scope
.
row
[
scope
.
column
.
property
]}
onChange
=
{(
val
)
=>
{
scope
.
row
[
scope
.
column
.
property
]
=
val
}}
>
{
this
.
options
.
map
(
option
=>
{
return
(
<
el
-
option
label
=
{
option
.
name
}
value
=
{
option
.
value
}
><
/el-option
>
)
})
}
<
/el-select
>
)
}
},
{
prop
:
'zjh'
,
label
:
'证件号'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
input
placeholder
=
"证件号"
value
=
{
scope
.
row
[
scope
.
column
.
property
]}
onInput
=
{(
val
)
=>
{
scope
.
row
[
scope
.
column
.
property
]
=
val
}}
><
/el-input
>
)
}
},
{
prop
:
'xldh'
,
label
:
'联系电话'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
input
placeholder
=
"联系电话"
value
=
{
scope
.
row
[
scope
.
column
.
property
]}
onInput
=
{(
val
)
=>
{
scope
.
row
[
scope
.
column
.
property
]
=
val
}}
><
/el-input
>
)
}
}
],
data
:
[{}],
},
}
}
}
</
script
>
<
style
scoped
lang=
'scss'
>
</
style
>
\ No newline at end of file
src/views/sqcx/sqcxjl/components/editDialog.vue
View file @
0efb83b
...
...
@@ -29,8 +29,8 @@
:pagination=
"false"
>
</lb-table>
<div
class=
"submit-button"
>
<el-button
type=
"primary"
>
查询
</el-button>
<el-button>
重置
</el-button>
<el-button
type=
"primary"
icon=
"el-icon-search"
>
查询
</el-button>
<el-button
icon=
"el-icon-refresh-left"
>
重置
</el-button>
</div>
<b
class=
"title"
>
查询结果
</b>
<p>
查询编号:202200409
</p>
...
...
src/views/ywbl/ywsq/ywsq.vue
View file @
0efb83b
...
...
@@ -127,7 +127,7 @@ export default {
item
.
cselect
=
!
item
.
cselect
if
(
item
.
sffqlc
==
'1'
)
{
this
.
btnDisabled
=
false
this
.
bsmSqyw
=
item
.
bsmSqyw
this
.
bsmSqyw
=
item
.
parentid
this
.
djywbm
=
item
.
djywbm
}
},
...
...
@@ -163,7 +163,6 @@ export default {
},
// 登记类型
handleDjlxSelect
(
item
)
{
console
.
log
(
item
,
'itemitem'
);
this
.
btnDisabled
=
true
this
.
djlxList
.
forEach
(
item
=>
{
if
(
item
.
select
)
item
.
select
=
false
...
...
@@ -171,7 +170,7 @@ export default {
this
.
$set
(
item
,
'select'
,
true
)
if
(
item
.
sffqlc
==
'1'
)
{
this
.
btnDisabled
=
false
this
.
bsmSqyw
=
item
.
bsmSqyw
this
.
bsmSqyw
=
item
.
parentid
this
.
djywbm
=
item
.
djywbm
}
else
{
this
.
getNextNode
(
item
.
bsmSqyw
)
...
...
Please
register
or
sign in
to post a comment