This commit is contained in:
2025-06-11 16:28:21 +08:00
parent b3c4799855
commit 03b76dec55
44 changed files with 17 additions and 7002 deletions

View File

@@ -13,18 +13,20 @@
</view>
</view>
<view v-if="editValue.length" class="msg_item" style="margin-bottom:16rpx;">已扫木箱号{{editValue.toString()}}</view>
<view class="zd-row filter_item">
<view class="zd-col-11 zd-row">
<view class="filter_label">已选木箱数</view>
<view class="filter_input_wraper">
<view class="filter_input" style="font-size: 34rpx; color: #ff6a00;text-align: center;">{{selectedNum}}</view>
</view>
<view class="filter_item">
<view class="filter_label_wraper">
<span class="filter_label">已选木箱数</span>
</view>
<view class="zd-col-11 zd-row">
<view class="filter_label" style="width:auto">可选木箱数</view>
<view class="filter_input_wraper">
<view class="filter_input" style="font-size: 34rpx; color: #4e6ef2;text-align: center;">{{selectedNum !== null ? (10 - selectedNum) : null}}</view>
</view>
<view class="filter_input_wraper">
<view class="filter_input" style="font-size: 34rpx; color: #ff6a00;text-align: center;">{{selectedNum}}</view>
</view>
</view>
<view class="filter_item">
<view class="filter_label_wraper">
<span class="filter_label">可选木箱数</span>
</view>
<view class="filter_input_wraper">
<view class="filter_input" style="font-size: 34rpx; color: #ff6a00;text-align: center;">{{selectedNum}}</view>
</view>
</view>
</view>