From 20cb67edf67cfe0b75ab3f08976911be758eb3f0 Mon Sep 17 00:00:00 2001 From: songguoqiang <765017469@qq.com> Date: Fri, 15 Nov 2024 17:42:48 +0800 Subject: [PATCH] =?UTF-8?q?YT-1023:=E8=A1=A5=E7=BB=99=E5=93=81=E6=94=B6?= =?UTF-8?q?=E8=B4=A7=E8=AE=B0=E5=BD=95=EF=BC=8C=E4=B8=BB=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=BA=86=E4=B8=A4=E4=B8=AA=E7=8F=AD=E7=BB=84?= =?UTF-8?q?=E3=80=81=E7=8F=AD=E6=AC=A1=E5=AD=97=E6=AE=B5=EF=BC=8C=E5=BA=94?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E4=B8=80=E4=B8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productreceiptJobMain/productreceiptJobMain.data.ts | 2 ++ .../productreceiptRecordMain/productreceiptRecordMain.data.ts | 2 ++ .../productreceiptRequestMain/productreceiptRequestMain.data.ts | 2 ++ 3 files changed, 6 insertions(+) diff --git a/src/views/wms/productionManage/productreceipt/productreceiptJobMain/productreceiptJobMain.data.ts b/src/views/wms/productionManage/productreceipt/productreceiptJobMain/productreceiptJobMain.data.ts index 200841c0a..3b8b113a6 100644 --- a/src/views/wms/productionManage/productreceipt/productreceiptJobMain/productreceiptJobMain.data.ts +++ b/src/views/wms/productionManage/productreceipt/productreceiptJobMain/productreceiptJobMain.data.ts @@ -80,6 +80,7 @@ export const ProductreceiptJobMain = useCrudSchemas(reactive([ field: 'teamName', sort: 'custom', isTable:true, + isDetail:false, table: { width: 150 }, @@ -98,6 +99,7 @@ export const ProductreceiptJobMain = useCrudSchemas(reactive([ field: 'shiftName', sort: 'custom', isTable:true, + isDetail:false, table: { width: 150 }, diff --git a/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts b/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts index c6791cdac..ae838e066 100644 --- a/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts +++ b/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts @@ -75,6 +75,7 @@ export const ProductreceiptRecordMain = useCrudSchemas(reactive([ label: '班组', field: 'teamName', sort: 'custom', + isDetail:false, table: { width: 150 }, @@ -93,6 +94,7 @@ export const ProductreceiptRecordMain = useCrudSchemas(reactive([ label: '班次', field: 'shiftName', sort: 'custom', + isDetail:false, table: { width: 150 }, diff --git a/src/views/wms/productionManage/productreceipt/productreceiptRequestMain/productreceiptRequestMain.data.ts b/src/views/wms/productionManage/productreceipt/productreceiptRequestMain/productreceiptRequestMain.data.ts index 3519636e7..50a2cfd91 100644 --- a/src/views/wms/productionManage/productreceipt/productreceiptRequestMain/productreceiptRequestMain.data.ts +++ b/src/views/wms/productionManage/productreceipt/productreceiptRequestMain/productreceiptRequestMain.data.ts @@ -233,6 +233,7 @@ export const ProductreceiptRequestMain = useCrudSchemas(reactive([ table: { width: 150 }, + isDetail:false, isForm:false, sortTableDefault: 1001, }, @@ -273,6 +274,7 @@ export const ProductreceiptRequestMain = useCrudSchemas(reactive([ width: 150 }, isForm:false, + isDetail:false, sortTableDefault: 1001, isSearch: true, search: {