半成品出库语言
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
"utils.no-more": "No more",
|
||||
"button.confirm": "OK",
|
||||
"button.search": "Query",
|
||||
"button.receipt-confirmation": "Receipt confirmation",
|
||||
"button.confirm-receipt": "Confirm receipt",
|
||||
"button.confirm-outbound": "Confirm outbound",
|
||||
"login.username": "User name",
|
||||
"login.password": "Password",
|
||||
"login.remember": "Remember username",
|
||||
@@ -79,5 +80,9 @@
|
||||
"grid.total-weight": "Total weight",
|
||||
"grid.car-number": "Car number",
|
||||
"grid.production-area": "Production area",
|
||||
"grid.update-time": "Update time"
|
||||
"grid.update-time": "Update time",
|
||||
"grid.product-description": "Product description",
|
||||
"grid.in-oven-time": "In oven time",
|
||||
"grid.out-oven-time": "Out oven time",
|
||||
"grid.is-it-baked": "Is it baked"
|
||||
}
|
||||
@@ -6,7 +6,8 @@
|
||||
"utils.no-more": "Tidak lagi",
|
||||
"button.confirm": "OK",
|
||||
"button.search": "pertanyaan",
|
||||
"button.receipt-confirmation": "Konfirmasi penerimaan",
|
||||
"button.confirm-receipt": "Konfirmasi penerimaan",
|
||||
"button.confirm-outbound": "Konfirmasi keluar",
|
||||
"login.username": "Nama pengguna",
|
||||
"login.password": "Sandi",
|
||||
"login.remember": "Ingat nama pengguna",
|
||||
@@ -79,5 +80,9 @@
|
||||
"grid.total-weight": "Total berat",
|
||||
"grid.car-number": "Nomor mobil",
|
||||
"grid.production-area": "Area produksi",
|
||||
"grid.update-time": "Waktu kemaskini"
|
||||
"grid.update-time": "Waktu kemaskini",
|
||||
"grid.product-description": "Deskripsi Produk",
|
||||
"grid.in-oven-time": "Waktunya memasuki oven",
|
||||
"grid.out-oven-time": "Waktunya meninggalkan oven",
|
||||
"grid.is-it-baked": "Apakah sudah dipanggang"
|
||||
}
|
||||
@@ -6,7 +6,8 @@
|
||||
"utils.no-more": "没有更多",
|
||||
"button.confirm": "确定",
|
||||
"button.search": "查询",
|
||||
"button.receipt-confirmation": "确认入库",
|
||||
"button.confirm-receipt": "确认入库",
|
||||
"button.confirm-outbound": "确认出库",
|
||||
"login.username": "用户名",
|
||||
"login.password": "密码",
|
||||
"login.remember": "记住用户名",
|
||||
@@ -79,5 +80,9 @@
|
||||
"grid.total-weight": "总重量",
|
||||
"grid.car-number": "车号",
|
||||
"grid.production-area": "生产区域",
|
||||
"grid.update-time": "更新时间"
|
||||
"grid.update-time": "更新时间",
|
||||
"grid.product-description": "产品描述",
|
||||
"grid.in-oven-time": "入烘箱时间",
|
||||
"grid.out-oven-time": "出烘箱时间",
|
||||
"grid.is-it-baked": "是否烘烤"
|
||||
}
|
||||
@@ -71,7 +71,7 @@
|
||||
<uni-load-more color="#007AFF" iconType="circle" :status="status" :icon-size="14" :content-text="contentText" v-if="dataList.length > 0"/>
|
||||
</view>
|
||||
<view class="submit-bar">
|
||||
<button class="submit-button" :class="{'btn-disabled': !val1 || !pkId || !index}" :disabled="disabled" @tap="_confirmInstor">{{$t('button.receipt-confirmation')}}</button>
|
||||
<button class="submit-button" :class="{'btn-disabled': !val1 || !pkId || !index}" :disabled="disabled" @tap="_confirmInstor">{{$t('button.confirm-receipt')}}</button>
|
||||
<button class="submit-button" @tap="searchList">{{$t('button.search')}}</button>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
<template>
|
||||
<view class="zd_container">
|
||||
<nav-bar title="半成品出库"></nav-bar>
|
||||
<nav-bar :title="$t('menu.semi-finished-products-outbound')"></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.point')}}</span>
|
||||
</view>
|
||||
<view class="filter_input_wraper">
|
||||
<search-box
|
||||
@@ -15,7 +15,7 @@
|
||||
</view>
|
||||
<view class="filter_item">
|
||||
<view class="filter_label_wraper">
|
||||
<span class="filter_label">母卷</span>
|
||||
<span class="filter_label">{{$t('filter.mother-roll')}}</span>
|
||||
</view>
|
||||
<view class="filter_input_wraper">
|
||||
<search-box
|
||||
@@ -24,7 +24,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="filter_item">
|
||||
<view class="filter_label">区域</view>
|
||||
<view class="filter_label">{{$t('filter.area')}}</view>
|
||||
<view class="filter_input_wraper">
|
||||
<uni-data-select v-model="index" :localdata="options" @change="selectChange"></uni-data-select>
|
||||
</view>
|
||||
@@ -35,14 +35,14 @@
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>点位</th>
|
||||
<th>母卷号</th>
|
||||
<th>产品编号</th>
|
||||
<th>产品描述</th>
|
||||
<th>总重量</th>
|
||||
<th>入烘箱时间</th>
|
||||
<th>出烘箱时间</th>
|
||||
<th>是否烘烤</th>
|
||||
<th>{{$t('filter.point')}}</th>
|
||||
<th>{{$t('grid.mother-roll-number')}}</th>
|
||||
<th>{{$t('grid.product-code')}}</th>
|
||||
<th>{{$t('grid.product-description')}}</th>
|
||||
<th>{{$t('grid.total-weight')}}</th>
|
||||
<th>{{$t('grid.in-oven-time')}}</th>
|
||||
<th>{{$t('grid.out-oven-time')}}</th>
|
||||
<th>{{$t('grid.is-it-baked')}}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -62,8 +62,8 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="submit-bar">
|
||||
<button class="submit-button" :class="{'btn-disabled': !pkId || !val1}" :disabled="disabled" @tap="_outconfirmInstor">确认出库</button>
|
||||
<button class="submit-button" @tap="_outcoolIOQuery">查询</button>
|
||||
<button class="submit-button" :class="{'btn-disabled': !pkId || !val1}" :disabled="disabled" @tap="_outconfirmInstor">{{$t('button.confirm-outbound')}}</button>
|
||||
<button class="submit-button" @tap="_outcoolIOQuery">{{$t('button.search')}}</button>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user