From 18966e02fb573c7e2bb0c6426ed792b38b910940 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周五, 19 9月 2025 15:37:55 +0800
Subject: [PATCH] 333

---
 SiemensWarehouse/siemens2-site/src/views/stat/inventory/deviceGeneralInfo.vue |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/SiemensWarehouse/siemens2-site/src/views/stat/inventory/deviceGeneralInfo.vue b/SiemensWarehouse/siemens2-site/src/views/stat/inventory/deviceGeneralInfo.vue
index 9dfcb09..3f29937 100644
--- a/SiemensWarehouse/siemens2-site/src/views/stat/inventory/deviceGeneralInfo.vue
+++ b/SiemensWarehouse/siemens2-site/src/views/stat/inventory/deviceGeneralInfo.vue
@@ -14,6 +14,7 @@
             end-placeholder="缁撴潫鏃ユ湡"
           >
           </el-date-picker>
+            <el-input v-model="searchParam.ext1" placeholder="杞﹀彿" class="search"></el-input>
             <el-button type="success" plain @click="find(1)" >鏌ヨ</el-button>
              <el-button type="info" plain @click="reset" >閲嶇疆</el-button>
       </el-row>
@@ -28,6 +29,7 @@
       type="index"
       width="50">
     </el-table-column>
+        <el-table-column label="杞﹀彿" prop="ext1" width="80"></el-table-column>
         <el-table-column label="杩愯鏃堕棿(鍒嗛挓)" prop="deviceRunTime" width="220"></el-table-column>
         <el-table-column label="鎶ヨ鏃堕棿(鍒嗛挓)" prop="deviceAlarmTime" width="220"></el-table-column>
         <el-table-column label="绛夊緟鏃堕棿(鍒嗛挓)" prop="deviceWaitTime" width="220"></el-table-column>
@@ -226,8 +228,8 @@
       // import("@/vendor/Export2Excel")
       this.downloadLoading = true
       import('@/vendor/Export2Excel').then(excel => {
-        const tHeader = ['杩愯鏃堕棿(鍒嗛挓)', '鎶ヨ鏃堕棿(鍒嗛挓)', '绛夊緟鏃堕棿(鍒嗛挓)','鏃堕棿']
-        const filterVal = ['deviceRunTime', 'deviceAlarmTime', 'deviceWaitTime', 'createTime']
+        const tHeader = ['杞﹀彿','杩愯鏃堕棿(鍒嗛挓)', '鎶ヨ鏃堕棿(鍒嗛挓)', '绛夊緟鏃堕棿(鍒嗛挓)','鏃堕棿']
+        const filterVal = ['ext1','deviceRunTime', 'deviceAlarmTime', 'deviceWaitTime', 'createTime']
         const data = this.formatJson(filterVal, this.TakeStocklistAll)
         excel.export_json_to_excel({
           header: tHeader,
@@ -257,7 +259,7 @@
     reset() {
       this.searchParam.materialName = null
       this.searchParam.materialCode = null
-      this.searchParam.SalesOrder = null
+      this.searchParam.ext1 = null
       this.selectTypeValue = ''
       this.datatime = ''
       this.initTimeData();//閲嶇疆鏃堕棿

--
Gitblit v1.9.3