😎修改前端字段描述

This commit is contained in:
bairubing 2024-10-31 10:11:35 +08:00
parent 9173817ad6
commit 623e2326bf
3 changed files with 12 additions and 12 deletions

View File

@ -6,7 +6,7 @@
label-width="auto" style="flex: 1 1 0%" @submit.prevent="handleQuery">
<el-row :gutter="10">
<el-col :xs="24" :sm="12" :md="8" :lg="5" :xl="6" class="mb5">
<el-form-item label="物料编" prop="_System_objNBS">
<el-form-item label="物料编" prop="_System_objNBS">
<el-input v-model="state.queryParams._System_objNBS" placeholder="物料编码" clearable
@keyup.enter.native="handleQuery" />
</el-form-item>
@ -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 },

View File

@ -6,7 +6,7 @@
label-width="auto" style="flex: 1 1 0%" @submit.prevent="handleQuery">
<el-row :gutter="10">
<el-col :xs="24" :sm="12" :md="8" :lg="5" :xl="6" class="mb5">
<el-form-item label="物料编" prop="_System_objNBS">
<el-form-item label="物料编" prop="_System_objNBS">
<el-input v-model="state.queryParams._System_objNBS" placeholder="物料编码" clearable
@keyup.enter.native="handleQuery" />
</el-form-item>
@ -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 },

View File

@ -6,14 +6,14 @@
label-width="auto" style="flex: 1 1 0%" @submit.prevent="handleQuery">
<el-row :gutter="10">
<el-col :xs="24" :sm="12" :md="8" :lg="5" :xl="6" class="mb5">
<el-form-item label="产品设计库编号" prop="_System_objNBS">
<el-input v-model="state.queryParams._System_objNBS" placeholder="产品设计库编号" clearable
<el-form-item label="物料编码" prop="_System_objNBS">
<el-input v-model="state.queryParams._System_objNBS" placeholder="物料编码" clearable
@keyup.enter.native="handleQuery" />
</el-form-item>
</el-col>
<el-col :xs="24" :sm="12" :md="8" :lg="5" :xl="6" class="mb5">
<el-form-item label="产品设计库描述" prop="_SWPDM_1188_SAP___">
<el-input v-model="state.queryParams._SWPDM_1188_SAP___" placeholder="产品设计库描述" clearable
<el-form-item label="物料描述" prop="_SWPDM_1188_SAP___">
<el-input v-model="state.queryParams._SWPDM_1188_SAP___" placeholder="物料描述" clearable
@keyup.enter.native="handleQuery" />
</el-form-item>
</el-col>
@ -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 },