Commit 36cecb35 authored by dragondean@qq.com's avatar dragondean@qq.com

订单详情显示填单快递单号

parent 7a155d6e
...@@ -208,7 +208,9 @@ ...@@ -208,7 +208,9 @@
</el-table-column> </el-table-column>
<el-table-column prop="" :label="$t('填单快递单号')"> <el-table-column prop="" :label="$t('填单快递单号')">
<template slot-scope="{row}"> <template slot-scope="{row}">
{{ row.warehouseInInfoVO ? row.warehouseInInfoVO.expressNo : '' }} <!-- 这里不知道什么原因被改成了入仓单号,现根据bug单改成填单快递单号,如需更改请注明缘由
https://zentao.test.jdshangmen.com/bug-view-2645.html -->
{{ row.expressNo }}
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
......
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