From 756bc79a01bebedee8aa96d20179a04973c0701b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E5=BA=86=E6=BA=90?= Date: Mon, 3 Mar 2025 15:47:17 +0800 Subject: [PATCH] =?UTF-8?q?[SBBJ-879=E3=80=81881][=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E4=B8=8D=E5=8F=AF=E7=BC=96=E8=BE=91=E6=88=96=E9=9A=90=E8=97=8F?= =?UTF-8?q?]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../applicationRecordMain.data.ts | 23 +++++---- .../item/itemApplyMain/itemApplyMain.data.ts | 47 +++++++++---------- .../item/itemOrderMain/itemOrderMain.data.ts | 39 --------------- 3 files changed, 38 insertions(+), 71 deletions(-) diff --git a/src/views/eam/item/applicationRecord/applicationRecordMain.data.ts b/src/views/eam/item/applicationRecord/applicationRecordMain.data.ts index 115c905..d5ea0eb 100644 --- a/src/views/eam/item/applicationRecord/applicationRecordMain.data.ts +++ b/src/views/eam/item/applicationRecord/applicationRecordMain.data.ts @@ -242,6 +242,11 @@ export const ApplicationRecordDetail = useCrudSchemas(reactive([ table: { width: 150 }, + form: { + componentProps: { + disabled:true + } + } }, { label: '设备/模具编号', @@ -321,6 +326,11 @@ export const ApplicationRecordDetail = useCrudSchemas(reactive([ tableForm: { type: 'Select', disabled: true + }, + form: { + componentProps: { + disabled:true + } } }, @@ -339,16 +349,13 @@ export const ApplicationRecordDetail = useCrudSchemas(reactive([ tableForm: { type: 'Select', disabled: true - } - }, - { - label: '备注', - field: 'remark', - table: { - width: 150 }, + form: { + componentProps: { + disabled:true + } + } }, - { label: '操作', field: 'action', diff --git a/src/views/eam/item/itemApplyMain/itemApplyMain.data.ts b/src/views/eam/item/itemApplyMain/itemApplyMain.data.ts index 4b34522..8aaa7d5 100644 --- a/src/views/eam/item/itemApplyMain/itemApplyMain.data.ts +++ b/src/views/eam/item/itemApplyMain/itemApplyMain.data.ts @@ -407,30 +407,29 @@ export const ItemApplyDetail = useCrudSchemas(reactive([ // } // }, // }, - { - label: '是否可用', - field: 'available', - sort: 'custom', - dictType: DICT_TYPE.TRUE_FALSE, - dictClass: 'string', - isSearch: true, - isTable: true, - table: { - width: 150 - }, - tableForm: { - type: 'Select', - disabled: true - } - }, - { - label: '备注', - field: 'remark', - table: { - width: 150 - }, - }, - + // { + // label: '是否可用', + // field: 'available', + // sort: 'custom', + // dictType: DICT_TYPE.TRUE_FALSE, + // dictClass: 'string', + // isSearch: true, + // isTable: true, + // table: { + // width: 150 + // }, + // tableForm: { + // type: 'Select', + // disabled: true + // } + // }, + // { + // label: '备注', + // field: 'remark', + // table: { + // width: 150 + // }, + // }, { label: '操作', field: 'action', diff --git a/src/views/eam/item/itemOrderMain/itemOrderMain.data.ts b/src/views/eam/item/itemOrderMain/itemOrderMain.data.ts index c67bdcc..14df7ba 100644 --- a/src/views/eam/item/itemOrderMain/itemOrderMain.data.ts +++ b/src/views/eam/item/itemOrderMain/itemOrderMain.data.ts @@ -229,38 +229,6 @@ export const ItemOrderDetail = useCrudSchemas(reactive([ precision: 6 } }, - { - label: '是否可用', - field: 'available', - sort: 'custom', - dictType: DICT_TYPE.TRUE_FALSE, - dictClass: 'string', - isSearch: true, - isTable: true, - table: { - width: 150 - }, - tableForm: { - type: 'Select', - disabled: true - } - }, - { - label: '是否以旧换新', - field: 'isRadeIn', - sort: 'custom', - dictType: DICT_TYPE.TRUE_FALSE, - dictClass: 'string', - isSearch: true, - isTable: true, - table: { - width: 150 - }, - tableForm: { - type: 'Select', - disabled: true - } - }, { label: '库存数量', field: 'qty', @@ -281,13 +249,6 @@ export const ItemOrderDetail = useCrudSchemas(reactive([ precision: 6 } }, - { - label: '备注', - field: 'remark', - table: { - width: 150 - }, - }, { label: '操作',