Browse Source

[SBBJ-1162][SBBJ-1172] 高级筛选 移除类型 项类型

master
zengqinyuan 2 weeks ago
parent
commit
bded85e9ea
  1. 2
      src/views/eam/basic/deviceMaintenance/deviceMaintenance.data.ts
  2. 2
      src/views/eam/basic/inspection/inspection.data.ts
  3. 2
      src/views/eam/basic/moldInspection/moldInspection.data.ts
  4. 2
      src/views/eam/basic/moldMaintenance/moldMaintenance.data.ts

2
src/views/eam/basic/deviceMaintenance/deviceMaintenance.data.ts

@ -59,6 +59,7 @@ export const DeviceMaintenance = useCrudSchemas(reactive<CrudSchema[]>([
dictClass: 'string', dictClass: 'string',
sort: 'custom', sort: 'custom',
isSearch: false, isSearch: false,
hiddenSearchHigh: true,
form: { form: {
value: 'DEVICE', value: 'DEVICE',
componentProps: { componentProps: {
@ -114,6 +115,7 @@ export const DeviceMaintenance = useCrudSchemas(reactive<CrudSchema[]>([
dictClass: 'string', dictClass: 'string',
sort: 'custom', sort: 'custom',
isSearch: false, isSearch: false,
hiddenSearchHigh: true,
form: { form: {
component: 'Select', component: 'Select',
value: 'MAINTAIN', value: 'MAINTAIN',

2
src/views/eam/basic/inspection/inspection.data.ts

@ -69,6 +69,7 @@ export const DeviceMoldItems = useCrudSchemas(reactive<CrudSchema[]>([
dictClass: 'string', dictClass: 'string',
sort: 'custom', sort: 'custom',
isSearch: false, isSearch: false,
hiddenSearchHigh: true,
form: { form: {
value: 'DEVICE', value: 'DEVICE',
componentProps: { componentProps: {
@ -118,6 +119,7 @@ export const DeviceMoldItems = useCrudSchemas(reactive<CrudSchema[]>([
dictClass: 'string', dictClass: 'string',
sort: 'custom', sort: 'custom',
isSearch: false, isSearch: false,
hiddenSearchHigh: true,
form: { form: {
component: 'Select', component: 'Select',
value: 'INSPECTION', value: 'INSPECTION',

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

@ -65,6 +65,7 @@ export const DeviceMoldItems = useCrudSchemas(reactive<CrudSchema[]>([
dictClass: 'string', dictClass: 'string',
sort: 'custom', sort: 'custom',
isSearch: false, isSearch: false,
hiddenSearchHigh: true,
form: { form: {
value: 'MOLD', value: 'MOLD',
componentProps: { componentProps: {
@ -114,6 +115,7 @@ export const DeviceMoldItems = useCrudSchemas(reactive<CrudSchema[]>([
dictClass: 'string', dictClass: 'string',
sort: 'custom', sort: 'custom',
isSearch: false, isSearch: false,
hiddenSearchHigh: true,
form: { form: {
component: 'Select', component: 'Select',
value: 'INSPECTION', value: 'INSPECTION',

2
src/views/eam/basic/moldMaintenance/moldMaintenance.data.ts

@ -56,6 +56,7 @@ export const MoldMaintenance = useCrudSchemas(reactive<CrudSchema[]>([
dictClass: 'string', dictClass: 'string',
sort: 'custom', sort: 'custom',
isSearch: false, isSearch: false,
hiddenSearchHigh: true,
form: { form: {
value: 'MOLD', value: 'MOLD',
componentProps: { componentProps: {
@ -110,6 +111,7 @@ export const MoldMaintenance = useCrudSchemas(reactive<CrudSchema[]>([
dictClass: 'string', dictClass: 'string',
sort: 'custom', sort: 'custom',
isSearch: false, isSearch: false,
hiddenSearchHigh: true,
form: { form: {
component: 'Select', component: 'Select',
value: 'MAINTAIN', value: 'MAINTAIN',

Loading…
Cancel
Save