From ed95321fd342b42edefd45fb6e0355a0413cdbe0 Mon Sep 17 00:00:00 2001 From: TengXF <302828528@qq.com> Date: Wed, 21 Aug 2024 14:18:30 +0800 Subject: [PATCH] =?UTF-8?q?HL-5424=20=E5=AE=A2=E6=88=B7=E9=80=80=E8=B4=A7?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=20=E5=88=9B=E5=BB=BA=E4=BA=BA=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../customerreturnJobMain.data.ts | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/views/wms/deliversettlementManage/customerreturn/customerreturnJobMain/customerreturnJobMain.data.ts b/src/views/wms/deliversettlementManage/customerreturn/customerreturnJobMain/customerreturnJobMain.data.ts index 53ff33579..090d03149 100644 --- a/src/views/wms/deliversettlementManage/customerreturn/customerreturnJobMain/customerreturnJobMain.data.ts +++ b/src/views/wms/deliversettlementManage/customerreturn/customerreturnJobMain/customerreturnJobMain.data.ts @@ -612,7 +612,7 @@ export const CustomerreturnJobMain = useCrudSchemas( table: { width: 180 }, - isTable: true, + isTable: false, form: { component: 'DatePicker', componentProps: { @@ -621,15 +621,6 @@ export const CustomerreturnJobMain = useCrudSchemas( valueFormat: 'x' } }, - isSearch: true, - search: { - component: 'DatePicker', - componentProps: { - valueFormat: 'YYYY-MM-DD HH:mm:ss', - type: 'daterange', - defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')] - }, - }, }, { label: '创建者', @@ -638,7 +629,7 @@ export const CustomerreturnJobMain = useCrudSchemas( table: { width: 150 }, - isTable: true + isTable: false }, { label: '最后更新时间', @@ -955,7 +946,7 @@ export const CustomerreturnJobDetail = useCrudSchemas(reactive([ table: { width: 180 }, - isTable: false, + isTable: true, form: { component: 'DatePicker', componentProps: { @@ -964,6 +955,15 @@ export const CustomerreturnJobDetail = useCrudSchemas(reactive([ valueFormat: 'x', } }, + isSearch: true, + search: { + component: 'DatePicker', + componentProps: { + valueFormat: 'YYYY-MM-DD HH:mm:ss', + type: 'daterange', + defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')] + }, + }, }, { label: '创建者', @@ -972,7 +972,7 @@ export const CustomerreturnJobDetail = useCrudSchemas(reactive([ table: { width: 150 }, - isTable: false, + isTable: true, }, ]))