Overseamom-296 feat sto详情增加2列

master
mabaoyan 2 years ago
parent 43fec303ea
commit c6f586fecd

@ -573,6 +573,8 @@ export default {
HandoverVn: '交接-越南', HandoverVn: '交接-越南',
detail: '详情', detail: '详情',
pcNo: '批次号', pcNo: '批次号',
scanUser: '扫描人',
scanDate: '扫描时间',
stoPcPleaseInput: '请输入批次号', stoPcPleaseInput: '请输入批次号',
FactorySTOoutbound: '工厂间STO 出库', FactorySTOoutbound: '工厂间STO 出库',
FactorySTOStorage: '工厂间STO 入库', FactorySTOStorage: '工厂间STO 入库',

@ -575,6 +575,8 @@ export default {
HandoverVn: 'Handover-Vn', HandoverVn: 'Handover-Vn',
detail: 'Detail', detail: 'Detail',
pcNo: 'Batch No', pcNo: 'Batch No',
scanUser: 'Scan User',
scanDate: 'Scan Date',
stoPcPleaseInput: 'Please input batch No', stoPcPleaseInput: 'Please input batch No',
FactorySTOoutbound: 'STO outbound between factories', FactorySTOoutbound: 'STO outbound between factories',
FactorySTOStorage: 'STO storage between factories', FactorySTOStorage: 'STO storage between factories',

@ -570,6 +570,8 @@ export default {
supplierName: 'Название поставщика', supplierName: 'Название поставщика',
detail: 'Detail', detail: 'Detail',
pcNo: 'Batch No', pcNo: 'Batch No',
scanUser: 'Scan User',
scanDate: 'Scan Date',
stoPcPleaseInput: 'Please input batch No', stoPcPleaseInput: 'Please input batch No',
FactorySTOoutbound: 'Заводское хранилище STO', FactorySTOoutbound: 'Заводское хранилище STO',
FactorySTOStorage: 'Заводское хранилище СТО', FactorySTOStorage: 'Заводское хранилище СТО',

@ -33,5 +33,14 @@ export const headers = [
key: 'stoItem', key: 'stoItem',
width: 300, width: 300,
}, },
{
label: vm.$t('message.scanUser'),
key: 'createdBy',
width: 300,
},
{
label: vm.$t('message.scanDate'),
key: 'createdDate',
width: 300,
},
]; ];

@ -72,13 +72,13 @@
</u-form> </u-form>
<view class="bottom-bar"> <view class="bottom-bar">
<u-row class="button-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-button type="primary" @click="onQuery">{{ $t('message.Pi_order') }}</u-button>
</u-col> </u-col>
<u-col :span="3"> <u-col :span="4">
<u-button type="success" @click="onOk">{{ $t('message.dn_Confirm') }}</u-button> <u-button type="success" @click="onOk">{{ $t('message.dn_Confirm') }}</u-button>
</u-col> </u-col>
<u-col :span="3"> <u-col :span="4">
<u-button type="error" @click="uni.navigateBack({})">{{ $t('message.po_Return') }}</u-button> <u-button type="error" @click="uni.navigateBack({})">{{ $t('message.po_Return') }}</u-button>
</u-col> </u-col>
</u-row> </u-row>

@ -114,13 +114,13 @@
</u-form> </u-form>
<view class="bottom-bar"> <view class="bottom-bar">
<u-row class="button-bar"> <u-row class="button-bar">
<u-col :span="6"> <u-col :span="4">
<u-button type="primary" @click="onQueryVN">{{ $t('message.Pi_order') }}</u-button> <u-button type="primary" @click="onQueryVN">{{ $t('message.Pi_order') }}</u-button>
</u-col> </u-col>
<u-col :span="3"> <u-col :span="4">
<u-button type="success" @click="onOk">{{ $t('message.dn_Confirm') }}</u-button> <u-button type="success" @click="onOk">{{ $t('message.dn_Confirm') }}</u-button>
</u-col> </u-col>
<u-col :span="3"> <u-col :span="4">
<u-button type="error" @click="uni.navigateBack({})">{{ $t('message.po_Return') }}</u-button> <u-button type="error" @click="uni.navigateBack({})">{{ $t('message.po_Return') }}</u-button>
</u-col> </u-col>
</u-row> </u-row>

Loading…
Cancel
Save