chengxiangling
2025-05-14 db6e95062dfb57bcd1fb1cacdbb3cb4372c576b0
src/views/mainPlan/sheetMetalSupplyGap/index.vue
@@ -127,19 +127,19 @@
      {
        title: t("plan.table.requireID"),
        field: "id",
        width: 150,
        width: "180",
        align: "center",
      },
      {
        title: t("plan.table.requireTraceID"),
        field: "requireTrackId",
        width: 200,
        width: "180",
        align: "center",
      },
      {
        title: t("plan.table.itemNumber"),
        field: "bomLineCode",
        width: 200,
        width: "auto",
        align: "center",
      },
      // {
@@ -163,31 +163,31 @@
      {
        title: t("plan.table.unmatchedDemandQuantity"),
        field: "unmatchedDemandAmount",
        width: 200,
        width: "auto",
        align: "center",
      },
      {
        title: t("plan.table.planStartDay"),
        field: "startDate",
        width: 200,
        width: 162,
        align: "center",
      },
      {
        title: t("plan.table.planEndDayDate"),
        field: "completeDate",
        width: 200,
        width: 162,
        align: "center",
      },
      {
        title: t("plan.table.requirementDate"),
        field: "demandDate",
        width: 200,
        width: 162,
        align: "center",
      },
      {
        title: t("plan.table.applicableFactories"),
        field: "orgCode",
        width: 200,
        width: "auto",
        align: "center",
        formatter: ({ cellValue, row, column }) => {
          if (cellValue) {
@@ -202,7 +202,7 @@
      {
        title: t("plan.table.productionBase"),
        field: "productionBase",
        width: 200,
        width: "auto",
        align: "center",
      },
    ];