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 },