From eedfb8fa8d1eeb83554081f5785f832f45a64f3a Mon Sep 17 00:00:00 2001
From: chengxiangling <291105840@qq.com>
Date: 星期日, 11 五月 2025 12:29:23 +0800
Subject: [PATCH] 提交页面script加上name命名

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

diff --git a/src/views/mainPlan/abnormalPartNumberReport/index.vue b/src/views/mainPlan/abnormalPartNumberReport/index.vue
index c34fb2e..a6fcf4a 100644
--- a/src/views/mainPlan/abnormalPartNumberReport/index.vue
+++ b/src/views/mainPlan/abnormalPartNumberReport/index.vue
@@ -9,10 +9,10 @@
       :label-width="locale === 'zh' ? '90px' : '200px'"
     >
       <el-row type="flex" justify="left">
-        <el-col :span="locale === 'zh' ? 5 : 10">
+        <el-col :span="locale === 'zh' ? 5 : 8">
           <el-form-item :label="$t('plan.query.itemNumber')" prop="itemNum">
             <el-input
-              :style="{ width: locale === 'zh' ? '140px' : '300px' }"
+              :style="{ width: locale === 'zh' ? '140px' : '240px' }"
               v-model="queryParams.itemNum"
               :placeholder="`${$t('common.common.placeholder')}${$t('plan.query.itemNumber')}`"
               clearable
@@ -20,13 +20,13 @@
             />
           </el-form-item>
         </el-col>
-        <el-col :span="locale === 'zh' ? 8 : 9">
+        <el-col :span="locale === 'zh' ? 8 :10">
           <el-form-item
             :label="$t('plan.query.workOrderNo')"
             prop="docNum"
           >
             <el-input
-              :style="{ width: locale === 'zh' ? '140px' : '210px' }"
+              :style="{ width: locale === 'zh' ? '140px' : '260px' }"
               v-model="queryParams.docNum"
               :placeholder="`${$t('common.common.placeholder')}${$t(
                 'plan.query.workOrderNo'
@@ -36,7 +36,7 @@
             />
           </el-form-item>
         </el-col>
-        <el-col :span="locale === 'zh' ? 11 : 5" style="text-align: right">
+        <el-col :span="locale === 'zh' ? 11 : 6" style="text-align: right">
           <el-form-item class="column-with-margin">
             <el-button type="primary" icon="Search" @click="handleQuery">{{
               $t("common.common.query")
@@ -82,7 +82,7 @@
   </div>
 </template>
 
-<script setup name="Calendar">
+<script setup name="AbnormalPartNumberReport">
 import HxlhTable from "@/components/HxlhTable";
 import { redundantOrderList } from "@/api/basicData/sheetMetalConfig/sheetMetalConfig";
 import { listAll_plant } from "@/api/basicData/plant";

--
Gitblit v1.9.3