Jelajahi Sumber

处理测试bug

Administrator 7 tahun lalu
induk
melakukan
e06cd90238

+ 1 - 1
components/main/Nav.vue

@@ -11,7 +11,7 @@
         <span>询价求购</span>
         <img class="new-animate" src="/images/all/banner-cuxiao03.png" alt="">
       </nuxt-link>
-      <nuxt-link to="/supplier" class="item">
+      <nuxt-link to="/supplier" class="item" v-if="!isInFrame">
         <span>供应商</span>
       </nuxt-link>
       <a class="item" @click="goB2B">

+ 1 - 1
components/mobile/center/Seek.vue

@@ -15,7 +15,7 @@
         <span :class="overdue==='isattention'?'mobile-switch-btn active':'mobile-switch-btn'" @click="ChangeTab('isattention')">已截止</span>
       </div>
       <div class="search-content">
-        <input type="text" v-model="seekKeyword" :placeholder="userType == 'buyer' ? '品牌/型号' : '品牌/物料名称(类目)/型号/规格/公司'" @keyup.13="onSearch">
+        <input type="text" v-model="seekKeyword" :placeholder="userType == 'buyer' ? '品牌/型号' : '品牌/物料名称/型号/规格/公司'" @keyup.13="onSearch">
         <span @click="onSearch"><i class="iconfont icon-sousuo"></i></span>
       </div>
       <seek-list :keyword="remindKeyword" :isSearch="isSearch" :userType="userType" :seekType="seekType" :purchaseManList="purchaseManListData"></seek-list>

+ 1 - 1
components/mobile/store/StoreDetail.vue

@@ -85,7 +85,7 @@
     </div>-->
     <div class="product-store">
       <div class="search-content">
-        <input type="text" v-model="keyword" placeholder="品牌/物料名称(类目)/型号/规格" @keyup.13="search">
+        <input type="text" v-model="keyword" placeholder="品牌/物料名称/型号/规格" @keyup.13="search">
         <span @click="search" style="height:0.5rem;line-height:0.5rem;">
         <i class="iconfont icon-sousuo"></i>
         </span>

+ 1 - 1
components/product/ComponentGoods.vue

@@ -10,7 +10,7 @@
       <tr style="height: 40px;">
         <th width="180">品牌/物料名称(类目)/型号/规格</th>
         <th width="100">包装/生产日期</th>
-        <th width="120">家名称</th>
+        <th width="120">家名称</th>
         <th width="110">库存</th>
         <th width="210">价格梯度(PCS)</th>
         <th width="100">交期(天)</th>

+ 1 - 1
components/search/GoodList.vue

@@ -43,7 +43,7 @@
             <!--<th width="80"></th>-->
             <th width="140">品牌/类目/型号/规格</th>
             <th width="100">包装/生产日期</th>
-            <th width="110">家名称</th>
+            <th width="110">家名称</th>
             <th width="140">库存</th>
             <th width="90">梯度/pcs</th>
             <th width="90" v-if="!crname_click_flag.rmb_click_flag">香港交货</th>

+ 1 - 1
pages/mobile/applyPurchase/list/businessOpportunity.vue

@@ -3,7 +3,7 @@
     <div class="mobile-header">
       <a @click="goLastPage"><i class="iconfont icon-fanhui"></i></a>
       <div class="search-content">
-        <input type="text" v-model="seekKeyword" placeholder="品牌/物料名称(类目)/型号/规格/公司" @keyup.13="searchSeek">
+        <input type="text" v-model="seekKeyword" placeholder="品牌/物料名称/型号/规格/公司" @keyup.13="searchSeek">
         <span @click="searchSeek">
         <i class="iconfont icon-sousuo"></i>
         </span>

+ 1 - 1
pages/mobile/applyPurchase/list/index.vue

@@ -3,7 +3,7 @@
     <div class="mobile-header">
       <a @click="goLastPage"><i class="iconfont icon-fanhui"></i></a>
       <div class="search-content">
-        <input type="text" v-model="seekKeyword" :placeholder="user.logged ? '品牌/物料名称(类目)/型号/规格/公司' : '品牌/物料名称(类目)/型号/规格'" @keyup.13="searchSeek">
+        <input type="text" v-model="seekKeyword" :placeholder="user.logged ? '品牌/物料名称/型号/规格/公司' : '品牌/物料名称/型号/规格'" @keyup.13="searchSeek">
         <span @click="searchSeek">
         <i class="iconfont icon-sousuo"></i>
         </span>

+ 2 - 2
pages/mobile/center/user/payCenter.vue

@@ -35,7 +35,7 @@
     </div>
     <div class="mp-record" v-if="switchType == 'record'">
       <div class="search-content">
-        <input type="text" placeholder="家名称/订单号" v-model="filterParams.keyword" @keyup.13="filterRecord">
+        <input type="text" placeholder="家名称/订单号" v-model="filterParams.keyword" @keyup.13="filterRecord">
         <span @click="filterRecord"><i class="iconfont icon-sousuo"></i></span>
       </div>
       <div class="filters-wrap">
@@ -89,7 +89,7 @@
             <span class="inline-block content text-ellipse">{{record.orderid}}</span>
           </div>
           <div class="content-line">
-            <span class="inline-block title">家名称:</span>
+            <span class="inline-block title">家名称:</span>
             <span class="inline-block content text-ellipse">{{record.sellername}}</span>
           </div>
           <div class="content-line">

+ 2 - 2
pages/mobile/center/vendor/payCenter.vue

@@ -46,7 +46,7 @@
     <!-- 交易记录start -->
     <div class="mp-record" v-if="switchType == 'record'">
       <div class="search-content">
-        <input type="text" placeholder="家名称/订单号" v-model="filterParams.keyword" @keyup.13="filterRecord">
+        <input type="text" placeholder="家名称/订单号" v-model="filterParams.keyword" @keyup.13="filterRecord">
         <span @click="filterRecord"><i class="iconfont icon-sousuo"></i></span>
       </div>
       <div class="filters-wrap">
@@ -91,7 +91,7 @@
             <span class="inline-block content text-ellipse">{{record.orderid}}</span>
           </div>
           <div class="content-line">
-            <span class="inline-block title">家名称:</span>
+            <span class="inline-block title">家名称:</span>
             <span class="inline-block content text-ellipse">{{record.buyerentername || record.buyername}}</span>
           </div>
           <div class="content-line">

+ 1 - 1
pages/mobile/order/index.vue

@@ -13,7 +13,7 @@
       </span>
     </div>
     <div class="search-content search-content2" v-else >
-      <input type="text" placeholder="订单号/产品信息/家名称" v-model="keyword" @keyup.13="searchOrderlist">
+      <input type="text" placeholder="订单号/产品信息/家名称" v-model="keyword" @keyup.13="searchOrderlist">
       <span @click="searchOrderlist" >
           <i class="iconfont icon-sousuo"></i>
       </span>

+ 1 - 1
pages/mobile/search/_keycode.vue

@@ -33,7 +33,7 @@
     <div v-if="searchLists && searchLists.length > 0" >
       <div class="detail-brand" v-for="(item, index) in searchLists" :style="index == 0 ? 'padding-top: .2rem;' : ''" v-if="item">
         <div class="brand-item" @click="goComponent(item)">
-          <p>家名称:<span>{{item.storeName || '-'}}</span></p>
+          <p>家名称:<span>{{item.storeName || '-'}}</span></p>
           <p>品牌:<span>{{item.brandEn || item.brand.nameCn || '-'}}</span></p>
           <p>物料名称(类目):<span>{{item.kind ? item.kind.nameCn : '-'}}</span></p>
           <p>型号:<span>{{item.code || '-'}}</span></p>

+ 1 - 1
pages/mobile/shop/index.vue

@@ -1,6 +1,6 @@
 <template>
   <div>
-    <search-header @searchAction="onSearch" :useMatchRule="false" :outerKeyword="keyword" :placeholder="'品牌/物料名称(类目)/型号/店铺名'"></search-header>
+    <search-header @searchAction="onSearch" :useMatchRule="false" :outerKeyword="keyword" :placeholder="'品牌/物料名称/型号/店铺名'"></search-header>
     <div class="shop mobile-content">
       <div class="shop-top">
         <p><i class="iconfont icon-dianpu1"></i><span>{{list.totalElements || 0}}</span>家店铺</p>