|
@@ -9,15 +9,15 @@
|
|
|
单号:{{ ordeDetail&&ordeDetail.salesReturnBillNo }}
|
|
|
</span>
|
|
|
<span style="margin: 0 10px;color: #666;">客户名称:{{ ordeDetail&&ordeDetail.buyerName || '--' }}</span>
|
|
|
+ <span style="color: #666;">
|
|
|
+ 退货类别:{{ ordeDetail&&ordeDetail.goodFlagDictValue }}
|
|
|
+ </span>
|
|
|
<span style="margin: 0 0 0 10px;color: #666;">
|
|
|
退货仓库:{{ ordeDetail&&ordeDetail.warehouseName }}
|
|
|
</span>
|
|
|
<a-button size="small" type="link" @click="showEditModal=true">
|
|
|
<a-icon type="edit"></a-icon>修改
|
|
|
</a-button>
|
|
|
- <span style="margin: 0 10px;color: #666;">
|
|
|
- 退货类别:{{ ordeDetail&&ordeDetail.goodFlagDictValue }}
|
|
|
- </span>
|
|
|
</template>
|
|
|
<!-- 操作区,位于 title 行的行尾 -->
|
|
|
<template slot="extra">
|