From 319080c3fcf38097717f483892ec8993882b3131 Mon Sep 17 00:00:00 2001
From: chen.lin <1442464845@qq.com>
Date: 星期五, 06 三月 2026 08:16:46 +0800
Subject: [PATCH] 拣货过程中的出库库存匹配
---
checkOrder.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/checkOrder.vue b/checkOrder.vue
index f6f093b..f7b3d96 100644
--- a/checkOrder.vue
+++ b/checkOrder.vue
@@ -38,7 +38,7 @@
</view>
<view class="cu-item">
<view class="content">
- <text class="text-gray">搴撳瓨鏁伴噺:<text class="text-black ">{{item.anfme}}</text></text>
+ <text class="text-gray">搴撳瓨鏁伴噺:<text class="text-black ">{{ $formatQty(item.anfme) }}</text></text>
</view>
<view class="content">
<text class="text-gray">鐩樼偣鏁伴噺:<text class="text-black ">{{item.checkQty}}</text></text>
--
Gitblit v1.9.1