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
c8b8aa4f
authored
2023-07-24 10:39:47 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:发证环节
1 parent
7cd220ab
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
4 deletions
src/views/workflow/components/dialog/zslq.vue
src/views/workflow/components/fzxx.vue
src/views/workflow/javascript/fzxxdata.js
src/views/workflow/components/dialog/zslq.vue
View file @
c8b8aa4
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
5-18 10:53:49
* @LastEditTime: 2023-0
7-24 10:22:41
-->
<
template
>
<el-form
:model=
"ruleForm"
:rules=
"rules"
ref=
"ruleForm"
label-width=
"100px"
>
...
...
@@ -123,6 +123,9 @@
getUnclaimedBdcqz
({
bsmSlsq
:
Vue
.
prototype
.
$currentRoute
.
query
.
bsmSlsq
}).
then
(
res
=>
{
if
(
res
.
code
===
200
)
{
this
.
tableData
.
data
=
res
.
result
.
list
;
if
(
this
.
tableData
.
data
.
length
>
0
)
{
this
.
ruleForm
.
lzrxm
=
this
.
tableData
.
data
[
0
].
qlr
}
this
.
ruleForm
.
fzrmc
=
res
.
result
.
fzrmc
this
.
ruleForm
.
fzsj
=
res
.
result
.
fzsj
this
.
ruleForm
.
fzsl
=
res
.
result
.
fzsl
...
...
@@ -151,12 +154,13 @@
* @author: renchao
*/
handleSubmit
()
{
this
.
$refs
.
ruleForm
.
validate
(
valid
=>
{
if
(
valid
)
{
issueCertificate
(
this
.
ruleForm
).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
this
.
$message
.
success
(
'保存成功'
);
//刷新列表
store
.
dispatch
(
'user/refreshPage'
,
true
)
this
.
$popupCacel
()
}
else
{
this
.
$message
.
error
(
res
.
message
)
...
...
src/views/workflow/components/fzxx.vue
View file @
c8b8aa4
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-2
0 16:58:04
* @LastEditTime: 2023-07-2
4 10:15:01
-->
<
template
>
<div
class=
"from-clues"
>
...
...
src/views/workflow/javascript/fzxxdata.js
View file @
c8b8aa4
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
5-17 10:38:57
* @LastEditTime: 2023-0
7-24 10:24:48
*/
import
filter
from
'@/utils/filter.js'
let
vm
=
null
...
...
@@ -23,8 +23,13 @@ class data extends filter {
width
:
'50'
},
{
prop
:
"fzrmc"
,
label
:
"发证人"
},
{
prop
:
"bdcqzlx"
,
label
:
"不动产权证类型"
,
width
:
'130'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
...
...
Please
register
or
sign in
to post a comment