From 3f13d70143ce8d11e8eea91b12df205f17ffd471 Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Wed, 20 Nov 2024 14:22:19 +0800 Subject: [PATCH] =?UTF-8?q?YT-1134WMS=20=E9=A1=B5=E9=9D=A2=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E6=9C=AA=E6=8C=89=E7=85=A7=E5=8E=9F=E5=9E=8B=E5=9B=BE?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inventorymoveRequestMain.data.ts | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/views/wms/moveManage/inventorymove/inventorymoveRequestMain/inventorymoveRequestMain.data.ts b/src/views/wms/moveManage/inventorymove/inventorymoveRequestMain/inventorymoveRequestMain.data.ts index 7a44789e3..9d7da189e 100644 --- a/src/views/wms/moveManage/inventorymove/inventorymoveRequestMain/inventorymoveRequestMain.data.ts +++ b/src/views/wms/moveManage/inventorymove/inventorymoveRequestMain/inventorymoveRequestMain.data.ts @@ -129,6 +129,8 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive([ width: 150 }, isForm: false, + isTable: false, + isDetail: false, }, { label: '申请时间', @@ -151,6 +153,7 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive([ } }, isForm: false, + sortTableDefault: 1001, }, { label: '截止时间', @@ -172,6 +175,7 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive([ valueFormat: 'x', } }, + sortTableDefault: 1001, }, // { // label: '从库区类型范围', @@ -401,6 +405,7 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive([ defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')] } }, + sortTableDefault: 1001, }, { label: '创建者', @@ -410,7 +415,8 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive([ width: 150 }, isForm: false, - isTable: true + isTable: true, + sortTableDefault: 1001, }, { label: '最后更新时间', @@ -433,7 +439,8 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive([ } }, isForm: false, - isTable: false + isTable: false, + sortTableDefault: 1001, }, { label: '最后更新者', @@ -443,7 +450,8 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive([ width: 150 }, isForm: false, - isTable: false + isTable: false, + sortTableDefault: 1001, }, { label: '操作',