| | |
| | | rules: z.boolean().default(true), |
| | | }, |
| | | { |
| | | fieldName: "outputItemId", |
| | | label: "产出产品", |
| | | component: markRaw(MdItemSelect), |
| | | componentProps: { |
| | | placeholder: "留空则默认为工单成品", |
| | | }, |
| | | formItemClass: "col-span-2", |
| | | }, |
| | | { |
| | | fieldName: "prepareTime", |
| | | label: "准备时间(分)", |
| | | component: "InputNumber", |
| | |
| | | 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 }, |
| | | { |