From 65f86f41dedbbbb7030e2f37ce3e001bbca4923a Mon Sep 17 00:00:00 2001
From: chengxiangling <291105840@qq.com>
Date: 星期四, 15 五月 2025 13:03:25 +0800
Subject: [PATCH] 查询日历带适用工厂

---
 src/views/mainPlan/sheetMetalOrderManage/index.vue |   30 ++++++++++++------------------
 1 files changed, 12 insertions(+), 18 deletions(-)

diff --git a/src/views/mainPlan/sheetMetalOrderManage/index.vue b/src/views/mainPlan/sheetMetalOrderManage/index.vue
index 3a5b4b2..e7118e0 100644
--- a/src/views/mainPlan/sheetMetalOrderManage/index.vue
+++ b/src/views/mainPlan/sheetMetalOrderManage/index.vue
@@ -8,15 +8,14 @@
       v-show="showSearch"
       label-position="left"
     >
-      <el-row type="flex" justify="left">
-        <el-col :span="12">
+      <el-row :gutter="20">
+        <el-col :span="8">
           <el-form-item
-            :label-width="locale == 'zh' ? '80px' : '160px'"
+            :style="{ width: '100%'  }"
             :label="$t('plan.query.workOrderNo')"
             prop="workOrderNo"
           >
             <el-input
-              :style="{ width: '280px' }"
               v-model="queryParams.workOrderNo"
               :placeholder="`${$t('common.common.placeholder')}${$t(
                 'plan.query.workOrderNo'
@@ -26,14 +25,13 @@
             />
           </el-form-item>
         </el-col>
-        <el-col :span="12">
+        <el-col :span="8">
           <el-form-item
-            :label-width="locale == 'zh' ? '100px' : '200px'"
+            :style="{ width: '100%'  }"
             :label="$t('plan.query.requireTraceID')"
             prop="requireTrackId"
           >
             <el-input
-              :style="{ width: '280px' }"
               v-model="queryParams.requireTrackId"
               :placeholder="`${$t('common.common.placeholder')}${$t(
                 'plan.query.requireTraceID'
@@ -43,16 +41,13 @@
             />
           </el-form-item>
         </el-col>
-      </el-row>
-      <el-row type="flex" justify="left">
-        <el-col :span="12">
+        <el-col :span="8">
           <el-form-item
-            :label-width="locale == 'zh' ? '80px' : '160px'"
+            :style="{ width: '100%'  }"
             :label="$t('plan.query.itemNumber')"
             prop="mainPartNumber"
           >
             <el-input
-              :style="{ width: '280px' }"
               v-model="queryParams.mainPartNumber"
               :placeholder="`${$t('common.common.placeholder')}${$t(
                 'plan.query.itemNumber'
@@ -62,9 +57,11 @@
             />
           </el-form-item>
         </el-col>
-        <el-col :span="12">
+      </el-row>
+      <el-row :gutter="20">
+        <el-col :span="8">
           <el-form-item
-            :label-width="locale == 'zh' ? '100px' : '200px'"
+            :style="{ width: '100%'  }"
             :label="$t('plan.table.delayRiskIdentification')"
             prop="hasDelayRisk"
           >
@@ -80,7 +77,6 @@
             <el-select
               clearable
               v-model="queryParams.hasDelayRisk"
-              style="width: 280px"
             >
               <el-option
                 v-for="item in delayRiskOptions"
@@ -91,10 +87,8 @@
             </el-select>
           </el-form-item>
         </el-col>
-      </el-row>
-      <el-row>
         <el-col
-          :span="24"
+          :span="16"
           style="
             display: flex;
             justify-content: flex-end;

--
Gitblit v1.9.3