From 376cab4afba8fd1b8be67cae067ed917462c2e16 Mon Sep 17 00:00:00 2001
From: yaowanxin <3588231647@qq.com>
Date: 星期四, 18 十二月 2025 09:05:12 +0800
Subject: [PATCH] 添加设备报修和保养附件管理功能,维修保养过程描述

---
 src/views/inventoryManagement/receiptManagement/index.vue |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/src/views/inventoryManagement/receiptManagement/index.vue b/src/views/inventoryManagement/receiptManagement/index.vue
index e8c4b48..3c75940 100644
--- a/src/views/inventoryManagement/receiptManagement/index.vue
+++ b/src/views/inventoryManagement/receiptManagement/index.vue
@@ -17,6 +17,13 @@
               clearable
               @change="handleQuery"
             />
+            <span class="search_title ml10">浜у搧澶х被锛�</span>
+            <el-input
+              v-model="searchForm.productCategory"
+              style="width: 240px"
+              placeholder="璇疯緭鍏�"
+              clearable
+            />
             <el-button type="primary" @click="handleQuery" style="margin-left: 10px">鎼滅储</el-button>
           </div>
           <div>
@@ -61,6 +68,13 @@
               format="YYYY-MM-DD"
               clearable
               @change="handleQuery"
+            />
+            <span class="search_title ml10">浜у搧澶х被锛�</span>
+            <el-input
+              v-model="searchForm.productCategory"
+              style="width: 240px"
+              placeholder="璇疯緭鍏�"
+              clearable
             />
             <el-button type="primary" @click="handleQuery" style="margin-left: 10px">鎼滅储</el-button>
           </div>
@@ -200,6 +214,7 @@
   searchForm: {
     supplierName: '',
     customerName: '',
+    productCategory:'',
     timeStr: getCurrentDate(),
   },
 })
@@ -227,6 +242,7 @@
     params.supplierName = searchForm.value.supplierName
     params.timeStr = searchForm.value.timeStr
   }
+  params.productCategory = searchForm.value.productCategory
   
   // 鏍规嵁涓嶅悓鐨� tab 绫诲瀷璋冪敤涓嶅悓鐨勬帴鍙�
   const apiCall = activeTab.value === 'production' 

--
Gitblit v1.9.3