国际化

This commit is contained in:
2026-01-21 18:59:24 +08:00
parent 7491f7cdaf
commit 4354dec998
15 changed files with 176 additions and 91 deletions

View File

@@ -1,6 +1,6 @@
<template>
<view class="zd_container">
<nav-bar title="发货区解绑" :inner="true" :show="false"></nav-bar>
<nav-bar :title="$t('grid.unbind-ship-area')" :inner="true" :show="false"></nav-bar>
<view class="zd_content">
<view class="zd_wrapper">
<view class="filter_item">
@@ -12,7 +12,7 @@
</view>
</view>
<view class="filter_item">
<view class="filter_label">单据号</view>
<view class="filter_label">{{$t('grid.bill-code')}}</view>
<view class="filter_input_wraper">
<input type="text" class="filter_input filter_input_disabled" v-model="val2" disabled>
</view>
@@ -25,10 +25,10 @@
<tr>
<th class="fontcol2">{{$t('filter.box-no')}}</th>
<th>{{$t('grid.point-code')}}</th>
<th>点位名称</th>
<th>{{$t('grid.point-name')}}</th>
<th>{{$t('grid.weight')}}</th>
<th>{{$t('grid.product-code')}}</th>
<th>产品名称</th>
<th>{{$t('grid.product-name')}}</th>
<th>{{$t('grid.order-number')}}</th>
</tr>
</thead>
@@ -62,20 +62,20 @@
<tr>
<th>{{$t('filter.box-no')}}</th>
<th>{{$t('grid.sub-roll-number')}}</th>
<th>sap批次</th>
<th>净重</th>
<th>状态</th>
<th>{{$t('grid.sap-batch')}}</th>
<th>{{$t('grid.net-weight')}}</th>
<th>{{$t('grid.status')}}</th>
<th>{{$t('grid.order-number')}}</th>
<th>客户编码</th>
<th>{{$t('grid.customer-code')}}</th>
<th>{{$t('grid.customer-name')}}</th>
<th>幅宽</th>
<th>厚度</th>
<th>长度</th>
<th>客户要求幅宽</th>
<th>物料标准厚度</th>
<th>保质期</th>
<th>制造完成日期</th>
<th>入库日期</th>
<th>{{$t('grid.width')}}</th>
<th>{{$t('grid.thickness')}}</th>
<th>{{$t('grid.length')}}</th>
<th>{{$t('grid.width-required-customer')}}</th>
<th>{{$t('grid.standard-hickness-mater')}}</th>
<th>{{$t('grid.shelf-life')}}</th>
<th>{{$t('grid.manu-completion-date')}}</th>
<th>{{$t('grid.warehousing-date')}}</th>
</tr>
</thead>
<tbody>
@@ -103,7 +103,7 @@
</view>
</view>
<view class="zd-row submitbar">
<button class="zd-col-22 btn-submit btn-success letter-30" @tap.stop="show = false">返回</button>
<button class="zd-col-22 btn-submit btn-success letter-30" @tap.stop="show = false">{{$t('button.return')}}</button>
</view>
</view>
<view v-if="show" class="msg_mask"></view>