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
d4782c20
authored
2023-07-24 15:39:02 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
2 parents
8ef8c005
a8214033
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
32 additions
and
32 deletions
src/views/djbworkflow/mixin/index.js
src/views/workflow/components/batchDel.vue
src/views/workflow/components/leftmenu/ordinaryMenu.vue
src/views/workflow/mixin/index.js
src/views/ywbl/ywsq/components/diyaq.vue
src/views/ywbl/ywsq/components/fwsyq.vue
src/views/ywbl/ywsq/components/nydsyq100.vue
src/views/ywbl/ywsq/components/nydsyq200.vue
src/views/ywbl/ywsq/components/selecBdcql.vue
src/views/ywbl/ywsq/components/selectDjbbl.vue
src/views/ywbl/ywsq/components/selectFwsyq.vue
src/views/ywbl/ywsq/components/selectH.vue
src/views/ywbl/ywsq/components/selectJsydsyq.vue
src/views/ywbl/ywsq/components/selectQjzdjbxx.vue
src/views/ywbl/ywsq/components/selectTdsyq.vue
src/views/ywbl/ywsq/components/selectYgdj200.vue
src/views/ywbl/ywsq/components/selectYgdy.vue
src/views/ywbl/ywsq/components/selectZrzH.vue
src/views/ywbl/ywsq/ywsq.scss
src/views/djbworkflow/mixin/index.js
View file @
d4782c2
/*
* @Description:workFramezu.vue组件的方法 头部按钮弹框方法
* @Autor: miaofang
* @LastEditTime: 2023-07-
17 16:14
:23
* @LastEditTime: 2023-07-
20 15:37
:23
*/
import
{
getPrintTemplateByCode
}
from
"@/api/print"
;
import
{
getQllxByBdcdyid
}
from
"@/api/djbDetail.js"
;
...
...
@@ -107,21 +107,21 @@ export default {
})
break
;
case
"B2"
:
//材料分屏按钮
this
.
splitScreen
=
this
.
splitScreen
?
false
:
true
;
this
.
$store
.
dispatch
(
"app/settScreen"
,
this
.
splitScreen
);
if
(
this
.
splitScreen
)
{
this
.
splitScreen
=
this
.
splitScreen
?
false
:
true
;
this
.
$store
.
dispatch
(
"app/settScreen"
,
this
.
splitScreen
);
if
(
this
.
splitScreen
)
{
//如果当前选项卡为材料信息内容,递减到上一个选项卡内容
if
(
this
.
tabName
==
this
.
clxxTab
.
value
)
{
this
.
tabName
=
this
.
tabList
[
this
.
clxxIndex
-
1
].
value
;
this
.
getFromRouter
(
this
.
tabList
[
this
.
clxxIndex
-
1
].
value
);
//如果当前选项卡为材料信息内容,递减到上一个选项卡内容
if
(
this
.
tabName
==
this
.
clxxTab
.
value
)
{
this
.
tabName
=
this
.
tabList
[
this
.
clxxIndex
-
1
].
value
;
this
.
getFromRouter
(
this
.
tabList
[
this
.
clxxIndex
-
1
].
value
);
}
//删除材料信息选项卡数据
this
.
tabList
.
splice
(
this
.
clxxIndex
,
1
);
}
else
{
//新增材料信息选项卡数据
this
.
tabList
.
splice
(
this
.
clxxIndex
,
0
,
this
.
clxxTab
);
}
//删除材料信息选项卡数据
this
.
tabList
.
splice
(
this
.
clxxIndex
,
1
);
}
else
{
//新增材料信息选项卡数据
this
.
tabList
.
splice
(
this
.
clxxIndex
,
0
,
this
.
clxxTab
);
}
// this.closefp()
// if (this.splitScreen) {
...
...
src/views/workflow/components/batchDel.vue
View file @
d4782c2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
4-26 16:05:28
* @LastEditTime: 2023-0
7-20 16:19:54
-->
<!-- 批量删除弹框 -->
<
template
>
...
...
src/views/workflow/components/leftmenu/ordinaryMenu.vue
View file @
d4782c2
<!--
* @Description: workFrame左侧菜单列表-普通
* @Autor: renchao
* @LastEditTime: 2023-07-2
1 10:15:1
1
* @LastEditTime: 2023-07-2
4 14:14:0
1
-->
<
template
>
<div
class=
"leftmenu"
:class=
"
{ 'animation-map-drawer': isShowdrawer }">
...
...
src/views/workflow/mixin/index.js
View file @
d4782c2
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-
17 14:20:17
* @LastEditTime: 2023-07-
24 14:14:22
*/
import
{
getPrintTemplateByCode
}
from
"@/api/print"
;
import
{
uploadUndo
}
from
"@/api/clxx"
;
...
...
src/views/ywbl/ywsq/components/diyaq.vue
View file @
d4782c2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-21 1
1:18:03
* @LastEditTime: 2023-07-21 1
3:46:02
-->
<
template
>
<!-- 抵押权利信息查询 -->
...
...
src/views/ywbl/ywsq/components/fwsyq.vue
View file @
d4782c2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-21 1
3:56:38
* @LastEditTime: 2023-07-21 1
4:17:26
-->
<
template
>
<div
class=
"from-clues"
>
...
...
src/views/ywbl/ywsq/components/nydsyq100.vue
View file @
d4782c2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-21 1
1:18:14
* @LastEditTime: 2023-07-21 1
3:46:18
-->
<
template
>
<div
class=
"from-clues"
>
...
...
src/views/ywbl/ywsq/components/nydsyq200.vue
View file @
d4782c2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-21 1
1:18:22
* @LastEditTime: 2023-07-21 1
3:46:30
-->
<
template
>
<div
class=
"from-clues"
>
...
...
src/views/ywbl/ywsq/components/selecBdcql.vue
View file @
d4782c2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-21 1
1:18:2
6
* @LastEditTime: 2023-07-21 1
3:46:3
6
-->
<
template
>
<!-- 主体权利信息查询 -->
...
...
src/views/ywbl/ywsq/components/selectDjbbl.vue
View file @
d4782c2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-21 1
1:18:3
2
* @LastEditTime: 2023-07-21 1
3:46:4
2
-->
<
template
>
<div
class=
"from-clues"
>
...
...
src/views/ywbl/ywsq/components/selectFwsyq.vue
View file @
d4782c2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-21 1
1:18:36
* @LastEditTime: 2023-07-21 1
3:46:49
-->
<
template
>
<!-- 主体权利信息查询 -->
...
...
src/views/ywbl/ywsq/components/selectH.vue
View file @
d4782c2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-21 1
1:18:39
* @LastEditTime: 2023-07-21 1
3:46:57
-->
<
template
>
<!-- 主体权利信息查询 -->
...
...
src/views/ywbl/ywsq/components/selectJsydsyq.vue
View file @
d4782c2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-21 1
1:18:45
* @LastEditTime: 2023-07-21 1
3:47:08
-->
<
template
>
<div
class=
"from-clues"
>
...
...
src/views/ywbl/ywsq/components/selectQjzdjbxx.vue
View file @
d4782c2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-21 1
1:19:04
* @LastEditTime: 2023-07-21 1
3:47:23
-->
<
template
>
<div
class=
"from-clues"
>
...
...
src/views/ywbl/ywsq/components/selectTdsyq.vue
View file @
d4782c2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-21 1
1:19:09
* @LastEditTime: 2023-07-21 1
3:47:35
-->
<
template
>
<div
class=
"from-clues"
>
...
...
src/views/ywbl/ywsq/components/selectYgdj200.vue
View file @
d4782c2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-21 1
1:19:14
* @LastEditTime: 2023-07-21 1
3:47:50
-->
<
template
>
<!-- 主体权利信息查询 -->
...
...
src/views/ywbl/ywsq/components/selectYgdy.vue
View file @
d4782c2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-21 1
1:19:18
* @LastEditTime: 2023-07-21 1
3:48:00
-->
<
template
>
<!-- 主体权利信息查询 -->
...
...
src/views/ywbl/ywsq/components/selectZrzH.vue
View file @
d4782c2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-21 1
1:19:23
* @LastEditTime: 2023-07-21 1
3:48:09
-->
<
template
>
<!-- 主体权利信息查询 -->
...
...
src/views/ywbl/ywsq/ywsq.scss
View file @
d4782c2
...
...
@@ -148,7 +148,7 @@
flex
:
1
;
width
:
100%
;
padding
:
3px
;
font-size
:
16px
;
}
p
:nth-child
(
2
)
{
...
...
Please
register
or
sign in
to post a comment