Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
NewTruckTerminalSyetem
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
SQL_Mou
NewTruckTerminalSyetem
Commits
1b12b881
Commit
1b12b881
authored
Sep 06, 2022
by
xxx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
860386d7
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
548 additions
and
274 deletions
+548
-274
index.vue
...iews/MLargeScreen/components/failureDeclaration/index.vue
+3
-6
index.vue
src/views/MLargeScreen/components/voiceApplication/index.vue
+545
-268
No files found.
src/views/MLargeScreen/components/failureDeclaration/index.vue
View file @
1b12b881
...
...
@@ -51,7 +51,7 @@
</div>
</div>
<div
class=
"submitDeStyle"
>
<el-button
:loading=
"submitLoading"
type=
"primary"
round
@
click=
"submitDeFn()"
>
故障申报
</el-button>
<el-button
type=
"primary"
round
@
click=
"submitDeFn()"
>
故障申报
</el-button>
</div>
</div>
</
template
>
...
...
@@ -66,7 +66,6 @@ export default {
showDecide
:
false
,
from
:{
car
:
''
,
carcode
:
''
,
name
:
''
,
fault
:
''
,
problem
:
''
,
lat
:
''
,
lon
:
''
},
getLocationText
:
'
点击获取车辆位置
'
,
submitLoading
:
false
,
carnumber
:
''
,
personName
:
''
,
carInforData
:[],
...
...
@@ -151,7 +150,6 @@ export default {
},
//提交申报
submitDeFn
(){
this
.
submitLoading
=
true
;
httpPostForJson
(
faultDayAdd
,
this
.
from
).
then
((
res
)
=>
{});
httpPostForJson
(
faultMonthAdd
,
this
.
from
).
then
((
res
)
=>
{});
httpPostForJson
(
faultYearAdd
,
this
.
from
).
then
((
res
)
=>
{});
...
...
@@ -164,7 +162,6 @@ export default {
});
this
.
from
=
{
car
:
''
,
carcode
:
''
,
name
:
''
,
fault
:
''
,
problem
:
''
,
lat
:
''
,
lon
:
''
};
this
.
getLocationText
=
'
点击获取车辆位置
'
;
this
.
submitLoading
=
false
;
this
.
zuobiaoShow
=
false
;
}
else
{
this
.
$notify
({
...
...
@@ -174,7 +171,6 @@ export default {
})
this
.
from
=
{
car
:
''
,
carcode
:
''
,
name
:
''
,
fault
:
''
,
problem
:
''
,
lat
:
''
,
lon
:
''
};
this
.
getLocationText
=
'
点击获取车辆位置
'
;
this
.
submitLoading
=
false
;
this
.
zuobiaoShow
=
false
;
}
});
...
...
@@ -235,7 +231,7 @@ export default {
background
:
no-repeat
center
center
url('~@/assets/images/truckTuPian/guzhangshenbankuang1.png')
;
background-size
:
100%
100%
;
transform
:
translate
(
-50%
,
-48%
);
padding
:
12px
30px
0px
;
padding
:
2vh
2vw
0px
;
box-sizing
:
border-box
;
}
.failureDeSmallTitle
{
...
...
@@ -330,6 +326,7 @@ export default {
letter-spacing
:
1px
;
text-align
:
center
;
line-height
:
0
;
padding
:
0
!important
;
}
.failureDeContentFromViews
.el-input--suffix
.el-input__inner
{
height
:
6.5vh
;
...
...
src/views/MLargeScreen/components/voiceApplication/index.vue
View file @
1b12b881
This diff is collapsed.
Click to expand it.
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