Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-web
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
刘怀志
pet-business-web
Commits
54efe0af
Commit
54efe0af
authored
Jun 28, 2023
by
高滢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
使用 添加上传报告时间
parent
f6b44ae6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
use-details.vue
...views/equipment-management/use-management/use-details.vue
+2
-2
use-management.vue
...ws/equipment-management/use-management/use-management.vue
+9
-9
No files found.
src/views/equipment-management/use-management/use-details.vue
View file @
54efe0af
<
template
>
<div>
<div
style=
"background-color: #fff;height: 100%;margin-top: 20px;"
>
<div
style=
" text-align: center;padding-top: 3
0
px;height: 100px;"
>
<div
style=
" text-align: center;padding-top: 3
5
px;height: 100px;"
>
<span
style=
"font-size: 24px;font-weight: bold; color: #333333;line-height: 20px;"
>
详情
</span>
</div>
<div
style=
"display: flex; padding-left: 20px;padding-
top: 10px;padding-
bottom: 10px;"
>
<div
style=
"display: flex; padding-left: 20px;padding-bottom: 10px;"
>
<div
class=
"tip1"
/>
<div
style=
"padding-top: 3px;padding-left: 18px;color: #666666; font-weight: 500; font-size: 16px;"
>
设备信息
</div>
</div>
...
...
src/views/equipment-management/use-management/use-management.vue
View file @
54efe0af
...
...
@@ -41,7 +41,7 @@
</el-form-item>
<el-form-item>
<el-date-picker
v-model=
"
daterangeCreate
Time"
v-model=
"
queryParams.report
Time"
type=
"date"
style=
"width: 240px"
placeholder=
"选择检查日期"
...
...
@@ -245,8 +245,8 @@ export default {
queryParams
:
{
pageNum
:
1
,
pageSize
:
10
,
isAsc
:
''
,
orderByColumn
:
''
,
isAsc
:
'
desc
'
,
orderByColumn
:
'
c.report_time
'
,
searchText
:
''
,
insureList
:
''
,
checkItemsIdList
:
''
,
...
...
@@ -297,8 +297,8 @@ export default {
this
.
queryParams
=
{
pageNum
:
1
,
pageSize
:
10
,
isAsc
:
''
,
orderByColumn
:
''
,
isAsc
:
'
desc
'
,
orderByColumn
:
'
c.report_time
'
,
searchText
:
''
,
insureList
:
''
,
checkItemsIdList
:
''
,
...
...
@@ -328,10 +328,10 @@ export default {
}
,
// 获取列表数据
getUseList
()
{
if
(
this
.
daterangeCreateTime
!==
''
)
{
this
.
queryParams
.
beginCheckTime
=
this
.
daterangeCreateTime
+
' 00:00:00'
this
.
queryParams
.
endCheckTime
=
this
.
daterangeCreateTime
+
' 23:59:59'
}
//
if (this.daterangeCreateTime !== '')
{
//
this.queryParams.beginCheckTime = this.daterangeCreateTime + ' 00:00:00'
//
this.queryParams.endCheckTime = this.daterangeCreateTime + ' 23:59:59'
//
}
listUseManagement
(
this
.
queryParams
).
then
(
res
=>
{
this
.
total
=
res
.
total
this
.
userList
=
res
.
rows
...
...
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