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
33a30d15
authored
2022-08-24 16:47:54 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
2 parents
5035e007
d4449a61
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
1 deletions
src/views/ywbl/dbx/dbx.vue
src/views/ywbl/dbx/dbxdata.js
src/views/ywbl/ywsq/components/gyjsydsyq/gyjsydsyq.vue
src/views/ywbl/dbx/dbx.vue
View file @
33a30d1
...
...
@@ -145,6 +145,10 @@ export default {
openDialog
()
{
console
.
log
(
999999999999999
);
},
ywhClick
(
bsmSlsq
){
const
{
href
}
=
this
.
$router
.
resolve
(
'/fqsq?bsmSlsq='
+
bsmSlsq
)
window
.
open
(
href
,
'_blank'
);
},
},
};
</
script
>
...
...
src/views/ywbl/dbx/dbxdata.js
View file @
33a30d1
...
...
@@ -32,6 +32,13 @@ class data extends filter {
label
:
"业务号"
,
},
{
label
:
'业务号'
,
align
:
'center'
,
render
:
(
h
,
scope
)
=>
{
return
<
el
-
button
type
=
"text"
onClick
=
{()
=>
{
vm
.
ywhClick
(
scope
.
row
.
bsmSlsq
)
}}
>
{
scope
.
row
.
ywh
}
<
/el-button
>
}
},
{
prop
:
"sqywmc"
,
label
:
"申请业务名称"
,
},
...
...
src/views/ywbl/ywsq/components/gyjsydsyq/gyjsydsyq.vue
View file @
33a30d1
...
...
@@ -116,7 +116,7 @@ export default {
bdcdyh
:
this
.
bdcdyh
}).
then
(
res
=>
{
this
.
$emit
(
'input'
,
false
)
const
{
href
}
=
this
.
$router
.
resolve
(
'/fqsq?bsmSqyw='
+
this
.
bsmSqyw
)
const
{
href
}
=
this
.
$router
.
resolve
(
'/fqsq?bsmSqyw='
+
this
.
bsmSqyw
+
'&bsmSlsq='
+
res
.
message
)
window
.
open
(
href
,
'_blank'
);
})
},
...
...
Please
register
or
sign in
to post a comment