|
@@ -55,7 +55,7 @@
|
|
|
</a-card>
|
|
|
<!-- 产品详情 -->
|
|
|
<a-card size="small" :bordered="false" class="purchaseOrderDetail-cont">
|
|
|
- <div slot="title" style="font-size:14px;"><strong>产品详情</strong></div>
|
|
|
+ <!-- <div slot="title" style="font-size:14px;"><strong>产品详情</strong></div> -->
|
|
|
<!-- 总计 -->
|
|
|
<div class="alert-message">
|
|
|
产品款数:<strong>{{ detail && (detail.totalCategory || detail.totalCategory==0) ? detail.totalCategory : '--' }}</strong>,
|