From 34b2d4b4f0dfcff245c80f680326c9402f94e037 Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 15 Sep 2025 16:27:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=85=89=E5=AD=90=E9=87=87=E8=B4=AD?= =?UTF-8?q?=E5=85=A5=E5=BA=93=E6=97=B6=E6=89=B9=E6=AC=A1=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E4=B8=BA=E2=80=9C=E6=97=A0=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inm/mioitem_form.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/inm/mioitem_form.vue b/src/views/inm/mioitem_form.vue index 0313534a..f7ff9cb3 100644 --- a/src/views/inm/mioitem_form.vue +++ b/src/views/inm/mioitem_form.vue @@ -38,6 +38,7 @@ @@ -500,6 +501,9 @@ export default { } else { this.getBatchOptions(); } + if(that.project_code=='gx'&&that.type == 'pur_in'){ + that.form.batch = '无' + } }, getItem(options, id) { for (var i = 0; i < options.length; i++) {