From 328d5ed74a15e8d6b00a7c27badba043b6d9c63b Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Fri, 9 Aug 2024 21:38:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=A1=BA=E5=BA=8F=EF=BC=9A?= =?UTF-8?q?=E5=8D=95=E6=8D=AE=E5=8F=B7=E3=80=81=E7=94=B3=E8=AF=B7=E5=8D=95?= =?UTF-8?q?=E5=8F=B7=E3=80=81=E4=BB=BB=E5=8A=A1=E5=8D=95=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../purchasereceiptJobMain/purchasereceiptJobMain.data.ts | 1 - .../purchasereturnJobMain/purchasereturnJobMain.data.ts | 2 +- .../purchasereturnRecordMain.data.ts | 5 +++-- .../putaway/putawayJobMain/putawayJobMain.data.ts | 2 +- .../putaway/putawayRecordMain/putawayRecordMain.data.ts | 4 ++-- .../sparereceiptJobMain/sparereceiptJobMain.data.ts | 1 - 6 files changed, 7 insertions(+), 8 deletions(-) diff --git a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/purchasereceiptJobMain.data.ts b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/purchasereceiptJobMain.data.ts index c5bc9e337..58b39a238 100644 --- a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/purchasereceiptJobMain.data.ts +++ b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/purchasereceiptJobMain.data.ts @@ -52,7 +52,6 @@ export const PurchasereceiptJobMain = useCrudSchemas( label: '供应商代码', field: 'supplierCode', sort: 'custom', - sortTableDefault: 1, table: { width: 150 }, diff --git a/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnJobMain/purchasereturnJobMain.data.ts b/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnJobMain/purchasereturnJobMain.data.ts index 1463bf747..05f93b4f5 100644 --- a/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnJobMain/purchasereturnJobMain.data.ts +++ b/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnJobMain/purchasereturnJobMain.data.ts @@ -27,7 +27,7 @@ export const PurchasereturnJobMain = useCrudSchemas( table: { width: 180 }, - isTable: false + sortTableDefault: 1 }, { label: '采购收货记录单号', diff --git a/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRecordMain/purchasereturnRecordMain.data.ts b/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRecordMain/purchasereturnRecordMain.data.ts index ff8ee85f8..30f19206e 100644 --- a/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRecordMain/purchasereturnRecordMain.data.ts +++ b/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRecordMain/purchasereturnRecordMain.data.ts @@ -28,7 +28,7 @@ export const PurchasereturnRecordMain = useCrudSchemas( table: { width: 180 }, - isTable: false + sortTableDefault: 1 }, { label: '任务单号', @@ -37,7 +37,8 @@ export const PurchasereturnRecordMain = useCrudSchemas( table: { width: 180 }, - isTable: false + + sortTableDefault: 1 }, { label: '采购收货记录单号', diff --git a/src/views/wms/purchasereceiptManage/putaway/putawayJobMain/putawayJobMain.data.ts b/src/views/wms/purchasereceiptManage/putaway/putawayJobMain/putawayJobMain.data.ts index 7ccb28ffe..7c1cb4229 100644 --- a/src/views/wms/purchasereceiptManage/putaway/putawayJobMain/putawayJobMain.data.ts +++ b/src/views/wms/purchasereceiptManage/putaway/putawayJobMain/putawayJobMain.data.ts @@ -23,7 +23,7 @@ export const PutawayJobMain = useCrudSchemas(reactive([ table: { width: 180 }, - isTable: false, + sortTableDefault: 1, }, { label: '供应商代码', diff --git a/src/views/wms/purchasereceiptManage/putaway/putawayRecordMain/putawayRecordMain.data.ts b/src/views/wms/purchasereceiptManage/putaway/putawayRecordMain/putawayRecordMain.data.ts index 306539cfc..0b8135b35 100644 --- a/src/views/wms/purchasereceiptManage/putaway/putawayRecordMain/putawayRecordMain.data.ts +++ b/src/views/wms/purchasereceiptManage/putaway/putawayRecordMain/putawayRecordMain.data.ts @@ -23,7 +23,7 @@ export const PutawayRecordMain = useCrudSchemas(reactive([ table: { width: 180 }, - isTable: false, + sortTableDefault: 1, }, { label: '任务单号', @@ -32,7 +32,7 @@ export const PutawayRecordMain = useCrudSchemas(reactive([ table: { width: 180 }, - isTable: false, + sortTableDefault: 1, }, { label: '供应商代码', diff --git a/src/views/wms/purchasereceiptManage/sparereceipt/sparereceiptJobMain/sparereceiptJobMain.data.ts b/src/views/wms/purchasereceiptManage/sparereceipt/sparereceiptJobMain/sparereceiptJobMain.data.ts index 2be57709a..75803ceac 100644 --- a/src/views/wms/purchasereceiptManage/sparereceipt/sparereceiptJobMain/sparereceiptJobMain.data.ts +++ b/src/views/wms/purchasereceiptManage/sparereceipt/sparereceiptJobMain/sparereceiptJobMain.data.ts @@ -49,7 +49,6 @@ export const PurchasereceiptJobMain = useCrudSchemas(reactive([ label: '供应商代码', field: 'supplierCode', sort: 'custom', - sortTableDefault:1, table: { width: 150 },