Zhu Zhonghua
2025-04-25 1e00770dddc0bdf350f6121256d885879f550629
src/views/mainPlan/platePlanList/index.vue
@@ -174,11 +174,6 @@
    width: 160,
    fixed:"left"
  },
  // {
  //   title: "当前工序号",
  //   field: "processNumber",
  //   width: 150,
  // },
  {
    title: "需求分类",
    field: "requirementType",
@@ -192,6 +187,11 @@
    fixed:"left"
  },
  {
    title: "审核时间",
    field: "updateBy",
    width: 100
  },
  {
    title: "当前工序",
    field: "workCenter",
    width: 200,
@@ -200,6 +200,11 @@
    title: "当前工序负责人",
    field: "department",
    width: 200,
  },
  {
    title: "下一工序",
    field: "updateBy",
    width: 100
  },
  {
    title: "下一工序工序负责人",
@@ -225,10 +230,20 @@
    type: "html",
  },
  {
    title: "低阶码",
    field: "updateBy",
    width: 100
  },
  {
    title: "生产数量",
    field: "productionQuantity",
    width: 100,
    type: "html",
  },
  {
    title: "工单计划下发时间",
    field: "updateBy",
    width: 200
  },
  {
    title: "系统完工时间",
@@ -306,6 +321,11 @@
      },
    },
  ]);
  newArray.splice(2,0,{
     title: "焊接件齐套开始时间",
     field:"hanjie_startDate",
     width: 140,
  })
  await nextTick();
  columns.value = [...columns.value, ...newArray];              // 强制组件重新渲染