From 0e2d3f632e5286485321fc15a50b2531e53d6094 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 04 六月 2026 13:53:32 +0800
Subject: [PATCH] 马铃薯app 1.客户往来、供应商往来查询展示修改

---
 src/pages/qualityManagement/materialInspection/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/pages/qualityManagement/materialInspection/index.vue b/src/pages/qualityManagement/materialInspection/index.vue
index eb4a140..48bdbd0 100644
--- a/src/pages/qualityManagement/materialInspection/index.vue
+++ b/src/pages/qualityManagement/materialInspection/index.vue
@@ -1,7 +1,7 @@
 <template>
   <view class="material-inspection-page">
     <!-- 浣跨敤閫氱敤椤甸潰澶撮儴缁勪欢 -->
-    <PageHeader title="鍘熸潗鏂欐楠�"
+    <PageHeader title="鍘熸枡妫�楠�"
                 @back="goBack" />
     <!-- 鎼滅储鍖哄煙 -->
     <view class="search-section">
@@ -121,7 +121,7 @@
             <u-button type="primary"
                       size="small"
                       class="action-btn"
-                      :disabled="item.inspectState"
+                      :disabled="!!item.inspectState"
                       @click.stop="startInspection(item)">
               缂栬緫
             </u-button>
@@ -134,7 +134,7 @@
             <u-button type="success"
                       size="small"
                       class="action-btn"
-                      :disabled="item.inspectState"
+                      :disabled="!!item.inspectState"
                       @click.stop="submitInspection(item)">
               鎻愪氦
             </u-button>
@@ -149,7 +149,7 @@
             <u-button type="warning"
                       size="small"
                       class="action-btn"
-                      :disabled="item.inspectState || item.checkName !== ''"
+                      :disabled="!!item.inspectState || item.checkName !== ''"
                       @click.stop="assignInspector(item)">
               鍒嗛厤妫�楠屽憳
             </u-button>

--
Gitblit v1.9.3