From 3e77fb77fba276a4f2ee497acba0559cc2e40753 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Thu, 16 Jul 2026 12:06:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E9=94=80=E5=94=AE=E5=8F=91=E8=B4=A7?= =?UTF-8?q?=E6=89=B9=E6=AC=A1=E9=80=89=E6=8B=A9=E9=9A=90=E8=97=8F=E5=8F=AF?= =?UTF-8?q?=E5=8F=91=E6=95=B0=E9=87=8F=E4=B8=BA0=E7=9A=84=E6=89=B9?= =?UTF-8?q?=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 批次查询改用后端 count_canmio__gt=0 过滤(存量-在途出入库), 只展示可实际发货的批次 Co-Authored-By: Claude Opus 4.8 (1M context) --- src/views/inm/mioitem_form.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/inm/mioitem_form.vue b/src/views/inm/mioitem_form.vue index e36202e5..be5d19ae 100644 --- a/src/views/inm/mioitem_form.vue +++ b/src/views/inm/mioitem_form.vue @@ -507,7 +507,8 @@ export default { // orderitem_material__order: this.mioObj.order, type:10, // material__type: 10 - count__gte: 1, + // 只展示可发数量(存量-在途出入库)大于0的批次 + count_canmio__gt: 0, }; this.inputBatchDisable = true;