Commit 0825b78f authored by Smile's avatar Smile

任务128 后台-集运-包裹列表-单个预报

parent 438a2af2
......@@ -27,6 +27,10 @@
@click="choose(item)"
>
<div class="item-box">
<div class="line">
<div class="label">{{ $t("客户编号") }}</div>
<div class="value">{{ item.customerNumber }}</div>
</div>
<div class="line">
<div class="label">{{ $t("姓名") }}</div>
<div class="value">{{ item.contactsName }}</div>
......
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