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
01a048ed
authored
2023-07-24 14:12:42 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:条件筛选
1 parent
da957ff5
Show whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
124 additions
and
67 deletions
src/layout/components/AppMain.vue
src/views/sqcx/dydjb/dydjb.vue
src/views/sqcx/jtfc/jtfc.vue
src/views/sqcx/sqcxjl/sqcxjl.vue
src/views/system/dictionaries/dictionaries.vue
src/views/system/flfg/flfg.vue
src/views/system/qtjfjmb/qtjfjmb.vue
src/views/system/sqywgz/sqywgz.vue
src/views/system/xttz/xttz.vue
src/views/ywbl/dbx/dbx.vue
src/views/ywbl/ybx/ybx.vue
src/views/zhcx/djbcx/djbcx.vue
src/views/zhcx/jdcx/jdcx.vue
src/views/zhcx/lpcx/lpcx.vue
src/views/zhcx/zslqcx/zslqcx.vue
src/views/zhcx/zxgcdycx/zxgcdycx.vue
src/views/zsgl/zsff/zsff.vue
src/views/zsgl/zsrk/zsrk.vue
src/views/zsgl/zssyjl/zssyjl.vue
src/layout/components/AppMain.vue
View file @
01a048e
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
5-08 15:19:43
* @LastEditTime: 2023-0
7-24 14:10:29
-->
<
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']"
>
<router-view
/>
</keep-alive>
</transition>
</section>
</
template
>
...
...
src/views/sqcx/dydjb/dydjb.vue
View file @
01a048e
...
...
@@ -44,12 +44,12 @@
</div>
</
template
>
<
script
>
import
{
mapGetters
}
from
"vuex"
;
import
table
from
"@/utils/mixin/table"
;
import
{
datas
,
sendThis
}
from
"./dydjbdata"
;
import
addDydjb
from
"./components/addDydjb.vue"
;
import
{
getSqcxPage
}
from
"@/api/jtfc.js"
;
export
default
{
import
{
mapGetters
}
from
"vuex"
;
import
table
from
"@/utils/mixin/table"
;
import
{
datas
,
sendThis
}
from
"./dydjbdata"
;
import
addDydjb
from
"./components/addDydjb.vue"
;
import
{
getSqcxPage
}
from
"@/api/jtfc.js"
;
export
default
{
name
:
"dydjb"
,
components
:
{
addDydjb
},
mixins
:
[
table
],
...
...
@@ -76,6 +76,9 @@ export default {
},
};
},
activated
()
{
this
.
queryClick
();
},
methods
:
{
// 初始化数据
/**
...
...
@@ -121,8 +124,8 @@ export default {
this
.
sqcxBsm
=
''
}
},
};
};
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
@import
"~@/styles/public.scss"
;
</
style
>
...
...
src/views/sqcx/jtfc/jtfc.vue
View file @
01a048e
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
6-28 14:45:2
0
* @LastEditTime: 2023-0
7-24 11:27:0
0
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -70,6 +70,9 @@
},
};
},
activated
()
{
this
.
queryClick
();
},
methods
:
{
// 初始化数据
queryClick
()
{
...
...
src/views/sqcx/sqcxjl/sqcxjl.vue
View file @
01a048e
...
...
@@ -36,14 +36,14 @@
<el-row>
<el-col
:span=
"6"
>
<el-form-item
label=
"开始日期"
class=
"marginbtm0"
>
<el-date-picker
class=
"width100"
v-model=
"queryForm.
sqr
"
type=
"date"
placeholder=
"开始日期"
<el-date-picker
class=
"width100"
v-model=
"queryForm.
kssj
"
type=
"date"
placeholder=
"开始日期"
value-format=
"yyyy-MM-dd"
clearable
>
</el-date-picker>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"结束日期"
class=
"marginbtm0"
>
<el-date-picker
class=
"width100"
v-model=
"queryForm.
sqr
"
type=
"date"
placeholder=
"结束日期"
<el-date-picker
class=
"width100"
v-model=
"queryForm.
jssj
"
type=
"date"
placeholder=
"结束日期"
value-format=
"yyyy-MM-dd"
clearable
>
</el-date-picker>
</el-form-item>
...
...
@@ -67,10 +67,10 @@
</div>
</
template
>
<
script
>
import
table
from
"@/utils/mixin/table"
;
import
{
datas
,
sendThis
}
from
"./sqcxjldata"
;
import
{
getSqcxPage
}
from
"@/api/jtfc.js"
;
export
default
{
import
table
from
"@/utils/mixin/table"
;
import
{
datas
,
sendThis
}
from
"./sqcxjldata"
;
import
{
getSqcxPage
}
from
"@/api/jtfc.js"
;
export
default
{
name
:
"sqcxjl"
,
mixins
:
[
table
],
mounted
()
{
...
...
@@ -90,6 +90,9 @@ export default {
},
};
},
activated
()
{
this
.
queryClick
();
},
methods
:
{
// 初始化数据
/**
...
...
@@ -128,12 +131,12 @@ export default {
})
}
}
}
}
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
@import
"~@/styles/public.scss"
;
.marginbtm0
{
margin-bottom
:
0
}
.marginbtm0
{
margin-bottom
:
0
;
}
</
style
>
...
...
src/views/system/dictionaries/dictionaries.vue
View file @
01a048e
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-
13 16:31:56
* @LastEditTime: 2023-07-
24 14:09:53
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -69,6 +69,9 @@
}
}
},
activated
()
{
this
.
queryClick
()
},
methods
:
{
// 初始化数据
/**
...
...
src/views/system/flfg/flfg.vue
View file @
01a048e
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-
19 16:04:4
7
* @LastEditTime: 2023-07-
24 14:12:1
7
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -46,6 +46,9 @@
sendThis
(
this
);
this
.
queryClick
()
},
activated
()
{
this
.
queryClick
()
},
data
()
{
return
{
isDialog
:
false
,
...
...
src/views/system/qtjfjmb/qtjfjmb.vue
View file @
01a048e
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-
19 14:09:29
* @LastEditTime: 2023-07-
24 14:11:31
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -63,6 +63,9 @@
bsmMb
:
''
}
},
activated
()
{
this
.
queryClick
()
},
methods
:
{
// 初始化数据
/**
...
...
src/views/system/sqywgz/sqywgz.vue
View file @
01a048e
...
...
@@ -47,7 +47,7 @@
import
{
datas
,
sendThis
}
from
"./sqywgzdata"
;
import
{
getSysSqdjywBysearch
,
getDjlxInfo
}
from
"@/api/sysSqdjyw.js"
;
export
default
{
name
:
"
djbcx
"
,
name
:
"
sqywgz
"
,
components
:
{
editDialog
,
componentDialog
,
...
...
@@ -57,6 +57,9 @@
sendThis
(
this
);
this
.
queryClick
();
},
activated
()
{
this
.
queryClick
()
},
data
()
{
return
{
qllxmc
:
""
,
...
...
src/views/system/xttz/xttz.vue
View file @
01a048e
...
...
@@ -37,11 +37,11 @@
</div>
</
template
>
<
script
>
import
table
from
"@/utils/mixin/table"
;
import
{
datas
,
sendThis
}
from
"./xttzdata"
;
import
{
getSysNoticeList
,
deleteSysNotice
,
publishNotice
,
unPublishNotice
}
from
"@/api/sysNotice.js"
import
addDialog
from
"./components/addDialog.vue"
;
export
default
{
import
table
from
"@/utils/mixin/table"
;
import
{
datas
,
sendThis
}
from
"./xttzdata"
;
import
{
getSysNoticeList
,
deleteSysNotice
,
publishNotice
,
unPublishNotice
}
from
"@/api/sysNotice.js"
import
addDialog
from
"./components/addDialog.vue"
;
export
default
{
name
:
"xttz"
,
components
:
{
addDialog
},
mixins
:
[
table
],
...
...
@@ -49,6 +49,9 @@ export default {
sendThis
(
this
);
this
.
queryClick
()
},
activated
()
{
this
.
queryClick
()
},
data
()
{
return
{
isDialog
:
false
,
...
...
@@ -180,8 +183,8 @@ export default {
window
.
open
(
href
,
'_blank'
);
}
},
};
};
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
@import
"~@/styles/public.scss"
;
</
style
>
...
...
src/views/ywbl/dbx/dbx.vue
View file @
01a048e
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
5-17 10:42:49
* @LastEditTime: 2023-0
7-24 11:25:15
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -106,7 +106,6 @@
import
{
datas
,
sendThis
}
from
"./dbxdata"
;
import
{
searchTaskToDo
}
from
"@/api/workflow/search.js"
;
import
{
judgeUserTaskPermission
,
deleteFlow
,
claimTask
}
from
"@/api/workFlow.js"
;
import
{
log
}
from
'bpmn-js-token-simulation'
;
export
default
{
name
:
"dbx"
,
components
:
{
searchBox
},
...
...
@@ -144,6 +143,9 @@
immediate
:
true
,
},
},
activated
()
{
this
.
queryClick
();
},
methods
:
{
// 列表渲染接口
/**
...
...
@@ -225,7 +227,7 @@
if
(
res
.
code
==
200
)
{
if
(
res
.
result
)
{
//有任务权限
if
(
item
.
sjlx
==
"3"
)
{
if
(
item
.
sjlx
==
"3"
)
{
const
{
href
}
=
this
.
$router
.
resolve
(
"/djbworkFrame?bsmSlsq="
+
item
.
bsmSlsq
+
...
...
@@ -236,7 +238,7 @@
item
.
djywbm
);
window
.
open
(
href
,
`djbworkFrame
${
item
.
bsmSlsq
}
`
);
}
else
{
}
else
{
const
{
href
}
=
this
.
$router
.
resolve
(
"/workFrame?bsmSlsq="
+
item
.
bsmSlsq
+
...
...
src/views/ywbl/ybx/ybx.vue
View file @
01a048e
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-
19 14:38:31
* @LastEditTime: 2023-07-
24 11:26:06
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -166,6 +166,9 @@
},
};
},
activated
()
{
this
.
queryClick
();
},
methods
:
{
// 列表渲染接口
/**
...
...
src/views/zhcx/djbcx/djbcx.vue
View file @
01a048e
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-
19 13:59:3
5
* @LastEditTime: 2023-07-
24 14:04:1
5
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -137,11 +137,14 @@
},
qllxs
:
[],
isDialog
:
false
,
djbxxData
:
{}
,
}
;
djbxxData
:
{}
}
},
computed
:
{
...
mapGetters
([
"dictData"
]),
...
mapGetters
([
"dictData"
])
},
activated
()
{
this
.
queryClick
()
},
methods
:
{
// 初始化数据
...
...
src/views/zhcx/jdcx/jdcx.vue
View file @
01a048e
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-
19 13:59:55
* @LastEditTime: 2023-07-
24 14:02:07
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -110,6 +110,9 @@
}
}
},
activated
()
{
this
.
queryClick
()
},
methods
:
{
// 初始化数据
/**
...
...
src/views/zhcx/lpcx/lpcx.vue
View file @
01a048e
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-2
1 11:25:20
* @LastEditTime: 2023-07-2
4 14:04:47
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -78,6 +78,9 @@
}
}
},
activated
()
{
this
.
queryClick
()
},
methods
:
{
// 初始化数据
/**
...
...
@@ -118,7 +121,7 @@
openlpbClick
(
scope
)
{
this
.
$popupDialog
(
'楼盘表'
,
'lpb/index'
,
{
bsm
:
scope
.
row
.
bsm
,
onlyShow
:
true
onlyShow
:
true
},
'90%'
,
true
)
}
}
...
...
src/views/zhcx/zslqcx/zslqcx.vue
View file @
01a048e
...
...
@@ -58,7 +58,7 @@
import
{
getBdcqzReceiveList
}
from
"@/api/search.js"
import
{
bdcqzPreview
}
from
"@/api/bdcqz.js"
export
default
{
components
:
{}
,
name
:
"zslqcx"
,
mixins
:
[
table
],
mounted
()
{
sendThis
(
this
);
...
...
@@ -79,6 +79,9 @@
},
};
},
activated
()
{
this
.
queryClick
();
},
methods
:
{
// 查询
/**
...
...
src/views/zhcx/zxgcdycx/zxgcdycx.vue
View file @
01a048e
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
6-19 13:32:04
* @LastEditTime: 2023-0
7-24 14:07:02
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -50,7 +50,7 @@
import
{
datas
,
sendThis
}
from
"./zxgcdycx"
;
import
{
getZjgcdyList
}
from
"@/api/search.js"
export
default
{
components
:
{}
,
name
:
"zxgcdycx"
,
mixins
:
[
table
],
mounted
()
{
sendThis
(
this
);
...
...
@@ -69,6 +69,9 @@
},
};
},
activated
()
{
this
.
queryClick
()
},
methods
:
{
// 查询
/**
...
...
src/views/zsgl/zsff/zsff.vue
View file @
01a048e
...
...
@@ -44,15 +44,18 @@
</div>
</
template
>
<
script
>
import
table
from
"@/utils/mixin/table"
;
import
{
datas
,
sendThis
}
from
"./zsffdata"
;
import
{
getZsglffList
,
removeZsgl
,
confirmZsff
}
from
"@/api/zsgl.js"
export
default
{
import
table
from
"@/utils/mixin/table"
;
import
{
datas
,
sendThis
}
from
"./zsffdata"
;
import
{
getZsglffList
,
removeZsgl
,
confirmZsff
}
from
"@/api/zsgl.js"
export
default
{
name
:
"zsff"
,
mixins
:
[
table
],
mounted
()
{
sendThis
(
this
);
},
activated
()
{
this
.
queryClick
()
},
data
()
{
return
{
value
:
''
,
...
...
@@ -169,12 +172,12 @@ export default {
})
}
}
}
}
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
@import
"~@/styles/public.scss"
;
/
deep
/
.el-icon-date
{
/
deep
/
.el-icon-date
{
display
:
none
;
}
}
</
style
>
...
...
src/views/zsgl/zsrk/zsrk.vue
View file @
01a048e
...
...
@@ -42,15 +42,18 @@
</div>
</
template
>
<
script
>
import
table
from
"@/utils/mixin/table"
;
import
{
datas
,
sendThis
}
from
"./zsrkdata"
;
import
{
getZsglrkList
,
removeZsgl
,
verifyZsrk
}
from
"@/api/zsgl.js"
;
export
default
{
import
table
from
"@/utils/mixin/table"
;
import
{
datas
,
sendThis
}
from
"./zsrkdata"
;
import
{
getZsglrkList
,
removeZsgl
,
verifyZsrk
}
from
"@/api/zsgl.js"
;
export
default
{
name
:
"zsrk"
,
mixins
:
[
table
],
mounted
()
{
sendThis
(
this
);
},
activated
()
{
this
.
queryClick
()
},
data
()
{
return
{
ruleForm
:
{
...
...
@@ -166,8 +169,8 @@ export default {
})
}
}
}
}
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
@import
"~@/styles/public.scss"
;
</
style
>
...
...
src/views/zsgl/zssyjl/zssyjl.vue
View file @
01a048e
...
...
@@ -47,10 +47,10 @@
</div>
</
template
>
<
script
>
import
table
from
"@/utils/mixin/table"
;
import
{
getZssyqkList
}
from
"@/api/zsgl.js"
import
{
datas
,
sendThis
}
from
"./zssyjldata"
;
export
default
{
import
table
from
"@/utils/mixin/table"
;
import
{
getZssyqkList
}
from
"@/api/zsgl.js"
import
{
datas
,
sendThis
}
from
"./zssyjldata"
;
export
default
{
name
:
"zssyjl"
,
mixins
:
[
table
],
mounted
()
{
...
...
@@ -75,6 +75,9 @@ export default {
]
};
},
activated
()
{
this
.
queryClick
()
},
methods
:
{
/**
* @description: queryClick
...
...
@@ -101,8 +104,8 @@ export default {
})
}
}
}
}
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
@import
"~@/styles/public.scss"
;
</
style
>
...
...
Please
register
or
sign in
to post a comment