Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yanshouyi-Minipro
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
xinzhedeai
yanshouyi-Minipro
Commits
984dc955
Commit
984dc955
authored
2 months ago
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
保存测量记录
parent
c5661756
Changes
16
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
179 additions
and
132 deletions
+179
-132
blueToothMeasure.js
api/blueToothMeasure.js
+4
-4
request.js
common/request.js
+1
-0
xlsx.full.min.js
hybrid/html/xlsx.full.min.js
+0
-22
manifest.json
manifest.json
+4
-3
pages.json
pages.json
+1
-25
blueMeasure.vue
pages/home/blueMeasure.vue
+169
-78
1.png
static/image/home/1.png
+0
-0
2.png
static/image/home/2.png
+0
-0
3.png
static/image/home/3.png
+0
-0
4-1.png
static/image/home/4-1.png
+0
-0
4.png
static/image/home/4.png
+0
-0
5.png
static/image/home/5.png
+0
-0
change.png
static/image/home/change.png
+0
-0
close.png
static/image/paokong/close.png
+0
-0
success.png
static/image/paokong/success.png
+0
-0
nav.png
static/nav.png
+0
-0
No files found.
api/blueToothMeasure.js
View file @
984dc955
...
...
@@ -8,7 +8,7 @@ export function getSelectList(data) { // 获取下拉列表数据
})
}
export
function
getDetailInfo
(
data
)
{
// 获取
下拉列表数据
export
function
getDetailInfo
(
data
)
{
// 获取
测量记录详情
console
.
log
(
'
data
'
,
data
)
return
request
({
url
:
'
/product/getExpectedDepth
'
,
...
...
@@ -17,15 +17,15 @@ console.log('data', data)
})
}
export
function
saveData
(
data
)
{
//
获取下拉列表数据
export
function
saveData
(
data
)
{
//
保存测量记录
return
request
({
url
:
'
/
product/getList
'
,
url
:
'
/
records/add
'
,
method
:
'
post
'
,
data
})
}
export
function
getDict
(
data
)
{
// 获取
下拉列表数据
export
function
getDict
(
data
)
{
// 获取
装药字典
return
request
({
url
:
'
/system/dict/data/type/
'
+
data
.
type
,
method
:
'
get
'
,
...
...
This diff is collapsed.
Click to expand it.
common/request.js
View file @
984dc955
...
...
@@ -51,6 +51,7 @@ uni.addInterceptor("request", {
})
}
});
return
}
if
(
code
!==
200
)
{
showCustomModal
({
...
...
This diff is collapsed.
Click to expand it.
hybrid/html/xlsx.full.min.js
deleted
100644 → 0
View file @
c5661756
This diff is collapsed.
Click to expand it.
manifest.json
View file @
984dc955
...
...
@@ -130,11 +130,12 @@
},
"mp-weixin"
:
{
//
"appid"
:
"wx6238adc0d70b28d6"
,
//
比萨列
"aGETDATAppid"
:
"wx41f6d06aca0687c3"
,
//
矿山智行
"aGETDATAppid"
:
"wx41f6d06aca0687c3"
,
//
矿山智行
"setting"
:
{
"urlCheck"
:
false
,
"es6"
:
true
"es6"
:
true
,
"minified"
:
true
,
"postcss"
:
true
},
"usingComponents"
:
true
,
"permission"
:
{},
...
...
This diff is collapsed.
Click to expand it.
pages.json
View file @
984dc955
...
...
@@ -34,13 +34,6 @@
"navigationBarTitleText"
:
"导入文件数据预览"
}
},
{
"path"
:
"pages/home/blueTest"
,
"style"
:
{
"navigationBarTitleText"
:
"设备测试"
}
},
{
"path"
:
"pages/home/blueSearch"
,
"style"
:
...
...
@@ -140,24 +133,7 @@
"iconPath"
:
"static/template.png"
,
"selectedIconPath"
:
"static/templateHL.png"
,
"text"
:
"模板"
}
/*
,
{
"pagePath"
:
"pages/home/home"
,
"iconPath"
:
"static/api.png"
,
"selectedIconPath"
:
"static/apiHL.png"
,
"text"
:
"首页"
}
,
{
"pagePath"
:
"pages/home/home"
,
"iconPath"
:
"static/api.png"
,
"selectedIconPath"
:
"static/apiHL.png"
,
"text"
:
"首页"
}
*//*
,
{
"pagePath"
:
"pages/tabBar/extUI/extUI"
,
"iconPath"
:
"static/extui.png"
,
"selectedIconPath"
:
"static/extuiHL.png"
,
"text"
:
"扩展组件"
}
*/
}
]
}
}
This diff is collapsed.
Click to expand it.
pages/home/blueMeasure.vue
View file @
984dc955
This diff is collapsed.
Click to expand it.
static/image/home/1.png
deleted
100644 → 0
View file @
c5661756
787 Bytes
This diff is collapsed.
Click to expand it.
static/image/home/2.png
deleted
100644 → 0
View file @
c5661756
1012 Bytes
This diff is collapsed.
Click to expand it.
static/image/home/3.png
deleted
100644 → 0
View file @
c5661756
1.03 KB
This diff is collapsed.
Click to expand it.
static/image/home/4-1.png
deleted
100644 → 0
View file @
c5661756
554 Bytes
This diff is collapsed.
Click to expand it.
static/image/home/4.png
deleted
100644 → 0
View file @
c5661756
435 Bytes
This diff is collapsed.
Click to expand it.
static/image/home/5.png
deleted
100644 → 0
View file @
c5661756
911 Bytes
This diff is collapsed.
Click to expand it.
static/image/home/change.png
deleted
100644 → 0
View file @
c5661756
1.27 KB
This diff is collapsed.
Click to expand it.
static/image/paokong/
icon8
.png
→
static/image/paokong/
close
.png
View file @
984dc955
File moved
This diff is collapsed.
Click to expand it.
static/image/paokong/
pic
.png
→
static/image/paokong/
success
.png
View file @
984dc955
File moved
This diff is collapsed.
Click to expand it.
static/nav.png
deleted
100644 → 0
View file @
c5661756
15.4 KB
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