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
9910bb97
authored
2023-08-15 10:02:46 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:申请业务弹框
1 parent
69a283c9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
12 deletions
src/components/ywPopup/index.vue
src/views/ywbl/ywsq/guidePage.vue
src/components/ywPopup/index.vue
View file @
9910bb9
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
7-25 16:09:44
* @LastEditTime: 2023-0
8-15 10:01:26
-->
<
template
>
<transition
name=
"msgbox-fade"
>
...
...
@@ -148,8 +148,8 @@
.ls-title
{
padding
:
16px
;
color
:
#
4a4e56
;
//
background
:
linear-gradient
(
3deg
,
#edf0f7
,
#f4f5f6
);
color
:
#
ffffff
;
background
:
linear-gradient
(
3deg
,
#409eff
,
#a7cbee
);
font-size
:
16px
;
}
...
...
@@ -185,7 +185,7 @@
right
:
26px
;
font-size
:
24px
;
cursor
:
pointer
;
color
:
#
4a4e56
;
color
:
#
ffffff
;
}
/
deep
/
.el-loading-mask
{
...
...
src/views/ywbl/ywsq/guidePage.vue
View file @
9910bb9
...
...
@@ -148,7 +148,6 @@
* @author: renchao
*/
sqywlxClick
(
item
)
{
console
.
log
(
"item"
,
item
);
this
.
btnDisabled
=
true
;
this
.
selectType
=
item
.
type
;
this
.
sqywQllxList
.
forEach
(
item
=>
{
...
...
@@ -236,7 +235,6 @@
getRepairBiz
()
{
getRepairBiz
().
then
(
res
=>
{
if
(
res
)
{
console
.
log
(
"res"
,
res
);
this
.
djqxList
=
res
.
result
;
}
})
...
...
@@ -260,7 +258,6 @@
dialogClick
()
{
this
.
openDialog
();
},
//收藏操作
/**
* @description: 收藏操作
* @param {*} item
...
...
@@ -358,7 +355,6 @@
this
.
handleSelectYw
(
item
,
list
)
this
.
openDialog
()
},
// 选择不动产信息
/**
* @description: 选择不动产信息
* @author: renchao
...
...
@@ -372,11 +368,9 @@
*/
openDialog
()
{
let
title
=
this
.
selectParam
.
djywmc
;
if
(
this
.
selectParam
.
nodetype
==
"djqx"
)
{
title
+=
"("
+
this
.
selectParam
.
nodename
+
")"
;
if
(
this
.
selectParam
.
nodetype
==
"djqx"
)
{
title
+=
"("
+
this
.
selectParam
.
nodename
+
")"
;
}
//let title = "申请业务:";
//console.log(title);
this
.
$popupDialog
(
title
,
"ywbl/ywsq/selectBdc"
,
{
'sqywInfo'
:
this
.
selectParam
},
"90%"
,
true
)
},
/**
...
...
Please
register
or
sign in
to post a comment