From 2060d54ce3e179511e51f7a4d4ad0c567eea50c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Thu, 2 Sep 2021 22:33:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=B9=E9=87=8F=E4=BF=AE=E6=94=B9=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/report/AllocationDetail.vue | 2 +- jshERP-web/src/views/report/CustomerAccount.vue | 2 +- jshERP-web/src/views/report/InDetail.vue | 2 +- jshERP-web/src/views/report/InMaterialCount.vue | 2 +- jshERP-web/src/views/report/InOutStockReport.vue | 2 +- jshERP-web/src/views/report/OutDetail.vue | 2 +- jshERP-web/src/views/report/OutMaterialCount.vue | 2 +- jshERP-web/src/views/report/StockWarningReport.vue | 2 +- jshERP-web/src/views/report/VendorAccount.vue | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/jshERP-web/src/views/report/AllocationDetail.vue b/jshERP-web/src/views/report/AllocationDetail.vue index 3e8d8343..893de1ed 100644 --- a/jshERP-web/src/views/report/AllocationDetail.vue +++ b/jshERP-web/src/views/report/AllocationDetail.vue @@ -96,7 +96,7 @@ import JEllipsis from '@/components/jeecg/JEllipsis' import moment from 'moment' export default { - name: "BuyInReport", + name: "AllocationDetail", mixins:[JeecgListMixin], components: { BillDetail, diff --git a/jshERP-web/src/views/report/CustomerAccount.vue b/jshERP-web/src/views/report/CustomerAccount.vue index 6bf08722..d14394c5 100644 --- a/jshERP-web/src/views/report/CustomerAccount.vue +++ b/jshERP-web/src/views/report/CustomerAccount.vue @@ -78,7 +78,7 @@ import JEllipsis from '@/components/jeecg/JEllipsis' import moment from 'moment' export default { - name: "BuyInReport", + name: "CustomerAccount", mixins:[JeecgListMixin], components: { BillDetail, diff --git a/jshERP-web/src/views/report/InDetail.vue b/jshERP-web/src/views/report/InDetail.vue index 94a574cd..bd8b7e7d 100644 --- a/jshERP-web/src/views/report/InDetail.vue +++ b/jshERP-web/src/views/report/InDetail.vue @@ -89,7 +89,7 @@ import JEllipsis from '@/components/jeecg/JEllipsis' import moment from 'moment' export default { - name: "BuyInReport", + name: "InDetail", mixins:[JeecgListMixin], components: { BillDetail, diff --git a/jshERP-web/src/views/report/InMaterialCount.vue b/jshERP-web/src/views/report/InMaterialCount.vue index 5bc5da7e..4d0fb89f 100644 --- a/jshERP-web/src/views/report/InMaterialCount.vue +++ b/jshERP-web/src/views/report/InMaterialCount.vue @@ -83,7 +83,7 @@ import JEllipsis from '@/components/jeecg/JEllipsis' import moment from 'moment' export default { - name: "BuyInReport", + name: "InMaterialCount", mixins:[JeecgListMixin], components: { JEllipsis diff --git a/jshERP-web/src/views/report/InOutStockReport.vue b/jshERP-web/src/views/report/InOutStockReport.vue index 4cd9092f..21756a88 100644 --- a/jshERP-web/src/views/report/InOutStockReport.vue +++ b/jshERP-web/src/views/report/InOutStockReport.vue @@ -73,7 +73,7 @@ import moment from 'moment' import Vue from 'vue' export default { - name: "BuyInReport", + name: "InOutStockReport", mixins:[JeecgListMixin], components: { JEllipsis diff --git a/jshERP-web/src/views/report/OutDetail.vue b/jshERP-web/src/views/report/OutDetail.vue index 8b5ba838..c712b864 100644 --- a/jshERP-web/src/views/report/OutDetail.vue +++ b/jshERP-web/src/views/report/OutDetail.vue @@ -89,7 +89,7 @@ import JEllipsis from '@/components/jeecg/JEllipsis' import moment from 'moment' export default { - name: "BuyInReport", + name: "OutDetail", mixins:[JeecgListMixin], components: { BillDetail, diff --git a/jshERP-web/src/views/report/OutMaterialCount.vue b/jshERP-web/src/views/report/OutMaterialCount.vue index 01469e27..64ce384d 100644 --- a/jshERP-web/src/views/report/OutMaterialCount.vue +++ b/jshERP-web/src/views/report/OutMaterialCount.vue @@ -83,7 +83,7 @@ import JEllipsis from '@/components/jeecg/JEllipsis' import moment from 'moment' export default { - name: "BuyInReport", + name: "OutMaterialCount", mixins:[JeecgListMixin], components: { JEllipsis diff --git a/jshERP-web/src/views/report/StockWarningReport.vue b/jshERP-web/src/views/report/StockWarningReport.vue index e441b44e..9552153e 100644 --- a/jshERP-web/src/views/report/StockWarningReport.vue +++ b/jshERP-web/src/views/report/StockWarningReport.vue @@ -61,7 +61,7 @@ import { getMpListShort } from "@/utils/util" import Vue from 'vue' export default { - name: "BuyInReport", + name: "StockWarningReport", mixins:[JeecgListMixin], components: { JEllipsis diff --git a/jshERP-web/src/views/report/VendorAccount.vue b/jshERP-web/src/views/report/VendorAccount.vue index e9af2ca8..69cb8fc9 100644 --- a/jshERP-web/src/views/report/VendorAccount.vue +++ b/jshERP-web/src/views/report/VendorAccount.vue @@ -78,7 +78,7 @@ import JEllipsis from '@/components/jeecg/JEllipsis' import moment from 'moment' export default { - name: "BuyInReport", + name: "VendorAccount", mixins:[JeecgListMixin], components: { BillDetail,