liyg 2 years ago
parent
commit
3fbaef2fa6

+ 5 - 0
src/views/statisticalReport/components/salesLogisticsStatistics/saleChemicalCokeForm.vue

@@ -262,8 +262,13 @@
 import { sjTime } from "@/utils/sharedJsFile";
 import { sjTime } from "@/utils/sharedJsFile";
 import { getCookie } from '@/utils/util.js'
 import { getCookie } from '@/utils/util.js'
 import PathView from './mapTest.vue'
 import PathView from './mapTest.vue'
+import currentLocation from './currentLocation.vue'
 import { downloadFile, creatImageFile } from '@/utils/base64ToBlob.js'
 import { downloadFile, creatImageFile } from '@/utils/base64ToBlob.js'
 export default {
 export default {
+  components: {
+    PathView,
+    currentLocation
+  },
   data() {
   data() {
     return {
     return {
       orderNumber: null,
       orderNumber: null,

+ 6 - 0
src/views/statisticalReport/components/salesLogisticsStatistics/saleCoproductForm.vue

@@ -260,7 +260,13 @@
 <script>
 <script>
 import { sjTime } from "@/utils/sharedJsFile";
 import { sjTime } from "@/utils/sharedJsFile";
 import { getCookie } from "@/utils/util.js";
 import { getCookie } from "@/utils/util.js";
+import PathView from './mapTest.vue'
+import currentLocation from './currentLocation.vue'
 export default {
 export default {
+  components: {
+    PathView,
+    currentLocation
+  },
   data() {
   data() {
     return {
     return {
       orderNumber: null,
       orderNumber: null,