chengxiangling
2025-05-16 af1c9e588f1de0240390648f9bb56aa486870aff
src/views/mainPlan/platePlanList/index.vue
@@ -55,7 +55,7 @@
        >
      </el-col>
      <right-toolbar :search="false" @queryTable="getList"></right-toolbar>
      <right-toolbar :search="false" @refreshTable="getList"></right-toolbar>
    </el-row>
    <HxlhTable
@@ -133,7 +133,7 @@
const multiple = ref(true);
const total = ref(0);
const title = ref("");
const height = ref(document.documentElement.clientHeight - 180 + "px;");
const height = ref(document.documentElement.clientHeight - 170 + "px;");
const columnsVersion = ref(0);
const data = reactive({
  // form: {},
@@ -166,112 +166,112 @@
    {
      title: t("plan.table.mainPartCustomer"),
      field: "customer",
      width: 150,
      width: "200",
      fixed: "left",
    },
    {
      title: t("plan.table.mainPartNumber"),
      field: "mainPartNumber",
      width: 120,
      width: "120",
      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: "180",
      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: "180",
    },
    {
      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,
      field: "lowOrderCode",
      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: "160",
    },
    {
      title: t("plan.table.workOrderReviewTime"),
      field: "approveOn",
      width: 200,
      width: "160",
    },
    {
      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",
    },
  ]