From 4a008504760187b16820d2d109e2d3557203405c Mon Sep 17 00:00:00 2001 From: memorylkf <312904636@qq.com> Date: Tue, 24 Feb 2026 14:35:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86]?= =?UTF-8?q?=20lba004=20=E5=AD=97=E6=AE=B5=E9=95=BF=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/comps/template/comps/lba/LBA004.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/views/business/comps/template/comps/lba/LBA004.vue b/src/views/business/comps/template/comps/lba/LBA004.vue index 275f2bf..f7016a7 100644 --- a/src/views/business/comps/template/comps/lba/LBA004.vue +++ b/src/views/business/comps/template/comps/lba/LBA004.vue @@ -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 } ] }