lilei 1 년 전
부모
커밋
86810d9bae

+ 1 - 1
src/views/salesReturnManagement/billOfLading/add.vue

@@ -484,7 +484,7 @@ export default {
       height: 100%;
     }
     .billOfLadingEdit-cont{
-      margin-bottom: 10px;
+      margin-bottom: 6px;
     }
     .affix{
       .ant-affix{

+ 26 - 26
src/views/salesReturnManagement/billOfLading/detail.vue

@@ -40,85 +40,85 @@
         :wrapper-col="formItemLayout.wrapperCol">
         <a-card :bordered="false" class="billOfLadingDetail-cont" v-if="form">
           <a-row>
-            <a-col :xs="24" :sm="24" :md="12" :lg="12" :xl="12">
+            <a-col :span="8">
               <a-form-model-item style="margin-bottom:0" label="提货单号">
                 {{ form.pickUpNo||'--' }}
               </a-form-model-item>
             </a-col>
-            <a-col :xs="24" :sm="24" :md="12" :lg="12" :xl="12">
+            <a-col :span="8">
               <a-form-model-item style="margin-bottom:0" label="创建时间">
                 {{ form.createDate||'--' }}
               </a-form-model-item>
             </a-col>
-            <a-col :xs="24" :sm="24" :md="12" :lg="12" :xl="12">
+            <a-col :span="8">
               <a-form-model-item style="margin-bottom:0" label="审核时间">
                 {{ form.auditDate||'--' }}
               </a-form-model-item>
             </a-col>
-            <a-col :xs="24" :sm="24" :md="12" :lg="12" :xl="12">
+            <a-col :span="8">
               <a-form-model-item style="margin-bottom:0" label="状态">
                 {{ form.stateDictValue||'--' }}
               </a-form-model-item>
             </a-col>
-            <a-col :xs="24" :sm="24" :md="12" :lg="12" :xl="12">
+            <a-col :span="8">
               <a-form-model-item style="margin-bottom:0" label="申请人">
                 {{ form.applyPersonName||'--' }}
               </a-form-model-item>
             </a-col>
-            <a-col :xs="24" :sm="24" :md="12" :lg="12" :xl="12">
+            <a-col :span="8">
               <a-form-model-item style="margin-bottom:0" label="主题">
                 {{ form.theme||'--' }}
               </a-form-model-item>
             </a-col>
-            <a-col :xs="24" :sm="24" :md="12" :lg="12" :xl="12">
+            <a-col :span="8">
               <a-form-model-item style="margin-bottom:0" label="物流公司">
                 {{ form.logisticsCompany||'--' }}
               </a-form-model-item>
             </a-col>
-            <a-col :xs="24" :sm="24" :md="12" :lg="12" :xl="12">
+            <a-col :span="8">
               <a-form-model-item style="margin-bottom:0" label="物流点">
-                {{ form.logisticsPoint }}
+                {{ form.logisticsPoint||'--' }}
               </a-form-model-item>
             </a-col>
-            <a-col :xs="24" :sm="24" :md="12" :lg="12" :xl="12">
+            <a-col :span="8">
               <a-form-model-item style="margin-bottom:0" label="发货方">
                 {{ form.dealerEntity&&form.dealerEntity.dealerName||'--' }}
               </a-form-model-item>
             </a-col>
-            <a-col :xs="24" :sm="24" :md="12" :lg="12" :xl="12">
+            <a-col :span="8">
               <a-form-model-item style="margin-bottom:0" label="收货人">
                 {{ form.receiverName||'--' }}
               </a-form-model-item>
             </a-col>
-            <a-col :xs="24" :sm="24" :md="12" :lg="12" :xl="12">
+            <a-col :span="8">
               <a-form-model-item style="margin-bottom:0" label="电话">
                 {{ form.receiverPhone||'--' }}
               </a-form-model-item>
             </a-col>
-            <a-col :xs="24" :sm="24" :md="12" :lg="12" :xl="12">
+            <a-col :span="8">
               <a-form-model-item style="margin-bottom:0" label="件数">
                 {{ form.goodsNum||'--' }} 件
               </a-form-model-item>
             </a-col>
-            <a-col :span="24">
-              <a-form-model-item style="margin-bottom:0" label="运费" :label-col="{span:2}" :wrapper-col="{span:20}">
+            <a-col :span="8">
+              <a-form-model-item style="margin-bottom:0" label="运费">
                 {{ form.freight||'--' }}
               </a-form-model-item>
             </a-col>
+            <a-col :span="8">
+              <a-form-model-item style="margin-bottom:0" label="退货仓库" prop="warehouseName">
+                {{ form.warehouseName||'--' }}
+              </a-form-model-item>
+            </a-col>
           </a-row>
           <a-row>
-            <a-col :spna="24">
-              <a-form-model-item style="margin-bottom:0" label="备注" prop="size" :label-col="{span:2}" :wrapper-col="{span:20}">
+            <a-col :span="16">
+              <a-form-model-item style="margin-bottom:0" label="备注" prop="size" :label-col="{span:2}" :wrapper-col="{span:22}">
                 <div style="word-break: break-all;line-height:normal;padding-top:10px;">{{ form.remarks||'--' }}</div>
               </a-form-model-item>
             </a-col>
-            <a-col :spna="24">
-              <a-form-model-item style="margin-bottom:0" label="退货仓库" prop="warehouseName" :label-col="{span:2}" :wrapper-col="{span:20}">
-                {{ form.warehouseName||'--' }}
-              </a-form-model-item>
-            </a-col>
-            <a-col :spna="24">
-              <a-form-model-item style="margin-bottom:10px" label="附件" :label-col="{span:2}" :wrapper-col="{span:20}">
+            <a-col :span="16">
+              <a-form-model-item style="margin-bottom:10px" label="附件" :label-col="{span:2}" :wrapper-col="{span:22}">
                 <div style="line-height:26px;">
                   <div v-for="item in form.attachmentList" :key="item.id">
                     <a :href="item.filePath">{{ item.fileName }}</a>
@@ -126,7 +126,7 @@
                 </div>
               </a-form-model-item>
             </a-col>
-            <a-col :spna="24">
+            <a-col :span="24">
               <a-form-model-item label="关联销退单" :label-col="{span:2}" :wrapper-col="{span:20}">
                 <a-table :columns="columns" :scroll="{ y: 400 }" :pagination="false" :data-source="chooseData" bordered>
                   <!-- 编号 -->
@@ -140,7 +140,7 @@
                 </a-table>
               </a-form-model-item>
             </a-col>
-            <a-col :spna="24" v-if="$hasPermissions('B_auditPickUp')&&form.state != 'WAIT_SUBMIT'">
+            <a-col :span="24" v-if="$hasPermissions('B_auditPickUp')&&form.state != 'WAIT_SUBMIT'">
               <a-form-model-item label="审核进度" :label-col="{span:2}" :wrapper-col="{span:20}">
                 <div>以下信息来自钉钉</div>
                 <s-table

+ 74 - 63
src/views/salesReturnManagement/billOfLading/list.vue

@@ -1,80 +1,83 @@
 <template>
+  <div>
   <a-card size="small" :bordered="false" class="billOfLading-wrap">
-    <a-spin :spinning="spinning" tip="Loading...">
-      <!-- 搜索条件 -->
-      <div ref="tableSearch" class="table-page-search-wrapper">
-        <a-form layout="inline" @keyup.enter.native="$refs.table.refresh(true)">
-          <a-row :gutter="15">
+    <!-- 搜索条件 -->
+    <div ref="tableSearch" class="table-page-search-wrapper">
+      <a-form layout="inline" @keyup.enter.native="$refs.table.refresh(true)">
+        <a-row :gutter="15">
+          <a-col :md="6" :sm="24">
+            <a-form-item label="创建时间">
+              <rangeDate ref="rangeCreateDate" :value="createDate" @change="dateCreateChange" />
+            </a-form-item>
+          </a-col>
+          <a-col :md="6" :sm="24">
+            <a-form-item label="提货单号">
+              <a-input id="billOfLading-pickUpNo" v-model.trim="queryParam.pickUpNo" allowClear placeholder="请输入提货单号"/>
+            </a-form-item>
+          </a-col>
+          <a-col :md="6" :sm="24">
+            <a-form-item label="总部销退单号">
+              <a-input id="billOfLading-salesReturnBillNo" v-model.trim="queryParam.salesReturnBillNo" allowClear placeholder="请输入总部销退单号"/>
+            </a-form-item>
+          </a-col>
+    
+          <template v-if="advanced">
             <a-col :md="6" :sm="24">
-              <a-form-item label="创建时间">
-                <rangeDate ref="rangeCreateDate" :value="createDate" @change="dateCreateChange" />
+              <a-form-item label="申请人">
+                <employee style="width: 100%;" id="billOfLading-Employee" v-model="queryParam.applyPersonSn"></employee>
               </a-form-item>
             </a-col>
             <a-col :md="6" :sm="24">
-              <a-form-item label="提货单号">
-                <a-input id="billOfLading-pickUpNo" v-model.trim="queryParam.pickUpNo" allowClear placeholder="请输入提货单号"/>
+              <a-form-item label="物流点">
+                <a-input id="billOfLading-logisticsPoint" v-model.trim="queryParam.logisticsPoint" allowClear placeholder="请输入物流点"/>
               </a-form-item>
             </a-col>
             <a-col :md="6" :sm="24">
-              <a-form-item label="总部销退单号">
-                <a-input id="billOfLading-salesReturnBillNo" v-model.trim="queryParam.salesReturnBillNo" allowClear placeholder="请输入总部销退单号"/>
+              <a-form-item label="发货方">
+                <custList placeholder="请输入客户名称搜索" ref="dealerSubareaScopeList" id="billOfLading-senderSn" @change="custChange" />
               </a-form-item>
             </a-col>
-
-            <template v-if="advanced">
-              <a-col :md="6" :sm="24">
-                <a-form-item label="申请人">
-                  <employee style="width: 100%;" id="billOfLading-Employee" v-model="queryParam.applyPersonSn"></employee>
-                </a-form-item>
-              </a-col>
-              <a-col :md="6" :sm="24">
-                <a-form-item label="物流点">
-                  <a-input id="billOfLading-logisticsPoint" v-model.trim="queryParam.logisticsPoint" allowClear placeholder="请输入物流点"/>
-                </a-form-item>
-              </a-col>
-              <a-col :md="6" :sm="24">
-                <a-form-item label="发货方">
-                  <custList placeholder="请输入客户名称搜索" ref="dealerSubareaScopeList" id="billOfLading-senderSn" @change="custChange" />
-                </a-form-item>
-              </a-col>
-              <a-col :md="6" :sm="24">
-                <a-form-item label="审核时间">
-                  <rangeDate ref="rangeExamineDate" @change="dateExamineChange" />
-                </a-form-item>
-              </a-col>
-              <a-col :md="6" :sm="24">
-                <a-form-item label="状态">
-                  <v-select
-                    v-model="queryParam.state"
-                    ref="state"
-                    id="billOfLading-state"
-                    code="PICK_UP_STATE"
-                    placeholder="请选择状态"
-                    allowClear></v-select>
-                </a-form-item>
-              </a-col>
-              <a-col :md="6" :sm="24">
-                <a-form-model-item label="退货仓库">
-                  <warehouse ref="warehouse" v-model="queryParam.warehouseSn"></warehouse>
-                </a-form-model-item>
-              </a-col>
-            </template>
             <a-col :md="6" :sm="24">
-              <span class="table-page-search-submitButtons">
-                <a-button type="primary" :disabled="disabled" @click="$refs.table.refresh(true)">查询</a-button>
-                <a-button style="margin-left: 8px" :disabled="disabled" @click="resetSearchForm()">重置</a-button>
-                <a @click="advanced=!advanced" style="margin-left: 8px">
-                  {{ advanced ? '收起' : '展开' }}
-                  <a-icon :type="advanced ? 'up' : 'down'"/>
-                </a>
-              </span>
+              <a-form-item label="审核时间">
+                <rangeDate ref="rangeExamineDate" @change="dateExamineChange" />
+              </a-form-item>
             </a-col>
-          </a-row>
-        </a-form>
-      </div>
+            <a-col :md="6" :sm="24">
+              <a-form-item label="状态">
+                <v-select
+                  v-model="queryParam.state"
+                  ref="state"
+                  id="billOfLading-state"
+                  code="PICK_UP_STATE"
+                  placeholder="请选择状态"
+                  allowClear></v-select>
+              </a-form-item>
+            </a-col>
+            <a-col :md="6" :sm="24">
+              <a-form-model-item label="退货仓库">
+                <warehouse ref="warehouse" v-model="queryParam.warehouseSn"></warehouse>
+              </a-form-model-item>
+            </a-col>
+          </template>
+          <a-col :md="6" :sm="24">
+            <span class="table-page-search-submitButtons">
+              <a-button type="primary" :disabled="disabled" @click="$refs.table.refresh(true)">查询</a-button>
+              <a-button style="margin-left: 8px" :disabled="disabled" @click="resetSearchForm()">重置</a-button>
+              <a @click="advanced=!advanced" style="margin-left: 8px">
+                {{ advanced ? '收起' : '展开' }}
+                <a-icon :type="advanced ? 'up' : 'down'"/>
+              </a>
+            </span>
+          </a-col>
+        </a-row>
+      </a-form>
+    </div>
+  </a-card>
+  <a-card size="small" :bordered="false" class="billOfLading-wrap">
+    <a-spin :spinning="spinning" tip="Loading...">
       <!-- 操作按钮 -->
       <div class="table-operator">
-        <a-button type="primary" class="button-error" v-if="$hasPermissions('B_newPickUp')" @click="handleAdd">新增</a-button>
+        <a-button type="primary" v-if="$hasPermissions('B_newPickUp')" @click="handleAdd">新增</a-button>
       </div>
       <!-- 列表 -->
       <s-table
@@ -85,6 +88,7 @@
         :rowKey="(record) => record.id"
         :columns="columns"
         :data="loadData"
+        :pageSize="30"
         :scroll="{ y: tableHeight }"
         :defaultLoadData="false"
         bordered>
@@ -138,6 +142,7 @@
     <!-- 审核进度 -->
     <verifyModal :openModal="visibleAudit" :itemSn="auditInfo&&auditInfo.pickUpSn" @close="visibleAudit=false"></verifyModal>
   </a-card>
+  </div>
 </template>
 
 <script>
@@ -329,7 +334,7 @@ export default {
     },
     setTableH () {
       const tableSearchH = this.$refs.tableSearch.offsetHeight
-      this.tableHeight = window.innerHeight - tableSearchH - 220
+      this.tableHeight = window.innerHeight - tableSearchH - 235
     }
   },
   watch: {
@@ -371,6 +376,12 @@ export default {
 </script>
 <style lang="less">
   .billOfLading-wrap{
+    margin-bottom: 6px;
+    &:first-child{
+      .ant-card-body{
+        padding-bottom: 0;
+      }
+    }
     .sTable{
       .badge-con-t{
         .ant-badge-count{

+ 86 - 73
src/views/salesReturnManagement/pickUp/list.vue

@@ -1,80 +1,84 @@
 <template>
+  <div>
   <a-card size="small" :bordered="false" class="pickUp-wrap">
-    <a-spin :spinning="spinning" tip="Loading...">
-      <!-- 搜索条件 -->
-      <div ref="tableSearch" class="table-page-search-wrapper">
-        <a-form layout="inline" @keyup.enter.native="$refs.table.refresh(true)">
-          <a-row :gutter="15">
+    <!-- 搜索条件 -->
+    <div ref="tableSearch" class="table-page-search-wrapper">
+      <a-form layout="inline" @keyup.enter.native="$refs.table.refresh(true)">
+        <a-row :gutter="15">
+          <a-col :md="6" :sm="24">
+            <a-form-item label="审核时间">
+              <rangeDate ref="rangeExamineDate" @change="dateExamineChange" />
+            </a-form-item>
+          </a-col>
+          <a-col :md="6" :sm="24">
+            <a-form-item label="提货单号">
+              <a-input id="pickUp-pickUpNo" v-model.trim="queryParam.pickUpNo" allowClear placeholder="请输入提货单号"/>
+            </a-form-item>
+          </a-col>
+          <a-col :md="6" :sm="24">
+            <a-form-item label="关联销退单号">
+              <a-input id="pickUp-salesReturnBillNo" v-model.trim="queryParam.salesReturnBillNo" allowClear placeholder="请输入总部销退单号"/>
+            </a-form-item>
+          </a-col>
+          <a-col :md="6" :sm="24">
+            <a-form-item label="申请人">
+              <employee style="width: 100%;" id="pickUp-Employee" v-model="queryParam.applyPersonSn"></employee>
+            </a-form-item>
+          </a-col>
+          <template v-if="advanced">
             <a-col :md="6" :sm="24">
-              <a-form-item label="审核时间">
-                <rangeDate ref="rangeExamineDate" @change="dateExamineChange" />
+              <a-form-item label="物流点">
+                <logisticsPoint style="width: 100%;" id="pickUp-logisticsPoint" v-model="queryParam.logisticsPoint"></logisticsPoint>
               </a-form-item>
             </a-col>
             <a-col :md="6" :sm="24">
-              <a-form-item label="提货单号">
-                <a-input id="pickUp-pickUpNo" v-model.trim="queryParam.pickUpNo" allowClear placeholder="请输入提货单号"/>
+              <a-form-item label="发货方">
+                <custList placeholder="请输入客户名称搜索" ref="dealerSubareaScopeList" id="pickUp-senderSn" @change="custChange" />
               </a-form-item>
             </a-col>
             <a-col :md="6" :sm="24">
-              <a-form-item label="关联销退单号">
-                <a-input id="pickUp-salesReturnBillNo" v-model.trim="queryParam.salesReturnBillNo" allowClear placeholder="请输入总部销退单号"/>
+              <a-form-item label="状态">
+                <v-select
+                  v-model="queryParam.state"
+                  ref="state"
+                  id="pickUp-state"
+                  code="PICK_UP_STATE"
+                  :notIn="['WAIT_SUBMIT','WAIT_AUDIT','AUDIT_REJECT']"
+                  placeholder="请选择状态"
+                ></v-select>
               </a-form-item>
             </a-col>
-            <template v-if="advanced">
-              <a-col :md="6" :sm="24">
-                <a-form-item label="申请人">
-                  <employee style="width: 100%;" id="pickUp-Employee" v-model="queryParam.applyPersonSn"></employee>
-                </a-form-item>
-              </a-col>
-              <a-col :md="6" :sm="24">
-                <a-form-item label="物流点">
-                  <logisticsPoint style="width: 100%;" id="pickUp-logisticsPoint" v-model="queryParam.logisticsPoint"></logisticsPoint>
-                </a-form-item>
-              </a-col>
-              <a-col :md="6" :sm="24">
-                <a-form-item label="发货方">
-                  <custList placeholder="请输入客户名称搜索" ref="dealerSubareaScopeList" id="pickUp-senderSn" @change="custChange" />
-                </a-form-item>
-              </a-col>
-              <a-col :md="6" :sm="24">
-                <a-form-item label="状态">
-                  <v-select
-                    v-model="queryParam.state"
-                    ref="state"
-                    id="pickUp-state"
-                    code="PICK_UP_STATE"
-                    :notIn="['WAIT_SUBMIT','WAIT_AUDIT','AUDIT_REJECT']"
-                    placeholder="请选择状态"
-                  ></v-select>
-                </a-form-item>
-              </a-col>
-              <a-col :md="6" :sm="24" v-show="isShowWarehouse">
-                <a-form-model-item label="退货仓库">
-                  <chooseWarehouse ref="warehouse" v-model="queryParam.warehouseSn" :isPermission="true"></chooseWarehouse>
-                </a-form-model-item>
-              </a-col>
-            </template>
-            <a-col :md="6" :sm="24">
-              <div class="table-page-search-submitButtons">
-                <a-button type="primary" :disabled="disabled" @click="$refs.table.refresh(true)">查询</a-button>
-                <a-button style="margin-left: 8px" :disabled="disabled" @click="resetSearchForm()">重置</a-button>
-                <a @click="advanced=!advanced" style="margin-left: 8px">
-                  {{ advanced ? '收起' : '展开' }}
-                  <a-icon :type="advanced ? 'up' : 'down'"/>
-                </a>
-              </div>
+            <a-col :md="6" :sm="24" v-show="isShowWarehouse">
+              <a-form-model-item label="退货仓库">
+                <chooseWarehouse ref="warehouse" v-model="queryParam.warehouseSn" :isPermission="true"></chooseWarehouse>
+              </a-form-model-item>
             </a-col>
-          </a-row>
-        </a-form>
-      </div>
+          </template>
+          <a-col :md="24" :sm="24" style="text-align: center;">
+            <div class="table-page-search-submitButtons">
+              <a-button type="primary" :disabled="disabled" @click="$refs.table.refresh(true)">查询</a-button>
+              <a-button style="margin-left: 8px" :disabled="disabled" @click="resetSearchForm()">重置</a-button>
+              <a @click="advanced=!advanced" style="margin-left: 8px">
+                {{ advanced ? '收起' : '展开' }}
+                <a-icon :type="advanced ? 'up' : 'down'"/>
+              </a>
+            </div>
+          </a-col>
+        </a-row>
+      </a-form>
+    </div>
+  </a-card>
+  <a-card size="small" :bordered="false" class="pickUp-wrap">
+    <a-spin :spinning="spinning" tip="Loading...">
       <!-- 列表 -->
       <s-table
         class="sTable fixPagination"
         ref="table"
-        :style="{ height: tableHeight+64.5+'px' }"
+        :style="{ height: tableHeight+70+'px' }"
         size="small"
         :rowKey="(record) => record.id"
         :columns="columns"
+        :pageSize="30"
         :data="loadData"
         :scroll="{ y: tableHeight }"
         :defaultLoadData="false"
@@ -93,24 +97,27 @@
         </template>
         <!-- 操作 -->
         <template slot="action" slot-scope="text, record">
-          <a-button
-            size="small"
-            type="link"
-            class="button-info"
-            v-if="(record.state == 'AUDIT_PASS'||record.state == 'FINISH')&&$hasPermissions('M_detailPickUp')"
-            @click="handleDetail(record)"
-            id="pickUp-detail-btn">详情</a-button>
-          <a-button
-            size="small"
-            type="link"
-            class="button-error"
-            v-if="record.state == 'AUDIT_PASS'&&$hasPermissions('B_pickUp')"
-            @click="handlePickUp(record)"
-            id="pickUp-detail-btn">提货</a-button>
+         <div>
+           <!-- <a-button
+             size="small"
+             type="link"
+             class="button-info"
+             v-if="(record.state == 'AUDIT_PASS'||record.state == 'FINISH')&&$hasPermissions('M_detailPickUp')"
+             @click="handleDetail(record)"
+             id="pickUp-detail-btn">详情</a-button> -->
+           <a-button
+             size="small"
+             type="link"
+             class="button-info"
+             v-if="record.state == 'AUDIT_PASS'&&$hasPermissions('B_pickUp')"
+             @click="handlePickUp(record)"
+             id="pickUp-detail-btn">提货</a-button>
+         </div>
         </template>
       </s-table>
     </a-spin>
   </a-card>
+ </div>
 </template>
 
 <script>
@@ -257,7 +264,7 @@ export default {
     },
     setTableH () {
       const tableSearchH = this.$refs.tableSearch.offsetHeight
-      this.tableHeight = window.innerHeight - tableSearchH - 180
+      this.tableHeight = window.innerHeight - tableSearchH - 200
     }
   },
   watch: {
@@ -296,6 +303,12 @@ export default {
 </script>
 <style lang="less">
   .pickUp-wrap{
+    margin-bottom: 6px;
+    &:first-child{
+      .ant-card-body{
+        padding-bottom: 0;
+      }
+    }
     .sTable{
       .badge-con-t{
         .ant-badge-count{

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

@@ -5,16 +5,14 @@
         <!-- 自定义的二级文字标题 -->
         <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 15px;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">