Browse Source

Merge branch 'feature_20250205_重复门店经销商维护' into uat(dev)

zhujindu 9 months ago
parent
commit
5e1013e668
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/storeManagement/storeDetail.vue

+ 2 - 1
src/views/storeManagement/storeDetail.vue

@@ -357,6 +357,7 @@
       <br />
       <!-- type:address 拜访时位置偏差过大,可以修改地址(只能修改地址) -->
       <div
+        v-if="type != 'chainMaintain'"
         style="
           position: fixed;
           bottom: 0;
@@ -583,7 +584,7 @@ export default {
       address: '地址',
       storeTypePOP: false,
       GZAttributeFormShow: false,
-      type: '',
+      type: '', //chainMaintain:维护经销商;address:修改地址
       towntShow: false,
       districtShow: false,
       cityShow: false,