|
@@ -10,7 +10,7 @@
|
|
:width="960">
|
|
:width="960">
|
|
<a-spin :spinning="spinning" tip="Loading...">
|
|
<a-spin :spinning="spinning" tip="Loading...">
|
|
<!-- 基础信息 -->
|
|
<!-- 基础信息 -->
|
|
- <a-card size="small" :bordered="false" class="purchaseReturnDetail-cont">
|
|
|
|
|
|
+ <div class="purchaseReturnDetail-cont">
|
|
<a-collapse :activeKey="['1']">
|
|
<a-collapse :activeKey="['1']">
|
|
<a-collapse-panel key="1" header="基础信息">
|
|
<a-collapse-panel key="1" header="基础信息">
|
|
<a-descriptions :column="3">
|
|
<a-descriptions :column="3">
|
|
@@ -18,7 +18,7 @@
|
|
</a-descriptions>
|
|
</a-descriptions>
|
|
</a-collapse-panel>
|
|
</a-collapse-panel>
|
|
</a-collapse>
|
|
</a-collapse>
|
|
- </a-card>
|
|
|
|
|
|
+ </div>
|
|
<!-- 合计 -->
|
|
<!-- 合计 -->
|
|
<a-alert type="info" style="margin-bottom:10px" v-if="objItem">
|
|
<a-alert type="info" style="margin-bottom:10px" v-if="objItem">
|
|
<div class="ftext" slot="message">
|
|
<div class="ftext" slot="message">
|