发货区解绑国际化

This commit is contained in:
2025-06-04 16:09:34 +08:00
parent f0946f1ba6
commit 9dddf7df6d
4 changed files with 25 additions and 19 deletions

View File

@@ -169,6 +169,8 @@
"grid.fault-name": "Fault name",
"grid.floor": "Floor",
"grid.is-stock": "Is there stock available",
"grid.assign-person": "Assign person",
"grid.allocate-time": "Allocate time",
"toast.point-not-empty": "The point cannot be empty",
"toast.select-cache-point": "Please select a cache point",
"toast.select-device": "Please select a device",

View File

@@ -169,6 +169,8 @@
"grid.fault-name": "Nama salah",
"grid.floor": "Lantai",
"grid.is-stock": "Apakah ada saham tersedia",
"grid.assign-person": "Pengasih",
"grid.allocate-time": "Tugaskan waktu",
"toast.point-not-empty": "Titik tidak dapat kosong",
"toast.select-cache-point": "Silakan pilih lokasi cache",
"toast.select-device": "Silakan pilih perangkat",

View File

@@ -169,6 +169,8 @@
"grid.fault-name": "故障名称",
"grid.floor": "楼层",
"grid.is-stock": "是否有货",
"grid.assign-person": "分配人",
"grid.allocate-time": "分配时间",
"toast.point-not-empty": "点位不能为空",
"toast.select-cache-point": "请选择缓存点位",
"toast.select-device": "请选择设备",

View File

@@ -6,14 +6,14 @@
<view class="zd_wrapper">
<view class="filter_item">
<view class="filter_label_wraper">
<span class="filter_label">木箱号</span>
<span class="filter_label">{{$t('filter.wooden-box-code')}}</span>
</view>
<view class="filter_input_wraper">
<search-box v-model="val1" />
</view>
</view>
<view class="filter_item">
<view class="filter_label">单据号</view>
<view class="filter_label">{{$t('filter.bill-code')}}</view>
<view class="filter_input_wraper">
<input type="text" class="filter_input" v-model="val2">
</view>
@@ -24,20 +24,20 @@
<table>
<thead>
<tr>
<th>单据号</th>
<th>状态</th>
<th>总重量</th>
<th>明细数</th>
<th>客户编码</th>
<th>客户名称</th>
<th>交货单</th>
<th>备注</th>
<th>创建人</th>
<th>创建时间</th>
<th>分配人</th>
<th>分配时间</th>
<th>确认人</th>
<th>确认时间</th>
<th>{{$t('filter.bill-code')}}</th>
<th>{{$t('filter.state')}}</th>
<th>{{$t('grid.total-weight')}}</th>
<th>{{$t('grid.details')}}</th>
<th>{{$t('grid.customer-code')}}</th>
<th>{{$t('grid.customer-name')}}</th>
<th>{{$t('grid.delivery-note')}}</th>
<th>{{$t('filter.remark')}}</th>
<th>{{$t('grid.create-man')}}</th>
<th>{{$t('grid.create-time')}}</th>
<th>{{$t('grid.assign-person')}}</th>
<th>{{$t('grid.allocate-time')}}</th>
<th>{{$t('grid.confirm-man')}}</th>
<th>{{$t('grid.confirm-time')}}</th>
</tr>
</thead>
<tbody>
@@ -63,9 +63,9 @@
</view>
</view>
<view class="zd-row submitbar">
<button class="zd-col-5 btn-submit btn-default letter-30" @tap="clearUp">清空</button>
<button class="zd-col-8 btn-submit btn-success letter-30" :class="{'btn-info': !pkId}" @tap="toSure">确认</button>
<button class="zd-col-8 btn-submit btn-success letter-30" @tap="_twoPdaIvtQuery">查询</button>
<button class="zd-col-5 btn-submit btn-default letter-30" @tap="clearUp">{{$t('button.clear')}}</button>
<button class="zd-col-8 btn-submit btn-success letter-30" :class="{'btn-info': !pkId}" @tap="toSure">{{$t('button.confirm')}}</button>
<button class="zd-col-8 btn-submit btn-success letter-30" @tap="_twoPdaIvtQuery">{{$t('button.search')}}</button>
</view>
<up-top ref="UT" :scrollTop="top"></up-top>
</view>