From c8fbaa0218243ec4e4e74c0f271c839a316bc7d8 Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Wed, 7 Feb 2024 16:47:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../warehouse/warehouse.data.ts | 24 +++++++-------- .../purchaseprice/purchaseprice.data.ts | 30 +++++++++---------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/src/views/wms/basicDataManage/factoryModeling/warehouse/warehouse.data.ts b/src/views/wms/basicDataManage/factoryModeling/warehouse/warehouse.data.ts index 694145ed9..cdf170b44 100644 --- a/src/views/wms/basicDataManage/factoryModeling/warehouse/warehouse.data.ts +++ b/src/views/wms/basicDataManage/factoryModeling/warehouse/warehouse.data.ts @@ -14,7 +14,7 @@ export const Warehouse = useCrudSchemas(reactive([ field: 'code', sort: 'custom', table: { - width: 150, + width: 200, fixed: 'left' }, isSearch: true @@ -24,18 +24,10 @@ export const Warehouse = useCrudSchemas(reactive([ field: 'name', sort: 'custom', table: { - width: 150 + width: 200 }, isSearch: true }, - { - label: '描述', - field: 'description', - sort: 'custom', - table: { - width: 150 - }, - }, { label: '类型', field: 'type', @@ -44,6 +36,14 @@ export const Warehouse = useCrudSchemas(reactive([ isSearch: true, isTable: true, sort: 'custom', + table: { + width: 200 + }, + }, + { + label: '描述', + field: 'description', + sort: 'custom', table: { width: 150 }, @@ -78,7 +78,7 @@ export const Warehouse = useCrudSchemas(reactive([ }, sort: 'custom', table: { - width: 180 + width: 200 }, form: { component: 'DatePicker', @@ -109,7 +109,7 @@ export const Warehouse = useCrudSchemas(reactive([ }, sort: 'custom', table: { - width: 180 + width: 200 }, }, { diff --git a/src/views/wms/basicDataManage/supplierManage/purchaseprice/purchaseprice.data.ts b/src/views/wms/basicDataManage/supplierManage/purchaseprice/purchaseprice.data.ts index 03a04882c..84c9f5d0d 100644 --- a/src/views/wms/basicDataManage/supplierManage/purchaseprice/purchaseprice.data.ts +++ b/src/views/wms/basicDataManage/supplierManage/purchaseprice/purchaseprice.data.ts @@ -18,7 +18,7 @@ export const Purchaseprice = useCrudSchemas(reactive([ field: 'supplierCode', sort: 'custom', table: { - width: 150, + width: 190, fixed: 'left' }, isSearch: true, @@ -45,7 +45,7 @@ export const Purchaseprice = useCrudSchemas(reactive([ sort: 'custom', isSearch: true, table: { - width: 150 + width: 190 }, form: { // labelMessage: '信息提示说明!!!', @@ -78,7 +78,7 @@ export const Purchaseprice = useCrudSchemas(reactive([ isTable: true, sort: 'custom', table: { - width: 150 + width: 180 } }, { @@ -86,7 +86,7 @@ export const Purchaseprice = useCrudSchemas(reactive([ field: 'price', sort: 'custom', table: { - width: 150 + width: 180 }, form: { component: 'InputNumber', @@ -105,7 +105,7 @@ export const Purchaseprice = useCrudSchemas(reactive([ isTable: true, sort: 'custom', table: { - width: 150 + width: 180 }, form: { component: 'Switch', @@ -160,14 +160,6 @@ export const Purchaseprice = useCrudSchemas(reactive([ } }, }, - { - label: '备注', - field: 'remark', - sort: 'custom', - table: { - width: 150 - }, - }, { label: '创建时间', field: 'createTime', @@ -198,16 +190,24 @@ export const Purchaseprice = useCrudSchemas(reactive([ isForm:false, sort: 'custom', table: { - width: 150 + width: 180 } }, + { + label: '备注', + field: 'remark', + sort: 'custom', + table: { + width: 150 + }, + }, { label: '操作', field: 'action', isDetail: false, isForm: false , table: { - width: 150, + width: 190, fixed: 'right' } }