zhangwencui
5 天以前 9de353486d609f7adfad711e7b13e7161c044cad
src/views/mes/process-design/route/data.ts
@@ -248,6 +248,15 @@
      rules: z.boolean().default(true),
    },
    {
      fieldName: "outputItemId",
      label: "产出产品",
      component: markRaw(MdItemSelect),
      componentProps: {
        placeholder: "留空则默认为工单成品",
      },
      formItemClass: "col-span-2",
    },
    {
      fieldName: "prepareTime",
      label: "准备时间(分)",
      component: "InputNumber",
@@ -326,6 +335,12 @@
        props: { type: DICT_TYPE.INFRA_BOOLEAN_STRING },
      },
    },
    {
      field: "outputItemName",
      title: "产出产品",
      width: 140,
      slots: { default: "outputItemName" },
    },
    { field: "prepareTime", title: "准备时间(分)", width: 110 },
    { field: "waitTime", title: "等待时间(分)", width: 110 },
    {