@@ -15,7 +15,7 @@
if(this.propValue){
getMaindataStorehouseSingleData({ id: this.propValue }).then((res : any) => {
if (res.code === 200) {
- this.value = res.data.name
+ this.value = res.data.name+'('+res.data.id+')'
}
}).catch();
@@ -680,13 +680,13 @@
},
{
width: 250,
- title: '短驳出库仓库ID',
+ title: '短驳出库仓库',
field: 'wareHouseCode',
component: storeHouse,
- title: '短驳入库仓库ID',
+ title: '短驳入库仓库',
field: 'entryStoreHouseId',