|
|
@@ -3,6 +3,9 @@
|
|
|
<div class="navBarTOP">
|
|
|
<!-- 顶部条-->
|
|
|
<van-nav-bar class="navBar" title="计划外">
|
|
|
+ <template #left>
|
|
|
+ <H5Camera />
|
|
|
+ </template>
|
|
|
<template #right>
|
|
|
<span @click="searchFn">筛选<van-icon name="arrow-down" /></span>
|
|
|
</template>
|
|
|
@@ -534,9 +537,10 @@ import xmgj from '@/assets/xmgj.png';
|
|
|
import { getOrderUrlByStoreId } from '@/api/inventory';
|
|
|
import { checkStoreAddressByStoreCode } from '@/api/visitstore';
|
|
|
import { getPosition, getMapPoi, getkeywordPoi, getTicketFun } from '@/utils/TXApiFun';
|
|
|
+import H5Camera from '@/components/H5Camera';
|
|
|
export default {
|
|
|
name: 'outsidelist',
|
|
|
- components: { tabBar, mapmarker },
|
|
|
+ components: { tabBar, mapmarker, H5Camera },
|
|
|
data() {
|
|
|
return {
|
|
|
yichang: yichang,
|