shenjj 7 years ago
parent
commit
bba1cb2e30

+ 2 - 1
src/main/webapp/resources/js/vendor/controllers/forstore/single_entry.js

@@ -19,7 +19,8 @@ define(['app/app', 'jquery-uploadify'], function(app) {
         minDelivery: 1,
         maxDelivery: 10,
         dateArea: 'formMe',
-        minBuyQty: 1
+        minBuyQty: 1,
+        breakUp: false
       }
     }
     function initError() {

+ 6 - 2
src/main/webapp/resources/view/vendor/forstore/single_entry.html

@@ -420,8 +420,8 @@
             <div class="name pull-left">价格梯度:</div>
             <div class="list pull-left" style="width: 280px;border: 1px solid #dcdcdc;margin-top: 0px">
               <div style="background: #f1f3f6;font-size: 14px;color: #333;text-align: center;line-height: 34px;">
-                <span class="fl w50" style="width: 50%">分段数量</span>
-                <span class="fl w50" style="width: 50%">分段价格</span>
+                <span class="fl w50" style="width: 50%">分段数量(PCS)</span>
+                <span class="fl w50" style="width: 50%">分段价格({{storeInfo.enType !== 'HK' ? '¥' : '$'}})</span>
                 <div style="clear:both"></div>
               </div>
               <div class="plusBtn" style="font-size: 14px;color: #333;background: #fff;border-top: 1px solid #dcdcdc;position:relative" ng-repeat="price in Regul.prices">
@@ -450,6 +450,10 @@
   </div>
 </div>
 <style>
+  div.plusBtn a.add[disabled] i, div.plusBtn a.reduce[disabled] i {
+    color: #c7c7c7 !important;
+    cursor: not-allowed;
+  }
   .wuliao_list {
     line-height: 28px;
     margin-bottom: 10px;

+ 1 - 1
src/main/webapp/resources/view/vendor/forstore/vendor_storage.html

@@ -1303,7 +1303,7 @@
                                     <td><span ng-bind="list.kindName" title="{{list.kindName}}"></span></td>
                                     <td width="210"><span ng-bind="list.spec" title="{{list.spec}}"></span></td>
                                     <td width="130"><span ng-bind="list.qty" title="{{list.qty}}"></span></td>
-                                    <td width="130"><span ng-bind="list.price" title="{{list.price}}"></span></td>
+                                    <td width="130"><span ng-bind="list.price || '-'" title="{{list.price || '-'}}"></span></td>
                                 </tr>
                             </table>
                         </div>