Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
K
kd_app_vue
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
zhanglw
kd_app_vue
Commits
3a8ad5d9
Commit
3a8ad5d9
authored
Aug 07, 2023
by
zhanglw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
取消地磅
parent
2a61db1c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
index.vue
...ews/MLargeScreen/components/startOrderReceiving/index.vue
+2
-2
index.vue
src/views/MLargeScreen/index.vue
+4
-4
No files found.
src/views/MLargeScreen/components/startOrderReceiving/index.vue
View file @
3a8ad5d9
...
@@ -221,7 +221,7 @@ export default {
...
@@ -221,7 +221,7 @@ export default {
});
});
this
.
queryOrder
();
this
.
queryOrder
();
this
.
$parent
.
clearNavigation
();
this
.
$parent
.
clearNavigation
();
this
.
audioPlayByUrl
(
gdb
);
//
this.audioPlayByUrl(gdb);
}
else
{
}
else
{
this
.
$notify
({
this
.
$notify
({
title
:
'
网络异常,请稍后再试
'
,
title
:
'
网络异常,请稍后再试
'
,
...
...
src/views/MLargeScreen/index.vue
View file @
3a8ad5d9
...
@@ -660,10 +660,10 @@ export default {
...
@@ -660,10 +660,10 @@ export default {
return
;
return
;
}
}
const
cont
=
await
window
.
SerialPort
.
receive
();
const
cont
=
await
window
.
SerialPort
.
receive
();
//
this.$message({
this
.
$message
({
//
message: cont,
message
:
cont
,
//
type: "warning",
type
:
"
warning
"
,
//
});
});
if
(
cont
){
if
(
cont
){
let
strArr
=
cont
.
split
(
'
,
'
);
let
strArr
=
cont
.
split
(
'
,
'
);
// let wgLat = this.dmsTransform(strArr[2]), wgLon = this.dmsTransform(strArr[4]), h = Number(strArr[9] || 0), p = Number(strArr[6]);
// let wgLat = this.dmsTransform(strArr[2]), wgLon = this.dmsTransform(strArr[4]), h = Number(strArr[9] || 0), p = Number(strArr[6]);
...
...
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