Browse Source

SBBJ-842

master
zhaoyiran 1 month ago
parent
commit
c6bc80c7a2
  1. 10
      src/views/eam/basic/moldInspectionConfig/moldInspectionConfig.data.ts

10
src/views/eam/basic/moldInspectionConfig/moldInspectionConfig.data.ts

@ -46,7 +46,7 @@ export const DeviceMOLD = useCrudSchemas(reactive<CrudSchema[]>([
export const DeviceInspection = useCrudSchemas(reactive<CrudSchema[]>([ export const DeviceInspection = useCrudSchemas(reactive<CrudSchema[]>([
{ {
label: '设备编号', label: '模具编号',
field: 'deviceNumber', field: 'deviceNumber',
sort: 'custom', sort: 'custom',
isSearch: true, isSearch: true,
@ -54,9 +54,9 @@ export const DeviceInspection = useCrudSchemas(reactive<CrudSchema[]>([
// labelMessage: '信息提示说明!!!', // labelMessage: '信息提示说明!!!',
componentProps: { componentProps: {
isSearchList: true, // 开启查询弹窗 isSearchList: true, // 开启查询弹窗
searchListPlaceholder: '请选择设备', // 输入框占位文本 searchListPlaceholder: '请选择模具', // 输入框占位文本
searchField: 'number', // 查询弹窗赋值字段 searchField: 'number', // 查询弹窗赋值字段
searchTitle: '设备信息', // 查询弹窗标题 searchTitle: '模具信息', // 查询弹窗标题
searchAllSchemas: DeviceMOLD.allSchemas, // 查询弹窗所需类 searchAllSchemas: DeviceMOLD.allSchemas, // 查询弹窗所需类
searchPage: DeviceMoldItemsApi.getNumber, // 查询弹窗所需分页方法 searchPage: DeviceMoldItemsApi.getNumber, // 查询弹窗所需分页方法
searchCondition: [ searchCondition: [
@ -74,7 +74,7 @@ export const DeviceInspection = useCrudSchemas(reactive<CrudSchema[]>([
} }
}, },
{ {
label: '设备名称', label: '模具名称',
field: 'deviceName', field: 'deviceName',
sort: 'custom', sort: 'custom',
isSearch: true, isSearch: true,
@ -197,7 +197,7 @@ export const DeviceInspectionTwo = useCrudSchemas(reactive<CrudSchema[]>([
}, },
{ {
label: '设备部位', label: '模具部位',
field: 'equipmentParts', field: 'equipmentParts',
sort: 'custom', sort: 'custom',
isSearch: true, isSearch: true,

Loading…
Cancel
Save