This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sliderWrap.classList.remove('anim_slider'); | |
sliderWrap.style.transform = "translateX(-33.3%)"; | |
for (var i = 0; i < distance; i++) { | |
sliderWrap.removeChild(sliderWrap.children[0]); | |
} | |
sliderWrap.classList.remove('wait'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<video controls="" width="100%" heigh="500" class="article__video"> | |
<source src="/upload/company/magazine/58/wmv.ogv" type="video/ogg; codecs='theora, vorbis'"></source> | |
<source src="/upload/company/magazine/58/wmv.mp4" type="video/mp4; codecs='avc1, mp4a'"></source> | |
</video> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
array(1) { | |
'Orders' => | |
array(16) { | |
'Id' => | |
string(5) "12223" | |
'BitrixId' => | |
int(237) | |
'Date' => | |
string(25) "2018-10-31T17:39:28+03:00" | |
'Number' => |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'Users' => | |
array(7) { | |
'Id' => | |
int(161) | |
'Email' => | |
string([email protected]) | |
'Phone' => | |
string(79114868837) | |
'Name' => | |
string(Иван) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Неизвестная ошибка. {WebСервис.AEROExchange.Модуль(418)}: Ошибка при вызове метода контекста (ЗаполнитьЗначенияСвойств) </error> | |
по причине: </error> | |
{WebСервис.AEROExchange.Модуль(418)}: Ошибка при вызове метода контекста (ЗаполнитьЗначенияСвойств) </error> | |
по причине: </error> | |
Ошибка установки значения свойства 'Quantity' </error> | |
по причине: </error> | |
по причине: </error> | |
Ошибка проверки данных XDTO: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Неизвестная ошибка. {WebСервис.AEROExchange.Модуль(418)}: Ошибка при вызове метода контекста (ЗаполнитьЗначенияСвойств) </error> | |
по причине: </error> | |
{WebСервис.AEROExchange.Модуль(418)}: Ошибка при вызове метода контекста (ЗаполнитьЗначенияСвойств) </error> | |
по причине: </error> | |
Ошибка установки значения свойства 'Quantity' </error> | |
по причине: </error> | |
по причине: </error> | |
Ошибка проверки данных XDTO: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pm="http://dev2.kramp.aeroidea.ru/ws/1c_exchange.php"> | |
<soapenv:Header></soapenv:Header> | |
<soapenv:Body> | |
<CreateNewOrder> | |
<Id>12223wsefgsssd</Id> | |
<Date>01.01.2018.13.00.00</Date> | |
<DateOfEntry>02.01.2018.14.00.00</DateOfEntry> | |
<Number>123wsefg</Number> | |
<DateOfApproval>02.02.2018.14.00.00</DateOfApproval> | |
<CounterpartyId>3f23d3ef-6bb4-11de-bf4f-005056a64c99</CounterpartyId> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$client = new SoapClient('http://10.10.65.201/gk_complex_dev/ws/ws1.1cws?wsdl', | |
[ | |
'cache_wsdl' => WSDL_CACHE_NONE, | |
'login' => 'WS', | |
'password' => 'ak&Gc8@v(lkJ0-Yu' | |
] | |
); | |
$r = $client->CreateOrder( | |
[ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Текущий сценарий взаимодействия обмена данных сайта и 1С: | |
1. Предварительно выгружаются менедежры из справочника в 1С вызовом метода GetAllManager (сейчас заведено 42 менедежера). | |
Ожидаются поля: | |
ID - идентификатор в системе 1С | |
LastName | |
Name | |
PhoneNumber | |
Email - у некоторых менедежеров передается в данном поле пустая строка '', поэтому они не добавляюется. Например у ID 1b86ecba-8c90-11e6-870c-00505693134e - если email пуст, необходимо вообще не передавать поле. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Orders] => Array | |
( | |
[Id] => 4d941644-ecbf-11e8-b836-00505693134e | |
[BitrixId] => 450 | |
[Date] => 2018-11-20T15:56:33+03:00 | |
[Number] => WS450 | |
[DateOfEntry] => 2018-11-20T15:25:01+03:00 | |
[UserId] => | |
[CounterpartyName] => ОАО «123» | |
[Description] => |
OlderNewer