From bea55dbe1b4f37463351ae3e9e2526edefebecff Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 20 Oct 2025 16:38:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=B8=8B=E6=8B=89=E9=80=89=E9=A1=B9?= =?UTF-8?q?=E4=B8=8E=E8=A1=A8=E5=8D=95=E6=95=B0=E9=87=8F=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=E7=94=A8count=5Fcanmio?= 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, 2 insertions(+), 2 deletions(-) diff --git a/src/views/inm/mioitem_form.vue b/src/views/inm/mioitem_form.vue index f7ff9cb3..2af8a4df 100644 --- a/src/views/inm/mioitem_form.vue +++ b/src/views/inm/mioitem_form.vue @@ -562,8 +562,8 @@ export default { // that.getnumberOutLast(); that.form.batch = items.batch; that.form.mb = items.id; - that.batchcount = Number(items.count); - that.form.count = Number(items.count); + that.batchcount = Number(items.count_canmio); + that.form.count = Number(items.count_canmio); that.form.warehouse = items.warehouse; that.inputBatchDisable = true; }