diff --git a/fe/UI.DY.AgGridReport/src/router/index.js b/fe/UI.DY.AgGridReport/src/router/index.js
index f2ba52c7e..ea784c371 100644
--- a/fe/UI.DY.AgGridReport/src/router/index.js
+++ b/fe/UI.DY.AgGridReport/src/router/index.js
@@ -25,7 +25,8 @@ import ProductionReturnSummary from '../views/report/ProductionReturnSummary.vue
import ProductReceiptSummary from '../views/report/ProductReceiptSummary.vue'
import SupplierAndOrderSummary from '../views/report/SupplierAndOrderSummary.vue'
import rawScrapList from '../views/report/rawScrapList.vue'
-import InventoryBookDetail from '../views/report/InventoryBookDetail.vue'
+import inspection from '../views/report/inspection.vue'
+// import InventoryBookDetail from '../views/report/InventoryBookDetail.vue'
Vue.use(VueRouter)
const routes = [
@@ -229,6 +230,14 @@ const routes = [
title:"原物料过期报表",
}
},
+ {
+ path: '/inspection',
+ name: 'inspection',
+ component: inspection,
+ meta:{
+ title:"质检报表",
+ }
+ },
// {
// path: '/InventoryBookDetail',
// name: 'InventoryBookDetail',
diff --git a/fe/UI.DY.AgGridReport/src/views/report/inspection.vue b/fe/UI.DY.AgGridReport/src/views/report/inspection.vue
new file mode 100644
index 000000000..8565a8375
--- /dev/null
+++ b/fe/UI.DY.AgGridReport/src/views/report/inspection.vue
@@ -0,0 +1,61 @@
+
+
+
+
+
\ No newline at end of file