确认组箱

This commit is contained in:
2025-10-24 13:41:19 +08:00
parent eaebed8fa5
commit c439a958d4
9 changed files with 744 additions and 275 deletions

View File

@@ -86,7 +86,7 @@
<span class="filter_label filter_input_disabled">料箱类型</span>
</view>
<view class="zd-col-18">
<input type="text" class="filter_input filter_input_disabled" v-model="boxType" disabled>
<input type="text" class="filter_input filter_input_disabled" v-model="['小料箱', '大料箱', '焊条筒'][Number(boxType) - 1]" disabled>
</view>
</view>
<view class="zd-row border-bottom">