From 319080c3fcf38097717f483892ec8993882b3131 Mon Sep 17 00:00:00 2001
From: chen.lin <1442464845@qq.com>
Date: 星期五, 06 三月 2026 08:16:46 +0800
Subject: [PATCH] 拣货过程中的出库库存匹配
---
pages/phyz/waitOrder/waitOrderIn.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pages/phyz/waitOrder/waitOrderIn.vue b/pages/phyz/waitOrder/waitOrderIn.vue
index 5585a1c..681b97a 100644
--- a/pages/phyz/waitOrder/waitOrderIn.vue
+++ b/pages/phyz/waitOrder/waitOrderIn.vue
@@ -18,8 +18,8 @@
<view>缂栧彿锛歿{orderDetl.matnr}}</view>
<view>鍚嶇О锛歿{orderDetl.maktx}}</view>
<view>绫诲瀷锛歿{orderDetl.brand}}</view>
- <view>鎬绘暟閲忥細{{orderDetl.anfme}}</view>
- <view>宸插叆鏁伴噺锛歿{orderDetl.qty}}</view>
+ <view>鎬绘暟閲忥細{{ $formatQty(orderDetl.anfme) }}</view>
+ <view>宸插叆鏁伴噺锛歿{ $formatQty(orderDetl.qty) }}</view>
</view>
<view class="list-right" @click="addItem(index)">
<uni-icons type="folder-add" size="25" color="#fff"></uni-icons>
@@ -46,7 +46,7 @@
<!-- 鏍囬 -->
<view class="title">鍏ュ簱鏁伴噺</view>
<view class="popup-item">
- <uni-number-box :value="count" :step='0.000001' :max="9999999" color="#747474" @change="changeValue" />
+ <uni-number-box :value="count" :step="1" :decimal="2" :max="9999999" color="#747474" @change="changeValue" />
</view>
<view class="btn">
<view class="btn-left" @click="addClose">鍙栨秷</view>
--
Gitblit v1.9.1