chengxiangling
2025-05-14 db6e95062dfb57bcd1fb1cacdbb3cb4372c576b0
src/views/mainPlan/sheetMetalRedundantReport/index.vue
@@ -78,7 +78,6 @@
      @changePageNo="changePageNo"
      @changePageSize="changePageSize"
      @on-checkbox="handleCheckboxChange"
      class="auto-height-grid"
    >
    </HxlhTable>
  </div>
@@ -121,31 +120,29 @@
      {
        title: t("plan.table.workOrderNo"),
        field: "documentNumber",
        width: 150,
        align: "center",
      },
      {
        title: t("plan.table.itemNumber"),
        field: "itemNumber",
        width: 200,
        align: "center",
      },
      {
        title: t("plan.table.productionQuantity"),
        field: "productionQuantity",
        width: 200,
        width: "80",
        align: "center",
      },
      {
        title: t("plan.table.mismatchedProductionQuantity"),
        field: "unmatchedQuantity",
        width: 200,
        width: "auto",
        align: "center",
      },
      {
        title: t("plan.table.applicableFactories"),
        field: "plant",
        width: 200,
        width: "100",
        align: "center",
        formatter: ({ cellValue, row, column }) => {
          if (cellValue) {
@@ -160,25 +157,25 @@
      {
        title: t("plan.table.productionBase"),
        field: "productionBase",
        width: 200,
        width: "100",
        align: "center",
      },
      {
        title: t("plan.table.planStartDay"),
        field: "planStartDay",
        width: 200,
        width: "120",
        align: "center",
      },
      {
        title: t("plan.table.planEndDayDate"),
        field: "planEndDay",
        width: 200,
        width: "120",
        align: "center",
      },
      {
        title: t("plan.table.workorderCreationTime"),
        field: "orderCreateTime",
        width: 200,
        width: "150",
        align: "center",
      },
    ];