Browse Source

2025-5-23

java8
Aoi_Tori 8 months ago
parent
commit
9ec3df66d7
  1. 21
      src/views/modules/part/bomManagement.vue

21
src/views/modules/part/bomManagement.vue

@ -191,7 +191,7 @@
</el-form-item>
</el-form>
<el-form :inline="true" label-position="top" :model="modalData" style="margin-left: 7px;margin-top: -5px;">
<el-form-item label="备注">
<el-form-item label="BOM版本说明">
<el-input type="textarea" v-model="modalData.noteText" :rows="3" resize='none' show-word-limit style="width: 1082px;height: 20px"></el-input>
</el-form-item>
</el-form>
@ -1422,6 +1422,25 @@ export default {
fixed: '',
columnWidth: 80
},
{
userId: this.$store.state.user.name,
functionId: 601002,
serialNumber: '601002Table1NoteText',
tableId: '601002Table1',
tableName: 'BOM信息表',
columnProp: 'noteText',
headerAlign: 'center',
align: 'right',
columnLabel: 'BOM版本说明',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 100
},
{
userId: this.$store.state.user.name,
functionId: 601002,

Loading…
Cancel
Save