chenrui 2 éve
szülő
commit
74607e28ea

+ 2 - 2
src/views/purchasingManagement/purchaseOrderNew/detail.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="jg-page-wrap purchaseOrderDetail-wrap">
     <a-spin :spinning="spinning" tip="Loading...">
-      <a-page-header :ghost="false" :backIcon="false" class="header-bar" :style="{ padding: !outBizSn ? '16px 24px' : '0px 24px' }">
+      <a-page-header :ghost="false" :backIcon="false" class="purchaseOrderDetail-cont" :style="{ padding: !outBizSn ? '16px 24px' : '0px 24px' }">
         <!-- 自定义的二级文字标题 -->
         <template slot="subTitle">
           <span class="billno">单号:{{ detail&&detail.purchaseBillNo }}</span>
@@ -245,7 +245,7 @@ export default {
       vertical-align: middle;
     }
     .purchaseOrderDetail-cont{
-      margin-bottom: 6px;
+      margin-bottom: 10px;
       .alert-message{
          margin-bottom: 20px;
       }

+ 4 - 3
src/views/salesManagement/salesQueryNew/detail.vue

@@ -23,6 +23,7 @@
       <!-- 基础信息 -->
       <a-card size="small" :bordered="false" class="salesDetail-cont" v-show="isShowBisiceInfo">
         <a-descriptions size="small" :column="3">
+          <div slot="title">基础信息</div>
           <a-descriptions-item label="客户名称">{{ detailData&&detailData.buyerNameCurrent?detailData.buyerName?detailData.buyerName==detailData.buyerNameCurrent?detailData.buyerNameCurrent:detailData.buyerNameCurrent+'('+detailData.buyerName+')':detailData.buyerNameCurrent:'--' }}</a-descriptions-item>
           <a-descriptions-item label="客户地址" :span="2">
             <div v-if="detailData&&(detailData.shippingAddressProvinceName || detailData.shippingAddressCityName || detailData.shippingAddressCountyName || detailData.shippingAddress)">
@@ -319,9 +320,9 @@ export default {
       margin-bottom: 10px;
     }
     .pages-wrap{
-strong{
-  color:#f12929;
-}
+        strong{
+          color:#f12929;
+        }
     }
   }
 </style>