Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sgaqgl-vue
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李苏
sgaqgl-vue
Commits
8bb1a55d
Commit
8bb1a55d
authored
Nov 11, 2022
by
zhoumaotao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面调整
parent
11106b7d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
53 additions
and
52 deletions
+53
-52
index.vue
src/views/daily/activityRecord/index.vue
+49
-47
index.vue
src/views/daily/holdCertificate/index.vue
+4
-5
No files found.
src/views/daily/activityRecord/index.vue
View file @
8bb1a55d
...
...
@@ -5,13 +5,19 @@
<div
class=
"search"
v-condition
>
<SearchButton
:app=
'app'
></SearchButton>
<el-row
:gutter=
"20"
class=
"search-row-1"
>
<el-col
:span=
"8
"
class=
"search-col"
>
<el-col
:span=
"6
"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
日期:
</span>
<el-date-picker
v-model=
"queryParams.date"
></el-date-picker>
<span
class=
"search-span"
>
开始
日期:
</span>
<el-date-picker
v-model=
"queryParams.ksrq"
></el-date-picker>
</div>
</el-col>
<el-col
:span=
"8"
class=
"search-col"
>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
结束日期:
</span>
<el-date-picker
v-model=
"queryParams.jsrq"
></el-date-picker>
</div>
</el-col>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
部门:
</span>
<RelSelect
src=
'kzzx/bm/query'
clearable
:match=
"
{value:'id',label:'bmmc'}" v-model='queryParams.bmid' >
</RelSelect>
...
...
@@ -45,7 +51,6 @@
</
template
>
<
script
>
/* 引入需要的接口*/
/* 引入需要的接口*/
import
{
doQuery
,
...
...
@@ -78,31 +83,29 @@
baseUrl
:
'/aqgl/rcgl/aqhd'
,
/* 查询参数*/
queryParams
:
{
date
:
new
Date
().
getTime
(),
ksrq
:
''
,
jsrq
:
''
,
bmid
:
''
},
/* 表格标题对应参数*/
tableTitle
:
[
{
label
:
"活动日期"
,
prop
:
"hdrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"频次记录"
,
prop
:
"pcjl"
,
fieldType
:
"ftString"
,
width
:
1
8
0
},
// {label: "组织部门", prop: "bmid", fieldType: "ftString",width:1
92
},
{
label
:
"组织部门"
,
prop
:
"bmName"
,
fieldType
:
"ftString"
,
width
:
1
92
},
{
label
:
"活动名称"
,
prop
:
"name"
,
fieldType
:
"ftString"
,
width
:
6
00
},
{
label
:
"活动内容"
,
prop
:
"content"
,
fieldType
:
"ftString"
,
width
:
6
00
},
{
label
:
"活动结论"
,
prop
:
"hdjl"
,
fieldType
:
"ftString"
,
width
:
6
00
},
//
{label: "备注", prop: "bz", fieldType: "ftString",width:300},
//
{label: "维护人", prop: "whr", fieldType: "ftString"},
//
{label: "维护时间", prop: "whsj", fieldType: "ftDateTime"},
//
{label: "创建人", prop: "cjr", fieldType: "ftString"},
//
{label: "创建时间", prop: "cjsj", fieldType: "ftDateTime"},
{
label
:
"频次记录"
,
prop
:
"pcjl"
,
fieldType
:
"ftString"
,
width
:
1
2
0
},
// {label: "组织部门", prop: "bmid", fieldType: "ftString",width:1
60
},
{
label
:
"组织部门"
,
prop
:
"bmName"
,
fieldType
:
"ftString"
,
width
:
1
60
},
{
label
:
"活动名称"
,
prop
:
"name"
,
fieldType
:
"ftString"
,
width
:
3
00
},
{
label
:
"活动内容"
,
prop
:
"content"
,
fieldType
:
"ftString"
,
width
:
3
00
},
{
label
:
"活动结论"
,
prop
:
"hdjl"
,
fieldType
:
"ftString"
,
width
:
3
00
},
{
label
:
"备注"
,
prop
:
"bz"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"维护人"
,
prop
:
"whr"
,
fieldType
:
"ftString"
},
{
label
:
"维护时间"
,
prop
:
"whsj"
,
fieldType
:
"ftDateTime"
},
{
label
:
"创建人"
,
prop
:
"cjr"
,
fieldType
:
"ftString"
},
{
label
:
"创建时间"
,
prop
:
"cjsj"
,
fieldType
:
"ftDateTime"
},
]
}},
methods
:
{
tybz
(
a
)
{
let
nTy
=
false
nTy
=
(
a
.
row
.
tybz
==
'N'
?
true
:
false
)
return
nTy
},
/* 基础查询*/
query
:
doQuery
,
/* 基础增*/
apiAdd
:
doAdd
,
...
...
@@ -114,14 +117,13 @@
init
()
{
}
},
components
:
{
Edit
,
}
}
</
script
>
...
...
src/views/daily/holdCertificate/index.vue
View file @
8bb1a55d
...
...
@@ -20,7 +20,7 @@
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
证书状态:
</span>
<RelSelect
src=
'aqgl/rcgl/ygczxx/init/zt'
clearable
:match=
"
{value:'id',label:'name'}" v-model='queryParams.z
sz
t' >
</RelSelect>
<RelSelect
src=
'aqgl/rcgl/ygczxx/init/zt'
clearable
:match=
"
{value:'id',label:'name'}" v-model='queryParams.zt' >
</RelSelect>
</div>
</el-col>
<el-col
:span=
"6"
class=
"search-col"
>
...
...
@@ -91,11 +91,10 @@ import {
baseUrl
:
'/aqgl/rcgl/ygczxx'
,
/* 查询参数*/
queryParams
:
{
zsbh
:
''
,
zggh
:
''
,
xm
:
''
,
code
:
''
,
user
:
''
,
syfw
:
''
,
z
sz
t
:
''
zt
:
''
},
/* 表格标题对应参数*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment