zhanghl
2025-04-25 32faf6d3a4f714a26a54545a8fb98fd43e082327
调整钣金计划大表-系统完工时间
已修改1个文件
24 ■■■■■ 文件已修改
src/views/mainPlan/platePlanList/index.vue 24 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mainPlan/platePlanList/index.vue
@@ -49,7 +49,7 @@
          plain
          icon="Edit"
          @click="handleUpdate"
          v-hasPermi="['apsPlateProcessStat:edit']"
          v-hasPermi="['plateProcessShopStat:update']"
          >更新</el-button
        >
      </el-col>
@@ -171,11 +171,11 @@
    field: "documentNumber",
    width: 200,
  },
  {
    title: "当前工序号",
    field: "currentProcessNumberTxt",
    width: 150,
  },
  // {
  //   title: "当前工序号",
  //   field: "processNumber",
  //   width: 150,
  // },
  {
    title: "需求分类",
    field: "requirementType",
@@ -192,10 +192,14 @@
    width: 200,
  },
  {
    title: "计划开工日",
    field: "processPlanStartDaytxt",
    title: "当前工序负责人",
    field: "department",
    width: 200,
    type: "html",
  },
  {
    title: "下一工序工序负责人",
    field: "nextProcessDeparment",
    width: 200,
  },
  {
    title: "料号",
@@ -222,7 +226,7 @@
    type: "html",
  },
  {
    title: "计划完工日",
    title: "系统完工时间",
    field: "planEndDay",
    width: 150,
    format: "YYYY-MM-DD hh:mm:ss",