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
b6b19e3a
authored
2023-07-24 15:04:07 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:业务申请
1 parent
daeea3a2
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
13 deletions
src/layout/components/AppMain.vue
src/views/ywbl/dbx/dbx.vue
src/views/ywbl/ybx/ybx.vue
src/views/ywbl/ybx/ybxdata.js
src/views/ywbl/ywsq/guidePage.vue
src/layout/components/AppMain.vue
View file @
b6b19e3
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-24 1
4:10:29
* @LastEditTime: 2023-07-24 1
5:00:14
-->
<
template
>
<section
class=
"app-main"
>
<transition
name=
"fade-transform"
mode=
"out-in"
>
<keep-alive
:include=
"['dbx', 'ybx','jtfc', 'dydjb', 'sqcxjl', 'jdcx','djbcx',
'lpcx','zslqcx', 'zxgcdycx', 'zsrk', 'zsff','zssyjl','dictionaries', 'sqywgz', 'qtjfjmb',
'xttz','flfg']"
>
<keep-alive
:exclude=
"['home','ywsq']"
>
<router-view
/>
</keep-alive>
</transition>
...
...
src/views/ywbl/dbx/dbx.vue
View file @
b6b19e3
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-24 1
1:25:15
* @LastEditTime: 2023-07-24 1
5:03:20
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -133,9 +133,6 @@
},
mounted
()
{
sendThis
(
this
);
window
[
"getBpageList"
]
=
()
=>
{
this
.
queryClick
();
}
},
watch
:
{
queryForm
:
{
...
...
@@ -145,6 +142,9 @@
},
activated
()
{
this
.
queryClick
();
window
[
"getBpageList"
]
=
()
=>
{
this
.
queryClick
();
}
},
methods
:
{
// 列表渲染接口
...
...
src/views/ywbl/ybx/ybx.vue
View file @
b6b19e3
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-24 1
1:26:0
6
* @LastEditTime: 2023-07-24 1
5:03:4
6
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -137,9 +137,6 @@
components
:
{
searchBox
},
mixins
:
[
table
,
searchMin
],
mounted
()
{
window
[
"getBpageList"
]
=
()
=>
{
this
.
queryClick
();
};
sendThis
(
this
);
},
computed
:
{
...
...
@@ -167,7 +164,10 @@
};
},
activated
()
{
this
.
queryClick
();
this
.
queryClick
()
window
[
"getBpageList"
]
=
()
=>
{
this
.
queryClick
()
}
},
methods
:
{
// 列表渲染接口
...
...
src/views/ywbl/ybx/ybxdata.js
View file @
b6b19e3
...
...
@@ -25,6 +25,7 @@ class data extends filter {
{
prop
:
"ywlymc"
,
label
:
"业务来源"
,
width
:
'100'
,
},
{
label
:
"流程状态"
,
...
...
@@ -48,6 +49,7 @@ class data extends filter {
},
{
label
:
"业务号"
,
width
:
'90'
,
render
:
(
h
,
scope
)
=>
{
return
<
el
-
button
type
=
"text"
onClick
=
{()
=>
{
vm
.
ywhClick
(
scope
.
row
)
}}
>
{
scope
.
row
.
ywh
}
<
/el-button
>
}
...
...
src/views/ywbl/ywsq/guidePage.vue
View file @
b6b19e3
...
...
@@ -93,6 +93,7 @@
<
script
>
import
{
getCollectBiz
,
getleftMenu
,
getNextNode
,
getRepairBiz
,
getTogetherBiz
,
addCollectBiz
,
deleteCollectBiz
}
from
"@/api/businessApply.js"
export
default
{
name
:
'ywsq'
,
data
()
{
return
{
//申请业务类型集合
...
...
Please
register
or
sign in
to post a comment