From aea31f0f155681f74a97620291a71fbef335bc9e Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期四, 09 四月 2026 14:59:26 +0800
Subject: [PATCH] 容器出入库调拨,增加导出功能。计量单位取消组织过滤。物料列表过滤条件回车搜索。

---
 src/views/scMould/warehouse/Sc_MouldInRequestBillList.vue |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/views/scMould/warehouse/Sc_MouldInRequestBillList.vue b/src/views/scMould/warehouse/Sc_MouldInRequestBillList.vue
index a94ea86..7f109b9 100644
--- a/src/views/scMould/warehouse/Sc_MouldInRequestBillList.vue
+++ b/src/views/scMould/warehouse/Sc_MouldInRequestBillList.vue
@@ -140,6 +140,15 @@
           @click="handleEdit(row = rowForm, OperationType = 1, copyType = 1)">澶嶅埗</el-button>
       </el-col> -->
       <el-col :span="1.5">
+        <el-button
+          type="primary"
+          icon="el-icon-download"
+          size="mini"
+          @click="handleExport"
+          >瀵煎嚭</el-button
+        >
+      </el-col>
+      <el-col :span="1.5">
         <el-button type="primary" icon="el-icon-tickets" size="mini"
           @click="handlePush(row = rowForm, OperationType = 4)">涓嬫帹锛堝鍣ㄥ叆搴撳崟锛�</el-button>
       </el-col>
@@ -742,6 +751,7 @@
       this.clearData()
       this.getList()
     },
+    
     /** 閲嶇疆鎸夐挳鎿嶄綔 */
     resetQuery() {
       this.sWhere = ''

--
Gitblit v1.9.1