feat:销售发货批次选择隐藏可发数量为0的批次

批次查询改用后端 count_canmio__gt=0 过滤(存量-在途出入库),
只展示可实际发货的批次

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
caoqianming 2026-07-16 12:06:41 +08:00
parent c8f38e54b6
commit 3e77fb77fb
1 changed files with 2 additions and 1 deletions

View File

@ -507,7 +507,8 @@ export default {
// orderitem_material__order: this.mioObj.order, // orderitem_material__order: this.mioObj.order,
type:10, type:10,
// material__type: 10 // material__type: 10
count__gte: 1, // (-)0
count_canmio__gt: 0,
}; };
this.inputBatchDisable = true; this.inputBatchDisable = true;