翻译3个页面
This commit is contained in:
@@ -1,21 +1,21 @@
|
||||
<template>
|
||||
<view class="zd_container">
|
||||
<nav-bar title="RGV状态查询"></nav-bar>
|
||||
<nav-bar :title="$t('menu.rgv-status-query')"></nav-bar>
|
||||
<view class="zd_content">
|
||||
<view class="zd_wrapper grid-wraper">
|
||||
<view class="slide_new">
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>设备编码</th>
|
||||
<th>设备名称</th>
|
||||
<th>X坐标</th>
|
||||
<th>Y坐标</th>
|
||||
<th>电量</th>
|
||||
<th>故障名称</th>
|
||||
<th>楼层</th>
|
||||
<th>木箱号</th>
|
||||
<th>是否有货</th>
|
||||
<th>{{$t('grid.device-code')}}</th>
|
||||
<th>{{$t('grid.device-name')}}</th>
|
||||
<th>X{{$t('grid.coordinate')}}</th>
|
||||
<th>Y{{$t('grid.coordinate')}}</th>
|
||||
<th>{{$t('grid.quantity-of-electricity')}}</th>
|
||||
<th>{{$t('grid.fault-name')}}</th>
|
||||
<th>{{$t('grid.floor')}}</th>
|
||||
<th>{{$t('filter.wooden-box-code')}}</th>
|
||||
<th>{{$t('grid.is-stock')}}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -36,7 +36,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="submit-bar">
|
||||
<button class="submit-button" @tap="_rgvStatusQuery">查询</button>
|
||||
<button class="submit-button" @tap="_rgvStatusQuery">{{$t('button.search')}}</button>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
<template>
|
||||
<view class="zd_container">
|
||||
<nav-bar title="任务管理"></nav-bar>
|
||||
<nav-bar title="{{$t('menu.task-management')}}"></nav-bar>
|
||||
<view class="zd_content">
|
||||
<view class="zd_wrapper">
|
||||
<view class="filter_item">
|
||||
<view class="filter_label_wraper">
|
||||
<span class="filter_label">关键字</span>
|
||||
<span class="filter_label">{{$t('filter.keywords')}}</span>
|
||||
</view>
|
||||
<view class="filter_input_wraper">
|
||||
<search-box
|
||||
@@ -19,18 +19,18 @@
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>任务号</th>
|
||||
<th>物料编码</th>
|
||||
<th>载具1</th>
|
||||
<th>载具2</th>
|
||||
<th>取货点1</th>
|
||||
<th>放货点1</th>
|
||||
<th>取货点2</th>
|
||||
<th>放货点2</th>
|
||||
<th>状态</th>
|
||||
<th>任务类型</th>
|
||||
<th>{{$t('grid.task-number')}}</th>
|
||||
<th>{{$t('grid.material-code')}}</th>
|
||||
<th>{{$t('filter.vehicle-code')}}1</th>
|
||||
<th>{{$t('filter.vehicle-code')}}2</th>
|
||||
<th>{{$t('grid.pickup-point')}}1</th>
|
||||
<th>{{$t('grid.release-point')}}1</th>
|
||||
<th>{{$t('grid.pickup-point')}}2</th>
|
||||
<th>{{$t('grid.release-point')}}2</th>
|
||||
<th>{{$t('filter.state')}}</th>
|
||||
<th>{{$t('grid.task-type')}}</th>
|
||||
<th>AGV</th>
|
||||
<th>生成时间</th>
|
||||
<th>{{$t('grid.generation-time')}}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -54,9 +54,9 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="submit-bar">
|
||||
<button class="submit-button" :class="{'btn-disabled': !pkId}" :disabled="disabled2" @tap="_taskConfirm">强制完成</button>
|
||||
<button class="submit-button" :class="{'btn-disabled': !pkId}" :disabled="disabled1" @tap="_againLssued">重新下发</button>
|
||||
<button class="submit-button" @tap="_taskTaskQuery">查询</button>
|
||||
<button class="submit-button" :class="{'btn-disabled': !pkId}" :disabled="disabled2" @tap="_taskConfirm">{{$t('button.force-complete')}}</button>
|
||||
<button class="submit-button" :class="{'btn-disabled': !pkId}" :disabled="disabled1" @tap="_againLssued">{{$t('button.reissue')}}</button>
|
||||
<button class="submit-button" @tap="_taskTaskQuery">{{$t('button.search')}}</button>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@@ -22,16 +22,16 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{$t('filter.wooden-box-code')}}</th>
|
||||
<th>卷数</th>
|
||||
<th>木箱毛重</th>
|
||||
<th>销售订单及行号</th>
|
||||
<th>物料编码</th>
|
||||
<th>物料名称</th>
|
||||
<th>规格</th>
|
||||
<th>子卷号</th>
|
||||
<th>净重</th>
|
||||
<th>入库日期</th>
|
||||
<th>生产日期</th>
|
||||
<th>{{$t('grid.volume-number')}}</th>
|
||||
<th>{{$t('grid.gross-weight-of-wooden-box')}}</th>
|
||||
<th>{{$t('grid.sales-order-and-line-number')}}</th>
|
||||
<th>{{$t('grid.material-code')}}</th>
|
||||
<th>{{$t('grid.material-name')}}</th>
|
||||
<th>{{$t('grid.specifications')}}</th>
|
||||
<th>{{$t('grid.sub-roll-number')}}</th>
|
||||
<th>{{$t('grid.net-weight')}}</th>
|
||||
<th>{{$t('grid.warehousing-date')}}</th>
|
||||
<th>{{$t('grid.date-of-manufacture')}}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -54,8 +54,8 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="submit-bar">
|
||||
<button class="submit-button" :class="{'btn-disabled': !val1}" :disabled="disabled2" @tap="_customerPrint">打印</button>
|
||||
<button class="submit-button" @tap="_customerInfo(val1)">查询</button>
|
||||
<button class="submit-button" :class="{'btn-disabled': !val1}" :disabled="disabled2" @tap="_customerPrint">{{$t('button.print')}}</button>
|
||||
<button class="submit-button" @tap="_customerInfo(val1)">{{$t('button.search')}}</button>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
@@ -85,7 +85,7 @@
|
||||
async _customerInfo (e) {
|
||||
if (!this.val1) {
|
||||
uni.showToast({
|
||||
title: '请扫木箱码',
|
||||
title: this.$t('toast.scan-wooden-box-code'),
|
||||
icon: 'none'
|
||||
})
|
||||
return
|
||||
@@ -98,7 +98,7 @@
|
||||
this.disabled2 = true
|
||||
if (!this.val1) {
|
||||
uni.showToast({
|
||||
title: '请扫木箱码',
|
||||
title: this.$t('toast.scan-wooden-box-code'),
|
||||
icon: 'none'
|
||||
})
|
||||
this.disabled2 = false
|
||||
|
||||
Reference in New Issue
Block a user