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
3ffb9a45
authored
2023-09-18 13:05:26 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:业务流程框架
1 parent
03e8dbcc
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
38 deletions
src/views/ywbl/ywsq/components/mixin/jump.js
src/views/zhcx/djbcx/djbcx.vue
src/views/zhcx/djbcx/djbcxdata.js
src/views/zhcx/zslqcx/zslqcx.js
src/views/zhcx/zslqcx/zslqcx.vue
src/views/ywbl/ywsq/components/mixin/jump.js
View file @
3ffb9a4
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-1
5 16:55:37
* @LastEditTime: 2023-09-1
8 11:30:35
*/
import
Router
from
'@/router'
export
default
{
...
...
@@ -24,14 +24,12 @@ export default {
* @author: renchao
*/
jump
(
data
,
type
)
{
// const { href } = Router.resolve(
// "/workFrame?bsmSlsq=" +
// data.bsmSlsq +
// "&bestepid=" +
// data.bestepid + '&bsmBusiness=' + '&sqywbm=' + type+"&zbhj=受理"
// );
// window.open(href, "_blank");
const
{
href
}
=
Router
.
resolve
(
'/workFrame?ywh='
+
data
.
ywh
+
'&zbhj=受理'
)
const
{
href
}
=
Router
.
resolve
(
"/workFrame?bsmSlsq="
+
data
.
bsmSlsq
+
"&bestepid="
+
data
.
bestepid
+
'&bsmBusiness='
+
'&sqywbm='
+
type
+
"&zbhj=受理"
);
window
.
open
(
href
,
"_blank"
)
this
.
$popupCacel
()
},
...
...
src/views/zhcx/djbcx/djbcx.vue
View file @
3ffb9a4
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-18 11:
18:59
* @LastEditTime: 2023-09-18 11:
25:30
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -178,10 +178,6 @@
openDialog
(
scroll
)
{
this
.
$popupDialog
(
'登记簿详情'
,
'registerBook/djbFrame'
,
scroll
,
'85%'
);
},
openYwDialog
(
item
)
{
const
{
href
}
=
this
.
$router
.
resolve
(
'/workFrameView?bsmSlsq='
+
item
.
bsmSlsq
+
'&bestepid='
+
item
.
bestepid
+
'&bsmBusiness='
+
item
.
bsmBusiness
+
'&viewtype=3'
+
'&type=jdcx'
)
window
.
open
(
href
,
`urlname
${
item
.
bsmSlsq
}
`
)
},
/**
* @description: handleLpbClick
* @param {*} item
...
...
src/views/zhcx/djbcx/djbcxdata.js
View file @
3ffb9a4
...
...
@@ -65,14 +65,8 @@ class data extends filter {
},
{
label
:
"业务号"
,
prop
:
"ywh"
,
minWidth
:
'100'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
el
-
link
type
=
"primary"
onClick
=
{()
=>
{
vm
.
openYwDialog
(
scope
.
row
)
}}
>
{
scope
.
row
.
ywh
}
<
/el-link
>
<
/div
>
)
}
},
{
prop
:
"qllxmc"
,
...
...
src/views/zhcx/zslqcx/zslqcx.js
View file @
3ffb9a4
...
...
@@ -29,7 +29,7 @@ class data extends filter {
return
(
<
div
>
{
scope
.
row
.
zszt
==
'1'
?
scope
.
row
.
zszt
==
'1'
?
<
div
class
=
'allow'
>
有效
<
/div>
:
<
div
class
=
'prohibit'
>
失效
<
/div
>
}
...
...
@@ -59,7 +59,7 @@ class data extends filter {
return
(
<
div
>
{
scope
.
row
.
bdcqzlx
==
'1'
?
scope
.
row
.
bdcqzlx
==
'1'
?
<
div
>
不动产权证书
<
/div>
:
<
div
>
不动产登记证明
<
/div
>
}
...
...
@@ -67,23 +67,13 @@ class data extends filter {
)
}
},
// {
// prop: "lzrxm",
// label: "领取人",
// width: '100'
// },
// {
// prop: "fzsj",
// label: "领取时间",
// width: '140'
// },
{
label
:
"业务号"
,
minWidth
:
'100'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
el
-
link
type
=
"primary"
onClick
=
{()
=>
{
vm
.
open
Work
Dialog
(
scope
.
row
)
}}
>
{
scope
.
row
.
ywh
}
<
/el-link
>
<
el
-
link
type
=
"primary"
onClick
=
{()
=>
{
vm
.
open
Yw
Dialog
(
scope
.
row
)
}}
>
{
scope
.
row
.
ywh
}
<
/el-link
>
<
/div
>
)
}
...
...
src/views/zhcx/zslqcx/zslqcx.vue
View file @
3ffb9a4
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-1
5 14:52:2
0
* @LastEditTime: 2023-09-1
8 11:22:1
0
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -115,9 +115,9 @@
* @param {*} item
* @author: renchao
*/
open
Work
Dialog
(
item
)
{
const
{
href
}
=
this
.
$router
.
resolve
(
'/workFrameView?
ywh='
+
item
.
ywh
+
'&type=jdcx'
)
window
.
open
(
href
,
`urlname
${
item
.
ywh
}
`
)
open
Yw
Dialog
(
item
)
{
const
{
href
}
=
this
.
$router
.
resolve
(
'/workFrameView?
bsmSlsq='
+
item
.
bsmSlsq
+
'&bestepid='
+
item
.
bestepid
+
'&bsmBusiness='
+
item
.
bsmBusiness
+
'&viewtype=3'
+
'&type=jdcx'
)
window
.
open
(
href
,
`urlname
${
item
.
bsmSlsq
}
`
)
}
}
}
...
...
Please
register
or
sign in
to post a comment