From 915983031664d94e1eee55f6d3a652205c3ef28f Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期六, 18 四月 2026 15:24:39 +0800
Subject: [PATCH] 新增销售和采购订单扫码入库功能,包括合格和不合格入库的API接口及前端页面支持,优化相关描述信息

---
 src/pages/qualityManagement/finalInspection/add.vue |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/src/pages/qualityManagement/finalInspection/add.vue b/src/pages/qualityManagement/finalInspection/add.vue
index 46fd37e..ccacef9 100644
--- a/src/pages/qualityManagement/finalInspection/add.vue
+++ b/src/pages/qualityManagement/finalInspection/add.vue
@@ -464,13 +464,6 @@
     return !!(v.productMainId != null || v.purchaseLedgerId != null);
   });
 
-  // 鑾峰彇椤甸潰ID
-  const getPageId = () => {
-    const pages = getCurrentPages();
-    const currentPage = pages[pages.length - 1];
-    return currentPage.options.id;
-  };
-
   // 杩斿洖涓婁竴椤�
   const goBack = () => {
     uni.navigateBack();

--
Gitblit v1.9.3