|
@@ -10,7 +10,17 @@
|
|
|
<!-- 额度统计 授信结算类型 显示-->
|
|
|
<a-card size="small" :bordered="false" style="margin-bottom: 10px;" v-if="this.$route.params.settleType=='CREDIT'">
|
|
|
<a-collapse :activeKey="['1']">
|
|
|
- <a-collapse-panel key="1" header="额度统计">
|
|
|
+ <a-collapse-panel key="1" >
|
|
|
+ <template slot="header">
|
|
|
+ 额度统计
|
|
|
+ <a-tooltip placement="right">
|
|
|
+ <template slot="title">
|
|
|
+ <p>待结金额:指客户已经扫码从数字货架取走配件,但还没有结算</p>
|
|
|
+ <p>冻结金额:指客户已经下单,但还没有从数字货架取走配件</p>
|
|
|
+ </template>
|
|
|
+ <a-icon type="question-circle" style="display: inline-block;margin: 12px 0 0 12px;"/>
|
|
|
+ </a-tooltip>
|
|
|
+ </template>
|
|
|
<a-descriptions size="small" :column="4">
|
|
|
<a-descriptions-item label="授信额度">
|
|
|
<span>{{ total && total.creditLimit? toThousands(total.creditLimit,2):'--' }}</span>
|
|
@@ -72,8 +82,6 @@
|
|
|
bordered>
|
|
|
</s-table>
|
|
|
</a-card>
|
|
|
- <!-- 导入货位模板 -->
|
|
|
- <!-- <importHuoweiModal :openModal="openModal" @close="openModal=false"></importHuoweiModal> -->
|
|
|
</a-spin>
|
|
|
</div>
|
|
|
</template>
|