chengxiangling
2025-05-14 4f38240e2fd66324ebf9d7dc69b00a363d4c8c4a
src/views/mainPlan/platePlanList/index.vue
@@ -166,112 +166,112 @@
    {
      title: t("plan.table.mainPartCustomer"),
      field: "customer",
      width: 150,
      width: "auto",
      fixed: "left",
    },
    {
      title: t("plan.table.mainPartNumber"),
      field: "mainPartNumber",
      width: 120,
      width: "auto",
      fixed: "left",
    },
    {
      title: t("plan.table.businessType"),
      field: "businessType",
      width: 90,
      width: "auto",
      fixed: "left",
    },
    {
      title: t("plan.table.documentNumber"),
      field: "documentNumber",
      width: 140,
      width: "auto",
      fixed: "left",
    },
    {
      title: t("plan.table.requirementType"),
      field: "requirementType",
      width: 100,
      width: "auto",
      fixed: "left",
    },
    {
      title: t("plan.table.documentStatus"),
      field: "documentStatus",
      width: 70,
      width: "auto",
      fixed: "left",
    },
    {
      title: t("plan.table.updateBy"),
      field: "updateBy",
      width: 100,
    },
    // {
    //   title: t("plan.table.updateBy"),
    //   field: "updateBy",
    //   width: "auto",
    // },
    {
      title: t("plan.table.workCenter"),
      field: "workCenter",
      width: 200,
      width: "auto",
    },
    {
      title: t("plan.table.department"),
      field: "department",
      width: 200,
      width: "auto",
    },
    {
      title: t("plan.table.opStatus"),
      field: "opStatus",
      width: 200,
      width: "auto",
    },
    {
      title: t("plan.table.nextOpName"),
      field: "nextOpName",
      width: 100,
      width: "auto",
    },
    {
      title: t("plan.table.nextProcessDeparment"),
      field: "nextProcessDeparment",
      width: 200,
      width: "auto",
    },
    {
      title: t("plan.table.itemNumber"),
      field: "itemNumber",
      width: 150,
      width: "auto",
      type: "html",
    },
    {
      title: t("plan.table.drawingNo"),
      field: "drawingNo",
      width: 150,
      width: "auto",
      // format: 'YYYY-MM-DD'
    },
    {
      title: t("plan.table.versionNumber"),
      field: "versionNumber",
      width: 100,
      width: "auto",
      type: "html",
    },
    {
      title: t("plan.table.cheaperCode"),
      field: "cheaperCode",
      width: 100,
      width: "auto",
    },
    {
      title: t("plan.table.productionQuantity"),
      field: "productionQuantity",
      width: 100,
      width: "auto",
      type: "html",
    },
    {
      title: t("plan.table.workorderCreationTime"),
      field: "orderCreateTime",
      width: 200,
      width: "auto",
    },
    {
      title: t("plan.table.workOrderReviewTime"),
      field: "approveOn",
      width: 200,
      width: "auto",
    },
    {
      title: t("plan.table.workOrderStartTime"),
      field: "startWorkDate",
      width: 200,
      width: "auto",
    },
    // {
    //   title: t("plan.table.planworkOrderTime"),
@@ -281,7 +281,7 @@
    {
      title: t("plan.table.planEndDay"),
      field: "planEndDay",
      width: 150,
      width: "auto",
      format: "YYYY-MM-DD hh:mm:ss",
    },
  ]