Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/bitrix/ext_www/rospirotorg.ru/bitrix/js/yandex.market/orderview/ |
Upload File : |
(function(BX, $, window) { var Reference = BX.namespace('YandexMarket.Field.Reference'); var OrderView = BX.namespace('YandexMarket.OrderView'); var constructor = OrderView.ShipmentCollection = Reference.Collection.extend({ defaults: { itemElement: '.js-yamarket-shipment' }, validate: function() { this.callItemList('validate'); }, getItemById: function(id) { var result; this.callItemList(function(instance) { if (instance.getId() == id) { result = instance; } }); return result; }, getItemPlugin: function() { return OrderView.Shipment; }, refreshBoxNumber: function(offsetShipment) { var isOffsetFound = false; this.callItemList(function(instance) { if (isOffsetFound) { instance.getBoxCollection().refreshBoxNumber(); } else if (instance === offsetShipment) { isOffsetFound = true; } }); }, toggleSizes: function(dir) { this.callItemList('toggleSizes', [dir]); }, getOrder: function() { return this.getParentField(); }, }, { dataName: 'orderViewShipmentCollection', pluginName: 'YandexMarket.OrderView.ShipmentCollection', }); })(BX, jQuery, window);