From 4172a45c661ee22429e645dfa02d6c4a77eec668 Mon Sep 17 00:00:00 2001
From: chengxiangling <291105840@qq.com>
Date: 星期三, 14 五月 2025 11:22:21 +0800
Subject: [PATCH] 提交修改等

---
 src/views/mainPlan/sheetMetalRedundantReport/index.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/views/mainPlan/sheetMetalRedundantReport/index.vue b/src/views/mainPlan/sheetMetalRedundantReport/index.vue
index 3042536..d667dca 100644
--- a/src/views/mainPlan/sheetMetalRedundantReport/index.vue
+++ b/src/views/mainPlan/sheetMetalRedundantReport/index.vue
@@ -9,10 +9,10 @@
       label-position="left"
     >
       <el-row type="flex" justify="left">
-        <el-col :span="locale === 'zh' ? 5 : 8">
+        <el-col :span="locale === 'zh' ? 6 : 8">
           <el-form-item :label-width="locale === 'zh' ? '48px' : '100px'" :label="$t('plan.query.itemNumber')" prop="itemNumber">
             <el-input
-             :style="{ width: locale === 'zh' ? '140px' : '210px' }"
+             :style="{ width: locale === 'zh' ? '180px' : '210px' }"
               v-model="queryParams.itemNumber"
               :placeholder="`${$t('common.common.placeholder')}${$t(
                 'plan.query.itemNumber'
@@ -22,13 +22,13 @@
             />
           </el-form-item>
         </el-col>
-        <el-col :span="locale === 'zh' ? 9 : 8">
+        <el-col :span="locale === 'zh' ? 6 : 8">
           <el-form-item
             :label="$t('plan.query.workOrderNo')"
             prop="documentNumber"
           >
             <el-input
-              :style="{ width: locale === 'zh' ? '140px' : '330px' }"
+              :style="{ width: locale === 'zh' ? '180px' : '280px' }"
               v-model="queryParams.documentNumber"
               :placeholder="`${$t('common.common.placeholder')}${$t(
                 'plan.query.workOrderNo'
@@ -38,7 +38,7 @@
             />
           </el-form-item>
         </el-col>
-        <el-col :span="locale === 'zh' ? 10 : 8" style="text-align: right">
+        <el-col :span="locale === 'zh' ? 12 : 8" style="text-align: right">
           <el-form-item class="column-with-margin">
             <el-button type="primary" icon="Search" @click="handleQuery">{{
               $t("common.common.query")
@@ -125,7 +125,7 @@
         align: "center",
       },
       {
-        title: t("plan.table.subItemPartNumber"),
+        title: t("plan.table.itemNumber"),
         field: "itemNumber",
         width: 200,
         align: "center",

--
Gitblit v1.9.3