From 3a05fd672f3cf6fcd847e28d93ad3e3b9c01fea2 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期三, 16 四月 2025 15:58:32 +0800
Subject: [PATCH] 网络分析仪

---
 src/views/business/inspectionTask/index.vue |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/views/business/inspectionTask/index.vue b/src/views/business/inspectionTask/index.vue
index 04d6c71..96a4352 100644
--- a/src/views/business/inspectionTask/index.vue
+++ b/src/views/business/inspectionTask/index.vue
@@ -64,15 +64,14 @@
               </template>
               <div>
                 <el-button :disabled="(scope.row.insState != 3 || scope.row.userName == null ||
-                  (scope.row.userName && !scope.row.userName.includes(nickName)))" style="margin-left: 10px"
-                  type="text" size="small" @click="download(scope.row)">涓嬭浇鎶ュ憡</el-button>
+                  (scope.row.userName && !scope.row.userName.includes(nickName)))" style="margin-left: 10px" type="text"
+                  size="small" @click="download(scope.row)">涓嬭浇鎶ュ憡</el-button>
                 <el-upload ref='upload' :action="javaApi + '/insReport/inReport'" :before-upload="beforeUpload"
                   :data="{ id: scope.row.insReportId }" :headers="uploadHeader" :on-error="onError"
                   :on-success="handleSuccessUp" :show-file-list="false" style="display: inline;margin: 0 6px"
                   accept='.jpg,.jpeg,.png,.gif,.doc,.docx,.xls,.xlsx,.ppt,.pptx,.pdf,.zip,.rar'>
                   <el-button :disabled="(scope.row.insState != 3 || scope.row.userName == null ||
-                    (scope.row.userName && !scope.row.userName.includes(nickName)))" size="small"
-                    type="text">涓婁紶</el-button>
+                    (scope.row.userName && !scope.row.userName.includes(nickName)))" size="small" type="text">涓婁紶</el-button>
                 </el-upload>
                 <el-button :disabled="(scope.row.insState != 3 || scope.row.userName == null ||
                   (scope.row.userName && !scope.row.userName.includes(nickName)))" type="text" size="small"
@@ -253,6 +252,7 @@
   },
   data() {
     return {
+      workShopId: null,
       issuedVisible: false,
       fullscreen: false,
       lookDialogVisible: false,
@@ -471,7 +471,7 @@
         { label: "妫�楠屽瓙椤�", prop: "inspectionItemSubclass" },
         { label: "鍗曚綅", prop: "unit" },
         { label: "鏍峰搧鍨嬪彿", prop: "model", mergeCol: true },
-        { label: "鏉′欢", prop: "radius" },
+        { label: "璇曢獙鏉′欢", prop: "radius" },
         { label: "鐢电紗鏍囪瘑", prop: "cableTag" },
         { label: "璇曢獙瑕佹眰", prop: "tell" },
         { label: "妫�楠岀粨鏋�", prop: "lastValue" },
@@ -779,6 +779,7 @@
       }
       this.inspectorList = inspectorList;
       this.sonLaboratory = row.sonLaboratory;
+      this.workShopId = row.workShopId;
       this.state = 1;
       this.typeSource = row.typeSource;
       this.orderId = row.id;
@@ -790,6 +791,7 @@
           state: this.state,
           typeSource: this.typeSource,
           orderId: this.orderId,
+          workShopId: row.workShopId
         },
       });
     },

--
Gitblit v1.9.3