lilei 3 gadi atpakaļ
vecāks
revīzija
855d0d68f2

+ 10 - 10
src/config/router.config.js

@@ -2065,7 +2065,7 @@ export const asyncRouterMap = [
               {
                 path: 'list',
                 name: 'inventoryReportList',
-                component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/inventoryReport/list.vue'),
+                component: () => import(/* webpackChunkName: "reportData1" */ '@/views/reportData/inventoryReport/list.vue'),
                 meta: {
                   title: '盘点报表列表',
                   icon: 'profile',
@@ -2090,7 +2090,7 @@ export const asyncRouterMap = [
               {
                 path: 'list',
                 name: 'chainSalesReportList',
-                component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/chainSalesReport/list.vue'),
+                component: () => import(/* webpackChunkName: "reportData1" */ '@/views/reportData/chainSalesReport/list.vue'),
                 meta: {
                   title: '连锁销售报表列表',
                   icon: 'profile',
@@ -2115,7 +2115,7 @@ export const asyncRouterMap = [
               {
                 path: 'list',
                 name: 'chainSalesDetailReportList',
-                component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/chainSalesDetailReport/list.vue'),
+                component: () => import(/* webpackChunkName: "reportData1" */ '@/views/reportData/chainSalesDetailReport/list.vue'),
                 meta: {
                   title: '连锁销售明细报表列表',
                   icon: 'profile',
@@ -2140,7 +2140,7 @@ export const asyncRouterMap = [
               {
                 path: 'list',
                 name: 'chainSalesDetailsCountReportList',
-                component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/chainSalesDetailsCountReport/list.vue'),
+                component: () => import(/* webpackChunkName: "reportData1" */ '@/views/reportData/chainSalesDetailsCountReport/list.vue'),
                 meta: {
                   title: '连锁销售明细合计列表',
                   icon: 'profile',
@@ -2165,7 +2165,7 @@ export const asyncRouterMap = [
               {
                 path: 'list',
                 name: 'chainCustomerReportList',
-                component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/chainCustomerReport/list.vue'),
+                component: () => import(/* webpackChunkName: "reportData1" */ '@/views/reportData/chainCustomerReport/list.vue'),
                 meta: {
                   title: '连锁大客户报表列表',
                   icon: 'profile',
@@ -2190,7 +2190,7 @@ export const asyncRouterMap = [
               {
                 path: 'list',
                 name: 'chainStockIncomeReportList',
-                component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/chainStockIncomeReport/list.vue'),
+                component: () => import(/* webpackChunkName: "reportData1" */ '@/views/reportData/chainStockIncomeReport/list.vue'),
                 meta: {
                   title: '连锁库存总入报表列表',
                   icon: 'profile',
@@ -2215,7 +2215,7 @@ export const asyncRouterMap = [
               {
                 path: 'list',
                 name: 'chainStockExpenditureReportList',
-                component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/chainStockExpenditureReport/list.vue'),
+                component: () => import(/* webpackChunkName: "reportData1" */ '@/views/reportData/chainStockExpenditureReport/list.vue'),
                 meta: {
                   title: '连锁库存总出报表列表',
                   icon: 'profile',
@@ -2240,7 +2240,7 @@ export const asyncRouterMap = [
               {
                 path: 'list',
                 name: 'chainStockReportList',
-                component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/chainStockReport/list.vue'),
+                component: () => import(/* webpackChunkName: "reportData1" */ '@/views/reportData/chainStockReport/list.vue'),
                 meta: {
                   title: '连锁库存总表列表',
                   icon: 'profile',
@@ -2265,7 +2265,7 @@ export const asyncRouterMap = [
               {
                 path: 'list',
                 name: 'chainPurchaseReceiptReportList',
-                component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/chainPurchaseReceiptReport/list.vue'),
+                component: () => import(/* webpackChunkName: "reportData1" */ '@/views/reportData/chainPurchaseReceiptReport/list.vue'),
                 meta: {
                   title: '连锁采购入库报表列表',
                   icon: 'profile',
@@ -2290,7 +2290,7 @@ export const asyncRouterMap = [
               {
                 path: 'list',
                 name: 'chainReceivedSendStorageReportList',
-                component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/chainReceivedSendStorageReport/list.vue'),
+                component: () => import(/* webpackChunkName: "reportData1" */ '@/views/reportData/chainReceivedSendStorageReport/list.vue'),
                 meta: {
                   title: '连锁收发存报表列表',
                   icon: 'profile',

+ 0 - 1
src/views/financialManagement/fundAccountManagement/detail.vue

@@ -151,7 +151,6 @@ export default {
   methods: {
     //  时间  change
     dateChange (date) {
-      console.log(date)
       if (date.length) {
         this.queryParam.beginDate = date[0] + ' 00:00:00'
         this.queryParam.endDate = date[1] + ' 00:00:00'