فهرست منبع

feature_20250912_主管任务查询经销商接口添加条数限制

zhujindu 2 ماه پیش
والد
کامیت
7b8afa8c28
3فایلهای تغییر یافته به همراه87 افزوده شده و 0 حذف شده
  1. 29 0
      src/views/week/VisitSummaryAdd.vue
  2. 29 0
      src/views/week/allowWriteAgainSummary.vue
  3. 29 0
      src/views/week/componVisitSummary.vue

+ 29 - 0
src/views/week/VisitSummaryAdd.vue

@@ -291,6 +291,9 @@
           <div style="background-color: #0057ba; color: #fff">搜索</div>
         </van-col>
       </van-row>
+      <div class="tips">
+        <div><van-icon name="warning-o" />默认显示前100条,请输入关键词查询</div>
+      </div>
       <van-picker
         show-toolbar
         :columns="chainsData"
@@ -1170,4 +1173,30 @@ export default {
     text-align: right;
   }
 }
+.VisitSummaryAdd {
+  .van-popup {
+    .tips {
+      width: 100%;
+      height: 40px;
+      display: flex;
+      align-items: center;
+      justify-content: center;
+      position: absolute;
+      top: 100px;
+      z-index: 999999;
+      div {
+        width: 80%;
+        height: 100%;
+        display: flex;
+        align-items: center;
+        justify-content: center;
+        text-align: center;
+        font-size: 15px;
+        background: rgba(225, 236, 250, 0.8);
+        border-radius: 6px;
+        color: #575656;
+      }
+    }
+  }
+}
 </style>

+ 29 - 0
src/views/week/allowWriteAgainSummary.vue

@@ -250,6 +250,9 @@
           <div style="background-color: #0057ba; color: #fff">搜索</div>
         </van-col>
       </van-row>
+      <div class="tips">
+        <div><van-icon name="warning-o" />默认显示前100条,请输入关键词查询</div>
+      </div>
       <van-picker
         show-toolbar
         :columns="chainsData"
@@ -1015,4 +1018,30 @@ export default {
   margin: 0;
   margin-top: -10px;
 }
+.componVisitSummary {
+  .van-popup {
+    .tips {
+      width: 100%;
+      height: 40px;
+      display: flex;
+      align-items: center;
+      justify-content: center;
+      position: absolute;
+      top: 100px;
+      z-index: 999999;
+      div {
+        width: 80%;
+        height: 100%;
+        display: flex;
+        align-items: center;
+        justify-content: center;
+        text-align: center;
+        font-size: 15px;
+        background: rgba(225, 236, 250, 0.8);
+        border-radius: 6px;
+        color: #575656;
+      }
+    }
+  }
+}
 </style>

+ 29 - 0
src/views/week/componVisitSummary.vue

@@ -269,6 +269,9 @@
           <div style="background-color: #0057ba; color: #fff">搜索</div>
         </van-col>
       </van-row>
+      <div class="tips">
+        <div><van-icon name="warning-o" />默认显示前100条,请输入关键词查询</div>
+      </div>
       <van-picker
         show-toolbar
         :columns="chainsData"
@@ -1029,4 +1032,30 @@ export default {
   margin: 0;
   margin-top: -10px;
 }
+.componVisitSummary {
+  .van-popup {
+    .tips {
+      width: 100%;
+      height: 40px;
+      display: flex;
+      align-items: center;
+      justify-content: center;
+      position: absolute;
+      top: 100px;
+      z-index: 999999;
+      div {
+        width: 80%;
+        height: 100%;
+        display: flex;
+        align-items: center;
+        justify-content: center;
+        text-align: center;
+        font-size: 15px;
+        background: rgba(225, 236, 250, 0.8);
+        border-radius: 6px;
+        color: #575656;
+      }
+    }
+  }
+}
 </style>