This commit is contained in:
2025-07-17 10:19:41 +08:00
parent 6d635da404
commit 314fd092ef
4 changed files with 346 additions and 16 deletions

View File

@@ -60,7 +60,7 @@
<span class="filter_label filter_input_disabled">出库数量</span>
</view>
<view class="zd-col-17">
<input type="text" class="filter_input filter_input_disabled" :class="{'hightlight': isDiff === false}" v-model="currentData.frozen_qty" disabled>
<input type="text" class="filter_input filter_input_disabled" :class="{'hightlight': currentData.qty !== currentData.frozen_qty}" v-model="currentData.frozen_qty" disabled>
</view>
</view>
</view>