YY 2 gadi atpakaļ
vecāks
revīzija
c3561ed17b

+ 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';