Jelajahi Sumber

短驳物流优化显示

hcf 1 tahun lalu
induk
melakukan
2509084c00

+ 1 - 1
src/components/Assembly/storeHouse.vue

@@ -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();
 			}

+ 2 - 2
src/views/audit/shortBargeLogistics/index.vue

@@ -680,13 +680,13 @@
 				},
 				{
 					width: 250,
-					title: '短驳出库仓库ID',
+					title: '短驳出库仓库',
 					field: 'wareHouseCode',
 					component: storeHouse,
 				},	
 				{
 					width: 250,
-					title: '短驳入库仓库ID',
+					title: '短驳入库仓库',
 					field: 'entryStoreHouseId',
 					component: storeHouse,
 				},