部分页面国际化

This commit is contained in:
2025-06-06 16:05:31 +08:00
parent 9dddf7df6d
commit 9b0835a7b5
30 changed files with 229 additions and 156 deletions

View File

@@ -6,7 +6,7 @@
<view class="zd_wrapper">
<view class="filter_item">
<view class="filter_label_wraper">
<span class="filter_label">木箱号</span>
<span class="filter_label">{{$t('filter.box-no')}}</span>
</view>
<view class="filter_input_wraper">
<search-box v-model="val1" @handleChange="handleChange1" />
@@ -33,15 +33,15 @@
<table>
<thead>
<tr>
<th>选择</th>
<th>木箱号</th>
<th>{{$t('grid.select')}}</th>
<th>{{$t('filter.box-no')}}</th>
<th>木箱料号</th>
<th>木箱描述</th>
<th>最大子卷数</th>
<th>木箱长度</th>
<th>木箱宽度</th>
<th>木箱高度</th>
<th>载具类型</th>
<th>{{$t('filter.vehicle-type')}}</th>
<th>木箱重量</th>
<th>仓位</th>
</tr>
@@ -66,7 +66,7 @@
</view>
</view>
<view class="zd-row submitbar">
<button class="zd-col-6 btn-submit btn-default" @tap="clearUp">清空</button>
<button class="zd-col-6 btn-submit btn-default" @tap="clearUp">{{$t('button.clear')}}</button>
<button class="zd-col-15 btn-submit btn-success" :class="{'btn-info': !checkArr.length}" :disabled="disabled" @tap="_twoBoxOut">出库确认</button>
</view>
<up-top ref="UT" :scrollTop="top"></up-top>