|
@@ -5,7 +5,7 @@
|
|
|
<template slot="subTitle" v-if="!outBizSubSn&&!bizSn">
|
|
|
<a href="javascript:;" @click="handleBack"><a-icon type="left"></a-icon> 返回列表</a>
|
|
|
<span style="margin: 0 5px 0 15px;color: #666;font-weight: bold;">单号:{{ detailData&&detailData.dispatchBillNo }}</span>
|
|
|
- <a-tag v-if="detailData&&detailData.newCustFlag == 1" color="green" style="zoom:0.9;">新</a-tag>
|
|
|
+ <a-badge count="新" v-if="detailData&&detailData.newCustFlag==1" :number-style="{ backgroundColor: '#52c41a', zoom:0.8 }"></a-badge>
|
|
|
<span style="margin: 0 10px;color: #666;">客户名称:{{ detailData&&detailData.buyerName }}</span>
|
|
|
<a-button type="link" size="small" class="button-default" @click="showDetail=!showDetail">
|
|
|
<a-icon :type="showDetail ? 'eye-invisible' : 'eye'"/> {{ showDetail?'隐藏':'查看' }}信息
|