From e875ccb607bc37c9515217277aafb3d4204c6d14 Mon Sep 17 00:00:00 2001
From: chengxiangling <291105840@qq.com>
Date: 星期五, 16 五月 2025 15:23:56 +0800
Subject: [PATCH] 提交计划运行和基础数据的搜索条件

---
 src/views/partPlan/index.vue |   21 ++++-----------------
 1 files changed, 4 insertions(+), 17 deletions(-)

diff --git a/src/views/partPlan/index.vue b/src/views/partPlan/index.vue
index 4c27aa8..07d09ab 100644
--- a/src/views/partPlan/index.vue
+++ b/src/views/partPlan/index.vue
@@ -8,7 +8,7 @@
       label-position="left"
     >
       <el-row :gutter="20" class="mb8">
-        <el-col :span="8">
+        <el-col :span="6">
           <el-form-item
             :label="$t('plan.query.daterangePlanStartDay')"
             :style="{ width: '100%' }"
@@ -23,7 +23,7 @@
             ></el-date-picker>
           </el-form-item>
         </el-col>
-        <el-col :span="8">
+        <el-col :span="6">
           <el-form-item
             :style="{ width: '100%' }"
             :label="$t('plan.query.daterangePlanEndDay')"
@@ -38,7 +38,7 @@
             ></el-date-picker>
           </el-form-item>
         </el-col>
-        <el-col :span="8">
+        <el-col :span="6">
           <el-form-item
             :label="$t('plan.query.documentNumber')"
             :style="{ width: '100%' }"
@@ -53,9 +53,7 @@
             />
           </el-form-item>
         </el-col>
-      </el-row>
-      <el-row :gutter="20">
-        <el-col :span="8">
+        <el-col :span="6">
           <el-form-item
             :style="{ width: '100%' }"
             :label="$t('plan.query.customer')"
@@ -69,19 +67,8 @@
             />
           </el-form-item>
         </el-col>
-        <el-col :span="16" style="text-align: right">
-          <el-form-item class="column-with-margin">
-            <el-button type="primary" icon="Search" @click="handleQuery">{{
-              $t("common.common.query")
-            }}</el-button>
-            <el-button icon="Refresh" @click="resetQuery">{{
-              $t("common.common.reset")
-            }}</el-button>
-          </el-form-item>
-        </el-col>
       </el-row>
     </el-form>
-
     <el-row :gutter="10" class="mb8">
       <el-col :span="1.5">
         <el-button

--
Gitblit v1.9.3