From bf7a41f935889055d802c757a29cd2ff6d565844 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 19 二月 2025 16:31:14 +0800
Subject: [PATCH] 1.成品下单页面迁移

---
 src/views/business/materialOrder/customsInspection.vue |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/src/views/business/materialOrder/customsInspection.vue b/src/views/business/materialOrder/customsInspection.vue
index 63eb53f..4f9902b 100644
--- a/src/views/business/materialOrder/customsInspection.vue
+++ b/src/views/business/materialOrder/customsInspection.vue
@@ -431,7 +431,6 @@
 </template>
 
 <script>
-import ValueTable from "@/components/Table/value-table.vue";
 import {
   addInsOrder,
   addRawMaterOrderTemplate, delRawMaterOrderTemplate,
@@ -444,9 +443,7 @@
 export default {
   name: "CustomsInspection",
   dicts: ['check_type', 'urgency_level'],
-  components: {
-    ValueTable,
-  },
+  components: {},
   props: {
     currentId: {
       type: Number,

--
Gitblit v1.9.3