Browse Source

验收修改

yangc 8 năm trước cách đây
mục cha
commit
d5fe9b03b8

+ 1 - 1
src/main/webapp/resources/js/usercenter/controllers/forstore/seek_purchase_ctrl.js

@@ -67,7 +67,7 @@ define(['app/app'], function (app) {
           $scope.onUnitPriceInput = function () {
             var price = $scope.applyObj.unitPrice;
             if (angular.isNumber(price)) {
-              if (price >= 9999) {
+              if (price >= 10000) {
                 $scope.applyObj.unitPrice = Number(price.toString().substring(0, 4));
               } else if (price.toString().indexOf('.') > -1) {
                 var arr = price.toString().split(".");

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

@@ -68,7 +68,7 @@ define(['app/app'], function (app) {
           $scope.onUnitPriceChange = function () {
             var price = $scope.offer.unitPrice;
             if (angular.isNumber(price)) {
-              if (price >= 9999) {
+              if (price >= 10000) {
                 $scope.offer.unitPrice = Number(price.toString().substring(0, 4));
               } else if (price.toString().indexOf('.') > -1) {
                 var arr = price.toString().split(".");

+ 3 - 3
src/main/webapp/resources/view/usercenter/forstore/seekPurchase.html

@@ -529,7 +529,7 @@
                 <th width="93">采购数量</th>
                 <th width="78">单价预算</th>
                 <th width="70">封装</th>
-                <th width="99">生产日期</th>
+                <th width="105">生产日期</th>
                 <th width="123">截止时间</th>
                 <th width="81">
                     <select class="select-adder form-control" ng-model="searchStatus" ng-change="onSearch(searchStatus)">
@@ -551,8 +551,8 @@
                 <td>
                     <span>{{seek.currency + seek.unitPrice | currencyStr}}</span>
                 </td>
-                <td ng-bind="seek.encapsulation || '-'">盘装</td>
-                <td ng-bind="seek.produceDate || '-'">2012-12-12</td>
+                <td ng-bind="seek.encapsulation || '-'" title="{{seek.encapsulation}}">盘装</td>
+                <td ng-bind="seek.produceDate || '-'" title="{{seek.produceDate}}">2012-12-12</td>
                 <td class="left-time" ng-if="seek.remainingTime > 0">剩余&nbsp;<span ng-bind="getDay(seek.remainingTime)" class="red-text"></span>&nbsp;天&nbsp;<span ng-bind="getHours(seek.remainingTime)" class="red-text">5</span>&nbsp;小时</td>
                 <td class="left-time" ng-if="seek.remainingTime <= 0"><span style="color: red;">已截止</span></td>
                 <td ng-switch="seek.status">

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

@@ -114,7 +114,7 @@
     }
     .seek-purchase .seek-purchase-content >table tbody tr.default-row td.release-time {
         position: relative;
-        padding-top: 30px;
+        padding-top: 22px;
     }
     .seek-purchase .seek-purchase-content >table tbody tr.default-row td.release-time span {
         display: block;