|
|
@ -1,7 +1,9 @@ |
|
|
|
import type { CrudSchema } from '@/hooks/web/useCrudSchemas' |
|
|
|
import { dateFormatter } from '@/utils/formatTime' |
|
|
|
import * as DeviceMoldItemsApi from '@/api/eam/basic/inspection' |
|
|
|
import * as MoldAccountsApi from '@/api/eam/mold/moldAccounts' |
|
|
|
import {DeviceMoldItemsTwo} from '@/views/eam/basic/inspection/inspection.data' |
|
|
|
import {getMoldAccountsPage} from "@/api/eam/mold/moldAccounts"; |
|
|
|
|
|
|
|
// 表单校验
|
|
|
|
export const DeviceInspectionConfigRules = reactive({ |
|
|
@ -58,7 +60,7 @@ export const DeviceInspection = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
searchField: 'number', // 查询弹窗赋值字段
|
|
|
|
searchTitle: '模具信息', // 查询弹窗标题
|
|
|
|
searchAllSchemas: DeviceMOLD.allSchemas, // 查询弹窗所需类
|
|
|
|
searchPage: DeviceMoldItemsApi.getNumber, // 查询弹窗所需分页方法
|
|
|
|
searchPage: MoldAccountsApi.getMoldAccountsPage, // 查询弹窗所需分页方法
|
|
|
|
searchCondition: [ |
|
|
|
{ |
|
|
|
key: 'available', |
|
|
|