From 623e2326bf27b79446e9cb3f9304ec204c73361c Mon Sep 17 00:00:00 2001 From: bairubing Date: Thu, 31 Oct 2024 10:11:35 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=8E=E4=BF=AE=E6=94=B9=E5=89=8D?= =?UTF-8?q?=E7=AB=AF=E5=AD=97=E6=AE=B5=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ProductionMaterialsManagement/index.vue | 6 +++--- .../administrativeMaterialManagement/index.vue | 6 +++--- .../productDesignLibrary/index.vue | 12 ++++++------ 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/admin.net.pro/Web/src/views/materialManagement/ProductionMaterialsManagement/index.vue b/admin.net.pro/Web/src/views/materialManagement/ProductionMaterialsManagement/index.vue index 8afbe5f..056cb92 100644 --- a/admin.net.pro/Web/src/views/materialManagement/ProductionMaterialsManagement/index.vue +++ b/admin.net.pro/Web/src/views/materialManagement/ProductionMaterialsManagement/index.vue @@ -6,7 +6,7 @@ label-width="auto" style="flex: 1 1 0%" @submit.prevent="handleQuery"> - + @@ -139,8 +139,8 @@ const options = useVxeTable( columns: [ { type: 'checkbox', title: '', width: 60 }, { type: 'seq', title: '序号', width: 60 }, - { field: '_System_objNBS', title: '项目编号', minWidth: 100, showOverflow: 'tooltip', sortable: false }, - { field: '_System_ObjDescription', title: '项目名称', minWidth: 100, showOverflow: 'tooltip', sortable: false }, + { field: '_System_objNBS', title: '物料编码', minWidth: 100, showOverflow: 'tooltip', sortable: false }, + { field: '_System_ObjDescription', title: '物料名称', minWidth: 100, showOverflow: 'tooltip', sortable: false }, { field: 'fld004609', title: '创建时间', minWidth: 100, showOverflow: 'tooltip', sortable: false }, { field: 'fld004604', title: '物料同步状态', minWidth: 100, showOverflow: 'tooltip', sortable: false }, { field: 'fld004606', title: '物料同步时间', minWidth: 100, showOverflow: 'tooltip', sortable: false }, diff --git a/admin.net.pro/Web/src/views/materialManagement/administrativeMaterialManagement/index.vue b/admin.net.pro/Web/src/views/materialManagement/administrativeMaterialManagement/index.vue index 52baf76..36e2d03 100644 --- a/admin.net.pro/Web/src/views/materialManagement/administrativeMaterialManagement/index.vue +++ b/admin.net.pro/Web/src/views/materialManagement/administrativeMaterialManagement/index.vue @@ -6,7 +6,7 @@ label-width="auto" style="flex: 1 1 0%" @submit.prevent="handleQuery"> - + @@ -138,8 +138,8 @@ const options = useVxeTable( columns: [ { type: 'checkbox', title: '', width: 60}, { type: 'seq', title: '序号', width: 60 }, - { field: '_System_objNBS', title: '项目编号', minWidth: 100, showOverflow: 'tooltip', sortable: false }, - { field: '_System_ObjDescription', title: '项目名称', minWidth: 100, showOverflow: 'tooltip', sortable: false }, + { field: '_System_objNBS', title: '物料编码', minWidth: 100, showOverflow: 'tooltip', sortable: false }, + { field: '_System_ObjDescription', title: '物料名称', minWidth: 100, showOverflow: 'tooltip', sortable: false }, { field: 'fld004847', title: '创建时间', minWidth: 100, showOverflow: 'tooltip', sortable: false }, { field: 'fld004920', title: '物料同步状态', minWidth: 100, showOverflow: 'tooltip', sortable: false }, { field: 'fld004923', title: '物料同步时间', minWidth: 100, showOverflow: 'tooltip', sortable: false }, diff --git a/admin.net.pro/Web/src/views/materialManagement/productDesignLibrary/index.vue b/admin.net.pro/Web/src/views/materialManagement/productDesignLibrary/index.vue index 7cbf486..cf3c926 100644 --- a/admin.net.pro/Web/src/views/materialManagement/productDesignLibrary/index.vue +++ b/admin.net.pro/Web/src/views/materialManagement/productDesignLibrary/index.vue @@ -6,14 +6,14 @@ label-width="auto" style="flex: 1 1 0%" @submit.prevent="handleQuery"> - - + - - + @@ -166,8 +166,8 @@ const options = useVxeTable( columns: [ { type: 'checkbox', title: '', width: 60 }, { type: 'seq', title: '序号', width: 60 }, - { field: '_System_objNBS', title: '产品设计库编号', minWidth: 100, showOverflow: 'tooltip', sortable: false }, - { field: '_SWPDM_1188_SAP___', title: '描述', minWidth: 100, showOverflow: 'tooltip', sortable: false }, + { field: '_System_objNBS', title: '物料编码', minWidth: 100, showOverflow: 'tooltip', sortable: false }, + { field: '_SWPDM_1188_SAP___', title: '物料描述', minWidth: 100, showOverflow: 'tooltip', sortable: false }, { field: 'fld005529', title: '物料同步状态', minWidth: 100, showOverflow: 'tooltip', sortable: false }, { field: 'fld005532', title: '物料同步时间', minWidth: 100, showOverflow: 'tooltip', sortable: false }, { field: 'fld005530', title: '物料同步标识', minWidth: 100, showOverflow: 'tooltip', sortable: false },