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
4954326f
Commit
4954326f
authored
Dec 24, 2024
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测量页面样式处理
parent
301ed0ea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
372 additions
and
291 deletions
+372
-291
blueMeasure.vue
pages/home/blueMeasure.vue
+367
-289
home.vue
pages/home/home.vue
+5
-2
No files found.
pages/home/blueMeasure.vue
View file @
4954326f
...
...
@@ -4,133 +4,118 @@
</CustomNavbar>
<view
class=
"body-wrapper"
>
<view
class=
"sumary-title"
>
手动填写数据
<view
class=
"demo-uni-row"
>
<uni-row>
<uni-col
:span=
"7"
class=
"_title"
>
<view>
工程名称
</view>
</uni-col>
<uni-col
:span=
"15"
>
<uni-data-select
v-model=
"form.productName"
:localdata=
"selectListLv1"
:clear=
"false"
@
change=
"changeLv1"
></uni-data-select>
</uni-col>
</uni-row>
</view>
<view
class=
"demo-uni-row"
>
<uni-row
class=
"demo-uni-row mb-10"
>
<uni-col
:span=
"
6
"
class=
"_title"
>
<view>
工程
名称
</view>
<uni-col
:span=
"
7
"
class=
"_title"
>
<view>
爆区
名称
</view>
</uni-col>
<uni-col
:span=
"16"
>
<uni-data-select
v-model=
"form.engineeringName"
:localdata=
"selectListLv1"
:clear=
"false"
@
change=
"changeLv1"
></uni-data-select>
</uni-col>
</uni-row>
<uni-row
class=
"demo-uni-row mb-10"
>
<uni-col
:span=
"6"
class=
"_title"
>
<view>
中段名称
</view>
</uni-col>
<uni-col
:span=
"16"
>
<uni-data-select
v-model=
"form.middleSectionName"
:localdata=
"selectListLv2"
:clear=
"false"
<uni-col
:span=
"15"
>
<uni-data-select
v-model=
"form.artilleryAreaName"
:localdata=
"selectListLv2"
:clear=
"false"
@
change=
"changeLv2"
></uni-data-select>
</uni-col>
</uni-row>
</view>
<view
class=
"demo-uni-row"
>
<uni-row
class=
"demo-uni-row mb-10"
>
<uni-col
:span=
"
6
"
class=
"_title"
>
<view>
分段名称
</view>
<uni-col
:span=
"
7
"
class=
"_title"
>
<view>
炮孔排号
</view>
</uni-col>
<uni-col
:span=
"1
6
"
>
<uni-data-select
v-model=
"form['
segmentName
']"
:localdata=
"selectListLv3"
:clear=
"false"
<uni-col
:span=
"1
5
"
>
<uni-data-select
v-model=
"form['
cannonHoleArrayNum
']"
:localdata=
"selectListLv3"
:clear=
"false"
@
change=
"changeLv3"
></uni-data-select>
</uni-col>
</uni-row>
</view>
<view
class=
"demo-uni-row"
>
<uni-row
class=
"demo-uni-row mb-10"
>
<uni-col
:span=
"6"
class=
"_title"
>
<view>
排位线名称
</view>
</uni-col>
<uni-col
:span=
"16"
>
<uni-data-select
v-model=
"form['alignmentLineName']"
:localdata=
"selectListLv4"
:clear=
"false"
@
change=
"changeLv4"
></uni-data-select>
</uni-col>
</uni-row>
<uni-row
class=
"demo-uni-row mb-10"
>
<uni-col
:span=
"6"
class=
"_title"
>
<uni-col
:span=
"7"
class=
"_title"
>
<view>
炮孔编号
</view>
</uni-col>
<uni-col
:span=
"16"
>
<uni-data-select
v-model=
"form['boreholeNumber']"
:localdata=
"selectListLv5"
:clear=
"false"
@
change=
"changeLv5"
></uni-data-select>
</uni-col>
</uni-row>
<uni-row
class=
"demo-uni-row mb-10"
>
<uni-col
:span=
"6"
class=
"_title"
>
<view>
透孔
</view>
</uni-col>
<uni-col
:span=
"16"
>
<view
class=
"_content unaffix"
>
{{
form
[
'
throughHole
'
]
||
'
-
'
}}
</view>
</uni-col>
</uni-row>
<uni-row
class=
"demo-uni-row mb-10"
>
<uni-col
:span=
"6"
class=
"_title"
>
<view>
设计孔深
</view>
</uni-col>
<uni-col
:span=
"16"
>
<view
class=
"_content"
>
{{
form
[
'
designHoleDepth
'
]
||
'
-
'
}}
</view>
</uni-col>
</uni-row>
<uni-row
class=
"demo-uni-row mb-10"
>
<uni-col
:span=
"6"
class=
"_title"
>
<view>
设计倾角
</view>
</uni-col>
<uni-col
:span=
"16"
>
<view
class=
"_content angle"
>
<view>
{{
form
[
'
designInclination
'
]
||
'
-
'
}}
</view>
</view>
<uni-col
:span=
"15"
>
<uni-data-select
v-model=
"form['cannonHoleNum']"
:localdata=
"selectListLv4"
:clear=
"false"
@
change=
"changeLv4"
></uni-data-select>
</uni-col>
</uni-row>
</view>
<view
class=
"body-wrapper auto"
>
<view
class=
"sumary-title"
>
自动更新数据
</view>
<view
class=
"only-read-row"
>
<uni-row
class=
"demo-uni-row mb-10"
>
<uni-col
:span=
"7"
class=
"_title"
>
<view>
设计孔深
</view>
</uni-col>
<uni-col
:span=
"15"
>
<view
class=
"_content"
>
{{
form
[
'
expectedDepth
'
]
||
'
-
'
}}
</view>
</uni-col>
</uni-row>
</view>
<view
class=
"demo-uni-row"
>
<uni-row
class=
"demo-uni-row mb-10"
>
<uni-col
:span=
"6"
class=
"_title"
>
<view>
实测孔深
</view>
</uni-col>
<uni-col
:span=
"16"
>
<view
class=
"_content"
>
{{
form
[
'
realTestHoleDepth
'
]
||
'
-
'
}}
</view>
<uni-col
:span=
"7"
class=
"_title"
>
<view>
装药选择
</view>
</uni-col>
</uni-row>
<uni-row
class=
"demo-uni-row mb-10 demo-uni-row-unborder"
>
<uni-col
:span=
"6"
class=
"_title"
>
<view>
实测倾角
</view>
</uni-col>
<uni-col
:span=
"16"
>
<view
class=
"_content angle"
>
<view>
{{
form
[
'
realTestInclination
'
]
||
'
-
'
}}
</view>
</view>
<uni-col
:span=
"15"
>
<uni-data-select
v-model=
"form['status']"
:localdata=
"zhuangyaoDict"
:clear=
"false"
></uni-data-select>
</uni-col>
</uni-row>
<!--
<uni-row
class=
"demo-uni-row mb-10 demo-uni-row-unborder"
>
<uni-col
:span=
"6"
class=
"_title"
>
<view>
实测时间
</view>
</uni-col>
<uni-col
:span=
"16"
>
<view
class=
"_content unaffix"
>
<view>
{{
form
[
'
realTestTime
'
]
||
'
-
'
}}
</view>
</view>
</uni-col>
</uni-row>
-->
</view>
<view
class=
"only-read-row"
>
<uni-row
class=
"demo-uni-row mb-10"
>
<uni-col
:span=
"7"
class=
"_title"
>
<view>
测量孔深度
</view>
</uni-col>
<uni-col
:span=
"15"
>
<view
class=
"_content"
>
{{
form
[
'
actualDepth
'
]
||
'
-
'
}}
</view>
</uni-col>
</uni-row>
</view>
<view
class=
"only-read-row"
>
<uni-row
class=
"demo-uni-row mb-10 demo-uni-row-unborder"
>
<uni-col
:span=
"7"
class=
"_title"
>
<view>
测量孔水位
</view>
</uni-col>
<uni-col
:span=
"15"
>
<view
class=
"_content"
>
<view>
{{
form
[
'
actualWaterLevel
'
]
||
'
-
'
}}
</view>
</view>
</uni-col>
</uni-row>
</view>
<view
class=
"demo-uni-row"
>
<uni-row
class=
"demo-uni-row mb-10"
>
<uni-col
:span=
"7"
class=
"_title"
>
<view>
备注
</view>
</uni-col>
<uni-col
:span=
"15"
>
<input
class=
"uni-input inputEle"
focus
placeholder=
"请输入"
/>
</uni-col>
</uni-row>
</view>
</view>
<!--
<view
style=
"display: flex; justify-content: flex-end; align-items: center; margin-right: 20rpx;padding-top: 10rpx;"
>
<switch
checked
style=
"transform:scale(0.7)"
@
change=
"showResultChange"
/>
不显示实测结果直接保存
</view>
-->
<view
class=
"footer-wrapper"
v-show=
"connected"
>
<view
class=
"funcBtn
"
:class=
"
{loading: btnLoading}" @tap="gosend('START')
">
{{
btnLoading
?
'
测量中
'
:
'
开始测量
'
}}
<view
class=
"funcBtn
end"
@
tap=
"resetForm
"
>
取消
</view>
<view
class=
"funcBtn end"
@
tap=
"
gosend('STOP')
"
>
结束测量
<view
class=
"funcBtn end"
@
tap=
"
saveData
"
>
保存
</view>
</view>
<view
class=
""
v-show=
"!connected"
style=
"text-align: center; color: darkgray; margin-top:20rpx;"
>
...
...
@@ -143,8 +128,8 @@
孔实测结果
</view>
<view
class=
"_body"
>
<p>
实测孔深:
<span>
{{
form
[
'
realTestHole
Depth
'
]
||
'
-
'
}}
m
</span></p>
<p>
实测倾角:
<span>
{{
form
[
'
realTestInclination
'
]
||
'
-
'
}}
°
</span></p>
<p>
实测孔深:
<span>
{{
form
[
'
actual
Depth
'
]
||
'
-
'
}}
m
</span></p>
<p>
实测倾角:
<span>
{{
form
[
'
actualWaterLevel
'
]
||
'
-
'
}}
°
</span></p>
</view>
<view
class=
"funcBtn _btn"
@
click=
"saveTestResult"
>
保存测量结果
...
...
@@ -156,11 +141,20 @@
<
script
>
import
CustomNavbar
from
'
@/pages/component/CustomNavbar.vue
'
;
import
{
blueToothMixin
}
from
'
../../common/mixin.js
'
import
{
blueToothMixin
}
from
'
../../common/mixin.js
'
import
{
getCurrentTime
,
showCustomModal
,
showCustomToast
,
showCustomModal
}
from
'
../../common/util.js
'
import
{
getSelectList
,
getDetailInfo
,
saveData
,
getDict
}
from
'
../../api/blueToothMeasure.js
'
export
default
{
mixins
:
[
blueToothMixin
],
components
:
{
...
...
@@ -171,6 +165,17 @@
navBarTitle
:
'
炮孔测量
'
,
redirectUrl
:
'
/pages/home/blueSearch?refer=blueMeasure
'
,
// 表单数据相关
zhuangyaoDict
:
[],
form
:
{
'
productName
'
:
''
,
'
artilleryAreaName
'
:
''
,
'
cannonHoleArrayNum
'
:
''
,
'
cannonHoleNum
'
:
''
,
'
status
'
:
''
,
'
expectedDepth
'
:
''
,
'
actualDepth
'
:
''
,
'
actualWaterLevel
'
:
''
},
dataList
:
[],
selectListLv1
:
[],
selectListLv2
:
[],
...
...
@@ -179,26 +184,41 @@
selectListLv5
:
[],
};
},
/**
* 生命周期函数--监听页面加载
*/
onLoad
:
function
(
options
)
{
uni
.
hideLoading
()
this
.
dataList
=
uni
.
getStorageSync
(
'
importDataList
'
)
||
[]
//
this.dataList = uni.getStorageSync('importDataList') || []
// console.log('this.dataList',JSON.stringify(this.dataList));
this
.
getDictInfo
()
this
.
getSelectListLv1
()
this
.
initLink
()
// this.initLink()
},
methods
:
{
async
getDictInfo
()
{
let
res
=
await
getDict
({
type
:
'
zhuangyao_type
'
})
if
(
res
){
this
.
zhuangyaoDict
=
res
.
map
((
item
)
=>
{
return
{
text
:
item
.
dictLabel
,
value
:
item
.
dictValue
}
})
}
},
changeLvCommonReset
(
lvNum
)
{
// 下拉列表值改变,清空级联数据公共方法
let
newFildArr
=
[]
let
newDataListSelectArr
=
[]
let
formFieldArr
=
[
'
engineeringName
'
,
'
middleSectionName
'
,
'
segmentName
'
,
'
alignmentLineName
'
,
'
boreholeNumber
'
,
'
throughHole
'
,
'
designHoleDepth
'
,
'
designInclination
'
'
productName
'
,
'
artilleryAreaName
'
,
'
cannonHoleArrayNum
'
,
'
cannonHoleNum
'
,
'
status
'
,
'
expectedDepth
'
,
'
actualDepth
'
,
'
actualWaterLevel
'
]
...
...
@@ -218,15 +238,28 @@
});
},
getSelectListLv1
()
{
const
dataArr
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
dataList
))
// 获取第一个数据列表
this
.
selectListLv1
=
getCascadeList
(
dataArr
,
{
engineeringName
:
null
}).
map
((
item
)
=>
{
async
getSelectListLv1
()
{
// const dataArr = JSON.parse(JSON.stringify(this.dataList))
// // 获取第一个数据列表
// this.selectListLv1 = getCascadeList(dataArr, {
// productName: null
// }).map((item) => {
// return {
// text: item.productName,
// value: item.productName
// }
// })
const
res
=
await
getSelectList
({
productName
:
''
,
artilleryAreaName
:
''
,
cannonHoleArrayNum
:
''
,
cannonHoleNum
:
''
})
console
.
log
(
'
响应res
'
,
res
)
this
.
selectListLv1
=
res
.
map
((
item
)
=>
{
return
{
text
:
item
.
engineeringName
,
value
:
item
.
engineeringName
text
:
item
,
value
:
item
}
})
},
...
...
@@ -238,17 +271,30 @@
},
getSelectListLv2
(
prevLvVal
)
{
const
dataArr
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
dataList
))
this
.
selectListLv2
=
getCascadeList
(
dataArr
,
{
engineeringName
:
prevLvVal
,
}).
map
((
item
)
=>
{
async
getSelectListLv2
(
prevLvVal
)
{
// const dataArr = JSON.parse(JSON.stringify(this.dataList))
// this.selectListLv2 = getCascadeList(dataArr, {
// productName: prevLvVal,
// }).map((item) => {
// return {
// text: item.artilleryAreaName,
// value: item.artilleryAreaName
// }
// })
// //console.log('this.selectListLv2', this.selectListLv2)
const
res
=
await
getSelectList
({
productName
:
prevLvVal
,
artilleryAreaName
:
''
,
cannonHoleArrayNum
:
''
,
cannonHoleNum
:
''
})
console
.
log
(
'
响应res
'
,
res
)
this
.
selectListLv2
=
res
.
map
((
item
)
=>
{
return
{
text
:
item
.
middleSectionName
,
value
:
item
.
middleSectionName
text
:
item
,
value
:
item
}
})
//console.log('this.selectListLv2', this.selectListLv2)
},
changeLv2
(
e
)
{
//console.log("e:", e);
...
...
@@ -257,15 +303,28 @@
this
.
getSelectListLv3
(
e
)
},
getSelectListLv3
(
prevLvVal
)
{
const
dataArr
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
dataList
))
this
.
selectListLv3
=
getCascadeList
(
dataArr
,
{
engineeringName
:
this
.
form
.
engineeringName
,
middleSectionName
:
prevLvVal
}).
map
((
item
)
=>
{
async
getSelectListLv3
(
prevLvVal
)
{
// const dataArr = JSON.parse(JSON.stringify(this.dataList))
// this.selectListLv3 = getCascadeList(dataArr, {
// productName: this.form.productName,
// artilleryAreaName: prevLvVal
// }).map((item) => {
// return {
// text: item.cannonHoleArrayNum,
// value: item.cannonHoleArrayNum
// }
// })
const
res
=
await
getSelectList
({
productName
:
this
.
form
.
productName
,
artilleryAreaName
:
prevLvVal
,
cannonHoleArrayNum
:
''
,
cannonHoleNum
:
''
})
console
.
log
(
'
响应res
'
,
res
)
this
.
selectListLv3
=
res
.
map
((
item
)
=>
{
return
{
text
:
item
.
segmentName
,
value
:
item
.
segmentName
text
:
item
,
value
:
item
}
})
},
...
...
@@ -275,75 +334,73 @@
this
.
getSelectListLv4
(
e
)
},
getSelectListLv4
(
prevLvVal
)
{
const
dataArr
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
dataList
))
this
.
selectListLv4
=
getCascadeList
(
dataArr
,
{
engineeringName
:
this
.
form
.
engineeringName
,
middleSectionName
:
this
.
form
.
middleSectionName
,
segmentName
:
prevLvVal
}).
map
((
item
)
=>
{
return
{
text
:
item
.
alignmentLineName
,
value
:
item
.
alignmentLineName
}
async
getSelectListLv4
(
prevLvVal
)
{
// const dataArr = JSON.parse(JSON.stringify(this.dataList))
// this.selectListLv4 = getCascadeList(dataArr, {
// productName: this.form.productName,
// artilleryAreaName: this.form.artilleryAreaName,
// cannonHoleArrayNum: prevLvVal
// }).map((item) => {
// return {
// text: item.cannonHoleNum,
// value: item.cannonHoleNum
// }
// })
const
res
=
await
getSelectList
({
productName
:
this
.
form
.
productName
,
artilleryAreaName
:
this
.
form
.
artilleryAreaName
,
cannonHoleArrayNum
:
prevLvVal
,
cannonHoleNum
:
''
})
},
changeLv4
(
e
)
{
this
.
changeLvCommonReset
(
4
)
//console.log("e:", e);
this
.
getSelectListLv5
(
e
)
},
getSelectListLv5
(
prevLvVal
)
{
const
dataArr
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
dataList
))
this
.
selectListLv5
=
getCascadeList
(
dataArr
,
{
engineeringName
:
this
.
form
.
engineeringName
,
middleSectionName
:
this
.
form
.
middleSectionName
,
segmentName
:
this
.
form
.
segmentName
,
alignmentLineName
:
prevLvVal
,
}).
map
((
item
)
=>
{
console
.
log
(
'
响应res
'
,
res
)
this
.
selectListLv4
=
res
.
map
((
item
)
=>
{
return
{
text
:
item
.
boreholeNumber
,
value
:
item
.
boreholeNumber
text
:
item
,
value
:
item
}
})
},
changeLv5
(
e
)
{
//console.log("e:", e);
changeLv4
(
e
)
{
// this.changeLvCommonReset(4)
// //console.log("e:", e);
// this.getSelectListLv5(e)
this
.
getDetailInfo
(
e
)
},
getDetailInfo
()
{
const
selectedRows
=
this
.
dataList
.
filter
((
item
)
=>
{
return
item
[
'
engineeringName
'
]
==
this
.
form
[
'
engineeringName
'
]
&&
item
[
'
middleSectionName
'
]
==
this
.
form
[
'
middleSectionName
'
]
&&
item
[
'
segmentName
'
]
==
this
.
form
[
'
segmentName
'
]
&&
item
[
'
alignmentLineName
'
]
==
this
.
form
[
'
alignmentLineName
'
]
&&
item
[
'
boreholeNumber
'
]
==
this
.
form
[
'
boreholeNumber
'
]
})
//console.log('selectedRows', selectedRows.length, JSON.stringify(selectedRows))
if
(
selectedRows
.
length
>
1
)
{
showCustomModal
({
content
:
`匹配结果超过1条,请检查导入模板中的数据\n
【工程名称:
${
selectedRows
[
0
][
'
engineeringName
'
]}
】\n
【中段名称:
${
selectedRows
[
0
][
'
middleSectionName
'
]}
】\n
【分段名称:
${
selectedRows
[
0
][
'
segmentName
'
]}
】\n
【排位线名称:
${
selectedRows
[
0
][
'
alignmentLineName
'
]}
】\n
【炮孔编号:
${
selectedRows
[
0
][
'
boreholeNumber
'
]}
】\n
`
})
// getSelectListLv5(prevLvVal) {
// const dataArr = JSON.parse(JSON.stringify(this.dataList))
// this.selectListLv5 = getCascadeList(dataArr, {
// productName: this.form.productName,
// artilleryAreaName: this.form.artilleryAreaName,
// cannonHoleArrayNum: this.form.cannonHoleArrayNum,
// cannonHoleNum: prevLvVal,
// }).map((item) => {
// return {
// text: item.boreholeNumber,
// value: item.boreholeNumber
// }
// })
// },
// changeLv5(e) {
// //console.log("e:", e);
// this.getDetailInfo(e)
// },
async
getDetailInfo
()
{
let
res
=
await
getDetailInfo
()
if
(
res
)
{
this
.
form
[
'
status
'
]
=
res
[
'
status
'
]
this
.
form
[
'
expectedDepth
'
]
=
res
[
'
expectedDepth
'
]
this
.
form
[
'
designInclination
'
]
=
res
[
'
designInclination
'
]
return
}
if
(
selectedRows
.
length
===
1
)
{
this
.
form
[
'
throughHole
'
]
=
selectedRows
[
0
][
'
throughHole
'
]
this
.
form
[
'
designHoleDepth
'
]
=
selectedRows
[
0
][
'
designHoleDepth
'
]
this
.
form
[
'
designInclination
'
]
=
selectedRows
[
0
][
'
designInclination
'
]
//console.log('this.form', this.form)
}
showCustomToast
({
title
:
'
暂无详情信息
'
})
},
saveFormData2Local
()
{
// 保存当前表单数据到本地
async
saveData
()
{
// 保存当前表单数据到本地
let
formFieldArr
=
[
'
engineeringName
'
,
'
middleSectionName
'
,
'
segmentName
'
,
'
alignmentLineName
'
,
'
boreholeNumber
'
'
productName
'
,
'
artilleryAreaName
'
,
'
cannonHoleArrayNum
'
,
'
cannonHoleNum
'
,
'
boreholeNumber
'
]
var
validFlag
=
true
for
(
var
i
=
0
;
i
<
formFieldArr
.
length
;
i
++
)
{
...
...
@@ -359,28 +416,34 @@
})
return
}
const
index
=
this
.
dataList
.
findIndex
((
item
)
=>
{
return
item
.
engineeringName
===
this
.
form
.
engineeringName
&&
item
.
middleSectionName
===
this
.
form
.
middleSectionName
&&
item
.
segmentName
===
this
.
form
.
segmentName
&&
item
.
alignmentLineName
===
this
.
form
.
alignmentLineName
&&
item
.
boreholeNumber
===
this
.
form
.
boreholeNumber
})
if
(
index
>
-
1
)
{
this
.
$set
(
this
.
dataList
[
index
],
'
realTestInclination
'
,
this
.
form
.
realTestInclination
);
this
.
$set
(
this
.
dataList
[
index
],
'
realTestHoleDepth
'
,
this
.
form
.
realTestHoleDepth
);
this
.
$set
(
this
.
dataList
[
index
],
'
realTestTime
'
,
getCurrentTime
());
uni
.
setStorageSync
(
'
importDataList
'
,
JSON
.
parse
(
JSON
.
stringify
(
this
.
dataList
)))
uni
.
showToast
({
title
:
'
已保存测量结果
'
,
icon
:
false
})
this
.
resetForm
()
}
else
{
showCustomModal
({
content
:
'
保存失败,本地数据未匹配
'
,
// const index = this.dataList.findIndex((item) => {
// return item.productName === this.form.productName &&
// item.artilleryAreaName === this.form.artilleryAreaName &&
// item.cannonHoleArrayNum === this.form.cannonHoleArrayNum &&
// item.cannonHoleNum === this.form.cannonHoleNum &&
// item.boreholeNumber === this.form.boreholeNumber
// })
if
(
this
.
form
.
measureDepth
&&
this
.
form
.
shuiwei
)
{
let
res
=
await
saveData
({
...
this
.
form
})
// this.$set(this.dataList[index], 'actualWaterLevel', this.form.actualWaterLevel);
// this.$set(this.dataList[index], 'actualDepth', this.form.actualDepth);
// this.$set(this.dataList[index], 'remark', getCurrentTime());
// uni.setStorageSync('importDataList', JSON.parse(JSON.stringify(this.dataList)))
if
(
res
)
{
uni
.
showToast
({
title
:
'
保存成功
'
,
icon
:
false
})
this
.
resetForm
()
}
return
}
showCustomModal
({
content
:
'
孔深水位不能为空
'
,
})
},
}
};
...
...
@@ -393,63 +456,106 @@
// let sonArr = new Set()
if
(
paramObj
.
middleSectionName
&&
paramObj
.
engineeringName
&&
paramObj
.
segmentName
&&
paramObj
.
alignmentLineName
)
{
// 返回第5级
if
(
paramObj
.
artilleryAreaName
&&
paramObj
.
productName
&&
paramObj
.
cannonHoleArrayNum
&&
paramObj
.
cannonHoleNum
)
{
// 返回第5级
const
tempArr
=
originArr
.
filter
((
item
)
=>
{
return
item
.
engineeringName
===
paramObj
.
engineering
Name
&&
item
.
middleSectionName
===
paramObj
.
middleSection
Name
&&
item
.
segmentName
===
paramObj
.
segmentName
&&
item
.
alignmentLineName
===
paramObj
.
alignmentLineName
return
item
.
productName
===
paramObj
.
product
Name
&&
item
.
artilleryAreaName
===
paramObj
.
artilleryArea
Name
&&
item
.
cannonHoleArrayNum
===
paramObj
.
cannonHoleArrayNum
&&
item
.
cannonHoleNum
===
paramObj
.
cannonHoleNum
})
const
uniqueArray
=
Array
.
from
(
new
Map
(
tempArr
.
map
(
item
=>
[
item
.
boreholeNumber
,
item
])).
values
());
return
uniqueArray
}
if
(
paramObj
.
middleSectionName
&&
paramObj
.
engineeringName
&&
paramObj
.
segmentName
)
{
// 返回第4级
if
(
paramObj
.
artilleryAreaName
&&
paramObj
.
productName
&&
paramObj
.
cannonHoleArrayNum
)
{
// 返回第4级
const
tempArr
=
originArr
.
filter
((
item
)
=>
{
return
item
.
engineeringName
===
paramObj
.
engineering
Name
&&
item
.
middleSectionName
===
paramObj
.
middleSection
Name
&&
item
.
segmentName
===
paramObj
.
segmentName
return
item
.
productName
===
paramObj
.
product
Name
&&
item
.
artilleryAreaName
===
paramObj
.
artilleryArea
Name
&&
item
.
cannonHoleArrayNum
===
paramObj
.
cannonHoleArrayNum
})
const
uniqueArray
=
Array
.
from
(
new
Map
(
tempArr
.
map
(
item
=>
[
item
.
alignmentLineName
,
item
])).
values
());
const
uniqueArray
=
Array
.
from
(
new
Map
(
tempArr
.
map
(
item
=>
[
item
.
cannonHoleNum
,
item
])).
values
());
return
uniqueArray
}
if
(
paramObj
.
middleSectionName
&&
paramObj
.
engineering
Name
)
{
// 返回第三级
if
(
paramObj
.
artilleryAreaName
&&
paramObj
.
product
Name
)
{
// 返回第三级
const
tempArr
=
originArr
.
filter
((
item
)
=>
{
return
item
.
engineeringName
===
paramObj
.
engineering
Name
&&
item
.
middleSectionName
===
paramObj
.
middleSection
Name
return
item
.
productName
===
paramObj
.
product
Name
&&
item
.
artilleryAreaName
===
paramObj
.
artilleryArea
Name
})
const
uniqueArray
=
Array
.
from
(
new
Map
(
tempArr
.
map
(
item
=>
[
item
.
segmentName
,
item
])).
values
());
const
uniqueArray
=
Array
.
from
(
new
Map
(
tempArr
.
map
(
item
=>
[
item
.
cannonHoleArrayNum
,
item
])).
values
());
return
uniqueArray
}
if
(
paramObj
.
engineering
Name
)
{
// 返回2级列表
if
(
paramObj
.
product
Name
)
{
// 返回2级列表
const
tempArr
=
originArr
.
filter
((
item
)
=>
{
// 二级列表基于1级选择后的值进行过滤
return
item
.
engineeringName
===
paramObj
.
engineering
Name
return
item
.
productName
===
paramObj
.
product
Name
})
const
uniqueArray
=
Array
.
from
(
new
Map
(
tempArr
.
map
(
item
=>
[
item
.
middleSection
Name
,
item
])).
values
());
const
uniqueArray
=
Array
.
from
(
new
Map
(
tempArr
.
map
(
item
=>
[
item
.
artilleryArea
Name
,
item
])).
values
());
return
uniqueArray
}
if
(
!
paramObj
.
engineering
Name
)
{
// 返回1级列表
const
uniqueArray
=
Array
.
from
(
new
Map
(
originArr
.
map
(
item
=>
[
item
.
engineering
Name
,
item
])).
values
());
if
(
!
paramObj
.
product
Name
)
{
// 返回1级列表
const
uniqueArray
=
Array
.
from
(
new
Map
(
originArr
.
map
(
item
=>
[
item
.
product
Name
,
item
])).
values
());
return
uniqueArray
}
}
</
script
>
<
style
lang=
"scss"
>
::v-deep
.uni-select__input-placeholder
{
// placeholder样式调整
font-size
:
30rpx
!
important
;
}
.inputEle
{
height
:
110rpx
;
display
:
flex
;
align-items
:
center
;
}
.uni-col-7
{
font-size
:
32rpx
;
font-weight
:
bold
;
color
:
#000000
;
line-height
:
110rpx
;
}
.demo-uni-row
{
line-height
:
70rpx
;
padding-left
:
15rpx
;
.uni-select
{
height
:
108rpx
;
}
}
.only-read-row
{
background
:
#E3E6EC
!
important
;
height
:
108rpx
;
align-items
:
center
;
display
:
flex
;
line-height
:
70rpx
;
position
:
relative
;
padding-left
:
13rpx
;
&
:after
{
content
:
'米'
;
width
:
70rpx
;
height
:
70rpx
;
position
:
absolute
;
right
:
48rpx
;
top
:
50%
;
transform
:
translateY
(
-50%
);
text-align
:
center
;
line-height
:
70rpx
;
font-size
:
29rpx
;
color
:
#000000
;
}
}
::v-deep
.uni-row
::after
{
clear
:
both
;
width
:
608rpx
;
border-bottom
:
1rpx
solid
#E3E6EC
;
transform
:
translateX
(
2
8rpx
);
transform
:
translateX
(
1
8rpx
);
}
.pageWrapper
{
width
:
100vw
;
height
:
calc
(
100vh-44rpx
);
...
...
@@ -465,25 +571,6 @@
padding-right
:
15rpx
;
background
:
#FFFFFF
;
border-radius
:
10rpx
;
&
.auto
{
margin-top
:
30rpx
;
background-color
:
#D1E5FB
;
.demo-uni-row
{
padding-top
:
10rpx
;
padding-bottom
:
10rpx
;
// border-bottom: 1px solid #F1F8FF;
}
::v-deep
.uni-row
::after
{
border-bottom-color
:
#FFFFFF
;
}
.
demo-uni-row-unborder
:
:
after
{
// 特殊没有底部边线 处理
border-bottom-color
:
transparent
;
}
}
.sumary-title
{
position
:
relative
;
padding-left
:
50rpx
;
...
...
@@ -517,20 +604,16 @@
}
}
.mb-10
{
margin-bottom
:
10rpx
;
}
._title
{
// border: 1px solid lightgray;
height
:
70rpx
;
text-align
:
center
;
line-height
:
70rpx
;
margin-right
:
10rpx
;
font-size
:
29rpx
;
font-weight
:
bold
;
color
:
#000000
;
}
// ._title {
// // border: 1px solid lightgray;
// height: 70rpx;
// text-align: center;
// line-height: 70rpx;
// margin-right: 10rpx;
// font-size: 32rpx;
// font-weight: bold;
// color: #000000;
// }
._content
{
// border: 1px solid lightgray;
...
...
@@ -539,19 +622,19 @@
padding-left
:
20rpx
;
position
:
relative
;
&
:after
{
content
:
'm'
;
width
:
70rpx
;
height
:
70rpx
;
// border-left: 1px solid lightgray;
position
:
absolute
;
right
:
-12rpx
;
top
:
0
;
text-align
:
center
;
line-height
:
70rpx
;
font-size
:
29rpx
;
color
:
#000000
;
}
//
&:after {
//
content: 'm';
//
width: 70rpx;
//
height: 70rpx;
//
// border-left: 1px solid lightgray;
//
position: absolute;
//
right: -12rpx;
//
top: 0;
//
text-align: center;
//
line-height: 70rpx;
//
font-size: 29rpx;
//
color: #000000;
//
}
}
.funcBtn
{
...
...
@@ -583,12 +666,6 @@
}
.angle
{
&
:after
{
content
:
'°'
;
}
}
.unaffix
{
&
:after
{
display
:
none
;
...
...
@@ -614,6 +691,7 @@
height
:
10px
;
width
:
10px
;
}
.blank
{
height
:
150rpx
;
}
...
...
pages/home/home.vue
View file @
4954326f
...
...
@@ -34,7 +34,7 @@
<span>
设备测试
</span>
<button
size=
"mini"
class=
"funcBtn"
type=
"primary"
@
click=
"navTo('measureTest')"
>
测量
</button>
</p>
-->
<p
class=
"list-item"
>
<p
class=
"list-item"
@
click=
"navTo('measure')"
>
<image
src=
"/static/image/paokong/measure.png"
alt=
""
/>
<span>
炮孔测量
</span>
<!--
<button
size=
"mini"
class=
"funcBtn"
type=
"primary"
@
click=
"navTo('measure')"
>
测量
</button>
-->
...
...
@@ -181,7 +181,10 @@
width
:
646rpx
;
height
:
300rpx
;
background
:
linear-gradient
(
-90deg
,
#F6F9FF
31%
,
#E4EFFF
100%
);
// background-color: linear-gradient(-90deg, #F6F9FF 31%, #E4EFFF 100%);
background-image
:
url('/static/image/paokong/home-title-bg.png')
;
background-position
:
center
right
;
background-size
:
cover
;
box-shadow
:
0rpx
2rpx
24rpx
0rpx
rgba
(
7
,
36
,
72
,
0
.11
);
border-radius
:
10rpx
;
border
:
2px
solid
#FFFFFF
;
...
...
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