Browse Source

Merge branch 'develop_yh26' of jianguan-web/jg-ocs-html into pre-release

刘俊俊 1 year ago
parent
commit
7b3b7af996
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/salesReturnManagement/salesReturn/salesReturnEdit.vue

+ 4 - 4
src/views/salesReturnManagement/salesReturn/salesReturnEdit.vue

@@ -5,16 +5,16 @@
         <!-- 自定义的二级文字标题 -->
         <template slot="subTitle">
           <a id="salesReturnEdit-back-btn" href="javascript:;" @click="handleBack"><a-icon type="left" /> 返回列表</a>
-          <span style="margin: 0 15px;color: #666;">客户名称:{{ ordeDetail&&ordeDetail.buyerName || '--' }}</span>
+          <span style="margin: 0 10px;color: #666;font-weight: bold;">
+            单号:{{ ordeDetail&&ordeDetail.salesReturnBillNo }}
+          </span>
+          <span style="margin: 0 10px;color: #666;">客户名称:{{ ordeDetail&&ordeDetail.buyerName || '--' }}</span>
           <span style="margin: 0 10px;color: #666;">
             退货仓库:{{ ordeDetail&&ordeDetail.warehouseName }}
           </span>
           <span style="margin: 0 10px;color: #666;">
             退货类别:{{ ordeDetail&&ordeDetail.goodFlagDictValue }}
           </span>
-          <span style="color: #666;">
-            总部销退单号:{{ ordeDetail&&ordeDetail.salesReturnBillNo }}
-          </span>
         </template>
         <!-- 操作区,位于 title 行的行尾 -->
         <template slot="extra">