shenjj 7 лет назад
Родитель
Сommit
be89691ebd

+ 5 - 2
src/main/webapp/resources/js/usercenter/controllers/forstore/bom_detail_ctrl.js

@@ -361,7 +361,7 @@ define(['app/app', 'clipboard', 'QRCode'], function (app, clipboard, QRCode) {
                 //           $scope.goods = data;
                 //           clearSeekStatus();
                 //           initFragments();
-                //           seek.$status = status;
+                //   s        seek.$status = status;
                 //         });
                 //   } else if (status == 0) { // 收起
                 //     seek.$status = status;
@@ -371,7 +371,10 @@ define(['app/app', 'clipboard', 'QRCode'], function (app, clipboard, QRCode) {
                 // }
                 $scope.setSeekStatus = function (seek, status, isDisabled) {
                   if (isDisabled) {
-                    seek.$status = status;
+                    // seek.$status = status;
+                    if (status === 0) {
+                      seek.$status = status;
+                    }
                     return;
                   }
                   if (seek.id != $scope.currentSeek.id) {

+ 1 - 1
src/main/webapp/resources/view/usercenter/forstore/buyer_invoice_record.html

@@ -293,7 +293,7 @@
                                             </div>
                                             <div class="clearboth w100" ng-if="item.invoicetype === 1206">
                                                 <div class="pull-left name">订单号: </div>
-                                                <div class="pull-left marginLeft" style="max-width: 224px; max-height: 60px;overflow-y: auto;">
+                                                <div class="pull-left marginLeft" style="max-width: 224px; max-height: 40px;overflow-y: auto;">
                                                     <p ng-repeat="orderid in item.orderids"><a target="_blank"  ng-href="user#/order/detail/{{orderid | EncryptionFilter}}">{{orderid}}</a></p>
                                                 </div>
                                             </div>

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

@@ -472,7 +472,7 @@
                                     </div>
                                     <div class="pull-left w50">
                                         <div class="pull-left name">订单号: </div>
-                                        <div class="pull-left marginLeft" style="max-width: 224px;max-height: 60px;overflow-y: auto;">
+                                        <div class="pull-left marginLeft" style="max-width: 224px;max-height: 40px;overflow-y: auto;">
                                             <p ng-repeat="orderid in item.orderids"><a target="_blank"  ng-href="user#/order/detail/{{orderid | EncryptionFilter}}">{{orderid}}</a></p>
                                         </div>
                                     </div>