2026-08-04 49c9eff61882f1f7d519397ccfdd90cdd8735cb8
src/views/mes/process-design/route/data.ts
@@ -248,10 +248,11 @@
      rules: z.boolean().default(true),
    },
    {
      fieldName: "outputItemId",
      fieldName: "outputItemIds",
      label: "产出产品",
      component: markRaw(MdItemSelect),
      componentProps: {
        multiple: true,
        placeholder: "留空则默认为工单成品",
      },
      formItemClass: "col-span-2",
@@ -336,10 +337,9 @@
      },
    },
    {
      field: "outputItemName",
      field: "outputItemNames",
      title: "产出产品",
      width: 140,
      slots: { default: "outputItemName" },
      width: 160,
    },
    { field: "prepareTime", title: "准备时间(分)", width: 110 },
    { field: "waitTime", title: "等待时间(分)", width: 110 },