From 770edefcb91a17530da49629c6482ea6a9cc185c Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 27 Feb 2025 11:29:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=8E=BB=E7=BA=A4=E5=8E=9F=E6=96=99?= =?UTF-8?q?=E5=85=A5=E5=BA=93=E6=97=B6form=E8=A1=A8=E5=8D=95=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=95=B0=E5=AD=97=E5=90=8E=E6=B2=A1=E6=9C=89=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E5=8E=9F=E6=9D=A5=E7=9A=84=E7=BC=96=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inm/mioitem_form.vue | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/src/views/inm/mioitem_form.vue b/src/views/inm/mioitem_form.vue index 029256b4..5e5bb07e 100644 --- a/src/views/inm/mioitem_form.vue +++ b/src/views/inm/mioitem_form.vue @@ -453,16 +453,26 @@ export default { }, countChange(){ if(this.project_code=='bxerp'){ + let numbers = this.mioitems[0]; if(this.form.count>this.mioitems.length){ - let count = this.form.count-this.mioitems.length; - for(let i=0;i