From 94f8a221203b669a8101c88f26ae3ffba266f349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=96=AA=E5=90=8D?= <942005050@qq.com> Date: Wed, 7 Feb 2024 10:26:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E6=9C=9F=E4=BF=AE=E6=94=B9=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../manufacturePackage.data.ts | 8 ++++-- .../purchasePackage/purchasePackage.data.ts | 8 ++++-- .../countRecordMain/countRecordMain.data.ts | 3 +- .../countadjustRecordMain.data.ts | 3 +- .../customerreceiptRecordMain.data.ts | 3 +- .../customerreturnRecordMain.data.ts | 3 +- .../customersettleRecordMain.data.ts | 3 +- .../deliverRecordMain.data.ts | 3 +- .../deliverPlanMain/deliverPlanMain.data.ts | 3 +- .../deliverplan/saleMain/saleMain.data.ts | 6 ++-- .../inventoryManage/balance/balance.data.ts | 9 ++++-- .../inventoryManage/package/package.data.ts | 6 ++-- .../transaction/transaction.data.ts | 9 ++++-- .../transferlog/transferlog.data.ts | 9 ++++-- .../inventoryinitRecordMain.data.ts | 12 +++++--- .../scrapRecordMain/scrapRecordMain.data.ts | 3 +- .../transferissueRecordMain.data.ts | 3 +- .../transferreceiptRecordMain.data.ts | 3 +- .../unplannedissueRecordMain.data.ts | 3 +- .../unplannedreceiptJobMain.data.ts | 9 ++++-- .../unplannedreceiptRecordMain.data.ts | 12 +++++--- .../unplannedreceiptRequestMain.data.ts | 9 ++++-- .../issueRecordMain/issueRecordMain.data.ts | 3 +- .../onlinesettlementRecordMain.data.ts | 3 +- .../pickRecordMain/pickRecordMain.data.ts | 3 +- .../preparetoissueMain.data.ts | 4 +-- .../productionreceiptRecordMain.data.ts | 4 +-- .../productionreturnRecordMain.data.ts | 4 +-- .../repleinshRecordMain.data.ts | 4 +-- .../inventorychangeRecordMain.data.ts | 28 +++++++++---------- .../inventorychangeRequestMain.data.ts | 24 ++++++++-------- .../inventorymoveRecordMain.data.ts | 4 +-- .../moveManage/itemChange/itemChange.data.ts | 12 ++++---- .../offlinesettlementRecordMain.data.ts | 4 +-- .../productdismantleJobMain.data.ts | 8 +++--- .../productdismantleRecordMain.data.ts | 12 ++++---- .../productdismantleRequestMain.data.ts | 8 +++--- .../productionplan/workMain/workMain.data.ts | 6 ++-- .../productputawayRecordMain.data.ts | 4 +-- .../productreceiptJobMain.data.ts | 8 +++--- .../productreceiptRecordMain.data.ts | 12 ++++---- .../productreceiptRequestMain.data.ts | 8 +++--- .../productrepairRecordMain.data.ts | 12 ++++---- .../productscrapRecordMain.data.ts | 4 +-- .../inspectRecordMain.data.ts | 4 +-- .../purchasereceiptJobMain.data.ts | 12 ++++---- .../purchasereceiptRecordMain.data.ts | 16 +++++------ .../purchasereceiptRequestMain.data.ts | 12 ++++---- .../purchasereturnRecordMain.data.ts | 4 +-- .../purchasereturnRequestMain.data.ts | 14 +++++----- .../putawayRecordMain.data.ts | 4 +-- .../demandforecastingMain.data.ts | 4 +-- .../purchaseMain/purchaseMain.data.ts | 8 +++--- .../supplierPackage/supplierPackage.data.ts | 8 +++--- .../supplierdeliverRecordMain.data.ts | 16 +++++------ .../supplierdeliverRequestMain.data.ts | 12 ++++---- 56 files changed, 237 insertions(+), 186 deletions(-) diff --git a/src/views/wms/basicDataManage/labelManage/manufacturePackage/manufacturePackage.data.ts b/src/views/wms/basicDataManage/labelManage/manufacturePackage/manufacturePackage.data.ts index 5eaecead8..83827af3a 100644 --- a/src/views/wms/basicDataManage/labelManage/manufacturePackage/manufacturePackage.data.ts +++ b/src/views/wms/basicDataManage/labelManage/manufacturePackage/manufacturePackage.data.ts @@ -200,7 +200,9 @@ export const PackageInventory = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', + dateFormat: 'YYYY-MM-DD', valueFormat: 'x', disabled: true } @@ -244,7 +246,9 @@ export const PackageInventory = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', + dateFormat: 'YYYY-MM-DD', valueFormat: 'x', disabled: true } diff --git a/src/views/wms/basicDataManage/labelManage/purchasePackage/purchasePackage.data.ts b/src/views/wms/basicDataManage/labelManage/purchasePackage/purchasePackage.data.ts index 4edf69fbb..0a3b05e3a 100644 --- a/src/views/wms/basicDataManage/labelManage/purchasePackage/purchasePackage.data.ts +++ b/src/views/wms/basicDataManage/labelManage/purchasePackage/purchasePackage.data.ts @@ -209,7 +209,9 @@ export const PackageInventory = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', + dateFormat: 'YYYY-MM-DD', valueFormat: 'x', disabled: true } @@ -253,7 +255,9 @@ export const PackageInventory = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', + dateFormat: 'YYYY-MM-DD', valueFormat: 'x', disabled: true, } diff --git a/src/views/wms/countManage/count/countRecordMain/countRecordMain.data.ts b/src/views/wms/countManage/count/countRecordMain/countRecordMain.data.ts index 4c4138bee..65250f6f8 100644 --- a/src/views/wms/countManage/count/countRecordMain/countRecordMain.data.ts +++ b/src/views/wms/countManage/count/countRecordMain/countRecordMain.data.ts @@ -150,7 +150,8 @@ export const CountRecordMain = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/countManage/countadjust/countadjustRecordMain/countadjustRecordMain.data.ts b/src/views/wms/countManage/countadjust/countadjustRecordMain/countadjustRecordMain.data.ts index 46b246f18..ce3dc3ce0 100644 --- a/src/views/wms/countManage/countadjust/countadjustRecordMain/countadjustRecordMain.data.ts +++ b/src/views/wms/countManage/countadjust/countadjustRecordMain/countadjustRecordMain.data.ts @@ -131,7 +131,8 @@ export const CountadjustRecordMain = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/deliversettlementManage/customerreceipt/customerreceiptRecordMain/customerreceiptRecordMain.data.ts b/src/views/wms/deliversettlementManage/customerreceipt/customerreceiptRecordMain/customerreceiptRecordMain.data.ts index 4f7a65db4..f566d2893 100644 --- a/src/views/wms/deliversettlementManage/customerreceipt/customerreceiptRecordMain/customerreceiptRecordMain.data.ts +++ b/src/views/wms/deliversettlementManage/customerreceipt/customerreceiptRecordMain/customerreceiptRecordMain.data.ts @@ -154,7 +154,8 @@ export const CustomerreceiptRecordMain = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/deliversettlementManage/customerreturn/customerreturnRecordMain/customerreturnRecordMain.data.ts b/src/views/wms/deliversettlementManage/customerreturn/customerreturnRecordMain/customerreturnRecordMain.data.ts index 287b54e45..aab1717c3 100644 --- a/src/views/wms/deliversettlementManage/customerreturn/customerreturnRecordMain/customerreturnRecordMain.data.ts +++ b/src/views/wms/deliversettlementManage/customerreturn/customerreturnRecordMain/customerreturnRecordMain.data.ts @@ -163,7 +163,8 @@ export const CustomerreturnRecordMain = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/deliversettlementManage/customersettle/customersettleRecordMain/customersettleRecordMain.data.ts b/src/views/wms/deliversettlementManage/customersettle/customersettleRecordMain/customersettleRecordMain.data.ts index 68e734d86..1480e7adc 100644 --- a/src/views/wms/deliversettlementManage/customersettle/customersettleRecordMain/customersettleRecordMain.data.ts +++ b/src/views/wms/deliversettlementManage/customersettle/customersettleRecordMain/customersettleRecordMain.data.ts @@ -123,7 +123,8 @@ export const CustomersettleRecordMain = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/deliversettlementManage/deliver/deliverRecordMain/deliverRecordMain.data.ts b/src/views/wms/deliversettlementManage/deliver/deliverRecordMain/deliverRecordMain.data.ts index 0603b3f41..d3927c830 100644 --- a/src/views/wms/deliversettlementManage/deliver/deliverRecordMain/deliverRecordMain.data.ts +++ b/src/views/wms/deliversettlementManage/deliver/deliverRecordMain/deliverRecordMain.data.ts @@ -163,7 +163,8 @@ export const DeliverRecordMain = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/deliversettlementManage/deliverplan/deliverPlanMain/deliverPlanMain.data.ts b/src/views/wms/deliversettlementManage/deliverplan/deliverPlanMain/deliverPlanMain.data.ts index 588f3ef23..51cf9cb85 100644 --- a/src/views/wms/deliversettlementManage/deliverplan/deliverPlanMain/deliverPlanMain.data.ts +++ b/src/views/wms/deliversettlementManage/deliverplan/deliverPlanMain/deliverPlanMain.data.ts @@ -77,7 +77,8 @@ export const DeliverPlanMain = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/deliversettlementManage/deliverplan/saleMain/saleMain.data.ts b/src/views/wms/deliversettlementManage/deliverplan/saleMain/saleMain.data.ts index 95f5bc160..af229740a 100644 --- a/src/views/wms/deliversettlementManage/deliverplan/saleMain/saleMain.data.ts +++ b/src/views/wms/deliversettlementManage/deliverplan/saleMain/saleMain.data.ts @@ -75,7 +75,8 @@ export const SaleMain = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -95,7 +96,8 @@ export const SaleMain = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/inventoryManage/balance/balance.data.ts b/src/views/wms/inventoryManage/balance/balance.data.ts index 7b6d7fd64..4f6b192ac 100644 --- a/src/views/wms/inventoryManage/balance/balance.data.ts +++ b/src/views/wms/inventoryManage/balance/balance.data.ts @@ -167,7 +167,8 @@ export const Balance = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -188,7 +189,8 @@ export const Balance = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -209,7 +211,8 @@ export const Balance = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/inventoryManage/package/package.data.ts b/src/views/wms/inventoryManage/package/package.data.ts index 23c92eb93..8c17ada82 100644 --- a/src/views/wms/inventoryManage/package/package.data.ts +++ b/src/views/wms/inventoryManage/package/package.data.ts @@ -93,7 +93,8 @@ export const Package = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -134,7 +135,8 @@ export const Package = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/inventoryManage/transaction/transaction.data.ts b/src/views/wms/inventoryManage/transaction/transaction.data.ts index 810454f40..bb93b67cd 100644 --- a/src/views/wms/inventoryManage/transaction/transaction.data.ts +++ b/src/views/wms/inventoryManage/transaction/transaction.data.ts @@ -234,7 +234,8 @@ export const Transaction = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -255,7 +256,8 @@ export const Transaction = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -295,7 +297,8 @@ export const Transaction = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/inventoryManage/transferlog/transferlog.data.ts b/src/views/wms/inventoryManage/transferlog/transferlog.data.ts index 29604d9ab..b45596682 100644 --- a/src/views/wms/inventoryManage/transferlog/transferlog.data.ts +++ b/src/views/wms/inventoryManage/transferlog/transferlog.data.ts @@ -101,7 +101,8 @@ export const Transferlog = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -122,7 +123,8 @@ export const Transferlog = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -156,7 +158,8 @@ export const Transferlog = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRecordMain/inventoryinitRecordMain.data.ts b/src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRecordMain/inventoryinitRecordMain.data.ts index ec3619709..85ce87c2a 100644 --- a/src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRecordMain/inventoryinitRecordMain.data.ts +++ b/src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRecordMain/inventoryinitRecordMain.data.ts @@ -106,7 +106,8 @@ export const InventoryinitRecordMain = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -465,7 +466,8 @@ export const InventoryinitRecordDetail = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -485,7 +487,8 @@ export const InventoryinitRecordDetail = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -505,7 +508,8 @@ export const InventoryinitRecordDetail = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/inventoryjobManage/scrap/scrapRecordMain/scrapRecordMain.data.ts b/src/views/wms/inventoryjobManage/scrap/scrapRecordMain/scrapRecordMain.data.ts index 9ca57faca..598e17e16 100644 --- a/src/views/wms/inventoryjobManage/scrap/scrapRecordMain/scrapRecordMain.data.ts +++ b/src/views/wms/inventoryjobManage/scrap/scrapRecordMain/scrapRecordMain.data.ts @@ -107,7 +107,8 @@ export const ScrapRecordMain = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/inventoryjobManage/transferissue/transferissueRecordMain/transferissueRecordMain.data.ts b/src/views/wms/inventoryjobManage/transferissue/transferissueRecordMain/transferissueRecordMain.data.ts index 409acd4ed..38617f65b 100644 --- a/src/views/wms/inventoryjobManage/transferissue/transferissueRecordMain/transferissueRecordMain.data.ts +++ b/src/views/wms/inventoryjobManage/transferissue/transferissueRecordMain/transferissueRecordMain.data.ts @@ -131,7 +131,8 @@ export const TransferissueRecordMain = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/inventoryjobManage/transferreceipt/transferreceiptRecordMain/transferreceiptRecordMain.data.ts b/src/views/wms/inventoryjobManage/transferreceipt/transferreceiptRecordMain/transferreceiptRecordMain.data.ts index 233446ea4..c21ac2380 100644 --- a/src/views/wms/inventoryjobManage/transferreceipt/transferreceiptRecordMain/transferreceiptRecordMain.data.ts +++ b/src/views/wms/inventoryjobManage/transferreceipt/transferreceiptRecordMain/transferreceiptRecordMain.data.ts @@ -99,7 +99,8 @@ export const TransferreceiptRecordMain = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/inventoryjobManage/unplannedissue/unplannedissueRecordMain/unplannedissueRecordMain.data.ts b/src/views/wms/inventoryjobManage/unplannedissue/unplannedissueRecordMain/unplannedissueRecordMain.data.ts index a80028604..9635f4391 100644 --- a/src/views/wms/inventoryjobManage/unplannedissue/unplannedissueRecordMain/unplannedissueRecordMain.data.ts +++ b/src/views/wms/inventoryjobManage/unplannedissue/unplannedissueRecordMain/unplannedissueRecordMain.data.ts @@ -107,7 +107,8 @@ export const UnplannedissueRecordMain = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptJobMain/unplannedreceiptJobMain.data.ts b/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptJobMain/unplannedreceiptJobMain.data.ts index 3bc0c300e..999ad81c7 100644 --- a/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptJobMain/unplannedreceiptJobMain.data.ts +++ b/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptJobMain/unplannedreceiptJobMain.data.ts @@ -735,7 +735,8 @@ export const UnplannedreceiptJobDetail = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -755,7 +756,8 @@ export const UnplannedreceiptJobDetail = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -775,7 +777,8 @@ export const UnplannedreceiptJobDetail = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptRecordMain/unplannedreceiptRecordMain.data.ts b/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptRecordMain/unplannedreceiptRecordMain.data.ts index 74397e9d9..d2b9f57b7 100644 --- a/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptRecordMain/unplannedreceiptRecordMain.data.ts +++ b/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptRecordMain/unplannedreceiptRecordMain.data.ts @@ -107,7 +107,8 @@ export const UnplannedreceiptRecordMain = useCrudSchemas(reactive( form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -443,7 +444,8 @@ export const UnplannedreceiptRecordDetail = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/issueManage/onlinesettlement/onlinesettlementRecordMain/onlinesettlementRecordMain.data.ts b/src/views/wms/issueManage/onlinesettlement/onlinesettlementRecordMain/onlinesettlementRecordMain.data.ts index fc067991b..53202d515 100644 --- a/src/views/wms/issueManage/onlinesettlement/onlinesettlementRecordMain/onlinesettlementRecordMain.data.ts +++ b/src/views/wms/issueManage/onlinesettlement/onlinesettlementRecordMain/onlinesettlementRecordMain.data.ts @@ -91,7 +91,8 @@ export const OnlinesettlementRecordMain = useCrudSchemas(reactive( form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/issueManage/pick/pickRecordMain/pickRecordMain.data.ts b/src/views/wms/issueManage/pick/pickRecordMain/pickRecordMain.data.ts index 820a9e178..9e550b062 100644 --- a/src/views/wms/issueManage/pick/pickRecordMain/pickRecordMain.data.ts +++ b/src/views/wms/issueManage/pick/pickRecordMain/pickRecordMain.data.ts @@ -83,7 +83,8 @@ export const PickRecordMain = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/issueManage/preparetoissueplan/preparetoissueMain/preparetoissueMain.data.ts b/src/views/wms/issueManage/preparetoissueplan/preparetoissueMain/preparetoissueMain.data.ts index 4b6a3143d..128eeb46e 100644 --- a/src/views/wms/issueManage/preparetoissueplan/preparetoissueMain/preparetoissueMain.data.ts +++ b/src/views/wms/issueManage/preparetoissueplan/preparetoissueMain/preparetoissueMain.data.ts @@ -188,8 +188,8 @@ export const PreparetoissueMain = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/issueManage/productionreceipt/productionreceiptRecordMain/productionreceiptRecordMain.data.ts b/src/views/wms/issueManage/productionreceipt/productionreceiptRecordMain/productionreceiptRecordMain.data.ts index c34acef84..e4be38b7e 100644 --- a/src/views/wms/issueManage/productionreceipt/productionreceiptRecordMain/productionreceiptRecordMain.data.ts +++ b/src/views/wms/issueManage/productionreceipt/productionreceiptRecordMain/productionreceiptRecordMain.data.ts @@ -91,8 +91,8 @@ export const ProductionreceiptRecordMain = useCrudSchemas(reactive form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/issueManage/productionreturn/productionreturnRecordMain/productionreturnRecordMain.data.ts b/src/views/wms/issueManage/productionreturn/productionreturnRecordMain/productionreturnRecordMain.data.ts index 658ef5cf9..c29c76ce7 100644 --- a/src/views/wms/issueManage/productionreturn/productionreturnRecordMain/productionreturnRecordMain.data.ts +++ b/src/views/wms/issueManage/productionreturn/productionreturnRecordMain/productionreturnRecordMain.data.ts @@ -91,8 +91,8 @@ export const ProductionreturnRecordMain = useCrudSchemas(reactive( form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/issueManage/repleinsh/repleinshRecordMain/repleinshRecordMain.data.ts b/src/views/wms/issueManage/repleinsh/repleinshRecordMain/repleinshRecordMain.data.ts index 7f840295b..663260573 100644 --- a/src/views/wms/issueManage/repleinsh/repleinshRecordMain/repleinshRecordMain.data.ts +++ b/src/views/wms/issueManage/repleinsh/repleinshRecordMain/repleinshRecordMain.data.ts @@ -83,8 +83,8 @@ export const RepleinshRecordMain = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/moveManage/inventorychange/inventorychangeRecordMain/inventorychangeRecordMain.data.ts b/src/views/wms/moveManage/inventorychange/inventorychangeRecordMain/inventorychangeRecordMain.data.ts index 7fe1c7135..a17f9797c 100644 --- a/src/views/wms/moveManage/inventorychange/inventorychangeRecordMain/inventorychangeRecordMain.data.ts +++ b/src/views/wms/moveManage/inventorychange/inventorychangeRecordMain/inventorychangeRecordMain.data.ts @@ -106,8 +106,8 @@ export const InventorychangeRecordMain = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -477,8 +477,8 @@ export const InventorychangeRecordDetail = useCrudSchemas(reactive form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -498,8 +498,8 @@ export const InventorychangeRecordDetail = useCrudSchemas(reactive form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -519,8 +519,8 @@ export const InventorychangeRecordDetail = useCrudSchemas(reactive form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -540,8 +540,8 @@ export const InventorychangeRecordDetail = useCrudSchemas(reactive form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -561,8 +561,8 @@ export const InventorychangeRecordDetail = useCrudSchemas(reactive form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -582,8 +582,8 @@ export const InventorychangeRecordDetail = useCrudSchemas(reactive form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/moveManage/inventorychange/inventorychangeRequestMain/inventorychangeRequestMain.data.ts b/src/views/wms/moveManage/inventorychange/inventorychangeRequestMain/inventorychangeRequestMain.data.ts index ab790b1f5..345f37a76 100644 --- a/src/views/wms/moveManage/inventorychange/inventorychangeRequestMain/inventorychangeRequestMain.data.ts +++ b/src/views/wms/moveManage/inventorychange/inventorychangeRequestMain/inventorychangeRequestMain.data.ts @@ -691,8 +691,8 @@ export const InventorychangeRequestDetail = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/moveManage/itemChange/itemChange.data.ts b/src/views/wms/moveManage/itemChange/itemChange.data.ts index 71c528e16..4f7331bd9 100644 --- a/src/views/wms/moveManage/itemChange/itemChange.data.ts +++ b/src/views/wms/moveManage/itemChange/itemChange.data.ts @@ -170,8 +170,8 @@ export const ItemChange = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -193,8 +193,8 @@ export const ItemChange = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -217,8 +217,8 @@ export const ItemChange = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - style:{width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/productionManage/offlinesettlement/offlinesettlementRecordMain/offlinesettlementRecordMain.data.ts b/src/views/wms/productionManage/offlinesettlement/offlinesettlementRecordMain/offlinesettlementRecordMain.data.ts index c10a28641..c0abc9591 100644 --- a/src/views/wms/productionManage/offlinesettlement/offlinesettlementRecordMain/offlinesettlementRecordMain.data.ts +++ b/src/views/wms/productionManage/offlinesettlement/offlinesettlementRecordMain/offlinesettlementRecordMain.data.ts @@ -91,8 +91,8 @@ export const OfflinesettlementRecordMain = useCrudSchemas(reactive form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/productionManage/productdismantle/productdismantleJobMain/productdismantleJobMain.data.ts b/src/views/wms/productionManage/productdismantle/productdismantleJobMain/productdismantleJobMain.data.ts index a14ff4866..abb006371 100644 --- a/src/views/wms/productionManage/productdismantle/productdismantleJobMain/productdismantleJobMain.data.ts +++ b/src/views/wms/productionManage/productdismantle/productdismantleJobMain/productdismantleJobMain.data.ts @@ -644,8 +644,8 @@ export const ProductdismantleJobDetail = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -665,8 +665,8 @@ export const ProductdismantleJobDetail = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/productionManage/productdismantle/productdismantleRecordMain/productdismantleRecordMain.data.ts b/src/views/wms/productionManage/productdismantle/productdismantleRecordMain/productdismantleRecordMain.data.ts index 3030e86a7..c4aaa96ff 100644 --- a/src/views/wms/productionManage/productdismantle/productdismantleRecordMain/productdismantleRecordMain.data.ts +++ b/src/views/wms/productionManage/productdismantle/productdismantleRecordMain/productdismantleRecordMain.data.ts @@ -99,8 +99,8 @@ export const ProductdismantleRecordMain = useCrudSchemas(reactive( form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -389,8 +389,8 @@ export const ProductdismantleRecordDetaila = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -95,7 +96,8 @@ export const WorkMain = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/productionManage/productputaway/productputawayRecordMain/productputawayRecordMain.data.ts b/src/views/wms/productionManage/productputaway/productputawayRecordMain/productputawayRecordMain.data.ts index 2828e61ed..f07a7dc7f 100644 --- a/src/views/wms/productionManage/productputaway/productputawayRecordMain/productputawayRecordMain.data.ts +++ b/src/views/wms/productionManage/productputaway/productputawayRecordMain/productputawayRecordMain.data.ts @@ -91,8 +91,8 @@ export const ProductputawayRecordMain = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/productionManage/productreceipt/productreceiptJobMain/productreceiptJobMain.data.ts b/src/views/wms/productionManage/productreceipt/productreceiptJobMain/productreceiptJobMain.data.ts index 376a35b5f..75fb6eb02 100644 --- a/src/views/wms/productionManage/productreceipt/productreceiptJobMain/productreceiptJobMain.data.ts +++ b/src/views/wms/productionManage/productreceipt/productreceiptJobMain/productreceiptJobMain.data.ts @@ -652,8 +652,8 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -673,8 +673,8 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts b/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts index be033b033..58cb84811 100644 --- a/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts +++ b/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts @@ -115,8 +115,8 @@ export const ProductreceiptRecordMain = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -397,8 +397,8 @@ export const ProductreceiptRecordDetail = useCrudSchemas(reactive( form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -418,8 +418,8 @@ export const ProductreceiptRecordDetail = useCrudSchemas(reactive( form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/productionManage/productreceipt/productreceiptRequestMain/productreceiptRequestMain.data.ts b/src/views/wms/productionManage/productreceipt/productreceiptRequestMain/productreceiptRequestMain.data.ts index 654759f6d..528f14956 100644 --- a/src/views/wms/productionManage/productreceipt/productreceiptRequestMain/productreceiptRequestMain.data.ts +++ b/src/views/wms/productionManage/productreceipt/productreceiptRequestMain/productreceiptRequestMain.data.ts @@ -903,8 +903,8 @@ export const ProductreceiptRequestDetail = useCrudSchemas(reactive form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -928,8 +928,8 @@ export const ProductreceiptRequestDetail = useCrudSchemas(reactive form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/productionManage/productrepair/productrepairRecordMain/productrepairRecordMain.data.ts b/src/views/wms/productionManage/productrepair/productrepairRecordMain/productrepairRecordMain.data.ts index 3010024a8..cf4468e48 100644 --- a/src/views/wms/productionManage/productrepair/productrepairRecordMain/productrepairRecordMain.data.ts +++ b/src/views/wms/productionManage/productrepair/productrepairRecordMain/productrepairRecordMain.data.ts @@ -99,8 +99,8 @@ export const ProductrepairRecordMain = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -399,8 +399,8 @@ export const ProductrepairRecordDetail = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -420,8 +420,8 @@ export const ProductrepairRecordDetail = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/productionManage/productscrap/productscrapRecordMain/productscrapRecordMain.data.ts b/src/views/wms/productionManage/productscrap/productscrapRecordMain/productscrapRecordMain.data.ts index 5b05e1c18..198fd8d69 100644 --- a/src/views/wms/productionManage/productscrap/productscrapRecordMain/productscrapRecordMain.data.ts +++ b/src/views/wms/productionManage/productscrap/productscrapRecordMain/productscrapRecordMain.data.ts @@ -128,8 +128,8 @@ export const ProductscrapRecordMain = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/purchasereceiptManage/inspect/inspectRecordMain/inspectRecordMain.data.ts b/src/views/wms/purchasereceiptManage/inspect/inspectRecordMain/inspectRecordMain.data.ts index 2e8d39a56..39fb07152 100644 --- a/src/views/wms/purchasereceiptManage/inspect/inspectRecordMain/inspectRecordMain.data.ts +++ b/src/views/wms/purchasereceiptManage/inspect/inspectRecordMain/inspectRecordMain.data.ts @@ -99,8 +99,8 @@ export const InspectRecordMain = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/purchasereceiptJobMain.data.ts b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/purchasereceiptJobMain.data.ts index b4340e059..7f28fa4b3 100644 --- a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/purchasereceiptJobMain.data.ts +++ b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/purchasereceiptJobMain.data.ts @@ -669,8 +669,8 @@ export const PurchasereceiptJobDetail = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -690,8 +690,8 @@ export const PurchasereceiptJobDetail = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -711,8 +711,8 @@ export const PurchasereceiptJobDetail = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts index 9903bea1c..a3d89d47f 100644 --- a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts +++ b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts @@ -195,8 +195,8 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -664,8 +664,8 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -685,8 +685,8 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -706,8 +706,8 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/purchasereceiptRequestMain.data.ts b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/purchasereceiptRequestMain.data.ts index 65c783d72..aa2b15226 100644 --- a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/purchasereceiptRequestMain.data.ts +++ b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/purchasereceiptRequestMain.data.ts @@ -670,8 +670,8 @@ export const PurchasereceiptRequestDetail = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/purchasereturnRequestMain.data.ts b/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/purchasereturnRequestMain.data.ts index 6cb76462e..e5741f422 100644 --- a/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/purchasereturnRequestMain.data.ts +++ b/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/purchasereturnRequestMain.data.ts @@ -824,8 +824,8 @@ export const PurchasereturnRequestDetail = useCrudSchemas(reactive form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -852,8 +852,8 @@ export const PurchasereturnRequestDetail = useCrudSchemas(reactive component: 'DatePicker', componentProps: { disabled: true, - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -880,10 +880,10 @@ export const PurchasereturnRequestDetail = useCrudSchemas(reactive component: 'DatePicker', componentProps: { disabled: true, - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', - valueFormat: 'x', + valueFormat: 'x', } }, tableForm:{ diff --git a/src/views/wms/purchasereceiptManage/putaway/putawayRecordMain/putawayRecordMain.data.ts b/src/views/wms/purchasereceiptManage/putaway/putawayRecordMain/putawayRecordMain.data.ts index 92d34156d..063429468 100644 --- a/src/views/wms/purchasereceiptManage/putaway/putawayRecordMain/putawayRecordMain.data.ts +++ b/src/views/wms/purchasereceiptManage/putaway/putawayRecordMain/putawayRecordMain.data.ts @@ -91,8 +91,8 @@ export const PutawayRecordMain = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/demandforecastingMain.data.ts b/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/demandforecastingMain.data.ts index 2ee881f4f..afdd589d5 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/demandforecastingMain.data.ts +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/demandforecastingMain.data.ts @@ -280,8 +280,8 @@ export const DemandforecastingDetail = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - style: { width: '100%' }, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/purchaseMain/purchaseMain.data.ts b/src/views/wms/purchasereceiptManage/supplierdeliver/purchaseMain/purchaseMain.data.ts index cf1175098..d35ac2133 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/purchaseMain/purchaseMain.data.ts +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/purchaseMain/purchaseMain.data.ts @@ -92,8 +92,8 @@ export const PurchaseMain = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', }, @@ -115,8 +115,8 @@ export const PurchaseMain = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/supplierPackage/supplierPackage.data.ts b/src/views/wms/purchasereceiptManage/supplierdeliver/supplierPackage/supplierPackage.data.ts index 0f42c33a9..2db26ae20 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/supplierPackage/supplierPackage.data.ts +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/supplierPackage/supplierPackage.data.ts @@ -97,8 +97,8 @@ export const Package = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - style: { width: '100%' }, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -139,8 +139,8 @@ export const Package = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - style: { width: '100%' }, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRecordMain/supplierdeliverRecordMain.data.ts b/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRecordMain/supplierdeliverRecordMain.data.ts index ef59cd0e3..3e55ba2bd 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRecordMain/supplierdeliverRecordMain.data.ts +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRecordMain/supplierdeliverRecordMain.data.ts @@ -199,8 +199,8 @@ export const SupplierdeliverRecordMain = useCrudSchemas(reactive([ form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -562,8 +562,8 @@ export const SupplierdeliverRecordDetail = useCrudSchemas(reactive form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -583,8 +583,8 @@ export const SupplierdeliverRecordDetail = useCrudSchemas(reactive form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } @@ -604,8 +604,8 @@ export const SupplierdeliverRecordDetail = useCrudSchemas(reactive form: { component: 'DatePicker', componentProps: { - style: {width:'100%'}, - type: 'datetime', + style: {width: '100%'}, + type: 'date', dateFormat: 'YYYY-MM-DD', valueFormat: 'x', } diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/supplierdeliverRequestMain.data.ts b/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/supplierdeliverRequestMain.data.ts index d74373ebc..0a451fd16 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/supplierdeliverRequestMain.data.ts +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/supplierdeliverRequestMain.data.ts @@ -580,8 +580,8 @@ export const SupplierdeliverRequestDetail = useCrudSchemas(reactive