From 9def3524ba0376a0abc5fdcf084e1b0232fa7423 Mon Sep 17 00:00:00 2001 From: TengXF <302828528@qq.com> Date: Tue, 6 Aug 2024 13:57:07 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E7=AE=97=E5=87=BA=E5=BA=93=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E9=97=AE=E9=A2=98bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../saleShipmentMainRecord/saleShipmentMainRecord.data.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/wms/deliversettlementManage/saleShipmentMainRecord/saleShipmentMainRecord.data.ts b/src/views/wms/deliversettlementManage/saleShipmentMainRecord/saleShipmentMainRecord.data.ts index 4023e9dba..c61b8d70e 100644 --- a/src/views/wms/deliversettlementManage/saleShipmentMainRecord/saleShipmentMainRecord.data.ts +++ b/src/views/wms/deliversettlementManage/saleShipmentMainRecord/saleShipmentMainRecord.data.ts @@ -64,6 +64,9 @@ export const SaleShipmentMainRecord = useCrudSchemas(reactive([ field: 'executeTime', sort: 'custom', formatter: dateFormatter, + detail: { + dateFormat: 'YYYY-MM-DD HH:mm:ss' + }, search: { component: 'DatePicker', componentProps: { @@ -86,6 +89,7 @@ export const SaleShipmentMainRecord = useCrudSchemas(reactive([ { label: '是否可用', field: 'available', + dictType: DICT_TYPE.TRUE_FALSE, sort: 'custom', isTable:false },