From af1c9e588f1de0240390648f9bb56aa486870aff Mon Sep 17 00:00:00 2001
From: chengxiangling <291105840@qq.com>
Date: 星期五, 16 五月 2025 17:40:18 +0800
Subject: [PATCH] 提交高度修改;

---
 src/views/basicData/materialManagement/index.vue |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/src/views/basicData/materialManagement/index.vue b/src/views/basicData/materialManagement/index.vue
index b3f78d3..a476cfa 100644
--- a/src/views/basicData/materialManagement/index.vue
+++ b/src/views/basicData/materialManagement/index.vue
@@ -1,6 +1,6 @@
 <template>
   <div class="app-container">
-    <el-form :model="queryParams" ref="queryRef" :inline="true" v-show="showSearch" label-width="68px">
+    <el-form :model="queryParams" ref="queryRef" :inline="true" v-show="showSearch" label-position="left" label-width="50px">
       <el-row :gutter="20">
         <el-col :span="6">
           <el-form-item label="鏂欏彿" prop="itemNumber">
@@ -12,17 +12,20 @@
             />
           </el-form-item>
         </el-col>
-        <el-col :span="18" style="text-align: right;">
+        <!-- <el-col :span="18" style="text-align: right;">
           <el-form-item>
               <el-button type="primary" icon="Search" @click="handleQuery">鎼滅储</el-button>
               <el-button icon="Refresh" @click="resetQuery">閲嶇疆</el-button>
             </el-form-item>
-        </el-col>
+        </el-col> -->
       </el-row>
     </el-form>
 
     <el-row :gutter="10" class="mb8">
-      <right-toolbar v-model:showSearch="showSearch" @queryTable="getList"></right-toolbar>
+      <right-toolbar v-model:showSearch="showSearch" 
+        @queryTable="handleQuery"
+        @resetTable="resetQuery"
+      ></right-toolbar>
     </el-row>
 
     <HxlhTable
@@ -63,7 +66,7 @@
 const multiple = ref(true);
 const total = ref(0);
 const title = ref("");
-const height = ref(document.documentElement.clientHeight - 230 + "px;")
+const height = ref(document.documentElement.clientHeight - 220 + "px;")
 
 const data = reactive({
   form: {},
@@ -165,7 +168,6 @@
     width: 150,
     formatter: (({ cellValue, row, column }) => {
       if (cellValue) {
-        console.log(plantList.value);
         for(let i=0;i<plantList.value.length;i++){
           if(cellValue===plantList.value[i].plantCode){
             return plantList.value[i].plantName

--
Gitblit v1.9.3