|
@@ -4,9 +4,9 @@
|
|
<!-- 自定义的二级文字标题 -->
|
|
<!-- 自定义的二级文字标题 -->
|
|
<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>
|
|
|
|
<span class="billno">单号:{{ detail&&detail.purchaseBillNo }}</span>
|
|
<span class="billno">单号:{{ detail&&detail.purchaseBillNo }}</span>
|
|
- <a-tag color="blue">审核通过</a-tag>
|
|
|
|
|
|
+ <a-tag color="blue">{{ detail&&detail.billStatusDictValue }}</a-tag>
|
|
|
|
+ <a-tag color="orange">{{ detail&&detail.financialStatusDictValue }}</a-tag>
|
|
</template>
|
|
</template>
|
|
<!-- 操作区,位于 title 行的行尾 -->
|
|
<!-- 操作区,位于 title 行的行尾 -->
|
|
<template slot="extra">
|
|
<template slot="extra">
|
|
@@ -186,7 +186,7 @@ export default {
|
|
}
|
|
}
|
|
.purchaseOrderDetail-wrap{
|
|
.purchaseOrderDetail-wrap{
|
|
.billno{
|
|
.billno{
|
|
- font-size: 14px;
|
|
|
|
|
|
+ font-size: 16px;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
margin: 0 15px;
|
|
margin: 0 15px;
|
|
}
|
|
}
|