Commit 8014b344 authored by huhaiqing's avatar huhaiqing

修改流程详情状态显示

parent 11f534d5
......@@ -16,7 +16,7 @@
{{getVolumeWeight(loadDetail.totalStatistics)}}
</el-descriptions-item>
<el-descriptions-item label="货柜状态">
{{getCabinetStatus(boxBackVO)}}
{{boxBackVO.shipmentStatusText}}
</el-descriptions-item>
</el-descriptions>
......@@ -47,7 +47,7 @@
{{getVolumeWeight(loadDetail.totalStatistics)}}
</el-descriptions-item>
<el-descriptions-item label="货柜状态">
{{getCabinetStatus(boxBackVO)}}
{{boxBackVO.shipmentStatusText}}
</el-descriptions-item>
</el-descriptions>
......
......@@ -20,7 +20,7 @@
{{importCityName(shipmentObj.destWarehouseId)}}
</el-descriptions-item>
<el-descriptions-item label="状态">
{{statusLabel}}
{{shipmentObj.shipmentStatusText}}
</el-descriptions-item>
</el-descriptions>
</el-card>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment