From 40475c63a8dc78b31e5104ac03b03934a6a6e9e1 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期五, 13 九月 2024 17:00:18 +0800
Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/tx-lims-before into master

---
 src/components/do/b1-inspect-order-plan/Inspection.vue |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/src/components/do/b1-inspect-order-plan/Inspection.vue b/src/components/do/b1-inspect-order-plan/Inspection.vue
index 7b94796..9f76b1c 100644
--- a/src/components/do/b1-inspect-order-plan/Inspection.vue
+++ b/src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -185,6 +185,9 @@
     display: flex;
     align-items: center;
   }
+  .noShow{
+    opacity: 0;
+  }
 </style>
 <style>
   .inspection .el-form-item__label {
@@ -254,7 +257,7 @@
 <template>
   <div v-loading="loading" class="inspection">
     <el-row class="title">
-      <el-col :span="12" style="padding-left: 20px;text-align: left;" >妫�楠屽崟璇︽儏
+      <el-col :span="12" style="padding-left: 20px;text-align: left;" :class="{noShow:noBack}">妫�楠屽崟璇︽儏
       </el-col>
       <el-col :span="12" style="text-align: right;">
         <el-button size="small" type="primary" @click="sampleVisible=true;uploadSample()">鏍峰搧鍒囨崲</el-button>
@@ -266,7 +269,7 @@
           v-if="state>1&&!isLook">缁х画璇曢獙</el-button>
         <el-button size="small" @click="upInsReview(0)" v-if="state>1&&!isLook" type="danger">鍐嶆璇曢獙</el-button>
         <el-button size="small" @click="upInsReview(2)" v-if="state>1&&!isLook">缁撴潫璇曢獙</el-button>
-        <el-button size="small" @click="$emit('goback')">杩斿洖</el-button>
+        <el-button size="small" @click="$emit('goback')" v-if="!noBack">杩斿洖</el-button>
       </el-col>
     </el-row>
     <div class="search" v-show="!isLook">
@@ -746,7 +749,7 @@
         :delUrl="$api.insOrderPlan.delfile"
         :key="upIndex" style="height: 100%;margin-top: 16px;"/>
     </div>
-    <el-drawer title="鏍峰搧鍒囨崲" :visible.sync="sampleVisible" :size="500">
+    <el-drawer title="鏍峰搧鍒囨崲" :visible.sync="sampleVisible" :size="500" :modal="!noBack">
       <el-table class="el-table" ref="productTable" :data="sampleProduct" height="100%" tooltip-effect="dark" border
         highlight-current-row @row-click="handleChangeSample" :row-class-name="tableRowClassName"
         :current-row-key="currentKey" :row-key="record=>record.index" v-if="sampleVisible">
@@ -867,7 +870,7 @@
   import CircuitParameters1 from './circuit-parameters1.vue'
   import CircuitParameters2 from './circuit-parameters2.vue'
   export default {
-    props: ['sonLaboratory', 'orderId', 'state','inspectorList','version','orderStateId','isLook','num1'],
+    props: ['sonLaboratory', 'orderId', 'state','inspectorList','version','orderStateId','isLook','num1','noBack'],
     components: {
       ValueTable,
       Circuit,

--
Gitblit v1.9.3