Browse Source

处理bug

wangcz 6 years ago
parent
commit
9e18209e9c

+ 3 - 0
components/applyPurchase/SayPrice.vue

@@ -419,6 +419,9 @@
                   width: 300px;
                   text-align: left;
                   color: #4290f7;
+                  word-break: break-all;
+                  word-wrap: break-word;
+                  vertical-align: top;
                 }
               }
             }

+ 1 - 1
components/pcb/product/Detail.vue

@@ -230,7 +230,7 @@
         }
       },
       buy (flag) {
-        this.baseUtils.buyOrCar(flag, null, this, this.commodity)
+        this.baseUtils.buyOrCar(flag, null, this, this.commodity, '/user#/order/pay/', this.fragment.num)
       },
       goLink: function () {
         this.baseUtils.goLinkUser(this, this.storeInfo.enUU)

+ 7 - 7
components/product/component/StoreInfo.vue

@@ -40,9 +40,9 @@
       <table class="table">
         <thead>
           <tr class="height54">
-            <th class="text-center" width="100">型号</th>
-            <th class="text-center" width="80">包装方式</th>
-            <th class="text-center" width="110">生产日期</th>
+            <th class="text-center" width="160">型号</th>
+            <th class="text-center" width="130">包装方式</th>
+            <!--<th class="text-center" width="110">生产日期</th>-->
             <th class="text-center" width="170">库存</th>
             <th class="text-center" width="80">梯度/pcs</th>
             <th class="text-center" width="100">香港交货<span style="font-size: 12px;">($)</span></th>
@@ -62,10 +62,10 @@
               <a v-if="list.packaging">{{list.packaging}}</a>
               <a v-if="!list.packaging">—</a>
             </td>
-            <td>
-              <a v-if="list.produceDate">{{list.produceDate}}</a>
-              <a v-if="!list.produceDate">—</a>
-            </td>
+            <!--<td>-->
+              <!--<a v-if="list.produceDate">{{list.produceDate}}</a>-->
+              <!--<a v-if="!list.produceDate">—</a>-->
+            <!--</td>-->
             <td style="text-align: left;padding-left: 25px;">
               <a>
                 <div v-if="list.reserve">

+ 1 - 1
pages/mobile/center/vendor/outOfStorage/purchase/_storeid.vue

@@ -61,7 +61,7 @@
         <ul class="list-unstyled" v-if="storageList.purchaseDetails" style="margin-bottom:.8rem;">
           <li class="info-list clearfix" v-for="(item, index) in storageList.purchaseDetails">
             <span class="super"><em v-text="index + 1">1</em></span>
-            <div class="linetext width50 fl">型号: <span v-text="item.batchCode || '-'">21324</span></div>
+            <div class="linetext width50 fl">型号: <span v-text="item.cmpCode || '-'">21324</span></div>
             <div class="linetext width50 fl">品牌: <span v-text="item.brName || '-'">21324</span></div>
             <div class="linetext width50 fl">物料名称: <span v-text="item.kiName || '-'">21324</span></div>
             <div class="linetext width50 fl">规格: <span v-text="item.spec || '-'">21324</span></div>

+ 3 - 1
pages/mobile/order/details.vue

@@ -265,7 +265,7 @@
     ></remind-str>
     <!-- 发票信息 -->
     <div class="mobile-modal"  @touchmove="preventTouchMove($event)" v-if="orderList.invoicetype === 1205 || orderList.invoicetype === 1206" v-show="showinvoiceType">
-      <div class="mobile-modal-box mobile-link-en mobile-link-en2" style="margin-top: -3.5rem">
+      <div class="mobile-modal-box mobile-link-en mobile-link-en2" style="margin-top: -4.5rem">
         <div class="mobile-modal-header">发票信息<i @click="showinvoiceType = false" class="icon-guanbi iconfont"></i></div>
         <div class="order-details-invoiceinfo" >
           <div class="order-details-invoiceinfo-content">
@@ -1817,6 +1817,8 @@
       left: 2.5%;
     }
     .order-details-invoiceinfo {
+      max-height:65vh;
+      overflow-y: auto;
       background: #f3f3f3;
       padding: 0.2rem;
       border-bottom-left-radius: 0.07rem;