From 4909c0e377f2ddfab5fbe5ae41ccc055d7b31b20 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Wed, 6 Aug 2025 19:04:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E5=85=A8=E5=B7=A5=E5=99=A8=E5=85=B7?= =?UTF-8?q?=E9=A2=84=E8=AD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 6 ++ .../materialsStation/index/expiryDateList.vue | 102 ++++++++++++++++++ src/pages/materialsStation/index/index.vue | 30 ++++-- .../toolsLease/ocrScan/ocrOutScan.vue | 88 ++++----------- src/services/materialsStation.js | 27 +++++ 5 files changed, 179 insertions(+), 74 deletions(-) create mode 100644 src/pages/materialsStation/index/expiryDateList.vue diff --git a/src/pages.json b/src/pages.json index 0d7a9a7..6616a28 100644 --- a/src/pages.json +++ b/src/pages.json @@ -880,6 +880,12 @@ "style": { "navigationBarTitleText": "材料员确认" } + }, + { + "path": "pages/materialsStation/index/expiryDateList", + "style": { + "navigationBarTitleText": "安全工器具预警" + } } // 材料站 end ], diff --git a/src/pages/materialsStation/index/expiryDateList.vue b/src/pages/materialsStation/index/expiryDateList.vue new file mode 100644 index 0000000..3f0939e --- /dev/null +++ b/src/pages/materialsStation/index/expiryDateList.vue @@ -0,0 +1,102 @@ + + + + + diff --git a/src/pages/materialsStation/index/index.vue b/src/pages/materialsStation/index/index.vue index 4997265..c4e3526 100644 --- a/src/pages/materialsStation/index/index.vue +++ b/src/pages/materialsStation/index/index.vue @@ -1,5 +1,5 @@