From 22901b52106c28370b2ca4ab3856e5bb04df978e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Thu, 5 Dec 2024 15:54:21 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90nev-=E6=8A=A5=E8=A1=A8=E3=80=91?= =?UTF-8?q?=E8=B4=A8=E6=A3=80=E6=8A=A5=E8=A1=A8=E5=8F=8A=E7=99=BE=E5=88=86?= =?UTF-8?q?=E7=8E=87=E9=97=AE=E9=A2=98=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/UI.DY.AgGridReport/src/router/index.js | 11 +++- .../src/views/report/inspection.vue | 61 +++++++++++++++++++ 2 files changed, 71 insertions(+), 1 deletion(-) create mode 100644 fe/UI.DY.AgGridReport/src/views/report/inspection.vue 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