国际化

This commit is contained in:
2025-06-13 15:44:52 +08:00
parent 50c6651cdc
commit 6aa55bb786
18 changed files with 501 additions and 402 deletions

View File

@@ -22,10 +22,10 @@
<th class="th_2">{{$t('grid.order-number')}}</th>
<th>{{$t('grid.customer-name')}}</th>
<th>{{$t('grid.sub-roll-number')}}</th>
<th>{{$t('grid.sub-roll')}}{{$t('grid.specifications')}}</th>
<th>{{$t('grid.sub-roll')}}{{$t('grid.weight')}}</th>
<th>{{$t('grid.subtube')}}{{$t('grid.weight')}}</th>
<th>木箱料号</th>
<th>{{$t('grid.sub-roll-spec')}}</th>
<th>{{$t('grid.sub-roll-weight')}}</th>
<th>{{$t('grid.subtube-weight')}}</th>
<th>{{$t('filter.box-type')}}</th>
</tr>
</thead>
<tbody>
@@ -46,7 +46,7 @@
</view>
<view class="zd-row submitbar">
<button class="zd-col-6 btn-submit btn-default letter-30" @tap="clearUp">{{$t('button.clear')}}</button>
<button class="zd-col-15 btn-submit btn-success letter-30" :class="{'btn-info': !dataList.length}" @tap="toSure">组盘</button>
<button class="zd-col-15 btn-submit btn-success letter-30" :class="{'btn-info': !dataList.length}" @tap="toSure">{{$t('button.group-disk')}}</button>
</view>
<view class="msg_wrapper" :class="show ? 'popshow' : 'pophide'">
<view class="pop-line"></view>
@@ -64,13 +64,13 @@
<table>
<thead>
<tr>
<th>木箱规格</th>
<th>{{$t('grid.wooden-box-specs')}}</th>
<th>{{$t('grid.material-name')}}</th>
<th>木箱长度</th>
<th>木箱宽度</th>
<th>木箱高度</th>
<th>木箱库存数</th>
<th>最大装卷数</th>
<th>{{$t('grid.wooden-box-length')}}</th>
<th>{{$t('grid.wooden-box-width')}}</th>
<th>{{$t('grid.wooden-box-height')}}</th>
<th>{{$t('grid.wooden-box-quantity')}}</th>
<th>{{$t('grid.maximum-rolls')}}</th>
</tr>
</thead>
<tbody>