diff --git a/src/views/wms/productionManage/productdismantle/productdismantleRequestMain/productdismantleRequestMain.data.ts b/src/views/wms/productionManage/productdismantle/productdismantleRequestMain/productdismantleRequestMain.data.ts index 19a0dd669..ba0d74fb2 100644 --- a/src/views/wms/productionManage/productdismantle/productdismantleRequestMain/productdismantleRequestMain.data.ts +++ b/src/views/wms/productionManage/productdismantle/productdismantleRequestMain/productdismantleRequestMain.data.ts @@ -992,7 +992,7 @@ export const ProductdismantleRequestDetaila = useCrudSchemas(reactive([ table: { width: 150 }, - isTable:true, + isTable:false, isForm: false, }, { @@ -397,7 +397,7 @@ export const ProductredressJobMain = useCrudSchemas(reactive([ table: { width: 180 }, - isTable:true, + isTable:false, form: { component: 'DatePicker', componentProps: { @@ -668,16 +668,6 @@ export const ProductredressJobDetail = useCrudSchemas(reactive([ isTable:false, hiddenInMain:true, }, - { - label: '创建者', - field: 'creator', - sort: 'custom', - table: { - width: 150 - }, - isTable:true, - hiddenInMain:true, - }, { label: '创建时间', field: 'createTime', @@ -690,7 +680,7 @@ export const ProductredressJobDetail = useCrudSchemas(reactive([ width: 180 }, isTable:true, - hiddenInMain:true, + hiddenInMain:false, form: { component: 'DatePicker', componentProps: { @@ -702,6 +692,16 @@ export const ProductredressJobDetail = useCrudSchemas(reactive([ }, isForm: false }, + { + label: '创建者', + field: 'creator', + sort: 'custom', + table: { + width: 150 + }, + isTable:true, + hiddenInMain:false, + }, { label: '最后更新者', field: 'updater', diff --git a/src/views/wms/productionManage/productredress/productredressRequestMain/productredressRequestMain.data.ts b/src/views/wms/productionManage/productredress/productredressRequestMain/productredressRequestMain.data.ts index 044ab68e6..a20b2301f 100644 --- a/src/views/wms/productionManage/productredress/productredressRequestMain/productredressRequestMain.data.ts +++ b/src/views/wms/productionManage/productredress/productredressRequestMain/productredressRequestMain.data.ts @@ -334,7 +334,7 @@ export const ProductredressRequestMain = useCrudSchemas(reactive([ field: 'creator', sort: 'custom', isForm: false, - isTable: true, + isTable: false, table: { width: 150 }, @@ -350,7 +350,7 @@ export const ProductredressRequestMain = useCrudSchemas(reactive([ table: { width: 180 }, - isTable: true, + isTable: false, form: { component: 'DatePicker', componentProps: { @@ -688,18 +688,7 @@ export const ProductredressRequestDetail = useCrudSchemas(reactive // isTable:false, // hiddenInMain:true // }, - { - label: '创建者', - field: 'creator', - sort: 'custom', - table: { - width: 150 - }, - isTableForm: false, - isForm: false, - isTable:true, - hiddenInMain:true - }, + { label: '创建时间', field: 'createTime', @@ -712,7 +701,7 @@ export const ProductredressRequestDetail = useCrudSchemas(reactive width: 180 }, isTable:true, - hiddenInMain:true, + hiddenInMain:false, form: { component: 'DatePicker', componentProps: { @@ -725,6 +714,18 @@ export const ProductredressRequestDetail = useCrudSchemas(reactive isTableForm: false, isForm: false }, + { + label: '创建者', + field: 'creator', + sort: 'custom', + table: { + width: 150 + }, + isTableForm: false, + isForm: false, + isTable:true, + hiddenInMain:false + }, { label: '最后更新者', field: 'updater', diff --git a/src/views/wms/productionManage/productrepair/productrepairRecordMain/productrepairRecordMain.data.ts b/src/views/wms/productionManage/productrepair/productrepairRecordMain/productrepairRecordMain.data.ts index 18eaba2c4..7e3d1b89a 100644 --- a/src/views/wms/productionManage/productrepair/productrepairRecordMain/productrepairRecordMain.data.ts +++ b/src/views/wms/productionManage/productrepair/productrepairRecordMain/productrepairRecordMain.data.ts @@ -197,15 +197,6 @@ export const ProductrepairRecordMain = useCrudSchemas(reactive([ }, isTable: false }, - { - label: '创建者', - field: 'creator', - sort: 'custom', - table: { - width: 150 - }, - isTable: true - }, { label: '创建时间', field: 'createTime', @@ -236,6 +227,15 @@ export const ProductrepairRecordMain = useCrudSchemas(reactive([ } }, }, + { + label: '创建者', + field: 'creator', + sort: 'custom', + table: { + width: 150 + }, + isTable: true + }, { label: '最后更新时间', field: 'updateTime',