Browse Source

SBBJ-856

master
zhaoyiran 1 month ago
parent
commit
b7f396f002
  1. 70
      src/views/eam/basic/moldInspection/moldInspection.data.ts

70
src/views/eam/basic/moldInspection/moldInspection.data.ts

@ -72,41 +72,41 @@ export const DeviceMoldItems = useCrudSchemas(reactive<CrudSchema[]>([
}
}
},
{
label: '模具编号',
field: 'deviceNumber',
sort: 'custom',
isSearch: true,
form: {
// labelMessage: '信息提示说明!!!',
componentProps: {
isSearchList: true, // 开启查询弹窗
searchListPlaceholder: '请选择单号', // 输入框占位文本
searchField: 'number', // 查询弹窗赋值字段
searchTitle: '单号信息', // 查询弹窗标题
searchAllSchemas: DeviceMOLD.allSchemas, // 查询弹窗所需类
searchPage: DeviceMoldItemsApi.getNumber, // 查询弹窗所需分页方法
searchCondition: [
{
key: 'available',
value: "TRUE",
isMainValue: false
}, {
key: 'type',
value: 'type',
isMainValue: true
}
]
}
}
},
{
label: '模具名称',
field: 'deviceName',
sort: 'custom',
isSearch: false,
isForm: false,
},
// {
// label: '模具编号',
// field: 'deviceNumber',
// sort: 'custom',
// isSearch: true,
// form: {
// // labelMessage: '信息提示说明!!!',
// componentProps: {
// isSearchList: true, // 开启查询弹窗
// searchListPlaceholder: '请选择单号', // 输入框占位文本
// searchField: 'number', // 查询弹窗赋值字段
// searchTitle: '单号信息', // 查询弹窗标题
// searchAllSchemas: DeviceMOLD.allSchemas, // 查询弹窗所需类
// searchPage: DeviceMoldItemsApi.getNumber, // 查询弹窗所需分页方法
// searchCondition: [
// {
// key: 'available',
// value: "TRUE",
// isMainValue: false
// }, {
// key: 'type',
// value: 'type',
// isMainValue: true
// }
// ]
// }
// }
// },
// {
// label: '模具名称',
// field: 'deviceName',
// sort: 'custom',
// isSearch: false,
// isForm: false,
// },
{
label: '项类型',
field: 'status',

Loading…
Cancel
Save