From b7f396f0024cfafd903eb3f88a9452fc2b2eb1a4 Mon Sep 17 00:00:00 2001 From: zhaoyiran Date: Thu, 27 Feb 2025 18:32:12 +0800 Subject: [PATCH] SBBJ-856 --- .../moldInspection/moldInspection.data.ts | 70 +++++++++---------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/src/views/eam/basic/moldInspection/moldInspection.data.ts b/src/views/eam/basic/moldInspection/moldInspection.data.ts index 32f4c66..95d5451 100644 --- a/src/views/eam/basic/moldInspection/moldInspection.data.ts +++ b/src/views/eam/basic/moldInspection/moldInspection.data.ts @@ -72,41 +72,41 @@ export const DeviceMoldItems = useCrudSchemas(reactive([ } } }, - { - 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',