From 71cdf662247ec0092f02c2d7c20cef01726416ad Mon Sep 17 00:00:00 2001
From: wwl <xchao828@163.com>
Date: 星期三, 11 十二月 2024 15:25:01 +0800
Subject: [PATCH] 总检

---
 src/views/sampling/sampling/index.vue |   29 ++++++++++++++++-------------
 1 files changed, 16 insertions(+), 13 deletions(-)

diff --git a/src/views/sampling/sampling/index.vue b/src/views/sampling/sampling/index.vue
index 9908694..b2dfe67 100644
--- a/src/views/sampling/sampling/index.vue
+++ b/src/views/sampling/sampling/index.vue
@@ -111,7 +111,12 @@
         <el-button type="primary" :disabled="!disabled" @click="Cancellation"
           >鎾ら攢鍚堝苟</el-button
         >
-        <el-button type="primary" @click="Confirmreceipt" :disabled="!selectList.length">閲囨牱鎵撶爜</el-button>
+        <el-button
+          type="primary"
+          @click="Confirmreceipt"
+          :disabled="!selectList.length"
+          >閲囨牱鎵撶爜</el-button
+        >
       </el-col>
       <el-col
         :span="12"
@@ -188,9 +193,9 @@
           </el-table-column>
         </el-table>
       </div>
-      <div style="width: 50%" v-if="this.rightTabShow">
+      <div style="width: 50%">
+        <!-- v-if="this.rightTabShow" -->
         <el-table
-         
           v-loading="loading"
           :data="tableList"
           @selection-change="handleChange"
@@ -454,15 +459,14 @@
       form: {},
       // 琛ㄥ崟鏍¢獙
       rules: {},
-      rightTabShow: false
+      // rightTabShow: false
     };
   },
   created() {
     // this.getNowTime();
     getTxmmccd().then((res) => {
       this.msg = Number(res.msg);
-      console.log(res,444);
-      
+      console.log(res, 444);
     });
     this.getdate();
   },
@@ -470,7 +474,6 @@
     this.$nextTick(() => {
       this.$refs.inputName.focus();
     });
-
   },
   computed: {
     disabled() {
@@ -599,9 +602,8 @@
               this.$refs.tb.toggleRowSelection(this.samplingList[0], true);
               // this.fetchData(this.samplingList[0].tjNumber);
               // ddddddddddddddd
-              this.rightTabShow = true
+              // this.rightTabShow = true
             });
-       
           }
           this.total = response.data.total;
           this.loading1 = false;
@@ -840,6 +842,7 @@
               height: 50,
               displayValue: false,
             });
+            
           } else {
             console.log(`鏉″舰鐮佸唴瀹规棤鏁�: ${barcodeContent}`); // 璋冭瘯杈撳嚭
           }
@@ -920,11 +923,11 @@
               }
               .last p {
               // font-weight: bold;
-                margin-left: 10px; 
+                margin-left: 1px; 
                 // font-family: "Arial Black", sans-serif !important; 
               }
                 p {
-                margin-left: 10px; 
+                margin-left: 1px; 
                 // font-weight: bold;
                 // font-family: "Arial Black", sans-serif !important;  
               }
@@ -937,7 +940,7 @@
                  font-family: "Arial Black", sans-serif !important; 
               }
               .tj span {
-                margin-left: 10px;
+                margin-left: 1px;
               }
             }
           </style>
@@ -986,7 +989,7 @@
 
     // 纭閲囨牱
     Confirmreceipt() {
-      let data = this.ids;
+      // let data = this.ids;
       console.log(this.ids, 999);
 
       const loadingInstance = this.$loading({

--
Gitblit v1.8.0