西海岸--基础设施-摄像头获取:增加loading

This commit is contained in:
guoyue 2022-10-12 11:51:22 +08:00
parent 240784a3b2
commit 140ff7f92c
1 changed files with 21 additions and 71 deletions

View File

@ -330,7 +330,6 @@
<a-input v-model:value="formState.name" style="width: 72%" /> <a-input v-model:value="formState.name" style="width: 72%" />
</a-form-item> </a-form-item>
</a-col> </a-col>
<!-- v-bind="validateInfos.phone" -->
<a-col :span="8"> <a-col :span="8">
<a-form-item <a-form-item
name="phone" name="phone"
@ -416,7 +415,6 @@
<span>{{ pagination.total || 0 }}</span> <span>{{ pagination.total || 0 }}</span>
</p> </p>
<!-- <i class="boundary"></i> -->
<p> <p>
已选 已选
<span>{{ selectedRowKeys.length }}</span> <span>{{ selectedRowKeys.length }}</span>
@ -425,7 +423,6 @@
</div> </div>
<!-- 右侧 --> <!-- 右侧 -->
<div class="contentRight"> <div class="contentRight">
<!-- 搜索@search="onSearch" -->
<div class="searchInput" v-if="isXiHaiAn"> <div class="searchInput" v-if="isXiHaiAn">
<a-input-search <a-input-search
v-model:value="mapSearchParam.cameraName" v-model:value="mapSearchParam.cameraName"
@ -490,10 +487,10 @@
@change="handleTableChange" @change="handleTableChange"
:row-selection="{ :row-selection="{
selectedRowKeys: selectedRowKeys, selectedRowKeys: selectedRowKeys,
// onChange: onSelectChange,
onSelect: onSelectChange, onSelect: onSelectChange,
onSelectAll: onSelectAll, onSelectAll: onSelectAll,
}" }"
:loading="loadingCamera"
> >
<template #bodyCell="{ column, record }"> <template #bodyCell="{ column, record }">
<template v-if="isXiHaiAn && column.dataIndex === 'status'"> <template v-if="isXiHaiAn && column.dataIndex === 'status'">
@ -512,18 +509,6 @@
> >
预览 预览
</a> </a>
<!-- <a
v-else
@click="
openPicture(
record.channelCode ||
record.channelId ||
record.channelCode.channelId
)
"
>
预览
</a> -->
</template> </template>
</template> </template>
</a-table> </a-table>
@ -566,19 +551,19 @@
> >
<template #footer></template> <template #footer></template>
<div style="width: 100%; display: flex; justify-content: center"> <div style="width: 100%; display: flex; justify-content: center">
<div style="width: 100%; height: 100%; position: relative"> <div style="width: 100%; height: 100%; position: relative" v-show="isXiHaiAn">
<!-- 西海岸--预览视频--遮罩 todo--> <!-- 西海岸--预览视频--遮罩 todo-->
<div class="video-cover" @click="videoShowMsg" v-show="isXiHaiAn"></div> <div class="video-cover" @click="videoShowMsg"></div>
<div class="waterMark waterMark-left-top" v-show="isXiHaiAn"> <div class="waterMark waterMark-left-top">
{{ userInfo.usernameShow }} {{ userInfo.usernameShow }}
</div> </div>
<div class="waterMark waterMark-right-top" v-show="isXiHaiAn"> <div class="waterMark waterMark-right-top">
{{ userInfo.realNameShow }} {{ userInfo.realNameShow }}
</div> </div>
<div class="waterMark waterMark-left-bottom" v-show="isXiHaiAn"> <div class="waterMark waterMark-left-bottom">
{{ userInfo.usernameShow }} {{ userInfo.usernameShow }}
</div> </div>
<div class="waterMark waterMark-right-bottom" v-show="isXiHaiAn"> <div class="waterMark waterMark-right-bottom">
{{ userInfo.realNameShow }} {{ userInfo.realNameShow }}
</div> </div>
<vue3VideoPlay v-bind="options" /> <vue3VideoPlay v-bind="options" />
@ -843,13 +828,6 @@
}, },
], ],
matter: [{ min: 1, max: 500, required: true, message: '可输入500字内容' }], matter: [{ min: 1, max: 500, required: true, message: '可输入500字内容' }],
// phone: [
// {
// required: true,
// pattern: /^1[3|4|5|7|8|9][0-9]\d{8}$/,
// message: '',
// },
// ],
dept: [ dept: [
{ {
required: true, required: true,
@ -948,7 +926,6 @@
dataSource.value = param.dataSource dataSource.value = param.dataSource
pagination.value.total = param.total pagination.value.total = param.total
// getCamera()
}) })
// //
mybus.off('pointMarkerClick') mybus.off('pointMarkerClick')
@ -1004,10 +981,6 @@
{ {
arr: [ arr: [
{ {
// description:
// '便',
// resourceId: 'dbsb',
// type: '',
description: data.description, description: data.description,
resourceId: data.id, resourceId: data.id,
resourceName: data.wrjName, resourceName: data.wrjName,
@ -1444,14 +1417,6 @@
pagination.value.total = 0 pagination.value.total = 0
selectType.value = '感知资源' selectType.value = '感知资源'
} else if (name == '城市云脑会客厅') { } else if (name == '城市云脑会客厅') {
// room.value = false
// wrjFlag.value = true
// showMap.value = false
// roomYuyue.value = true
// roomResult.value = false
// tabList.value[1] = []
// emits('add', 6)
// searchData()
} }
clickList.value[indexFather].content.splice( clickList.value[indexFather].content.splice(
clickList.value[indexFather].content.indexOf(name), clickList.value[indexFather].content.indexOf(name),
@ -1491,12 +1456,10 @@
mapSearchParam.value.labelCodes.push(item.labelCode) mapSearchParam.value.labelCodes.push(item.labelCode)
}) })
} }
// todo
mapSearchParam.value.gpsX = '' mapSearchParam.value.gpsX = ''
mapSearchParam.value.gpsY = '' mapSearchParam.value.gpsY = ''
mapSearchParam.value.radius = '' mapSearchParam.value.radius = ''
mapSearchParam.value.type = '' mapSearchParam.value.type = ''
console.log('mapSearchParam----->查询条件', mapSearchParam.value)
mapSearchParam.value.labelCodes = mapSearchParam.value.labelCodes + '' mapSearchParam.value.labelCodes = mapSearchParam.value.labelCodes + ''
emits('add', 1) emits('add', 1)
getCamera() getCamera()
@ -1717,7 +1680,6 @@
videoList.value.push(ob) videoList.value.push(ob)
}) })
} }
console.log('验证数据的准确性', videoList)
batchVisible.value = true batchVisible.value = true
} else { } else {
message.error('请选择需要预览的数据') message.error('请选择需要预览的数据')
@ -1750,7 +1712,6 @@
videoList.value.push(ob) videoList.value.push(ob)
}) })
} }
console.log('验证数据的准确性', videoList)
batchPicVisible.value = true batchPicVisible.value = true
} else { } else {
message.error('请选择需要预览的数据') message.error('请选择需要预览的数据')
@ -1778,8 +1739,6 @@
} }
const videoClean = () => { const videoClean = () => {
// //
// selectedList.value = []
// selectedRowKeys.value = []
videoList.value = [] videoList.value = []
current.value = 1 current.value = 1
} }
@ -1787,11 +1746,8 @@
const changePage = (page) => {} const changePage = (page) => {}
// //
const dept = reactive({}) const dept = reactive({})
// eslint-disable-next-line no-undef
if (infrastructure) { if (infrastructure) {
// eslint-disable-next-line no-undef
dept.deptId = infrastructure.deptId || '' dept.deptId = infrastructure.deptId || ''
// eslint-disable-next-line no-undef
dept.deptName = infrastructure.deptName || '' dept.deptName = infrastructure.deptName || ''
} }
@ -1809,7 +1765,6 @@
} }
const apply = async () => { const apply = async () => {
console.log('一键申请', selectedList.value)
if (selectedRowKeys.value.length != 0) { if (selectedRowKeys.value.length != 0) {
// //
let maxNumRes = await judegNumber() let maxNumRes = await judegNumber()
@ -1831,6 +1786,7 @@
deptName: dept.deptName, deptName: dept.deptName,
}, },
] ]
console.log('一键申请', arr)
localStorage.setItem('applyList', JSON.stringify(arr)) localStorage.setItem('applyList', JSON.stringify(arr))
router.push({ router.push({
path: '/apply', path: '/apply',
@ -1851,30 +1807,27 @@
break break
} }
} }
// //
// const addShopCar = () => {
// console.log('')
// }
const wrjFlag = ref(false) const wrjFlag = ref(false)
// 西-loading
const loadingCamera = ref(false)
const getCamera = (flag, str) => { const getCamera = (flag, str) => {
console.log( loadingCamera.value = true;
'mapSearchParam.value.cameraName------------>',
mapSearchParam.value.cameraName
)
if (flag) { if (flag) {
mapSearchParam.value.cameraName = str mapSearchParam.value.cameraName = str
console.log('赋值===============》', str, mapSearchParam.value)
} }
console.log('初始化调用') console.log('初始化调用')
console.log('不选左侧树的时候不调用接口', mapSearchParam.value) console.log('不选左侧树的时候不调用接口', mapSearchParam.value)
if (!whoShow1.value.itShowXiHaiAn) { if (!whoShow1.value.itShowXiHaiAn) {
getCameraByParentId(mapSearchParam.value).then((res) => { getCameraByParentId(mapSearchParam.value).then((res) => {
console.log('RRRRRRRRRR', res.data.data) console.log('res--查询摄像头---------->', res);
loadingCamera.value = false;
dataSource.value = res.data.data dataSource.value = res.data.data
pagination.value.total = res.data.count pagination.value.total = res.data.count
}).catch(err => {
loadingCamera.value = false;
message.error(err)
}) })
} else { } else {
console.log('mapSearchParam------------>', mapSearchParam)
let params = { let params = {
regionId: regionId:
mapSearchParam.value.parentId || '70be8c5b664f4bcf869d82f2e8335051', mapSearchParam.value.parentId || '70be8c5b664f4bcf869d82f2e8335051',
@ -1911,9 +1864,13 @@
} }
} }
getCameraByCondition(params).then((res) => { getCameraByCondition(params).then((res) => {
console.log('res--查询摄像头---------->', res);
loadingCamera.value = false;
dataSource.value = res.data.data dataSource.value = res.data.data
pagination.value.total = res.data.count pagination.value.total = res.data.count
console.log('根据parent查询摄像头', res.data.data) }).catch(err => {
loadingCamera.value = false;
message.error(err)
}) })
} }
} }
@ -1931,9 +1888,7 @@
note1: [v], note1: [v],
}) })
}) })
console.log('_arr------------>', _arr);
sgcInsert(_arr).then((res) => { sgcInsert(_arr).then((res) => {
console.log('res------申购车------>', res);
if(res.data.code !== 0) { if(res.data.code !== 0) {
return message.error(res.data.msg) return message.error(res.data.msg)
} }
@ -2001,7 +1956,6 @@
align: 'center', align: 'center',
}, },
]) ])
// const allClick = ref([])
const onSelectChange = ( const onSelectChange = (
record, record,
selected, selected,
@ -2009,7 +1963,6 @@
nativeEvent, nativeEvent,
type type
) => { ) => {
console.log('hahhahah', record, selected, selectedRows, nativeEvent)
record = JSON.parse(JSON.stringify(record)) record = JSON.parse(JSON.stringify(record))
if (selected) { if (selected) {
if (selectedRowKeys.value.length == 1000) { if (selectedRowKeys.value.length == 1000) {
@ -2041,9 +1994,6 @@
if (selectedRowKeys.value.length > 1000) { if (selectedRowKeys.value.length > 1000) {
message.warning('最多只能添加1000个摄像头') message.warning('最多只能添加1000个摄像头')
changeRows.map((val) => { changeRows.map((val) => {
// selectedList.value = selectedList.value.filter(
// (item) => item.idtCameraChannel !== val.idtCameraChannel
// )
selectedList.value.forEach((ele, index) => { selectedList.value.forEach((ele, index) => {
if (ele.channelCode == record.channelCode) { if (ele.channelCode == record.channelCode) {
selectedList.value.splice(index, 1) selectedList.value.splice(index, 1)