From 16aa4793d97aac3cd1d4bccacb2f31eccf85bb84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=96=AA=E5=90=8D?= <942005050@qq.com> Date: Tue, 26 Dec 2023 18:34:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=B6=E5=93=81=E6=8B=86=E8=A7=A3=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=20=E4=BF=AE=E6=94=B9=E6=8F=90=E4=BA=A4=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E5=85=B3=E9=97=AD=E7=AA=97=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../orderManage/team/team.data.ts | 17 ----------------- .../productdismantleRequestMain/index.vue | 2 +- 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/src/views/wms/basicDataManage/orderManage/team/team.data.ts b/src/views/wms/basicDataManage/orderManage/team/team.data.ts index 6b48838cc..0bc377788 100644 --- a/src/views/wms/basicDataManage/orderManage/team/team.data.ts +++ b/src/views/wms/basicDataManage/orderManage/team/team.data.ts @@ -13,7 +13,6 @@ export const Team = useCrudSchemas(reactive([ field: 'code', sort: 'custom', table: { - width: 150, fixed: 'left' }, isSearch: true, @@ -22,18 +21,12 @@ export const Team = useCrudSchemas(reactive([ label: '名称', field: 'name', sort: 'custom', - table: { - width: 150 - }, isSearch: true, }, { label: '成员', field: 'members', sort: 'custom', - table: { - width: 150 - }, isSearch: true, }, { @@ -44,9 +37,6 @@ export const Team = useCrudSchemas(reactive([ isTable: true, isSearch: true, sort: 'custom', - table: { - width: 150 - }, form: { component: 'Switch', value: 'TRUE', @@ -104,9 +94,6 @@ export const Team = useCrudSchemas(reactive([ label: '备注', field: 'remark', sort: 'custom', - table: { - width: 150 - }, }, { label: '创建时间', @@ -135,9 +122,6 @@ export const Team = useCrudSchemas(reactive([ label: '创建者', field: 'creator', sort: 'custom', - table: { - width: 150 - }, isForm: false, isTable: false, }, @@ -147,7 +131,6 @@ export const Team = useCrudSchemas(reactive([ isDetail: false, isForm: false , table: { - width: 150, fixed: 'right' } } diff --git a/src/views/wms/productionManage/productdismantle/productdismantleRequestMain/index.vue b/src/views/wms/productionManage/productdismantle/productdismantleRequestMain/index.vue index c95e1f99c..655bbe789 100644 --- a/src/views/wms/productionManage/productdismantle/productdismantleRequestMain/index.vue +++ b/src/views/wms/productionManage/productdismantle/productdismantleRequestMain/index.vue @@ -453,7 +453,7 @@ const submitForm = async (formType, data) => { }) if (!childListRs) { message.warning('请填写Bom信息!') - formRef.value.dialogVisible = false + formRef.value.formLoading = false return } try {