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

Loading…
Cancel
Save