From c8daca7ba2dafb6b6167f2c85cf3529d0f74c590 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期三, 04 三月 2026 16:35:04 +0800
Subject: [PATCH] fix:1.班次页面:月度统计时间调整为上月26到本月25;班次支持右键添加批注 2.外购下单:KJNS域订单免检自动更新批次属性;外购下单-全部页新增【更新IFS批次属性】按钮,支持更新已提交订单的批次属性 3.资源要求-设备:设备核查计划:核查负责人回显问题修复;设备使用授权:检验项目导出数据错误问题修复

---
 src/views/business/unpass/components/PurchaseVerification.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/views/business/unpass/components/PurchaseVerification.vue b/src/views/business/unpass/components/PurchaseVerification.vue
index 1071830..ae4619d 100644
--- a/src/views/business/unpass/components/PurchaseVerification.vue
+++ b/src/views/business/unpass/components/PurchaseVerification.vue
@@ -124,7 +124,8 @@
               </span>
             </div>
             <div>
-              <el-table :data="factoryVerifyItemList" style="width: 98%" v-loading="tableLoading">
+              <el-table :data="factoryVerifyItemList" style="width: 98%" v-loading="tableLoading"
+                        :header-cell-style="{ background: '#f8f8f9', color: '#515a6e' }" border>
                 <el-table-column type="index" label="搴忓彿" width="180" align="center"></el-table-column>
                 <el-table-column prop="inspectionItem" label="楠岃瘉椤圭洰" width="300"></el-table-column>
                 <el-table-column prop="result" label="楠岃瘉缁撴灉">
@@ -155,7 +156,8 @@
       style="max-height: 96vh; margin-top: 2vh" :show-close="false" :close-on-click-modal="false"
       :close-on-press-escape="false">
       <el-table :data="tableList" style="width: 100%" v-loading="tableLoading"
-        @selection-change="handleSelectionChange">
+                :header-cell-style="{ background: '#f8f8f9', color: '#515a6e' }" border
+                @selection-change="handleSelectionChange">
         <el-table-column type="selection" width="55"></el-table-column>
         <el-table-column type="index" label="搴忓彿" width="60" align="center"></el-table-column>
         <el-table-column prop="inspectionItem" label="楠岃瘉椤圭洰"></el-table-column>
@@ -244,7 +246,6 @@
   // 鏂规硶闆嗗悎
   methods: {
     async getInsOrder(operationType, item) {
-      console.log('operationType----', operationType)
       this.operationType = operationType
       this.info = item
       // 鏌ヨ宸叉彁浜ょ殑鏁版嵁

--
Gitblit v1.9.3