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
01233e7b
authored
2022-09-30 17:06:03 +0800
by
蔡俊立
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
完善证书管理
1 parent
88e5492d
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
67 additions
and
22 deletions
src/views/ywbl/fqsq/components/fzxx.vue
src/views/zsgl/zsff/components/addDialog.vue
src/views/zsgl/zsff/zsff.vue
src/views/zsgl/zsrk/components/addDialog.vue
src/views/zsgl/zsrk/zsrk.vue
src/views/zsgl/zssyjl/zssyjl.vue
src/views/ywbl/fqsq/components/fzxx.vue
View file @
01233e7
...
...
@@ -6,17 +6,17 @@
<el-row
:gutter=
"20"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"印刷序列号"
>
<el-input
v-model=
"ruleForm.ysxlh"
placeholder=
"请输入印刷序列号"
></el-input>
<el-input
v-model=
"ruleForm.ysxlh"
clearable
placeholder=
"请输入印刷序列号"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"证书号"
>
<el-input
v-model=
"ruleForm.zsh"
placeholder=
"请输入证书号"
></el-input>
<el-input
v-model=
"ruleForm.zsh"
clearable
placeholder=
"请输入证书号"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"权利人"
>
<el-input
v-model=
"ruleForm.qlr"
placeholder=
"请输入权利人"
></el-input>
<el-input
v-model=
"ruleForm.qlr"
clearable
placeholder=
"请输入权利人"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
class=
"btnCol"
>
...
...
src/views/zsgl/zsff/components/addDialog.vue
View file @
01233e7
...
...
@@ -34,7 +34,7 @@
<el-table-column
prop=
"ksysxlh"
label=
"开始印刷序列号"
width=
"200"
></el-table-column>
<el-table-column
prop=
"bs"
label=
"本数"
>
<template
slot-scope=
"scope"
>
<el-input
v-model=
"scope.row.bs"
@
blur=
"ysxlhDeal(scope.row)"
></el-input>
<el-input
v-model=
"scope.row.bs"
@
blur=
"ysxlhDeal(scope.row)"
oninput=
"value=value.replace(/[^\d.]/g,'')"
></el-input>
</
template
>
</el-table-column>
<el-table-column
prop=
"jsysxlh"
label=
"结束印刷序列号"
width=
"200"
>
...
...
src/views/zsgl/zsff/zsff.vue
View file @
01233e7
...
...
@@ -5,14 +5,14 @@
<el-form
:model=
"ruleForm"
label-width=
"70px"
>
<el-row>
<el-col
:span=
"5"
>
<el-form-item
label=
"
入库
编号"
>
<el-input
v-model=
"
ruleForm.rkbh"
placeholder=
"入库
编号"
></el-input>
<el-form-item
label=
"
分发
编号"
>
<el-input
v-model=
"
approveForm.batchno"
clearable
placeholder=
"分发
编号"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"
人库
时间"
>
<el-date-picker
v-model=
"
value
"
type=
"daterange"
range-separator=
"至"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
>
<el-form-item
label=
"
领取
时间"
>
<el-date-picker
v-model=
"
ruleForm.ffsj
"
type=
"daterange"
range-separator=
"至"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
@
change=
"timeChange()"
value-format=
"yyyy-MM-dd HH:mm:ss"
clearable
>
</el-date-picker>
</el-form-item>
</el-col>
...
...
@@ -52,8 +52,13 @@ export default {
isDialog
:
false
,
value
:
''
,
ruleForm
:
{
rkbh
:
""
,
rksj
:
""
batchno
:
""
,
ffsj
:
""
},
approveForm
:
{
batchno
:
''
,
ffkssj
:
''
,
ffjssj
:
''
},
tableData
:
{
total
:
0
,
...
...
@@ -68,7 +73,7 @@ export default {
},
// 列表渲染接口
fetchData
()
{
getZsglffList
({
...
this
.
rul
eForm
,
...
this
.
pageData
}).
then
(
res
=>
{
getZsglffList
({
...
this
.
approv
eForm
,
...
this
.
pageData
}).
then
(
res
=>
{
if
(
res
.
code
===
200
)
{
let
{
total
,
records
}
=
res
.
result
this
.
tableData
.
total
=
total
;
...
...
@@ -83,6 +88,19 @@ export default {
this
.
$refs
.
addDialog
.
initStartNo
();
})
},
queryClick
()
{
this
.
fetchData
()
},
//修改筛选时间
timeChange
()
{
if
(
this
.
ruleForm
.
ffsj
!=
null
)
{
this
.
approveForm
.
ffkssj
=
this
.
ruleForm
.
ffsj
[
0
];
this
.
approveForm
.
ffjssj
=
this
.
ruleForm
.
ffsj
[
1
];
}
else
{
this
.
approveForm
.
ffkssj
=
''
this
.
approveForm
.
ffjssj
=
''
}
},
//确定证书分发
confrimVerify
(
item
){
this
.
$confirm
(
'是否确定分发'
,
'提示'
,
{
...
...
src/views/zsgl/zsrk/components/addDialog.vue
View file @
01233e7
...
...
@@ -33,12 +33,14 @@
<el-table-column
prop=
"name"
label=
"纸质证书类型"
width=
"200"
></el-table-column>
<el-table-column
prop=
"ksysxlh"
label=
"开始印刷序列号"
width=
"200"
>
<template
slot-scope=
"scope"
>
<el-input
v-model=
"scope.row.ksysxlh"
@
blur=
"ysxlhDeal(scope.row)"
maxlength=
"11"
></el-input>
<el-input
v-model=
"scope.row.ksysxlh"
@
blur=
"ysxlhDeal(scope.row)"
maxlength=
"11"
oninput=
"value=value.replace(/[^\d.]/g,'')"
></el-input>
</
template
>
</el-table-column>
<el-table-column
prop=
"jsysxlh"
label=
"结束印刷序列号"
width=
"200"
>
<
template
slot-scope=
"scope"
>
<el-input
v-model=
"scope.row.jsysxlh"
@
blur=
"ysxlhDeal(scope.row)"
maxlength=
"11"
></el-input>
<el-input
v-model=
"scope.row.jsysxlh"
@
blur=
"ysxlhDeal(scope.row)"
maxlength=
"11"
oninput=
"value=value.replace(/[^\d.]/g,'')"
></el-input>
</
template
>
</el-table-column>
<el-table-column
prop=
"bs"
label=
"本数"
>
...
...
src/views/zsgl/zsrk/zsrk.vue
View file @
01233e7
...
...
@@ -6,13 +6,13 @@
<el-row>
<el-col
:span=
"5"
>
<el-form-item
label=
"入库编号"
>
<el-input
v-model=
"
ruleForm.rkbh"
placeholder=
"入库编号"
></el-input>
<el-input
v-model=
"
approveForm.batchno"
clearable
placeholder=
"入库编号"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"人库时间"
>
<el-date-picker
v-model=
"ruleForm.rksj"
type=
"datetimerange"
range-separator=
"至"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
>
end-placeholder=
"结束日期"
@
change=
"timeChange()"
value-format=
"yyyy-MM-dd HH:mm:ss"
clearable
>
</el-date-picker>
</el-form-item>
</el-col>
...
...
@@ -51,8 +51,12 @@ export default {
return
{
isDialog
:
false
,
ruleForm
:
{
rkbh
:
""
,
rksj
:
""
rksj
:
''
},
approveForm
:
{
batchno
:
''
,
rkkssj
:
''
,
rkjssj
:
''
},
tableData
:
{
total
:
0
,
...
...
@@ -67,7 +71,7 @@ export default {
},
// 列表渲染接口
fetchData
()
{
getZsglrkList
({
...
this
.
rul
eForm
,
...
this
.
pageData
}).
then
(
res
=>
{
getZsglrkList
({
...
this
.
approv
eForm
,
...
this
.
pageData
}).
then
(
res
=>
{
if
(
res
.
code
===
200
)
{
let
{
total
,
records
}
=
res
.
result
this
.
tableData
.
total
=
total
;
...
...
@@ -84,6 +88,16 @@ export default {
queryClick
()
{
this
.
fetchData
()
},
//修改筛选时间
timeChange
()
{
if
(
this
.
ruleForm
.
rksj
!=
null
)
{
this
.
approveForm
.
rkkssj
=
this
.
ruleForm
.
rksj
[
0
];
this
.
approveForm
.
rkjssj
=
this
.
ruleForm
.
rksj
[
1
];
}
else
{
this
.
approveForm
.
rkkssj
=
''
this
.
approveForm
.
rkjssj
=
''
}
},
//删除证书入库数据
delZsrk
(
item
){
this
.
$confirm
(
'确定要删除吗, 是否继续?'
,
'提示'
,
{
...
...
src/views/zsgl/zssyjl/zssyjl.vue
View file @
01233e7
...
...
@@ -6,17 +6,24 @@
<el-row>
<el-col
:span=
"5"
>
<el-form-item
label=
"印刷序列号"
prop=
"ysxlh"
>
<el-input
v-model=
"ruleForm.ysxlh"
placeholder=
"请输入印刷序列号"
></el-input>
<el-input
v-model=
"ruleForm.ysxlh"
clearable
placeholder=
"请输入印刷序列号"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"5"
>
<el-form-item
label=
"证书类型"
prop=
"zslx"
>
<el-input
v-model=
"ruleForm.zslx"
placeholder=
"请输入证书类型"
></el-input>
<el-select
v-model=
"ruleForm.zslx"
placeholder=
"请选择证书类型"
clearable
>
<el-option
v-for=
"item in zslxArr"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"5"
>
<el-form-item
label=
"业务号"
prop=
"ywh"
>
<el-input
v-model=
"ruleForm.ywh"
placeholder=
"请输入业务号"
></el-input>
<el-input
v-model=
"ruleForm.ywh"
clearable
placeholder=
"请输入业务号"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
...
...
@@ -70,6 +77,10 @@ export default {
columns
:
datas
.
columns
(),
data
:
[],
},
zslxArr
:
[
{
label
:
'不动产权证书'
,
value
:
'zs'
},
{
label
:
'不动产登记证明'
,
value
:
'zm'
}
]
};
},
methods
:
{
...
...
Please
register
or
sign in
to post a comment