Browse Source

fix: [模板管理] lba004 字段长度

lkf
memorylkf 1 month ago
parent
commit
4a00850476
1 changed files with 7 additions and 2 deletions
  1. +7
    -2
      src/views/business/comps/template/comps/lba/LBA004.vue

+ 7
- 2
src/views/business/comps/template/comps/lba/LBA004.vue View File

@ -250,8 +250,9 @@ export default {
prop: 'xsbs',
width: 150,
showWidth: 120,
bodyType: 'input',
bodyFillType: 'preFill'
bodyType: 'inputNumber',
bodyFillType: 'preFill',
bodyMaxlength: 10
},
{
label: 'template.lba.lba004.ysypjrz',
@ -264,6 +265,7 @@ export default {
headerSelectKey: 'ysypjrzUnit',
headerSelectTo: 'sjypjrzUnit',
headerOptions: this.getDictOptions('business_tjdw'),
bodyMaxlength: 10
},
{
label: 'template.lba.lba004.sjypjrz',
@ -277,6 +279,7 @@ export default {
copyFrom: 'ysypjrz',
headerSelectKey: 'sjypjrzUnit',
headerOptions: this.getDictOptions('business_tjdw'),
bodyMaxlength: 10
},
{
label: 'template.lba.lba004.ysjzjrz',
@ -289,6 +292,7 @@ export default {
headerSelectKey: 'ysjzjrzUnit',
headerSelectTo: 'sjjzjrzUnit',
headerOptions: this.getDictOptions('business_tjdw'),
bodyMaxlength: 10
},
{
label: 'template.lba.lba004.sjjzjrz',
@ -302,6 +306,7 @@ export default {
copyFrom: 'ysjzjrz',
headerSelectKey: 'sjjzjrzUnit',
headerOptions: this.getDictOptions('business_tjdw'),
bodyMaxlength: 10
}
]
}

Loading…
Cancel
Save