-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
1,503 additions
and
366 deletions.
There are no files selected for viewing
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
&НаКлиенте | ||
Перем БиблиотекаМетодов; | ||
|
||
&НаСервере | ||
Процедура ПриСозданииНаСервере(Отказ, СтандартнаяОбработка) | ||
|
||
Значение = Параметры.Граница; | ||
|
||
Дата = Значение.Значение; | ||
ВидГраницы = Значение.ВидГраницы; | ||
|
||
КонецПроцедуры | ||
|
||
&НаКлиенте | ||
Процедура Инициализировать(пБиблиотекаМетодов) Экспорт | ||
|
||
БиблиотекаМетодов = пБиблиотекаМетодов; | ||
|
||
КонецПроцедуры | ||
|
||
&НаКлиенте | ||
Процедура Сохранить(Команда) | ||
|
||
СтрокаXML = СтрШаблон( | ||
"<Bound xmlns=""http://v8.1c.ru/8.1/data/enterprise"" xmlns:xs=""http://www.w3.org/2001/XMLSchema"" xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance""> | ||
| <value xsi:type=""xs:dateTime"">%1</value> | ||
| <kind>%2</kind> | ||
|</Bound>", СериализаторXDTO.XMLСтрока(Дата), ?(ВидГраницы = "Включая", 0, 1)); | ||
|
||
Значение = БиблиотекаМетодов.XMLСтрокаВЗначение(СтрокаXML, Тип("Граница")); | ||
|
||
Закрыть(Значение); | ||
ОповеститьОВыборе(Значение); | ||
|
||
КонецПроцедуры |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
Form\Форма\Форма.bsl-->6e6904e6-445a-4678-957b-e39d02fce6a4.0 (4 826, 7 925) | ||
Form\Форма\Форма.bsl-->6e6904e6-445a-4678-957b-e39d02fce6a4.0 (4 839, 8 262) | ||
Form\ФормаЗагрузитьДляОтладки\Форма.bsl-->5a5166ee-dd28-42ca-9ae7-e31cb0329104.0 (675, 698) | ||
Form\ФормаНастройкаТаблицы\Форма.bsl-->a3626ede-5b0a-440b-92ae-ae5ab4b70298.0 (595, 627) | ||
Form\ФормаРедакторГраница\Форма.bsl-->dd4963b0-b6b1-44c9-8d2b-69a38bf14d30.0 (293, 328) | ||
Form\ФормаРедакторТаблицы\Форма.bsl-->7d946b5b-906c-4e97-a3d5-e75dd73eae68.0 (371, 565) | ||
Form\ФормаСвойств\Форма.bsl-->2160ae20-89a5-4c06-8ef5-261700f38e89.0 (574, 599) |
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
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
Oops, something went wrong.