| | |
| | | import { getFns, woGetSelectSuccess, woCustFn, woformSchema, woCfgformSchema, prodCfgformSchema, xxCfgformSchema } from './bizMesWo'; |
| | | import { ActionItem, BasicColumn, FormSchema } from '/@/components/Table'; |
| | | import { |
| | | getFns, |
| | | woGetSelectSuccess, |
| | | woCustFn, |
| | | woformSchema, |
| | | woCfgformSchema, |
| | | prodCfgformSchema, |
| | | xxCfgformSchema, |
| | | } from './bizMesWo'; |
| | | import { FormSchema } from '/@/components/Table'; |
| | | import { useI18n } from '/@/hooks/web/useI18n'; |
| | | |
| | | const { t } = useI18n(); |
| | |
| | | let data = {}; |
| | | switch (entityName) { |
| | | case 'BIZ_MES_WO': |
| | | case 'BIZ_MES_WO_Config': |
| | | data = woGetSelectSuccess(d, u); |
| | | break; |
| | | default: |
| | |
| | | ) { |
| | | switch (entityName) { |
| | | case 'BIZ_MES_WO': |
| | | case 'BIZ_MES_WO_Config': //根据带入的名称打开不同的实体列表 |
| | | woCustFn(openItemModal, slotName, others, args); |
| | | break; |
| | | default: |
| | | default: //默认打开物料列表 |
| | | openItemModal(true, { |
| | | title: '物料列表', |
| | | schemas: [ |