chengxiangling
2025-05-14 4172a45c661ee22429e645dfa02d6c4a77eec668
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",