|
@@ -5,16 +5,8 @@
|
|
<template slot="subTitle">
|
|
<template slot="subTitle">
|
|
<a id="purchaseOrderDetail-back-btn" href="javascript:;" @click="handleBack"><a-icon type="left" /> 返回列表</a>
|
|
<a id="purchaseOrderDetail-back-btn" href="javascript:;" @click="handleBack"><a-icon type="left" /> 返回列表</a>
|
|
<b style="font-size: 18px;margin-left: 15px;">采购单详情</b>
|
|
<b style="font-size: 18px;margin-left: 15px;">采购单详情</b>
|
|
- </template>
|
|
|
|
- </a-page-header>
|
|
|
|
- <!-- 内容 -->
|
|
|
|
- <a-page-header>
|
|
|
|
- <template slot="subTitle">
|
|
|
|
- <p class="billno">单号:{{ detail&&detail.purchaseBillNo }}</p>
|
|
|
|
- </template>
|
|
|
|
- <template slot="tags">
|
|
|
|
|
|
+ <span class="billno">单号:{{ detail&&detail.purchaseBillNo }}</span>
|
|
<a-tag color="blue">审核通过</a-tag>
|
|
<a-tag color="blue">审核通过</a-tag>
|
|
- <a-tag color="orange">未结算</a-tag>
|
|
|
|
</template>
|
|
</template>
|
|
<!-- 操作区,位于 title 行的行尾 -->
|
|
<!-- 操作区,位于 title 行的行尾 -->
|
|
<template slot="extra">
|
|
<template slot="extra">
|
|
@@ -162,8 +154,9 @@ export default {
|
|
}
|
|
}
|
|
.purchaseOrderDetail-wrap{
|
|
.purchaseOrderDetail-wrap{
|
|
.billno{
|
|
.billno{
|
|
- font-size: 18px;
|
|
|
|
|
|
+ font-size: 14px;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
|
+ margin: 0 15px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|