From a17961951914bd95e1ac2e82cc44711f3f21f07c Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 23 Dec 2025 17:14:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=85=B6=E4=BB=96=E5=85=A5=E5=BA=93?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inm/mioitem_form.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/inm/mioitem_form.vue b/src/views/inm/mioitem_form.vue index 77a6a6a4..c7c515b7 100644 --- a/src/views/inm/mioitem_form.vue +++ b/src/views/inm/mioitem_form.vue @@ -558,7 +558,7 @@ export default { } else { this.getBatchOptions(); } - if(that.type == 'pur_in'){ + if(that.form.type == 'pur_in'||that.form.type == 'other_in'){ that.batchcount = 99999999999; if(that.project_code=='gx'){ that.form.batch = '无'