ソースを参照

根据新的需求文档作调整

Administrator 7 年 前
コミット
62ced0307b

+ 3 - 3
components/main/Nav.vue

@@ -7,6 +7,9 @@
       <nuxt-link :to="'/'" class="item" exact>
         <span>首&nbsp;&nbsp;页</span>
       </nuxt-link>
+      <nuxt-link to="/supplier" class="item">
+        <span>供应商</span>
+      </nuxt-link>
       <nuxt-link to="/product/brand/brandList/ABC" class="item">
         <span>品牌中心</span>
       </nuxt-link>
@@ -22,9 +25,6 @@
       <nuxt-link target="_blank" :to="{ name: 'store-uuid', params: { uuid: '33069557578d44e69bd91ad12d28a8d4' } }" class="item">
         <span>库存寄售</span>
       </nuxt-link>
-      <nuxt-link to="/supplier" class="item">
-        <span>供应商</span>
-      </nuxt-link>
       <nuxt-link to="/applyPurchase" class="item">
         <span>求购询价</span>
         <img class="new-animate" src="/images/all/banner-cuxiao03.png" alt="">

+ 8 - 8
components/store/CommodityList.vue

@@ -119,11 +119,11 @@
           <tr v-if="!commodities.content || commodities.content.length == 0">
             <td colspan="10">
               <div class="text-center">
-                <div class="col-xs-offset-3 col-xs-2">
+                <div class="col-xs-offset-4 col-xs-2">
                   <img src="/images/all/empty-cart.png">
                 </div>
                 <div class="col-xs-4 txt-info">
-                  <p class="grey f16">暂无器件信息</p>
+                  <p class="grey f16">抱歉,暂无上架产品信息</p>
                   <a href="/">马上去逛一逛</a>
                 </div>
               </div>
@@ -683,16 +683,16 @@ export default {
 		margin-right: 5px;
 	}
 	.text-center{
-		text-align: center;
-		margin-top: 30px;
+    text-align: left;
+    padding-top: 80px;
+    height:250px;
 	}
 	.text-center  .col-xs-2  img{
-		margin: 50px 0 50px 95px;
 		vertical-align: middle;
 	}
 	.text-center .txt-info{
 		font-size: 14px;
-		margin-top: 70px;
+		margin-top: 15px;
 	}
 	.text-center  .col-xs-4  p{
 		color: #999;
@@ -703,8 +703,8 @@ export default {
 		font-size: 14px;
     display: block;
     color: #5078cb;
-    background: url('/images/all/icon_nianxian.jpg')no-repeat 105px center;
-    padding-left: 50px;
+    background: url('/images/all/icon_nianxian.jpg')no-repeat 0 center;
+    padding-left: 20px;
 	}
 	.text-center  .col-xs-4 i{
 		color: #5078cb;

+ 4 - 2
components/supplier/details.vue

@@ -58,6 +58,7 @@
     </div>
     <el-dialog
       title="我要询价"
+      :show-close="isClose"
       :visible.sync="hasDialog ">
       <div class="form_dialog">
         <ul class="list-inline">
@@ -126,10 +127,11 @@
     name: 'DetailsView',
     data () {
       return {
+        isClose: false,
         isClick: false,
-        hasDown: false,
+        hasDown: true,
         height300: {
-          maxHeight: '306px'
+          maxHeight: '204px'
         },
         heightAuto: {
           height: 'auto'

+ 2 - 0
components/supplier/resource.vue

@@ -106,6 +106,7 @@
     </div>
     <el-dialog
       title="我要询价"
+      :show-close="isClose"
       :visible.sync="hasDialog">
       <div class="form_dialog">
         <ul class="list-inline">
@@ -175,6 +176,7 @@
     name: 'ResourceView',
     data () {
       return {
+        isClose: false,
         isClick: false,
         applyObj: {
           cmpCode: '',