|
|
@ -1,7 +1,7 @@ |
|
|
|
import type { CrudSchema } from '@/hooks/web/useCrudSchemas' |
|
|
|
import { dateFormatter } from '@/utils/formatTime' |
|
|
|
import * as DeviceMoldItemsApi from '@/api/eam/basic/inspection' |
|
|
|
import {DeviceMoldItems} from '@/views/eam/basic/inspection/inspection.data' |
|
|
|
import {DeviceMoldItemsTwo} from '@/views/eam/basic/inspection/inspection.data' |
|
|
|
|
|
|
|
// 表单校验
|
|
|
|
export const DeviceInspectionConfigRules = reactive({ |
|
|
@ -133,7 +133,7 @@ export const DeviceInspectionTwo = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
searchListPlaceholder: '请选择模具保养项', // 输入框占位文本
|
|
|
|
searchField: 'name', // 查询弹窗赋值字段
|
|
|
|
searchTitle: '模具巡检点检项信息', // 查询弹窗标题
|
|
|
|
searchAllSchemas: DeviceMoldItems.allSchemas, // 查询弹窗所需类
|
|
|
|
searchAllSchemas: DeviceMoldItemsTwo.allSchemas, // 查询弹窗所需类
|
|
|
|
searchPage: DeviceMoldItemsApi.getMoldItemsPage, // 查询弹窗所需分页方法
|
|
|
|
searchCondition: [ |
|
|
|
{ |
|
|
@ -155,7 +155,7 @@ export const DeviceInspectionTwo = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
searchListPlaceholder: '请选择模具保养项', |
|
|
|
searchField: 'name', |
|
|
|
searchTitle: '模具巡检点检项信息', |
|
|
|
searchAllSchemas: DeviceMoldItems.allSchemas, // 查询弹窗所需类
|
|
|
|
searchAllSchemas: DeviceMoldItemsTwo.allSchemas, // 查询弹窗所需类
|
|
|
|
searchPage: DeviceMoldItemsApi.getMoldItemsPage, // 查询弹窗所需分页方法
|
|
|
|
searchCondition: [ |
|
|
|
{ |
|
|
|