Bladeren bron

同城分销店拆分、分销店对应多个经销商

zhujindu 11 maanden geleden
bovenliggende
commit
f668632446
1 gewijzigde bestanden met toevoegingen van 8 en 1 verwijderingen
  1. 8 1
      src/views/deviceOutside/rangeStore.vue

+ 8 - 1
src/views/deviceOutside/rangeStore.vue

@@ -1086,42 +1086,49 @@ export default {
     },
     },
     mpFn(row, tyle) {
     mpFn(row, tyle) {
       if (row.iconName == 'qita') {
       if (row.iconName == 'qita') {
+        // 非金牌-其他
         if (tyle == 1) {
         if (tyle == 1) {
           this.checkIco = otheractive;
           this.checkIco = otheractive;
         } else {
         } else {
           return this.other;
           return this.other;
         }
         }
       } else if (row.iconName == 'tcfx_tl') {
       } else if (row.iconName == 'tcfx_tl') {
+        // 非金牌-涂料店
         if (tyle == 1) {
         if (tyle == 1) {
           this.checkIco = storeAactive;
           this.checkIco = storeAactive;
         } else {
         } else {
           return this.storeA;
           return this.storeA;
         }
         }
       } else if (row.iconName == 'tcfx_cw') {
       } else if (row.iconName == 'tcfx_cw') {
+        // 非金牌-厨卫
         if (tyle == 1) {
         if (tyle == 1) {
           this.checkIco = storeBCZactive;
           this.checkIco = storeBCZactive;
         } else {
         } else {
           return this.storeBCZ;
           return this.storeBCZ;
         }
         }
       } else if (row.iconName == 'tcfx_B_fs') {
       } else if (row.iconName == 'tcfx_B_fs') {
+        // 同城分销-瓷砖店
         if (tyle == 1) {
         if (tyle == 1) {
           this.checkIco = storeBFSactive;
           this.checkIco = storeBFSactive;
         } else {
         } else {
           return this.storeBFS;
           return this.storeBFS;
         }
         }
       } else if (row.iconName == 'tcfx_B_qt') {
       } else if (row.iconName == 'tcfx_B_qt') {
+        // 同城分销-黄沙-水泥
         if (tyle == 1) {
         if (tyle == 1) {
           this.checkIco = storeBOtheractive;
           this.checkIco = storeBOtheractive;
         } else {
         } else {
           return this.storeBOther;
           return this.storeBOther;
         }
         }
       } else if (row.iconName == 'jinpai') {
       } else if (row.iconName == 'jinpai') {
+        // 无布机-金牌店
         if (tyle == 1) {
         if (tyle == 1) {
           this.checkIco = storeGoldactive;
           this.checkIco = storeGoldactive;
         } else {
         } else {
           return this.storeGold;
           return this.storeGold;
         }
         }
-      } else if (row.iconName == 'jinpai_ccm') {
+      } else if (row.iconName == '有布机') {
+        // 有布机-金牌店
         if (tyle == 1) {
         if (tyle == 1) {
           this.checkIco = storeCCMactive;
           this.checkIco = storeCCMactive;
         } else {
         } else {