YY 2 年之前
父節點
當前提交
c3561ed17b
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      src/views/platmanag/sales/detail.vue
  2. 1 0
      src/views/selfShop/sales/detail.vue

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

@@ -235,6 +235,7 @@ export default {
                 if (res.data.customer.is_check == '已签收' && this.info.status == '3') this.$set(this, `active`, 3);
               }
               if (res.data.shop) {
+                this.$set(this, `active`, 4);
                 let shopList = res.data.shop.list;
                 this.$set(this, `shopList`, shopList);
                 shopList[0].color = '#0bbd87';

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

@@ -235,6 +235,7 @@ export default {
                 if (res.data.customer.is_check == '已签收' && this.info.status == '3') this.$set(this, `active`, 3);
               }
               if (res.data.shop) {
+                this.$set(this, `active`, 4);
                 let shopList = res.data.shop.list;
                 this.$set(this, `shopList`, shopList);
                 shopList[0].color = '#0bbd87';