From 8690b7e596d04502553949ebbe0bdfb676cc8b48 Mon Sep 17 00:00:00 2001 From: songguoqiang Date: Tue, 13 May 2025 11:15:15 +0800 Subject: [PATCH] =?UTF-8?q?YT-2604=EF=BC=9A=E4=B8=B0=E7=94=B0=E4=BB=A5?= =?UTF-8?q?=E5=A4=96=E5=AE=A2=E6=88=B7=E5=8F=91=E8=B4=A7=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E3=80=8B=E3=80=8A=E9=A1=BA=E5=BC=95=E5=93=81=E5=8F=91=E8=B4=A7?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E3=80=8B=E3=80=8A=E4=B8=B0=E7=94=B0=E8=A1=A5?= =?UTF-8?q?=E7=BB=99=E5=93=81=E5=8F=91=E8=B4=A7=E8=AE=B0=E5=BD=95=E3=80=8B?= =?UTF-8?q?=E3=80=8A=E5=AE=A2=E6=88=B7PDA=E5=8F=91=E8=B4=A7=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E3=80=8B=E3=80=8A=E7=9B=B4=E7=BA=B3=E5=93=81=E5=8F=91?= =?UTF-8?q?=E8=B4=A7=E8=AE=B0=E5=BD=95=E3=80=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../deliverRecordMain/deliverRecordMain.data.ts | 2 +- .../deliverRecordMain/deliverRecordMain.data.ts | 2 +- .../finishedShipmentMain/finishedShipmentMain.data.ts | 4 ++-- .../unfinishedShipmentMain/unfinishedShipmentMain.data.ts | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/wms/deliversettlementManage/deliverPdaRecordMain/deliverRecordMain/deliverRecordMain.data.ts b/src/views/wms/deliversettlementManage/deliverPdaRecordMain/deliverRecordMain/deliverRecordMain.data.ts index 7c8b46cf7..818eaf5f8 100644 --- a/src/views/wms/deliversettlementManage/deliverPdaRecordMain/deliverRecordMain/deliverRecordMain.data.ts +++ b/src/views/wms/deliversettlementManage/deliverPdaRecordMain/deliverRecordMain/deliverRecordMain.data.ts @@ -548,7 +548,7 @@ export const DeliverRecordDetail = useCrudSchemas(reactive([ component: 'DatePicker', componentProps: { valueFormat: 'YYYY-MM-DD HH:mm:ss', - type: 'daterange', + type: 'datetimerange', defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')] }, }, diff --git a/src/views/wms/deliversettlementManage/directSupplyPinRecordMain/deliverRecordMain/deliverRecordMain.data.ts b/src/views/wms/deliversettlementManage/directSupplyPinRecordMain/deliverRecordMain/deliverRecordMain.data.ts index 26be02758..79238e5c7 100644 --- a/src/views/wms/deliversettlementManage/directSupplyPinRecordMain/deliverRecordMain/deliverRecordMain.data.ts +++ b/src/views/wms/deliversettlementManage/directSupplyPinRecordMain/deliverRecordMain/deliverRecordMain.data.ts @@ -598,7 +598,7 @@ export const DeliverRecordDetail = useCrudSchemas(reactive([ component: 'DatePicker', componentProps: { valueFormat: 'YYYY-MM-DD HH:mm:ss', - type: 'daterange', + type: 'datetimerange', defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')] }, }, diff --git a/src/views/wms/deliversettlementManage/saleEstimate/finishedShipmentMain/finishedShipmentMain.data.ts b/src/views/wms/deliversettlementManage/saleEstimate/finishedShipmentMain/finishedShipmentMain.data.ts index 876cbe2cd..126bc1e33 100644 --- a/src/views/wms/deliversettlementManage/saleEstimate/finishedShipmentMain/finishedShipmentMain.data.ts +++ b/src/views/wms/deliversettlementManage/saleEstimate/finishedShipmentMain/finishedShipmentMain.data.ts @@ -273,9 +273,9 @@ export const FinishedShipmentDetail = useCrudSchemas(reactive([ component: 'DatePicker', componentProps: { valueFormat: 'YYYY-MM-DD HH:mm:ss', - type: 'daterange', + type: 'datetimerange', defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')] - } + }, }, isForm: false, hiddenInMain:true diff --git a/src/views/wms/deliversettlementManage/saleEstimate/unfinishedShipmentMain/unfinishedShipmentMain.data.ts b/src/views/wms/deliversettlementManage/saleEstimate/unfinishedShipmentMain/unfinishedShipmentMain.data.ts index 97157b8d2..2850d2e52 100644 --- a/src/views/wms/deliversettlementManage/saleEstimate/unfinishedShipmentMain/unfinishedShipmentMain.data.ts +++ b/src/views/wms/deliversettlementManage/saleEstimate/unfinishedShipmentMain/unfinishedShipmentMain.data.ts @@ -267,9 +267,9 @@ export const UnfinishedShipmentDetail = useCrudSchemas(reactive([ component: 'DatePicker', componentProps: { valueFormat: 'YYYY-MM-DD HH:mm:ss', - type: 'daterange', + type: 'datetimerange', defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')] - } + }, }, isForm: false, hiddenInMain:true