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
ad9473f0
authored
2024-02-01 14:17:04 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:添加不动产单元
1 parent
7db600c6
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
5 deletions
src/views/workflow/workFrame.vue
src/views/ywbl/ywsq/components/diyaq.vue
src/views/ywbl/ywsq/components/selecBdcql.vue
src/views/ywbl/ywsq/components/selectYgdy.vue
src/views/workflow/workFrame.vue
View file @
ad9473f
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-02-01 1
3:36:56
* @LastEditTime: 2024-02-01 1
4:02:37
-->
<
template
>
<div
class=
"container"
>
...
...
@@ -307,7 +307,6 @@
}
},
openDialog
(
item
)
{
console
.
log
(
item
,
'item'
);
this
.
$popupDialog
(
'添加不动产单元'
,
"ywbl/ywsq/selectBdc"
,
{
'sqywInfo'
:
{
...
item
,
isworkFrame
:
true
}
},
"90%"
,
true
)
}
}
...
...
src/views/ywbl/ywsq/components/diyaq.vue
View file @
ad9473f
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-02-01
09:23:05
* @LastEditTime: 2024-02-01
14:05:06
-->
<
template
>
<!-- 抵押权利信息查询 -->
...
...
@@ -164,6 +164,7 @@
if
(
res
.
code
==
200
)
{
if
(
this
.
sqywInfo
.
sqywdylx
!=
"1"
)
{
that
.
bdcdysz
=
[]
that
.
$refs
.
table
.
clearSelection
()
}
store
.
dispatch
(
'user/reMenuRefresh'
,
true
)
that
.
$message
({
...
...
src/views/ywbl/ywsq/components/selecBdcql.vue
View file @
ad9473f
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-02-01
09:36:41
* @LastEditTime: 2024-02-01
14:04:46
-->
<
template
>
<!-- 主体权利信息查询 -->
...
...
@@ -142,6 +142,7 @@
if
(
res
.
code
==
200
)
{
if
(
this
.
sqywInfo
.
sqywdylx
!=
"1"
)
{
that
.
bdcdysz
=
[]
that
.
$refs
.
table
.
clearSelection
()
}
store
.
dispatch
(
'user/reMenuRefresh'
,
true
)
that
.
$message
({
...
...
src/views/ywbl/ywsq/components/selectYgdy.vue
View file @
ad9473f
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-02-01
09:22:50
* @LastEditTime: 2024-02-01
14:05:14
-->
<
template
>
<!-- 主体权利信息查询 -->
...
...
@@ -132,6 +132,7 @@
if
(
res
.
code
==
200
)
{
if
(
this
.
sqywInfo
.
sqywdylx
!=
"1"
)
{
that
.
bdcdysz
=
[]
that
.
$refs
.
table
.
clearSelection
()
}
store
.
dispatch
(
'user/reMenuRefresh'
,
true
)
that
.
$message
({
...
...
Please
register
or
sign in
to post a comment