瀏覽代碼

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

zhujindu 11 月之前
父節點
當前提交
f668632446
共有 1 個文件被更改,包括 8 次插入1 次删除
  1. 8 1
      src/views/deviceOutside/rangeStore.vue

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

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