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
d1029b5d
authored
2023-10-10 09:15:05 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:登记薄补录跳转页面流程的修改
1 parent
cc3951cd
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
13 deletions
src/views/djbworkflow/components/leftmenu/ordinaryMenu.vue
src/views/djbworkflow/workFrame.vue
src/views/printdjb/components/djbfm.vue
src/views/registerBook/djbfm.vue
src/views/ywbl/ywsq/components/mixin/djbbljump.js
src/views/ywbl/ywsq/components/selectDjbbl.vue
src/views/djbworkflow/components/leftmenu/ordinaryMenu.vue
View file @
d1029b5
<!--
* @Description: workFrame左侧菜单列表-普通
* @Autor: renchao
* @LastEditTime: 2023-10-
08 10:30:24
* @LastEditTime: 2023-10-
10 09:00:12
-->
<
template
>
<div
class=
"leftmenu"
:class=
"
{ 'animation-map-drawer': isShowdrawer }">
...
...
@@ -100,7 +100,7 @@
},
mounted
()
{
this
.
delel
=
this
.
$parent
.
isEdit
this
.
loadBdcdylist
();
this
.
djbClick
();
},
beforeDestroy
()
{
sessionStorage
.
removeItem
(
'keyPath'
)
...
...
src/views/djbworkflow/workFrame.vue
View file @
d1029b5
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
09-21 14:57:51
* @LastEditTime: 2023-
10-10 09:07:29
-->
<
template
>
<div
class=
"container"
>
...
...
@@ -111,7 +111,7 @@
// 首次拿到的业务信息
oneSelectProps
:
{},
//材料信息选择卡索引
oneget
:
tru
e
,
oneget
:
fals
e
,
//页面监听时间
_beforeUnload_time
:
""
,
treedata
:
{},
...
...
@@ -147,7 +147,7 @@
this
.
tabList
.
forEach
(
function
(
item
,
index
)
{
if
(
item
.
value
==
"clxx"
)
{
that
.
clxxIndex
=
index
;
that
.
clxxForm
=
getForm
(
item
.
value
,
that
.
$route
.
query
.
sqywbm
);
that
.
clxxForm
=
getForm
(
item
.
value
);
that
.
clxxTab
=
item
;
}
})
...
...
src/views/printdjb/components/djbfm.vue
View file @
d1029b5
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
07-19 09:52:42
* @LastEditTime: 2023-
10-10 09:11:01
-->
<
template
>
<div
class=
"djbfm"
>
...
...
@@ -70,7 +70,7 @@
<
style
lang=
"scss"
scoped
>
.djbfm
{
width
:
100%
;
height
:
10
0%
;
height
:
8
0%
;
background
:
#fff
;
line-height
:
45px
;
text-align
:
center
;
...
...
src/views/registerBook/djbfm.vue
View file @
d1029b5
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
07-19 09:52:42
* @LastEditTime: 2023-
10-10 09:11:05
-->
<
template
>
<div
class=
"djbfm"
>
...
...
@@ -75,10 +75,9 @@
<
style
lang=
"scss"
scoped
>
.djbfm
{
width
:
100%
;
height
:
10
0%
;
height
:
8
0%
;
position
:
relative
;
.print
{
//
background-color
:
#0079fe
;
z-index
:
10
;
position
:
absolute
;
left
:
11px
;
...
...
src/views/ywbl/ywsq/components/mixin/djbbljump.js
View file @
d1029b5
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
09-26 13:44:11
* @LastEditTime: 2023-
10-10 08:55:39
*/
import
Router
from
'@/router'
export
default
{
...
...
@@ -19,7 +19,7 @@ export default {
jump
(
data
,
type
)
{
const
{
href
}
=
Router
.
resolve
(
"/djbworkFrame?bsmSlsq="
+
data
.
bsmSlsq
+
"&bestepid="
+
data
.
bestepid
+
'&sqywbm='
+
type
"&bestepid="
+
data
.
bestepid
+
"&zbhj=受理"
);
window
.
open
(
href
,
"_blank"
);
},
...
...
src/views/ywbl/ywsq/components/selectDjbbl.vue
View file @
d1029b5
...
...
@@ -166,7 +166,7 @@
type
:
'success'
})
if
(
!
this
.
isJump
)
{
this
.
jump
(
res
.
result
,
this
.
djywbm
)
this
.
jump
(
res
.
result
)
}
else
{
store
.
dispatch
(
'user/refreshPage'
,
true
);
}
...
...
Please
register
or
sign in
to post a comment