YY 2 years ago
parent
commit
de3a0d855e

+ 0 - 2
src/views/platmanag/sales/detail.vue

@@ -215,8 +215,6 @@ export default {
             this.$set(this, `transport`, res.data.transport);
             this.$set(this.form, `shop_transport_type`, this.transport.shop_transport_type);
             this.$set(this.form, `shop_transport_no`, this.transport.shop_transport_no);
-            // this.form.shop_transport_type = this.transport.shop_transport_type;
-            // this.form.shop_transport_no = this.transport.shop_transport_no;
           }
           // 显示物流
           res = await this.getFetch(this.id);

+ 1 - 1
src/views/selfShop/sales/detail.vue

@@ -87,7 +87,7 @@
         </el-col>
         <el-col :span="12" class="two">
           <steps-1 v-if="info.type == '1'" @exam="exam" :active="active"></steps-1>
-          <steps-2 v-if="info.type == '2'" @exam="exam" :active="active" :customer="customer"></steps-2>
+          <steps-2 v-if="info.type == '2'" @exam="exam" :active="active" :customer="customer" :activit="activit"></steps-2>
           <steps-3
             v-if="info.type == '3'"
             @exam="exam"

+ 2 - 2
src/views/selfShop/sales/parts/steps-2.vue

@@ -18,7 +18,7 @@
             <el-col :span="24" style="text-align: center; margin-top: 15px">
               <el-button type="primary" style="margin: 10px 0" @click="exam('-2')">已退货</el-button>
             </el-col>
-            <el-col :span="24" style="text-align: center; margin: 15px 0; font-size: 18px">买家{{ activit.shop.is_check || '暂无快递信息' }}</el-col>
+            <el-col :span="24" style="text-align: center; margin: 15px 0; font-size: 18px">买家{{ activit.customer.is_check || '暂无快递信息' }}</el-col>
             <!-- <el-col :span="24">{{ activit.is_check || '暂无快递信息' }}</el-col>
             <el-col :span="24">{{ transport.shop_transport_name || '暂无快递信息' }}: {{ activit.no || '暂无快递信息' }}</el-col>
             <el-col :span="24">
@@ -51,7 +51,7 @@
 import { mapState, createNamespacedHelpers } from 'vuex';
 export default {
   name: 'steps-1',
-  props: { active: { type: Number }, customer: { type: Array } },
+  props: { active: { type: Number }, customer: { type: Array }, activit: { type: Object } },
   components: {},
   data: function () {
     return {