@ -573,6 +573,8 @@ export default {
HandoverVn: '交接-越南',
detail: '详情',
pcNo: '批次号',
scanUser: '扫描人',
scanDate: '扫描时间',
stoPcPleaseInput: '请输入批次号',
FactorySTOoutbound: '工厂间STO 出库',
FactorySTOStorage: '工厂间STO 入库',
@ -575,6 +575,8 @@ export default {
HandoverVn: 'Handover-Vn',
detail: 'Detail',
pcNo: 'Batch No',
scanUser: 'Scan User',
scanDate: 'Scan Date',
stoPcPleaseInput: 'Please input batch No',
FactorySTOoutbound: 'STO outbound between factories',
FactorySTOStorage: 'STO storage between factories',
@ -570,6 +570,8 @@ export default {
supplierName: 'Название поставщика',
FactorySTOoutbound: 'Заводское хранилище STO',
FactorySTOStorage: 'Заводское хранилище СТО',
@ -33,5 +33,14 @@ export const headers = [
key: 'stoItem',
width: 300,
},
{
label: vm.$t('message.scanUser'),
key: 'createdBy',
label: vm.$t('message.scanDate'),
key: 'createdDate',
];
@ -72,13 +72,13 @@
</u-form>
<view class="bottom-bar">
<u-row class="button-bar">
<u-col :span="6">
<u-col :span="4">
<u-button type="primary" @click="onQuery">{{ $t('message.Pi_order') }}</u-button>
</u-col>
<u-col :span="3">
<u-button type="success" @click="onOk">{{ $t('message.dn_Confirm') }}</u-button>
<u-button type="error" @click="uni.navigateBack({})">{{ $t('message.po_Return') }}</u-button>
</u-row>
@ -114,13 +114,13 @@
<u-button type="primary" @click="onQueryVN">{{ $t('message.Pi_order') }}</u-button>