8 Коммиты 3cd5c0b368 ... c4c547c387

Автор SHA1 Сообщение Дата
  zhujindu c4c547c387 Merge branch 'feature_20260413_陈列照片提交后修改' into uat(dev) 5 часов назад
  zhujindu 0c28eff176 连拍数量改为20个 5 часов назад
  zhujindu 040f0e24c1 Merge branch 'master' into feature_20260413_陈列照片提交后修改 5 часов назад
  zhujindu 7a3ea0e23c Merge branch 'release' 7 часов назад
  zhujindu d524ed9e98 Merge branch 'feature_20260330_拜访连拍速度优化' into release 7 часов назад
  zhujindu f74e7365a6 Merge branch 'release' 1 день назад
  zhujindu b7c8006bdf Merge branch 'feature_20260330_拜访连拍速度优化' into release 1 день назад
  zhujindu a74ab8680d Merge branch 'feature_20260401_完美门店入口修改' into release 1 день назад

+ 1 - 1
src/components/uploadVNormalTaskPhoto.vue

@@ -213,7 +213,7 @@ export default {
               let count = 1;
               // 1:店招内容识别(不能连拍和多选),3:调色机识别(不能连拍和多选) 需要实时识别的不支持连拍和多选
               if (that.photoIdentifyType != 1 && that.photoIdentifyType != 3) {
-                count = that.continuousShoot == '1' ? 5 : 1; //是否允许连拍/相册多选 最多5张
+                count = that.continuousShoot == '1' ? 20 : 1; //是否允许连拍/相册多选 最多5张
               }
               wx.chooseImage({
                 count: count,

+ 10 - 1
src/views/deviceWithin/index.vue

@@ -930,7 +930,16 @@ export default {
       });
     },
     getUserInPlanList() {
-      this.list = [];
+      localStorage.setItem('outvstoreName', '');
+      localStorage.setItem('outvchainName', '');
+      localStorage.removeItem('outvstoreLabelTypes');
+      localStorage.removeItem('outvstoreCategoryList');
+      localStorage.setItem('outvchainCode', '');
+      localStorage.setItem('outvstoreName', '');
+      localStorage.setItem('outvsortType', '');
+      localStorage.setItem('outsortParam', '');
+      localStorage.setItem('lat', '');
+      localStorage.setItem('lon', '');
       var postType = localStorage.getItem('postType');
       this.customerVisits = localStorage.getItem('customerVisits');
       if (localStorage.getItem('postType') == 'JZ' || localStorage.getItem('postType') == 'GZ') {

+ 2 - 1
src/views/deviceWithin/taskPhotoTaking.vue

@@ -373,6 +373,7 @@ export default {
     display: flex;
     flex-direction: column;
     padding-bottom: 46px;
+    overflow-y: auto;
     .container {
       background: #fff;
       width: 100%;
@@ -440,7 +441,7 @@ export default {
   .dataList {
     width: 100%;
     margin-top: 10px;
-    overflow-y: auto;
+    // overflow-y: auto;
     background: #fff;
     .dataItem {
       display: flex;