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
e1a2beb4
authored
2023-07-28 16:33:54 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
fad47593
95689d6f
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
6 deletions
src/store/getters.js
src/store/modules/user.js
src/views/workflow/components/dialog/zsdy.vue
src/views/workflow/components/dialog/zslq.vue
src/views/workflow/components/fzxx.vue
src/views/workflow/components/szxx.vue
src/store/getters.js
View file @
e1a2beb
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-28 15:
27:10
* @LastEditTime: 2023-07-28 15:
49:38
*/
const
getters
=
{
sidebar
:
state
=>
state
.
app
.
sidebar
,
...
...
src/store/modules/user.js
View file @
e1a2beb
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-28 1
5:26:16
* @LastEditTime: 2023-07-28 1
6:33:19
*/
import
{
getUserInfo
}
from
'@/api/user'
const
state
=
{
...
...
src/views/workflow/components/dialog/zsdy.vue
View file @
e1a2beb
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-28 15:
27:37
* @LastEditTime: 2023-07-28 15:
47:25
-->
<
template
>
<div>
...
...
src/views/workflow/components/dialog/zslq.vue
View file @
e1a2beb
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-28 15:
33:55
* @LastEditTime: 2023-07-28 15:
45:56
-->
<
template
>
<el-form
:model=
"ruleForm"
:rules=
"rules"
ref=
"ruleForm"
label-width=
"100px"
>
...
...
src/views/workflow/components/fzxx.vue
View file @
e1a2beb
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-28 1
5:30:2
3
* @LastEditTime: 2023-07-28 1
6:28:4
3
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -41,6 +41,7 @@
</
template
>
<
script
>
import
{
mapGetters
}
from
'vuex'
import
store
from
'@/store/index.js'
import
table
from
"@/utils/mixin/table"
;
import
{
datas
}
from
"../javascript/fzxxdata"
;
import
{
getCertificateList
}
from
"@/api/bdcqz.js"
;
...
...
@@ -95,6 +96,7 @@
* @author: renchao
*/
zslqClick
()
{
store
.
dispatch
(
'user/reWorkFresh'
,
false
)
this
.
$popupDialog
(
"不动产权证领取"
,
"workflow/components/dialog/zslq"
,
{},
'80%'
,
true
)
}
}
...
...
src/views/workflow/components/szxx.vue
View file @
e1a2beb
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
6-25 11:15:01
* @LastEditTime: 2023-0
7-28 15:46:24
-->
<
template
>
<div
class=
"szxx"
>
...
...
@@ -74,6 +74,7 @@
</
template
>
<
script
>
import
{
mapGetters
}
from
'vuex'
import
store
from
'@/store/index.js'
import
{
getSlsqBdcqzList
,
invalidCertificate
}
from
"@/api/bdcqz.js"
;
export
default
{
props
:
{},
...
...
@@ -130,6 +131,7 @@
* @author: renchao
*/
openZsylDialog
(
item
,
type
)
{
store
.
dispatch
(
'user/reWorkFresh'
,
false
)
if
(
type
==
1
)
{
//证书预览
this
.
$popupDialog
(
"证书预览"
,
"workflow/components/dialog/zsyl"
,
{
bdcqz
:
item
,
bsmSlsq
:
this
.
$route
.
query
.
bsmSlsq
},
"70%"
,
true
);
...
...
Please
register
or
sign in
to post a comment