部分页面国际化

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('grid.sub-roll-number')}}</span>
</view>
<view class="filter_input_wraper">
<search-box v-model="val1" @handleChange="handleChange" />
@@ -27,9 +27,9 @@
<table>
<thead>
<tr>
<th>木箱码</th>
<th>{{$t('filter.box-no')}}</th>
<th>子卷容量</th>
<th>产品描述</th>
<th>{{$t('grid.product-description')}}</th>
<th>sap批次</th>
<th>产品规格(幅宽)</th>
<th>木箱重量</th>
@@ -56,7 +56,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': !arr1.length}" :disabled="disabled" @tap="_zjInBoundConfirm">装箱入库</button>
</view>
<up-top ref="UT" :scrollTop="top"></up-top>