| | |
| | | fieldName: "linkType", |
| | | label: "与下道工序关系", |
| | | component: "Select", |
| | | help: () => |
| | | h( |
| | | "div", |
| | | { |
| | | style: |
| | | "white-space: pre-line; max-width: 320px; line-height: 1.6;", |
| | | }, |
| | | "0=开始-开始(SS):本工序开始后,下道工序才能开始(可重叠并行开工)\n1=结束-结束(FF):下道工序必须等到本工序结束才能结束(并行但同步完工)\n2=开始-结束(SF):本工序开始后,下道工序才能结束\n3=结束-开始(FS):本工序结束后,下道工序才能开始(默认值)", |
| | | ), |
| | | componentProps: { |
| | | allowClear: true, |
| | | options: getDictOptions(DICT_TYPE.MES_PRO_LINK_TYPE, "number"), |
| | |
| | | rules: z.boolean().default(true), |
| | | }, |
| | | { |
| | | fieldName: "outputItemId", |
| | | fieldName: "outputItemIds", |
| | | label: "产出产品", |
| | | component: markRaw(MdItemSelect), |
| | | componentProps: { |
| | | multiple: true, |
| | | placeholder: "留空则默认为工单成品", |
| | | }, |
| | | formItemClass: "col-span-2", |
| | |
| | | }, |
| | | }, |
| | | { |
| | | field: "outputItemName", |
| | | field: "outputItemNames", |
| | | title: "产出产品", |
| | | width: 140, |
| | | slots: { default: "outputItemName" }, |
| | | width: 160, |
| | | }, |
| | | { field: "prepareTime", title: "准备时间(分)", width: 110 }, |
| | | { field: "waitTime", title: "等待时间(分)", width: 110 }, |