Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
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
youjj
cloud-platform-ui
Commits
6854d405
Commit
6854d405
authored
Oct 23, 2019
by
lixy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
检索记录
parent
a2020039
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
35 additions
and
22 deletions
+35
-22
index.vue
src/views/order/orderStatistics/index.vue
+5
-3
employeesInput.vue
src/views/userManagement/employeesInput.vue
+1
-0
memberEnter.vue
src/views/userManagement/memberEnter.vue
+1
-0
index.vue
src/views/userManagement/userList/index.vue
+1
-1
index.vue
src/views/vehicle/vehicleDepartureLog/index.vue
+1
-0
index.vue
src/views/vehicle/vehicleInfo/index.vue
+1
-4
vehicleExhibitionModal.vue
...s/vehicle/vehicleSchedulManage/vehicleExhibitionModal.vue
+22
-14
vehicleRecords.vue
src/views/vehicle/vehicleSchedulManage/vehicleRecords.vue
+1
-0
index.vue
src/views/vehicle/vehicleUpkeepLog/index.vue
+1
-0
index.vue
src/views/vehicle/vehicleWarningMsg/index.vue
+1
-0
No files found.
src/views/order/orderStatistics/index.vue
View file @
6854d405
...
@@ -135,13 +135,15 @@ export default {
...
@@ -135,13 +135,15 @@ export default {
:
(
this
.
listQuery
.
startTime
=
null
)
:
(
this
.
listQuery
.
startTime
=
null
)
!!
this
.
listQuery
.
time
[
1
]
!!
this
.
listQuery
.
time
[
1
]
?
(
this
.
listQuery
.
endTime
=
this
.
listQuery
.
time
[
1
].
getTime
())
?
(
this
.
listQuery
.
endTime
=
this
.
listQuery
.
time
[
1
].
getTime
())
:
(
this
.
listQuery
.
endTime
=
null
)
:
(
this
.
listQuery
.
endTime
=
null
);
this
.
listQuery
.
page
=
1
;
this
.
getList
()
this
.
getList
()
},
},
//统计方式筛选
//统计方式筛选
changeWay
(
val
)
{
changeWay
(
val
)
{
this
.
isactive
=
val
.
label
this
.
isactive
=
val
.
label
this
.
listQuery
.
type
=
val
.
id
this
.
listQuery
.
type
=
val
.
id
;
this
.
listQuery
.
page
=
1
;
this
.
getList
()
this
.
getList
()
},
},
//导出
//导出
...
@@ -223,4 +225,4 @@ export default {
...
@@ -223,4 +225,4 @@ export default {
color
:
#409eff
;
color
:
#409eff
;
font-weight
:
bold
;
font-weight
:
bold
;
}
}
</
style
>
</
style
>
\ No newline at end of file
src/views/userManagement/employeesInput.vue
View file @
6854d405
...
@@ -449,6 +449,7 @@ export default {
...
@@ -449,6 +449,7 @@ export default {
},
},
//搜索
//搜索
handleFilter
()
{
handleFilter
()
{
this
.
listQuery
.
page
=
1
;
if
(
this
.
listQuery
){
if
(
this
.
listQuery
){
localStorage
.
setItem
(
"employeesInput"
,
JSON
.
stringify
(
this
.
listQuery
));
localStorage
.
setItem
(
"employeesInput"
,
JSON
.
stringify
(
this
.
listQuery
));
}
}
...
...
src/views/userManagement/memberEnter.vue
View file @
6854d405
...
@@ -495,6 +495,7 @@
...
@@ -495,6 +495,7 @@
* 搜索
* 搜索
*/
*/
handleFilter
()
{
handleFilter
()
{
this
.
listQuery
.
page
=
1
;
this
.
getList
();
this
.
getList
();
},
},
handleSizeChange
(
val
)
{
handleSizeChange
(
val
)
{
...
...
src/views/userManagement/userList/index.vue
View file @
6854d405
...
@@ -820,7 +820,6 @@
...
@@ -820,7 +820,6 @@
if
(
queryJson
.
limit
){
if
(
queryJson
.
limit
){
t
.
listQuery
.
limit
=
queryJson
.
limit
;
t
.
listQuery
.
limit
=
queryJson
.
limit
;
}
}
if
(
queryJson
.
mobileList
){
if
(
queryJson
.
mobileList
){
t
.
listQuery
.
mobileList
=
queryJson
.
mobileList
;
t
.
listQuery
.
mobileList
=
queryJson
.
mobileList
;
}
}
...
@@ -1062,6 +1061,7 @@
...
@@ -1062,6 +1061,7 @@
*查询
*查询
*/
*/
handleFilter
()
{
handleFilter
()
{
this
.
listQuery
.
page
=
1
;
if
(
this
.
listQuery
){
if
(
this
.
listQuery
){
localStorage
.
setItem
(
"userList"
,
JSON
.
stringify
(
this
.
listQuery
));
localStorage
.
setItem
(
"userList"
,
JSON
.
stringify
(
this
.
listQuery
));
}
}
...
...
src/views/vehicle/vehicleDepartureLog/index.vue
View file @
6854d405
...
@@ -345,6 +345,7 @@
...
@@ -345,6 +345,7 @@
this
.
handleFilter
();
this
.
handleFilter
();
},
},
handleFilter
()
{
handleFilter
()
{
this
.
listQuery
.
page
=
1
if
(
this
.
listQuery
){
if
(
this
.
listQuery
){
localStorage
.
setItem
(
"vehicleDepartureLog"
,
JSON
.
stringify
(
this
.
listQuery
));
localStorage
.
setItem
(
"vehicleDepartureLog"
,
JSON
.
stringify
(
this
.
listQuery
));
}
}
...
...
src/views/vehicle/vehicleInfo/index.vue
View file @
6854d405
...
@@ -2072,10 +2072,7 @@
...
@@ -2072,10 +2072,7 @@
},
},
handleFilter
()
{
handleFilter
()
{
let
t
=
this
;
let
t
=
this
;
let
query
=
localStorage
.
getItem
(
"vehicleInfo"
);
this
.
listQuery
.
page
=
1
;
if
(
query
==
"null"
||
!
query
){
this
.
listQuery
.
page
=
1
;
}
this
.
$refs
.
queryForm
.
validate
(
valid
=>
{
this
.
$refs
.
queryForm
.
validate
(
valid
=>
{
if
(
valid
)
{
if
(
valid
)
{
if
(
t
.
listQuery
){
if
(
t
.
listQuery
){
...
...
src/views/vehicle/vehicleSchedulManage/vehicleExhibitionModal.vue
View file @
6854d405
...
@@ -31,7 +31,8 @@
...
@@ -31,7 +31,8 @@
<span>
{{
currentItem
.
ii
.
vehicleBookRecord
.
remark
}}
</span>
<span>
{{
currentItem
.
ii
.
vehicleBookRecord
.
remark
}}
</span>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
<div
slot=
"footer"
v-if=
'currentItem.ii.vehicleBookRecord.status==2&&bookRecord_btn_unbook&¤tItem.ii.vehicleBookRecord.vehicleDepartureLogVo!=undefined'
class=
"dialog-footer"
>
<!--客户租车-已审核过-取消按钮权限-未出行-->
<div
slot=
"footer"
v-if=
'currentItem.ii.vehicleBookRecord.status==2 && currentItem.ii.bookType==9 &&bookRecord_btn_unbook && !currentItem.ii.vehicleBookRecord.vehicleDepartureLogVo'
class=
"dialog-footer"
>
<el-button
@
click=
"cancel()"
>
取消用车
</el-button>
<el-button
@
click=
"cancel()"
>
取消用车
</el-button>
</div>
</div>
<div
slot=
"footer"
v-if=
'currentItem.ii.vehicleBookRecord.status==1'
class=
"dialog-footer"
>
<div
slot=
"footer"
v-if=
'currentItem.ii.vehicleBookRecord.status==1'
class=
"dialog-footer"
>
...
@@ -91,21 +92,28 @@
...
@@ -91,21 +92,28 @@
* 弹框-取消
* 弹框-取消
* */
* */
cancel
()
{
cancel
()
{
console
.
log
(
"展览取消用车"
);
var
obj
=
{
var
obj
=
{
vehicleBookRecordId
:
this
.
currentItem
.
ii
.
vehicleBookRecord
.
id
vehicleBookRecordId
:
this
.
currentItem
.
ii
.
vehicleBookRecord
.
id
}
};
cancleBook
(
obj
).
then
(
response
=>
{
this
.
$confirm
(
'确定取消吗?'
,
'提示'
,
{
if
(
response
.
code
==
1
){
confirmButtonText
:
'确定'
,
this
.
$emit
(
"zhanlanDialogEvent"
,
true
);
cancelButtonText
:
'取消'
,
}
else
{
type
:
'warning'
this
.
$notify
({
}).
then
(()
=>
{
title
:
'失败'
,
cancleBook
(
obj
).
then
(
response
=>
{
message
:
response
.
message
,
if
(
response
.
code
==
1
){
type
:
'error'
,
this
.
$emit
(
"zhanlanDialogEvent"
,
true
);
duration
:
2000
}
else
{
});
this
.
$notify
({
}
title
:
'失败'
,
message
:
response
.
message
,
type
:
'error'
,
duration
:
2000
});
}
});
}).
catch
(()
=>
{
console
.
log
(
"cancel"
);
});
});
},
},
/**
/**
...
...
src/views/vehicle/vehicleSchedulManage/vehicleRecords.vue
View file @
6854d405
...
@@ -224,6 +224,7 @@
...
@@ -224,6 +224,7 @@
this
.
getList
();
this
.
getList
();
},
},
handleFilter
()
{
handleFilter
()
{
this
.
listQuery
.
page
=
1
;
if
(
this
.
listQuery
){
if
(
this
.
listQuery
){
localStorage
.
setItem
(
"vehicleRecords"
,
JSON
.
stringify
(
this
.
listQuery
));
localStorage
.
setItem
(
"vehicleRecords"
,
JSON
.
stringify
(
this
.
listQuery
));
}
}
...
...
src/views/vehicle/vehicleUpkeepLog/index.vue
View file @
6854d405
...
@@ -149,6 +149,7 @@
...
@@ -149,6 +149,7 @@
this
.
handleFilter
();
this
.
handleFilter
();
},
},
handleFilter
()
{
handleFilter
()
{
this
.
listQuery
.
page
=
1
;
if
(
this
.
listQuery
){
if
(
this
.
listQuery
){
localStorage
.
setItem
(
"vehicleUpkeepLog"
,
JSON
.
stringify
(
this
.
listQuery
));
localStorage
.
setItem
(
"vehicleUpkeepLog"
,
JSON
.
stringify
(
this
.
listQuery
));
}
}
...
...
src/views/vehicle/vehicleWarningMsg/index.vue
View file @
6854d405
...
@@ -300,6 +300,7 @@
...
@@ -300,6 +300,7 @@
},
},
handleFilter
()
{
handleFilter
()
{
let
t
=
this
;
let
t
=
this
;
this
.
listQuery
.
page
=
1
this
.
$refs
.
queryForm
.
validate
(
valid
=>
{
this
.
$refs
.
queryForm
.
validate
(
valid
=>
{
if
(
valid
)
{
if
(
valid
)
{
if
(
t
.
listQuery
){
if
(
t
.
listQuery
){
...
...
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