wangcz 7 лет назад
Родитель
Сommit
d36262ae7a

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

@@ -1238,14 +1238,14 @@
                     <th class="filter" width="110" ng-if="handleItem === 0">
                         <a ng-bind="selfSupport">全部类型</a> <i class="fa fa-angle-down fa-angle-up"></i>
                         <div class="hover-show" ng-if="storage_tab === 'inBound'">
-                            <a ng-click="changeSupportType(INBOUND)" ng-bind="boundType.INBOUND">全部类型</a>
-                            <a ng-click="changeSupportType(OTHER_INBOUND)" ng-bind="boundType.OTHER_INBOUND">其它入库</a>
-                            <a ng-click="changeSupportType(PURCHASE_INBOUND)" ng-bind="boundType.PURCHASE_INBOUND">入库</a>
+                            <a ng-click="changeSupportType('INBOUND')" ng-bind="boundType.INBOUND">全部类型</a>
+                            <a ng-click="changeSupportType('OTHER_INBOUND')" ng-bind="boundType.OTHER_INBOUND">其它入库</a>
+                            <a ng-click="changeSupportType('PURCHASE_INBOUND')" ng-bind="boundType.PURCHASE_INBOUND">入库</a>
                         </div>
                         <div class="hover-show" ng-if="storage_tab === 'outBound'">
-                            <a ng-click="changeSupportType(OUTBOUND)" ng-bind="boundType.OUTBOUND">全部类型</a>
-                            <a ng-click="changeSupportType(OTHER_OUTBOUND)" ng-bind="boundType.OTHER_OUTBOUND">其它出库</a>
-                            <a ng-click="changeSupportType(SELL_OUTBOUND)" ng-bind="boundType.SELL_OUTBOUND">销售出库</a>
+                            <a ng-click="changeSupportType('OUTBOUND')" ng-bind="boundType.OUTBOUND">全部类型</a>
+                            <a ng-click="changeSupportType('OTHER_OUTBOUND')" ng-bind="boundType.OTHER_OUTBOUND">其它出库</a>
+                            <a ng-click="changeSupportType('SELL_OUTBOUND')" ng-bind="boundType.SELL_OUTBOUND">销售出库</a>
                         </div>
                     </th>
                     <th width="90">录入人</th>