Browse Source

供应商、店铺搜索、商机

yangc 7 years ago
parent
commit
c7e47296bf

+ 3 - 1
components/mobile/applyPurchase/PublishSeek.vue

@@ -333,6 +333,9 @@
       z-index: 1000;
       margin-top: -3.7rem;
       margin-left: -2.96rem;
+      .mobile-modal-header {
+        font-size: .38rem;
+      }
       .publish-seek {
         background: #fff;
         padding-top: .1rem;
@@ -343,7 +346,6 @@
           line-height: .8rem;
           font-size: .26rem;
           text-align: left;
-          border-bottom: 1px solid #d0e3fd;
           input {
             width: 3.49rem;
             height: .52rem;

+ 1 - 3
components/mobile/applyPurchase/PublishSupplierSeek.vue

@@ -7,7 +7,6 @@
         <div class="prop">品牌:{{applyObj.brand || '-'}}</div>
         <div class="prop">类目:{{applyObj.prodTitle || '-'}}</div>
         <div class="prop">规格:{{applyObj.spec || '-'}}</div>
-        <div class="prop">单位:{{applyObj.unit || '-'}}</div>
       </div>
       <div class="publish-seek">
         <div class="content-line">
@@ -69,7 +68,7 @@
             this.applyObj.code = val.cmpCode
             this.applyObj.brand = isStandard ? val.pbranden : val.brand
             this.applyObj.spec = val.spec
-            this.applyObj.unit = val.unit || 'PCS'
+//            this.applyObj.unit = val.unit || 'PCS'
             this.applyObj.prodTitle = isStandard ? val.kind : val.prodName
           }
         },
@@ -110,7 +109,6 @@
           inquiryItem.needquantity = this.applyObj.amount
           inquiryItem.inbrand = this.applyObj.brand
           inquiryItem.cmpCode = (this.applyObj.code).toUpperCase()
-          inquiryItem.unit = this.applyObj.unit
           inquiryItem.prodTitle = this.applyObj.prodTitle
           inquiryItem.date = date
           inquiryItem.endDate = endDate

+ 8 - 7
components/mobile/search/MainSearch.vue

@@ -184,16 +184,16 @@
       position: relative;
       height: .88rem;
       background: #3e82f5;
-      padding-left: .5rem;
+      padding-left: .3rem;
       line-height: .88rem;
       margin-top: 2rem;
       input {
-        width: 4.78rem;
+        width: 4.88rem;
         height: .62rem;
         line-height: .62rem;
         font-size: .26rem;
         color: #999;
-        padding-left: .82rem;
+        padding-left: .92rem;
         border: .04rem solid #fff;
         background: #fff;
         outline: none;
@@ -226,13 +226,13 @@
       }
       .options {
         position: absolute;
-        left: .5rem;
+        left: .3rem;
         font-size: .26rem;
-        width: .8rem;
-        padding-left: .05rem;
+        width: .9rem;
+        padding-left: .15rem;
         background: url('/images/mobile/@2x/search/select-arrow.png') no-repeat;
         background-size: .14rem .12rem;
-        background-position: .63rem .36rem;
+        background-position: .68rem .36rem;
         i {
           height: .46rem;
           width: .01rem;
@@ -243,6 +243,7 @@
         }
         ul {
           position: absolute;
+          left: 0;
           li {
             width: 1rem;
             height: .7rem;

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

@@ -74,7 +74,7 @@
       </table>
       <div v-if="!commodities.content || commodities.content.length == 0" class="no-product">
         <img src="/images/mobile/@2x/car@2x.png" alt="">
-        <div>抱歉,暂无产品信息</div>
+        <div>抱歉,暂无上架产品信息</div>
       </div>
     </div>
     <remind-box :title="collectResult" :timeoutCount="timeoutCount"></remind-box>

+ 6 - 3
components/mobile/supplier/List.vue

@@ -11,10 +11,10 @@
     </div>
     <ul>
       <li v-for="item in listData">
+        <nuxt-link :to="`/mobile/supplier/detail/${item.enUU}?isStore=${item.isStore}`">
         <img v-if="item.isStore == 1" class="open" src="/images/mobile/supplier/is-open.png" alt="">
         <span>{{item.enName}}</span>
-        <nuxt-link :to="`/mobile/supplier/detail/${item.enUU}?isStore=${item.isStore}`">
-          <img class="tag" src="/images/mobile/supplier/tag.png" alt="">
+        <img class="tag" src="/images/mobile/supplier/tag.png" alt="">
         </nuxt-link>
       </li>
     </ul>
@@ -118,7 +118,7 @@
           padding-top: .14rem;
           input {
             color: #333;
-            width: 5.78rem;
+            width: 6.48rem;
             line-height: normal;
           }
           span {
@@ -151,6 +151,9 @@
             right: -.1rem;
             top: .16rem;
           }
+          span {
+            color: #333;
+          }
         }
       }
     }

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

@@ -144,7 +144,7 @@
         padding-top: .14rem;
         input {
           color: #333;
-          width: 5.78rem;
+          width: 6.48rem;
           line-height: normal;
         }
         span {

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

@@ -139,7 +139,7 @@
         padding-top: .14rem;
         input {
           color: #333;
-          width: 5.78rem;
+          width: 6.48rem;
           line-height: normal;
         }
         span {