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
c0867727
authored
2023-09-21 15:01:49 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:业务申请流程的调整
1 parent
5e2c0a77
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
53 deletions
src/views/djbworkflow/components/leftmenu/ordinaryMenu.vue
src/views/djbworkflow/workFrame.vue
src/views/ywbl/dbx/dbx.vue
src/views/ywbl/ywsq/components/mixin/djbbljump.js
src/views/ywbl/ywsq/components/mixin/jump.js
src/views/djbworkflow/components/leftmenu/ordinaryMenu.vue
View file @
c086772
...
...
@@ -76,7 +76,7 @@
qllx
:
this
.
$route
.
query
.
qllx
,
// 默认选中
activeIndex
:
"0"
,
clickindex
:
""
,
clickindex
:
""
,
// 折叠
isShowdrawer
:
true
,
delel
:
true
,
...
...
@@ -113,7 +113,6 @@
// },
},
methods
:
{
//读取申请单元信息
/**
* @description: 读取申请单元信息
* @author: renchao
...
...
@@ -130,10 +129,7 @@
}
});
}
},
// 获取右侧菜单
/**
* @description: 获取右侧菜单
* @param {*} row
...
...
@@ -150,11 +146,10 @@
this
.
unitClick
(
index
)
}
})
if
(
row
==
"change"
)
{
if
(
row
==
"change"
)
{
this
.
unitClick
(
this
.
clickindex
)
}
}
else
{
}
else
{
if
(
this
.
supplementarylist
.
length
)
{
this
.
unitClick
(
0
)
this
.
activeIndex
=
"0"
...
...
@@ -162,13 +157,8 @@
this
.
loadBdcdylist
()
// this.$emit("getCurrentSelectProps", this.currentSelectProps);
}
}
});
})
},
/**
* @description: handleNodeClick
...
...
@@ -188,11 +178,10 @@
* @author: renchao
*/
unitClick
(
index
)
{
this
.
clickindex
=
index
this
.
clickindex
=
index
this
.
currentSelectProps
=
this
.
supplementarylist
[
index
];
this
.
$emit
(
"getCurrentSelectProps"
,
this
.
currentSelectProps
);
},
//登记簿点击事件
/**
* @description: 登记簿点击事件
* @author: renchao
...
...
@@ -200,7 +189,6 @@
djbClick
()
{
this
.
loadBdcdylist
();
},
// 删除补录记录
/**
* @description: 删除补录记录
* @param {*} row
...
...
@@ -234,7 +222,6 @@
});
});
},
//补录信息点击事件默认展示第一条补录记录
/**
* @description: 补录信息点击事件默认展示第一条补录记录
* @author: renchao
...
...
@@ -243,10 +230,9 @@
if
(
this
.
supplementarylist
.
length
)
{
this
.
unitClick
(
0
);
}
},
},
};
}
}
}
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/mixin.scss"
;
...
...
@@ -323,7 +309,7 @@
color
:
red
;
line-height
:
22px
;
}
.ywh
{
.ywh
{
font-size
:
12px
;
}
.el-icon-delete
{
...
...
@@ -333,7 +319,7 @@
height
:
27px
;
float
:
left
;
}
.el-icon-delete
:hover
{
.el-icon-delete
:hover
{
color
:
#0079fe
;
}
}
...
...
src/views/djbworkflow/workFrame.vue
View file @
c086772
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-
15 09:27:14
* @LastEditTime: 2023-09-
21 14:57:51
-->
<
template
>
<div
class=
"container"
>
...
...
@@ -73,8 +73,6 @@
import
{
getForm
}
from
"./flowform"
;
import
{
getStepFormInfo
}
from
"@/api/workFlow.js"
;
import
NoticeBar
from
"@/components/NoticeBar/index"
;
// import ProcessViewer from "./components/processViewer.vue";
import
ordinaryMenu
from
"./components/leftmenu/ordinaryMenu.vue"
;
import
qllxDailog
from
"./djbBook/components/qllxDailog"
;
import
selectBdc
from
"@/views/ywbl/ywsq/selectBdc.vue"
;
...
...
@@ -128,9 +126,6 @@
ableOperation
:
false
,
};
},
mounted
()
{
// this.getleftMenubl()
},
methods
:
{
/**
* @description: stepForm
...
...
@@ -155,10 +150,10 @@
that
.
clxxForm
=
getForm
(
item
.
value
,
that
.
$route
.
query
.
sqywbm
);
that
.
clxxTab
=
item
;
}
})
;
})
}
})
;
})
;
})
})
}
},
/**
...
...
@@ -226,7 +221,6 @@
if
(
p
)
{
this
.
ableOperation
=
this
.
tabList
[
a
.
index
].
ableOperation
;
}
},
/**
* @description: 右侧表单选项卡事件
...
...
@@ -285,13 +279,13 @@
}
else
{
this
.
$alert
(
res
.
message
,
"提示"
,
{
confirmButtonText
:
"确定"
,
type
:
"warning"
,
})
;
type
:
"warning"
})
}
})
.
catch
((
res
)
=>
{
console
.
log
(
"错"
,
res
)
;
})
;
console
.
log
(
"错"
,
res
)
})
}
}
}
...
...
src/views/ywbl/dbx/dbx.vue
View file @
c086772
...
...
@@ -305,7 +305,6 @@
const
{
href
}
=
this
.
$router
.
resolve
(
"/djbworkFrame?bsmSlsq="
+
item
.
bsmSlsq
+
"&bestepid="
+
item
.
bestepid
+
"&sqywbm="
+
item
.
djywbm
+
"&zbhj="
+
item
.
zbhj
);
window
.
open
(
href
,
`djbworkFrame
${
item
.
bsmSlsq
}
`
);
...
...
@@ -313,7 +312,6 @@
const
{
href
}
=
this
.
$router
.
resolve
(
"/workFrame?bsmSlsq="
+
item
.
bsmSlsq
+
"&bestepid="
+
item
.
bestepid
+
"&sqywbm="
+
item
.
djywbm
+
"&zbhj="
+
item
.
zbhj
)
window
.
open
(
href
,
`workFrame
${
item
.
bsmSlsq
}
`
)
...
...
src/views/ywbl/ywsq/components/mixin/djbbljump.js
View file @
c086772
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
5-05 09:45:31
* @LastEditTime: 2023-0
9-21 14:59:40
*/
import
Router
from
'@/router'
export
default
{
...
...
@@ -25,10 +25,8 @@ export default {
*/
jump
(
data
,
type
)
{
const
{
href
}
=
Router
.
resolve
(
"/djbworkFrame?bsmSlsq="
+
data
.
bsmSlsq
+
"&bestepid="
+
data
.
bestepid
+
'&bsmBusiness='
+
'&sqywbm='
+
type
"/djbworkFrame?bsmSlsq="
+
data
.
bsmSlsq
+
"&bestepid="
+
data
.
bestepid
+
'&bsmBusiness='
+
'&sqywbm='
+
type
);
window
.
open
(
href
,
"_blank"
);
this
.
$popupCacel
()
...
...
src/views/ywbl/ywsq/components/mixin/jump.js
View file @
c086772
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-
18 11:30:35
* @LastEditTime: 2023-09-
21 14:59:02
*/
import
Router
from
'@/router'
export
default
{
...
...
@@ -19,17 +19,13 @@ export default {
},
/**
* @description: jump
* @param {*} data
* @param {*} type
* @author: renchao
*/
jump
(
data
,
type
)
{
const
{
href
}
=
Router
.
resolve
(
"/workFrame?bsmSlsq="
+
data
.
bsmSlsq
+
"&bestepid="
+
data
.
bestepid
+
'&bsmBusiness='
+
'&sqywbm='
+
type
+
"&zbhj=受理"
);
"/workFrame?bsmSlsq="
+
data
.
bsmSlsq
+
"&bestepid="
+
data
.
bestepid
+
"&zbhj=受理"
)
window
.
open
(
href
,
"_blank"
)
this
.
$popupCacel
()
},
...
...
Please
register
or
sign in
to post a comment