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: '模具编号', // label: '模具编号',
field: 'deviceNumber', // field: 'deviceNumber',
sort: 'custom', // sort: 'custom',
isSearch: true, // isSearch: true,
form: { // form: {
// 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: [
{ // {
key: 'available', // key: 'available',
value: "TRUE", // value: "TRUE",
isMainValue: false // isMainValue: false
}, { // }, {
key: 'type', // key: 'type',
value: 'type', // value: 'type',
isMainValue: true // isMainValue: true
} // }
] // ]
} // }
} // }
}, // },
{ // {
label: '模具名称', // label: '模具名称',
field: 'deviceName', // field: 'deviceName',
sort: 'custom', // sort: 'custom',
isSearch: false, // isSearch: false,
isForm: false, // isForm: false,
}, // },
{ {
label: '项类型', label: '项类型',
field: 'status', field: 'status',

Loading…
Cancel
Save