From 30c8d72f0d75126a729e89aaeb1e194f63a75c9f Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 19 二月 2025 16:57:59 +0800
Subject: [PATCH] 原材料报检联调

---
 src/views/business/materialOrder/index.vue |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/src/views/business/materialOrder/index.vue b/src/views/business/materialOrder/index.vue
index 9e9601b..e59e5f2 100644
--- a/src/views/business/materialOrder/index.vue
+++ b/src/views/business/materialOrder/index.vue
@@ -195,7 +195,6 @@
 </template>
 
 <script>
-import CustomsInspection from "./customsInspection.vue";
 import PrintDialog from "@/views/business/materialOrderComponents/materialOrder/printDialog.vue";
 import ShowInfo from "@/views/business/materialOrderComponents/materialOrder/showInfo.vue";
 import DataLookVisible from "@/views/business/materialOrderComponents/materialOrder/dataLookVisible.vue";
@@ -206,9 +205,7 @@
   concessionRelease,
   getIfsByAll,
   getIfsByOver,
-  getIfsByQuarter,
   getIfsByStateOne,
-  getPurchaseOrder,
   rawAllExport,
   rawOrderRelease,
   repealEnterRawOrder,
@@ -222,7 +219,7 @@
 export default {
   name: "b1-material-inspection-order",
   // import 寮曞叆鐨勭粍浠堕渶瑕佹敞鍏ュ埌瀵硅薄涓墠鑳戒娇鐢�
-  components: {limsTable,DownFileDialog, FilesLookVisible, DataLookVisible, ShowInfo, PrintDialog, CustomsInspection},
+  components: {limsTable,DownFileDialog, FilesLookVisible, DataLookVisible, ShowInfo, PrintDialog},
   data() {
     // 杩欓噷瀛樻斁鏁版嵁
     return {
@@ -260,7 +257,6 @@
           dataType: 'action',
           fixed: 'right',
           label: '鎿嶄綔',
-          width: '170px',
           operation: [
             {
               name: '涓嬪崟',
@@ -330,7 +326,6 @@
           dataType: 'action',
           fixed: 'right',
           label: '鎿嶄綔',
-          width: '140px',
           operation: [
             {
               name: '鏁版嵁鏌ョ湅',
@@ -404,7 +399,6 @@
           dataType: 'action',
           fixed: 'right',
           label: '鎿嶄綔',
-          width: '420px',
           operation: [
             {
               name: '瀛e害妫�楠�',
@@ -518,7 +512,6 @@
           dataType: 'action',
           fixed: 'right',
           label: '鎿嶄綔',
-          width: '140px',
           operation: [
             {
               name: '鏁版嵁鏌ョ湅',
@@ -585,7 +578,6 @@
           dataType: 'action',
           fixed: 'right',
           label: '鎿嶄綔',
-          width: '250px',
           operation: [
             {
               name: '瀛e害妫�楠�',
@@ -1044,8 +1036,8 @@
     },
     // 鏁版嵁鏌ョ湅
     handleDataLook(row) {
-      this.dataDialogVisible = true;
       this.dataLookInfo = row
+      this.dataDialogVisible = true;
     },
     // 鍏抽棴鏁版嵁鏌ョ湅寮规
     closeDataLook () {

--
Gitblit v1.9.3