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,