Best JavaScript code snippet using playwright-internal
library.js
Source:library.js
...107 style: {"transform":"translate3d(0px, 48px, 0px)"},108 onMouseout: _cache[0] || (_cache[0] = (...args) => ($options.stop && $options.stop(...args))),109 onMouseover: _cache[1] || (_cache[1] = (...args) => ($options.moveLeft && $options.moveLeft(...args)))110 }, _hoisted_6$5, 34 /* CLASS, HYDRATE_EVENTS */),111 vue.withDirectives(vue.createElementVNode("div", {112 class: "control-next btn-right",113 id: "tableSliderRight",114 "data-bs-slide": "next",115 style: {"transform":"translate3d(0px, 48px, 0px)"},116 onMouseout: _cache[2] || (_cache[2] = (...args) => ($options.stop && $options.stop(...args))),117 onMouseover: _cache[3] || (_cache[3] = (...args) => ($options.moveRight && $options.moveRight(...args)))118 }, _hoisted_8$5, 544 /* HYDRATE_EVENTS, NEED_PATCH */), [119 [vue.vShow, $options.isPropsEmpty]120 ])121 ]),122 vue.createElementVNode("div", {123 class: "table-responsive table-statuses",124 id: "tableResponsive",125 onScroll: _cache[4] || (_cache[4] = (...args) => ($options.move && $options.move(...args)))126 }, [127 (!$options.isPropsEmpty)128 ? (vue.openBlock(), vue.createBlock(_component_tsoft_preloader, { key: 0 }))129 : (vue.openBlock(), vue.createElementBlock("table", _hoisted_9$4, [130 vue.createElementVNode("thead", null, [131 vue.createElementVNode("tr", null, [132 (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList($props.titles, (title, index) => {133 return (vue.openBlock(), vue.createElementBlock("td", { key: index }, [134 (index === 'isSelectedAll')135 ? (vue.openBlock(), vue.createElementBlock("input", _hoisted_10$4))136 : (vue.openBlock(), vue.createElementBlock("span", _hoisted_11$4, vue.toDisplayString(title), 1 /* TEXT */))137 ]))138 }), 128 /* KEYED_FRAGMENT */))139 ])140 ]),141 vue.createElementVNode("tbody", null, [142 (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList($props.rows, (row, index) => {143 return (vue.openBlock(), vue.createElementBlock("tr", {144 class: "document-row",145 key: index146 }, [147 (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(row, (value, key) => {148 return (vue.openBlock(), vue.createElementBlock("td", { key: key }, [149 (key === 'uuid')150 ? (vue.openBlock(), vue.createBlock(_component_router_link, {151 key: 0,152 to: {name: 'declaration', params: {reester_id: value}}153 }, {154 default: vue.withCtx(() => [155 vue.createTextVNode(vue.toDisplayString(value), 1 /* TEXT */)156 ]),157 _: 2 /* DYNAMIC */158 }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["to"]))159 : (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [160 vue.createCommentVNode(" <input class=\"selected-row\" type=\"checkbox\" :checked=\"value\""),161 vue.createCommentVNode(" @change=\"setSelect(index)\""),162 vue.createCommentVNode(" v-else-if=\"key === 'isSelected'\""),163 vue.createCommentVNode(" />"),164 vue.createElementVNode("span", null, vue.toDisplayString(value), 1 /* TEXT */)165 ], 2112 /* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */))166 ]))167 }), 128 /* KEYED_FRAGMENT */))168 ]))169 }), 128 /* KEYED_FRAGMENT */))170 ])171 ]))172 ], 32 /* HYDRATE_EVENTS */)173 ])174 ])175 ]))176}177function styleInject(css, ref) {178 if ( ref === void 0 ) ref = {};179 var insertAt = ref.insertAt;180 if (!css || typeof document === 'undefined') { return; }181 var head = document.head || document.getElementsByTagName('head')[0];182 var style = document.createElement('style');183 style.type = 'text/css';184 if (insertAt === 'top') {185 if (head.firstChild) {186 head.insertBefore(style, head.firstChild);187 } else {188 head.appendChild(style);189 }190 } else {191 head.appendChild(style);192 }193 if (style.styleSheet) {194 style.styleSheet.cssText = css;195 } else {196 style.appendChild(document.createTextNode(css));197 }198}199var css_248z$d = "\n.section[data-v-647119ad] {\r\n position: relative;\n}\na[data-v-647119ad] {\r\n color: #0D6247;\r\n font-weight: bold;\n}\n#tableResponsive[data-v-647119ad] {\r\n background: rgb(253, 253, 253);\r\n border: 1px solid #c4c4c4;\n}\ntable[data-v-647119ad] {\r\n width: 100%;\n}\ntable tr[data-v-647119ad] {\r\n line-height: 20px;\n}\nthead tr > td[data-v-647119ad] {\r\n padding: 5px;\r\n border: 1px solid #2d2d2d;\n}\ntbody tr > td[data-v-647119ad] {\r\n padding: 5px;\r\n border: 1px solid #c4c4c4;\n}\ntbody tr[data-v-647119ad]:first-child {\r\n border-top: unset;\n}\ntbody tr > td[data-v-647119ad]:first-child {\r\n border-left: unset;\n}\ntbody tr > td[data-v-647119ad]:last-child {\r\n border-right: unset;\n}\nthead tr[data-v-647119ad] {\r\n font-weight: bold;\n}\n.content[data-v-647119ad] {\r\n padding: 10px 0 10px 0;\n}\n.tbody td p[data-v-647119ad] {\r\n padding-bottom: 0;\n}\nthead[data-v-647119ad] {\r\n border: unset !important;\n}\nthead th[data-v-647119ad] {\r\n line-height: 0.5rem;\r\n margin-bottom: 10px;\r\n width: auto;\r\n white-space: nowrap;\n}\nth p[data-v-647119ad] {\r\n line-height: 0.5rem;\r\n min-width: 210px;\r\n margin-bottom: 0;\n}\n.tbody tr td[data-v-647119ad] {\r\n padding: 1px;\r\n white-space: nowrap;\n}\n.tbody tr td p[data-v-647119ad] {\r\n margin: 2px;\n}\n.tbody td div[data-v-647119ad] {\r\n white-space: nowrap;\n}\n.tbody tr td span[data-v-647119ad] {\r\n margin: 2px;\r\n white-space: nowrap;\r\n overflow: hidden;\n}\n.table td[data-v-647119ad] {\r\n margin: 0.75rem;\r\n vertical-align: center;\n}\n.table-section[data-v-647119ad] {\r\n padding-top: 200px;\n}\n.table-statuses[data-v-647119ad] {\r\n margin-top: -700px;\n}\n.table-responsive[data-v-647119ad] {\r\n min-height: 645px;\n}\n.slider-block[data-v-647119ad] {\r\n display: flex;\r\n justify-content: space-between;\r\n height: 0;\r\n position: sticky;\r\n top: 200px;\r\n margin-bottom: 500px;\n}\n.control-prev[data-v-647119ad] {\r\n z-index: 1;\r\n width: 50px;\r\n height: 100px;\r\n transition: opacity 200ms ease, margin 200ms ease, height 200ms ease;\r\n -webkit-transform: translate3d(0px, 48px, 0);\r\n -moz-transform: translate3d(0px, 48px, 0);\r\n -ms-transform: translate3d(0px, 48px, 0);\r\n -o-transform: translate3d(0px, 48px, 0);\r\n transform: translate3d(0px, 48px, 0);\r\n will-change: transform;\r\n display: none;\n}\n.control-prev.active[data-v-647119ad] {\r\n display: block;\n}\n.control-prev[data-v-647119ad]:hover {\r\n opacity: 0.8;\n}\n.btn-left[data-v-647119ad] {\r\n background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2042%2081%22%3E%3Cpath%20fill%3D%22%23535c69%22%20opacity%3D%220.3%22%20d%3D%22M0%2C0H1.023A40.977%2C40.977%2C0%2C0%2C1%2C42%2C40.977v0A40.024%2C40.024%2C0%2C0%2C1%2C1.977%2C81H0a0%2C0%2C0%2C0%2C1%2C0%2C0V0A0%2C0%2C0%2C0%2C1%2C0%2C0Z%22/%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M20.8%2C49.09l-8.014-8.576L20.8%2C31.939a0.762%2C0.762%2C0%2C0%2C0%2C0-1.026l-1.563-1.673a0.647%2C0.647%2C0%2C0%2C0-.959%2C0l-8.014%2C8.576h0L8.224%2C40a0.762%2C0.762%2C0%2C0%2C0%2C0%2C1.026L18.28%2C51.788a0.647%2C0.647%2C0%2C0%2C0%2C.959%2C0L20.8%2C50.116A0.761%2C0.761%2C0%2C0%2C0%2C20.8%2C49.09Z%22/%3E%3C/svg%3E) center left no-repeat;\r\n position: absolute;\r\n left: 0;\n}\n.control-next[data-v-647119ad] {\r\n z-index: 1;\r\n width: 50px;\r\n height: 100px;\r\n transition: opacity 200ms ease, margin 200ms ease, height 200ms ease;\r\n -webkit-transform: translate3d(0px, 48px, 0);\r\n -moz-transform: translate3d(0px, 48px, 0);\r\n -ms-transform: translate3d(0px, 48px, 0);\r\n -o-transform: translate3d(0px, 48px, 0);\r\n transform: translate3d(0px, 48px, 0);\r\n will-change: transform;\n}\n.control-next[data-v-647119ad]:hover {\r\n opacity: 0.8;\n}\n.btn-right[data-v-647119ad] {\r\n background: url(data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2042%2081%22%3E%3Cpath%20fill%3D%22%23535c69%22%20opacity%3D%220.3%22%20d%3D%22M40.024%2C0H42a0%2C0%2C0%2C0%2C1%2C0%2C0V81a0%2C0%2C0%2C0%2C1%2C0%2C0H40.977A40.977%2C40.977%2C0%2C0%2C1%2C0%2C40.024v0A40.024%2C40.024%2C0%2C0%2C1%2C40.024%2C0Z%22/%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M20.2%2C31.91l8.014%2C8.576L20.2%2C49.061a0.762%2C0.762%2C0%2C0%2C0%2C0%2C1.026l1.563%2C1.672a0.647%2C0.647%2C0%2C0%2C0%2C.958%2C0l8.014-8.576h0L32.776%2C41a0.762%2C0.762%2C0%2C0%2C0%2C0-1.025L22.72%2C29.212a0.647%2C0.647%2C0%2C0%2C0-.958%2C0L20.2%2C30.885A0.762%2C0.762%2C0%2C0%2C0%2C20.2%2C31.91Z%22/%3E%3C/svg%3E%0A) center right no-repeat;\r\n position: absolute;\r\n right: 0;\n}\n.back-anchor span[data-v-647119ad] {\r\n color: black;\n}\r\n";200styleInject(css_248z$d);201script$g.render = render$g;202script$g.__scopeId = "data-v-647119ad";203script$g.__file = "src/components/Table/Table.vue";204var script$f = {205 name: "node",206 props: {207 node: Object,208 },209};210const _hoisted_1$f = { class: "node-tree" };211const _hoisted_2$e = { class: "label" };212const _hoisted_3$c = { key: 0 };213function render$f(_ctx, _cache, $props, $setup, $data, $options) {214 const _component_node = vue.resolveComponent("node");215 return (vue.openBlock(), vue.createElementBlock("li", _hoisted_1$f, [216 vue.createElementVNode("span", _hoisted_2$e, vue.toDisplayString($props.node.label), 1 /* TEXT */),217 ($props.node.children && $props.node.children.length)218 ? (vue.openBlock(), vue.createElementBlock("ul", _hoisted_3$c, [219 (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList($props.node.children, (child) => {220 return (vue.openBlock(), vue.createBlock(_component_node, {221 node: child,222 key: child223 }, null, 8 /* PROPS */, ["node"]))224 }), 128 /* KEYED_FRAGMENT */))225 ]))226 : vue.createCommentVNode("v-if", true)227 ]))228}229script$f.render = render$f;230script$f.__file = "src/components/Tree/NodeTreeMenu.vue";231var script$e = {232 props: {233 folders: {234 type: Object235 },236 folderName: {237 type: String238 }239 },240 components: {241 NodeTree: script$f242 }243};244const _hoisted_1$e = { class: "tree" };245const _hoisted_2$d = { class: "tree-list" };246function render$e(_ctx, _cache) {247 const _component_node_tree = vue.resolveComponent("node-tree");248 return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$e, [249 vue.createElementVNode("ul", _hoisted_2$d, [250 vue.createVNode(_component_node_tree, { node: _ctx.treeData }, null, 8 /* PROPS */, ["node"])251 ])252 ]))253}254var css_248z$c = "\n.tree-list ul {\r\n padding-left: 16px;\r\n margin: 6px 0;\n}\r\n";255styleInject(css_248z$c);256script$e.render = render$e;257script$e.__file = "src/components/Tree/TreeMenu.vue";258var script$d = {259 name: "TreeFile",260 props: {261 filename: {262 required: true,263 },264 },265};266const _withScopeId$4 = n => (vue.pushScopeId("data-v-f314cfaa"),n=n(),vue.popScopeId(),n);267const _hoisted_1$d = { class: "file-row" };268const _hoisted_2$c = { class: "file" };269const _hoisted_3$b = /*#__PURE__*/ _withScopeId$4(() => /*#__PURE__*/vue.createElementVNode("i", { class: "fas fa-file" }, null, -1 /* HOISTED */));270const _hoisted_4$8 = { class: "file-name" };271function render$d(_ctx, _cache, $props, $setup, $data, $options) {272 return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$d, [273 vue.createElementVNode("div", _hoisted_2$c, [274 _hoisted_3$b,275 vue.createElementVNode("span", _hoisted_4$8, vue.toDisplayString($props.filename), 1 /* TEXT */)276 ])277 ]))278}279var css_248z$b = "\n.file-name[data-v-f314cfaa]:hover {\r\n color: #e67926;\n}\n.fa-file[data-v-f314cfaa] {\r\n color: #252525;\n}\n.file[data-v-f314cfaa] {\r\n margin-left: 18px;\r\n white-space: nowrap;\n}\n.file-name[data-v-f314cfaa] {\r\n margin-left: 9px;\n}\n.file-name[data-v-f314cfaa] {\r\n white-space: nowrap;\r\n cursor: pointer;\n}\r\n";280styleInject(css_248z$b);281script$d.render = render$d;282script$d.__scopeId = "data-v-f314cfaa";283script$d.__file = "src/components/Tree/TreeFile.vue";284var script$c = {285 name: "TreeFolder",286 components: {287 TreeFile: script$d288 },289 props: {290 treeData: {291 type: Object,292 required: false293 }294 },295 methods: {296 toggle(name) {297 this.treeData.folders[name].settings.isOpen298 ? (this.treeData.folders[name].settings.isOpen =299 !this.treeData.folders[name].settings.isOpen)300 : (this.treeData.folders[name].settings.isOpen = true);301 },302 sendName(name) {303 this.$emit('getName', name);304 },305 getName(name) {306 this.$emit('getName', name);307 }308 },309};310const _withScopeId$3 = n => (vue.pushScopeId("data-v-61a6cc5d"),n=n(),vue.popScopeId(),n);311const _hoisted_1$c = { class: "folder-row" };312const _hoisted_2$b = { class: "folder-container" };313const _hoisted_3$a = ["onClick"];314const _hoisted_4$7 = /*#__PURE__*/ _withScopeId$3(() => /*#__PURE__*/vue.createElementVNode("i", { class: "fas fa-folder folder-icon" }, null, -1 /* HOISTED */));315const _hoisted_5$7 = ["onClick"];316function render$c(_ctx, _cache, $props, $setup, $data, $options) {317 const _component_tree_folder = vue.resolveComponent("tree-folder", true);318 const _component_tree_file = vue.resolveComponent("tree-file");319 return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$c, [320 (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(this.treeData.folders, (folder, folderName) => {321 return (vue.openBlock(), vue.createElementBlock("div", {322 class: "folder",323 key: folderName324 }, [325 vue.createElementVNode("div", _hoisted_2$b, [326 vue.createElementVNode("i", {327 class: vue.normalizeClass(["fa-solid fa-angle-right", {'down-rotate': folder.settings.isOpen}]),328 onClick: $event => ($options.toggle(folderName))329 }, null, 10 /* CLASS, PROPS */, _hoisted_3$a),330 _hoisted_4$7,331 vue.createElementVNode("span", {332 class: "folder-name",333 onClick: $event => ($options.sendName(folderName))334 }, vue.toDisplayString(folderName), 9 /* TEXT, PROPS */, _hoisted_5$7)335 ]),336 vue.createElementVNode("div", {337 class: vue.normalizeClass(["file-content", {'content-open': folder.settings.isOpen}])338 }, [339 vue.withDirectives(vue.createVNode(_component_tree_folder, {340 "tree-data": folder,341 onGetName: $options.getName342 }, null, 8 /* PROPS */, ["tree-data", "onGetName"]), [343 [vue.vShow, folder.settings.isOpen]344 ])345 ], 2 /* CLASS */)346 ]))347 }), 128 /* KEYED_FRAGMENT */)),348 (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(this.treeData.files, (filename, filetype) => {349 return (vue.openBlock(), vue.createBlock(_component_tree_file, {350 filename: filename,351 key: filetype352 }, null, 8 /* PROPS */, ["filename"]))353 }), 128 /* KEYED_FRAGMENT */))354 ]))355}356var css_248z$a = "\n.toggle-icon[data-v-61a6cc5d] {\r\n height: 16px;\r\n width: 8px;\r\n display: flex;\n}\n.file-content[data-v-61a6cc5d] {\r\n padding-left: 21px;\r\n margin-right: -20px;\r\n height: 0;\r\n overflow: unset;\r\n opacity: 0;\r\n transition: all 0s;\n}\n.content-open[data-v-61a6cc5d] {\r\n height: fit-content;\r\n overflow: unset;\r\n opacity: 1;\r\n transition: all 0.5s;\n}\n.folder-container[data-v-61a6cc5d] {\r\n white-space: nowrap;\n}\n.folder-container.empty[data-v-61a6cc5d] {\r\n margin-left: 15px;\n}\n.folder-row[data-v-61a6cc5d] {\r\n width: fit-content;\n}\n.folder-name[data-v-61a6cc5d] {\r\n white-space: nowrap;\r\n cursor: pointer;\n}\n.folder-name[data-v-61a6cc5d]:hover {\r\n color: #e67926;\n}\n.fa-angle-right[data-v-61a6cc5d] {\r\n color: rgb(190, 190, 190);\r\n margin-right: 7px;\r\n cursor: pointer;\n}\n.fa-angle-right[data-v-61a6cc5d] {\r\n transition: 0.15s;\n}\n.fa-angle-right.down-rotate[data-v-61a6cc5d] {\r\n transform: rotate(90deg);\r\n transition: 0.15s;\n}\n.fa-folder[data-v-61a6cc5d] {\r\n color: #e67926;\r\n margin-right: 7px;\n}\r\n";357styleInject(css_248z$a);358script$c.render = render$c;359script$c.__scopeId = "data-v-61a6cc5d";360script$c.__file = "src/components/Tree/TreeFolder.vue";361var script$b = {362 name: "TsoftLeftmenuFolder",363 components: {364 TreeFolder: script$c,365 },366 props: {367 treeData: {368 required: true,369 },370 },371 methods: {372 getName(name) {373 this.$emit('getName', name);374 }375 },376 computed: {377 folders() {378 return this.treeData ?? false379 }380 }381};382const _hoisted_1$b = { class: "menu-sitemap-tree" };383const _hoisted_2$a = { class: "file-system" };384function render$b(_ctx, _cache, $props, $setup, $data, $options) {385 const _component_tsoft_preloader = vue.resolveComponent("tsoft-preloader");386 const _component_tree_folder = vue.resolveComponent("tree-folder");387 return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$b, [388 vue.createElementVNode("div", _hoisted_2$a, [389 vue.createVNode(vue.Transition, {390 name: "fade",391 mode: "out-in"392 }, {393 default: vue.withCtx(() => [394 (!$options.folders)395 ? (vue.openBlock(), vue.createBlock(_component_tsoft_preloader, { key: 0 }))396 : (vue.openBlock(), vue.createBlock(_component_tree_folder, {397 key: 1,398 "tree-data": $props.treeData,399 onGetName: $options.getName400 }, null, 8 /* PROPS */, ["tree-data", "onGetName"]))401 ]),402 _: 1 /* STABLE */403 })404 ])405 ]))406}407var css_248z$9 = "\n.menu-sitemap-tree[data-v-647b20c4] {\r\n padding-top: 10px;\r\n padding-bottom: 5px;\r\n height: 660px;\r\n position: sticky;\n}\n.file-system[data-v-647b20c4] {\r\n background: rgb(253, 253, 253);\r\n border: 1px solid #ccc;\r\n padding: 10px;\r\n overflow: auto;\r\n height: 100%;\n}\r\n";408styleInject(css_248z$9);409script$b.render = render$b;410script$b.__scopeId = "data-v-647b20c4";411script$b.__file = "src/components/Menu/LeftmenuFolder.vue";412var script$a = {413 name: "TsoftGeneralDeclarationForm",414 props: {415 awbInfo: {416 required: false417 },418 registry: {419 required: false420 }421 },422 computed: {423 isDeclarationExist() {424 return !!Object.keys(this.registry).length;425 }426 }427};428const _hoisted_1$a = {429 class: "declaration mb-3",430 id: "declaration"431};432const _hoisted_2$9 = { key: 1 };433const _hoisted_3$9 = { class: "common-inf" };434const _hoisted_4$6 = /*#__PURE__*/vue.createElementVNode("div", { class: "row" }, null, -1 /* HOISTED */);435const _hoisted_5$6 = /*#__PURE__*/vue.createElementVNode("div", { class: "row" }, [436 /*#__PURE__*/vue.createElementVNode("div", { class: "inf-block" }, [437 /*#__PURE__*/vue.createElementVNode("h4", { class: "declaration-title" }, " ÐеклаÑаÑÐ¸Ñ Ð½Ð° ÑоваÑÑ Ð¸ паÑÑажиÑÑÐºÐ°Ñ ÑÐ°Ð¼Ð¾Ð¶ÐµÐ½Ð½Ð°Ñ Ð´ÐµÐºÐ»Ð°ÑаÑÐ¸Ñ Ð´Ð»Ñ ÑкÑпÑеÑÑ-гÑÑзов ")438 ])439], -1 /* HOISTED */);440const _hoisted_6$4 = { class: "row" };441const _hoisted_7$4 = { class: "inf-block row col-12 justify-content-between" };442const _hoisted_8$4 = { class: "checkbox-block d-flex col-2" };443const _hoisted_9$3 = { class: "checkbox-bg col-2" };444const _hoisted_10$3 = ["checked"];445const _hoisted_11$3 = /*#__PURE__*/vue.createElementVNode("div", { class: "label-block col-4" }, [446 /*#__PURE__*/vue.createElementVNode("label", null, "ÐТÐÐ")447], -1 /* HOISTED */);448const _hoisted_12$3 = { class: "checkbox-bg col-2" };449const _hoisted_13$3 = ["checked"];450const _hoisted_14$3 = /*#__PURE__*/vue.createElementVNode("div", { class: "label-block col-4" }, [451 /*#__PURE__*/vue.createElementVNode("label", null, "ÐТÐÐÐ")452], -1 /* HOISTED */);453const _hoisted_15$3 = { class: "checkbox-block d-flex col-2" };454const _hoisted_16$3 = { class: "checkbox-bg col-2" };455const _hoisted_17$3 = ["checked"];456const _hoisted_18$3 = /*#__PURE__*/vue.createElementVNode("div", { class: "label-block col-3" }, [457 /*#__PURE__*/vue.createElementVNode("label", null, "ÐÐ")458], -1 /* HOISTED */);459const _hoisted_19$3 = { class: "checkbox-bg col-2" };460const _hoisted_20$3 = ["checked"];461const _hoisted_21$3 = /*#__PURE__*/vue.createElementVNode("div", { class: "label-block col-3" }, [462 /*#__PURE__*/vue.createElementVNode("label", null, "ÐÐ")463], -1 /* HOISTED */);464const _hoisted_22$3 = { class: "declaration-number-block justify-content-end d-flex col-5" };465const _hoisted_23$3 = /*#__PURE__*/vue.createElementVNode("div", { class: "label-block col-2" }, [466 /*#__PURE__*/vue.createElementVNode("label", null, "â")467], -1 /* HOISTED */);468const _hoisted_24$3 = { class: "input-bg col-10" };469const _hoisted_25$3 = /*#__PURE__*/vue.createElementVNode("div", { class: "col-3" }, null, -1 /* HOISTED */);470const _hoisted_26$3 = { class: "row" };471const _hoisted_27$3 = { class: "inf-block row col-12" };472const _hoisted_28$3 = { class: "inputs-group d-flex col-2" };473const _hoisted_29$3 = { class: "col-2" };474const _hoisted_30$3 = { class: "col-2" };475const _hoisted_31$3 = { class: "col-3" };476const _hoisted_32$3 = { class: "col-2" };477const _hoisted_33$3 = { class: "sheets-block d-flex col-2" };478const _hoisted_34$3 = /*#__PURE__*/vue.createElementVNode("div", { class: "label-block col-4" }, [479 /*#__PURE__*/vue.createElementVNode("label", null, "ÐиÑÑов")480], -1 /* HOISTED */);481const _hoisted_35$3 = { class: "input-bg col-8" };482const _hoisted_36$3 = { class: "registry-number-block d-flex justify-content-end col-5" };483const _hoisted_37$3 = /*#__PURE__*/vue.createElementVNode("div", { class: "label-block col-2" }, [484 /*#__PURE__*/vue.createElementVNode("label", { for: "registryNumber" }, "Рег. â")485], -1 /* HOISTED */);486const _hoisted_38$3 = { class: "input-bg col-10" };487const _hoisted_39$3 = { class: "registry-changes d-flex col-3" };488const _hoisted_40$3 = { class: "input-bg" };489const _hoisted_41$3 = /*#__PURE__*/vue.createElementVNode("label", null, "- ÑееÑÑÑ Ñ Ð²Ð½ÐµÑÑннÑми изменениÑми", -1 /* HOISTED */);490const _hoisted_42$3 = { class: "row" };491const _hoisted_43$3 = { class: "inf-block d-grid" };492const _hoisted_44$3 = { class: "row col-12" };493const _hoisted_45$3 = { class: "col-6" };494const _hoisted_46$3 = /*#__PURE__*/vue.createElementVNode("label", { class: "express-courier-label" }, "ÐкÑпÑеÑÑ Ð¿ÐµÑевозÑик", -1 /* HOISTED */);495const _hoisted_47$3 = { class: "express-courier-block col-12 d-flex" };496const _hoisted_48$3 = { class: "col-1" };497const _hoisted_49$3 = { class: "col-11" };498const _hoisted_50$3 = /*#__PURE__*/vue.createElementVNode("div", { class: "col-1" }, null, -1 /* HOISTED */);499const _hoisted_51$3 = /*#__PURE__*/vue.createElementVNode("div", { class: "col-5" }, [500 /*#__PURE__*/vue.createElementVNode("div", { class: "inf-paragraph" }, [501 /*#__PURE__*/vue.createElementVNode("p", null, " РегиÑÑÑаÑионнÑй Ð½Ð¾Ð¼ÐµÑ Ð´ÐµÐºÐ»Ð°ÑаÑии, в коÑоÑÑÑ Ð²Ð½Ð¾ÑÑÑÑÑ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ ")502 ])503], -1 /* HOISTED */);504const _hoisted_52$3 = { class: "row col-12" };505const _hoisted_53$3 = { class: "col-6" };506const _hoisted_54$3 = { class: "" };507const _hoisted_55$3 = /*#__PURE__*/vue.createElementVNode("div", { class: "" }, [508 /*#__PURE__*/vue.createElementVNode("h4", null, "СвидеÑелÑÑÑво о вклÑÑении в"),509 /*#__PURE__*/vue.createElementVNode("p", null, " ÑееÑÑÑ Ð£ÐÐ, ÑееÑÑÑ Ð²Ð»Ð°Ð´ÐµÐ»ÑÑев СÐÐ¥, Ñкладов Ñ
ÑÐ°Ð½ÐµÐ½Ð¸Ñ ÑобÑÑвеннÑÑ
ÑоваÑов, ÑаможеннÑÑ
Ñкладов, ÑвободнÑÑ
Ñкладов или магазинов ÐТ ")510], -1 /* HOISTED */);511const _hoisted_56$3 = { class: "certificate-block row col-12" };512const _hoisted_57$3 = { class: "input-bg col-1" };513const _hoisted_58$3 = { class: "input-bg col-1" };514const _hoisted_59$3 = { class: "input-bg col-7" };515const _hoisted_60$3 = { class: "input-bg col-1" };516const _hoisted_61$3 = { class: "input-bg col-1" };517const _hoisted_62$3 = /*#__PURE__*/vue.createElementVNode("div", { class: "col-1" }, null, -1 /* HOISTED */);518const _hoisted_63$3 = { class: "col-5" };519const _hoisted_64$3 = {520 class: "changing-declaration",521 action: ""522};523const _hoisted_65$3 = { class: "inf-block row" };524const _hoisted_66$3 = { class: "col-3 input-bg" };525const _hoisted_67$3 = { class: "col-4 input-bg" };526const _hoisted_68$3 = { class: "col-3 input-bg" };527const _hoisted_69$3 = { class: "col-1 input-bg" };528const _hoisted_70$3 = { class: "inf-block changing-code row" };529const _hoisted_71$3 = /*#__PURE__*/vue.createElementVNode("div", {530 class: "label-block",531 style: {"width":"100%"}532}, [533 /*#__PURE__*/vue.createElementVNode("label", { class: "fs-5" }, "Ðод изменений")534], -1 /* HOISTED */);535const _hoisted_72$3 = { class: "col-8 d-flex" };536const _hoisted_73$3 = { class: "col input-bg" };537const _hoisted_74$3 = { class: "col input-bg" };538const _hoisted_75$3 = { class: "col input-bg" };539const _hoisted_76$3 = { class: "col input-bg" };540const _hoisted_77$3 = { class: "col input-bg" };541const _hoisted_78$3 = { class: "col input-bg" };542const _hoisted_79$3 = { class: "col input-bg" };543const _hoisted_80$3 = /*#__PURE__*/vue.createElementVNode("button", { class: "btn info-button p-1" }, [544 /*#__PURE__*/vue.createElementVNode("i", { class: "fa-solid fa-circle-info" })545], -1 /* HOISTED */);546const _hoisted_81$3 = /*#__PURE__*/vue.createElementVNode("div", { class: "col-4" }, null, -1 /* HOISTED */);547const _hoisted_82$3 = { class: "row" };548const _hoisted_83$3 = { class: "inf-block" };549const _hoisted_84$3 = /*#__PURE__*/vue.createElementVNode("h4", null, "ТоваÑÐ½Ð°Ñ Ð¿Ð°ÑÑиÑ", -1 /* HOISTED */);550const _hoisted_85$3 = {551 action: "",552 class: "batch-form row"553};554const _hoisted_86$3 = { class: "col-3 inf-block" };555const _hoisted_87$3 = /*#__PURE__*/vue.createElementVNode("div", { class: "row inf-paragraph" }, [556 /*#__PURE__*/vue.createElementVNode("p", null, " обÑÐ°Ñ ÑÑмма ÑаможеннÑÑ
и инÑÑ
плаÑежей, подлежаÑиÑ
ÑплаÑе по деклаÑаÑии ")557], -1 /* HOISTED */);558const _hoisted_88$3 = { class: "batch-block row" };559const _hoisted_89$2 = { class: "col-10" };560const _hoisted_90$2 = { class: "col-2" };561const _hoisted_91$2 = { class: "col-3 inf-block" };562const _hoisted_92$2 = /*#__PURE__*/vue.createElementVNode("h5", null, "ÐбÑÐ°Ñ ÑÑоимоÑÑÑ", -1 /* HOISTED */);563const _hoisted_93$2 = /*#__PURE__*/vue.createElementVNode("div", { class: "inf-paragraph" }, [564 /*#__PURE__*/vue.createElementVNode("p", null, "по ÐÐ¢Ð Ð´Ð»Ñ ÑкÑпÑеÑÑ-гÑÑзов")565], -1 /* HOISTED */);566const _hoisted_94$2 = { class: "batch-block row" };567const _hoisted_95$2 = { class: "col-9" };568const _hoisted_96$2 = { class: "col-3" };569const _hoisted_97$2 = { class: "col-3 inf-block" };570const _hoisted_98$2 = /*#__PURE__*/vue.createElementVNode("h5", null, "ÐбÑий Ð²ÐµÑ Ð±ÑÑÑÑо", -1 /* HOISTED */);571const _hoisted_99$2 = /*#__PURE__*/vue.createElementVNode("div", { class: "inf-paragraph" }, [572 /*#__PURE__*/vue.createElementVNode("p", null, "по Ð¢Ð Ð´Ð»Ñ ÑкÑпÑеÑÑ-гÑÑзов")573], -1 /* HOISTED */);574const _hoisted_100$2 = { class: "batch-block row" };575const _hoisted_101$2 = { class: "col-6" };576const _hoisted_102$2 = { class: "col-3" };577const _hoisted_103$2 = { class: "col-3" };578const _hoisted_104$2 = { class: "col-3 inf-block" };579const _hoisted_105$2 = /*#__PURE__*/vue.createElementVNode("h5", null, "ÐбÑÐ°Ñ ÑÐ°Ð¼Ð¾Ð¶ÐµÐ½Ð½Ð°Ñ ÑÑоимоÑÑÑ", -1 /* HOISTED */);580const _hoisted_106$1 = /*#__PURE__*/vue.createElementVNode("div", { class: "inf-paragraph" }, [581 /*#__PURE__*/vue.createElementVNode("p", null, "по ÐТ Ð´Ð»Ñ ÑкÑпÑеÑÑ-гÑÑзов")582], -1 /* HOISTED */);583const _hoisted_107$1 = { class: "batch-block row" };584const _hoisted_108$1 = { class: "col-9" };585const _hoisted_109$1 = { class: "col-3" };586const _hoisted_110$1 = { class: "sender-common-inf" };587const _hoisted_111$1 = { class: "row" };588const _hoisted_112$1 = /*#__PURE__*/vue.createElementVNode("button", {589 class: "btn invoice-button collapsed",590 type: "button",591 "data-bs-toggle": "collapse",592 "data-bs-target": "#collapsedSenderInfo",593 "aria-expanded": "false",594 "aria-controls": "collapsedSenderInfo"595}, [596 /*#__PURE__*/vue.createElementVNode("p", { class: "collapsing-block d-flex justify-content-between" }, [597 /*#__PURE__*/vue.createElementVNode("span", null, "ÐТÐÐ ÐÐÐТÐÐЬ по обÑей накладной"),598 /*#__PURE__*/vue.createElementVNode("i", { class: "fa-solid fa-caret-up" })599 ])600], -1 /* HOISTED */);601const _hoisted_113$1 = {602 class: "collapse",603 id: "collapsedSenderInfo"604};605const _hoisted_114$1 = { class: "card card-body" };606const _hoisted_115$1 = { class: "row" };607const _hoisted_116$1 = { class: "sender-name" };608const _hoisted_117$1 = { class: "row form my-2" };609const _hoisted_118$1 = { class: "col-8" };610const _hoisted_119$1 = { class: "input-bg" };611const _hoisted_120$1 = { class: "col-1" };612const _hoisted_121$1 = { class: "input-bg" };613const _hoisted_122$1 = /*#__PURE__*/vue.createElementVNode("div", { class: "col-1" }, null, -1 /* HOISTED */);614const _hoisted_123$1 = { class: "col-2 d-flex" };615const _hoisted_124$1 = { class: "input-bg col-2" };616const _hoisted_125$1 = ["checked"];617const _hoisted_126$1 = /*#__PURE__*/vue.createElementVNode("div", { class: "label-block col-10" }, [618 /*#__PURE__*/vue.createElementVNode("label", null, " ÐеклаÑÐ°Ð½Ñ (заÑвиÑелÑ) ")619], -1 /* HOISTED */);620const _hoisted_127$1 = { class: "row my-2" };621const _hoisted_128$1 = { class: "col-5" };622const _hoisted_129$1 = { class: "input-bg" };623const _hoisted_130$1 = { class: "col-7 d-flex justify-content-between" };624const _hoisted_131$1 = { class: "col-4 d-flex" };625const _hoisted_132$1 = /*#__PURE__*/vue.createElementVNode("div", { class: "label-block col-2" }, [626 /*#__PURE__*/vue.createElementVNode("label", null, " ÐÐÐ Ð ")627], -1 /* HOISTED */);628const _hoisted_133$1 = { class: "input-bg col-10" };629const _hoisted_134$1 = { class: "col-3 d-flex" };630const _hoisted_135$1 = /*#__PURE__*/vue.createElementVNode("div", { class: "label-block col-2" }, [631 /*#__PURE__*/vue.createElementVNode("label", null, " ÐÐÐ ")632], -1 /* HOISTED */);633const _hoisted_136$1 = { class: "input-bg col-10" };634const _hoisted_137$1 = { class: "col-3 d-flex" };635const _hoisted_138$1 = /*#__PURE__*/vue.createElementVNode("div", { class: "label-block col-2" }, [636 /*#__PURE__*/vue.createElementVNode("label", null, " ÐÐÐ ")637], -1 /* HOISTED */);638const _hoisted_139$1 = { class: "input-bg col-10" };639const _hoisted_140$1 = /*#__PURE__*/vue.createElementVNode("div", { class: "col-1 d-flex" }, null, -1 /* HOISTED */);640const _hoisted_141$1 = { class: "row" };641const _hoisted_142$1 = { class: "sender-address" };642const _hoisted_143$1 = { class: "row my-2" };643const _hoisted_144$1 = { class: "d-flex sender-contacts" };644const _hoisted_145$1 = /*#__PURE__*/vue.createElementVNode("div", { class: "col-1 d-flex" }, [645 /*#__PURE__*/vue.createElementVNode("p", { class: "point-name" }, "ÐдÑеÑ")646], -1 /* HOISTED */);647const _hoisted_146$1 = { class: "col-3" };648const _hoisted_147$1 = { class: "input-bg" };649const _hoisted_148$1 = { class: "col-4" };650const _hoisted_149$1 = { class: "input-bg" };651const _hoisted_150$1 = { class: "col-3" };652const _hoisted_151$1 = { class: "input-bg" };653const _hoisted_152$1 = { class: "row my-2" };654const _hoisted_153$1 = { class: "address-block" };655const _hoisted_154$1 = { class: "row my-2" };656const _hoisted_155$1 = { class: "col-1" };657const _hoisted_156$1 = { class: "input-bg" };658const _hoisted_157$1 = { class: "col-4" };659const _hoisted_158$1 = { class: "input-bg" };660const _hoisted_159$1 = { class: "col-2" };661const _hoisted_160$1 = { class: "input-bg" };662const _hoisted_161$1 = { class: "col-5" };663const _hoisted_162$1 = { class: "input-bg" };664const _hoisted_163$1 = { class: "row my-2" };665const _hoisted_164$1 = { class: "col-5" };666const _hoisted_165$1 = { class: "input-bg" };667const _hoisted_166$1 = { class: "col-3" };668const _hoisted_167$1 = { class: "input-bg" };669const _hoisted_168$1 = { class: "col-4" };670const _hoisted_169$1 = { class: "input-bg" };671const _hoisted_170$1 = { class: "row my-2" };672const _hoisted_171$1 = { class: "col-4" };673const _hoisted_172$1 = { class: "input-bg" };674const _hoisted_173$1 = { class: "col-2" };675const _hoisted_174$1 = { class: "input-bg" };676const _hoisted_175$1 = { class: "col-2" };677const _hoisted_176$1 = { class: "input-bg" };678const _hoisted_177$1 = { class: "col-2" };679const _hoisted_178$1 = { class: "input-bg" };680const _hoisted_179$1 = { class: "row my-2" };681const _hoisted_180$1 = { class: "col-12" };682const _hoisted_181$1 = { class: "input-bg" };683const _hoisted_182$1 = { class: "row" };684const _hoisted_183$1 = { class: "personal-inf-block" };685const _hoisted_184$1 = /*#__PURE__*/vue.createElementVNode("p", null, "ÐокÑменÑ, ÑдоÑÑовеÑÑÑÑий лиÑноÑÑÑ", -1 /* HOISTED */);686const _hoisted_185$1 = { class: "row my-2" };687const _hoisted_186$1 = { class: "row personal-data my-2" };688const _hoisted_187$1 = { class: "col-1" };689const _hoisted_188$1 = { class: "input-bg" };690const _hoisted_189$1 = { class: "col-1" };691const _hoisted_190$1 = { class: "input-bg" };692const _hoisted_191$1 = { class: "col-2" };693const _hoisted_192$1 = { class: "input-bg" };694const _hoisted_193$1 = { class: "col-4 d-flex" };695const _hoisted_194$1 = { class: "input-bg col-4" };696const _hoisted_195$1 = { class: "input-bg col-4" };697const _hoisted_196$1 = { class: "input-bg col-4" };698const _hoisted_197$1 = { class: "col-4" };699const _hoisted_198$1 = { class: "input-bg" };700const _hoisted_199$1 = { class: "row personal-data my-2" };701const _hoisted_200$1 = { class: "col-7" };702const _hoisted_201$1 = { class: "input-bg" };703const _hoisted_202$1 = { class: "col-2" };704const _hoisted_203$1 = { class: "input-bg" };705const _hoisted_204$1 = { class: "col-3" };706const _hoisted_205$1 = { class: "input-bg" };707const _hoisted_206$1 = { class: "recipient-common-inf" };708const _hoisted_207$1 = { class: "row" };709const _hoisted_208$1 = /*#__PURE__*/vue.createElementVNode("button", {710 class: "btn invoice-button collapsed",711 type: "button",712 "data-bs-toggle": "collapse",713 "data-bs-target": "#collapsedRecipientInfo",714 "aria-expanded": "false",715 "aria-controls": "collapsedRecipientInfo"716}, [717 /*#__PURE__*/vue.createElementVNode("div", { class: "collapsing-block d-flex justify-content-between" }, [718 /*#__PURE__*/vue.createElementVNode("span", null, "ÐÐÐУЧÐТÐÐЬ по обÑей накладной"),719 /*#__PURE__*/vue.createElementVNode("i", { class: "fa-solid fa-caret-up" })720 ])721], -1 /* HOISTED */);722const _hoisted_209$1 = {723 class: "collapse",724 id: "collapsedRecipientInfo"725};726const _hoisted_210$1 = { class: "card card-body" };727const _hoisted_211$1 = { class: "row" };728const _hoisted_212$1 = { class: "sender-name" };729const _hoisted_213$1 = { class: "row form my-2" };730const _hoisted_214$1 = { class: "col-8" };731const _hoisted_215$1 = { class: "input-bg" };732const _hoisted_216$1 = { class: "col-1" };733const _hoisted_217$1 = { class: "input-bg" };734const _hoisted_218$1 = /*#__PURE__*/vue.createElementVNode("div", { class: "col-1" }, null, -1 /* HOISTED */);735const _hoisted_219$1 = { class: "col-2 d-flex" };736const _hoisted_220$1 = { class: "input-bg col-2" };737const _hoisted_221$1 = ["checked"];738const _hoisted_222$1 = /*#__PURE__*/vue.createElementVNode("div", { class: "label-block col-10" }, [739 /*#__PURE__*/vue.createElementVNode("label", null, " ÐеклаÑÐ°Ð½Ñ (заÑвиÑелÑ) ")740], -1 /* HOISTED */);741const _hoisted_223$1 = { class: "row my-2" };742const _hoisted_224$1 = { class: "col-5" };743const _hoisted_225$1 = { class: "input-bg" };744const _hoisted_226$1 = { class: "col-7 d-flex justify-content-between" };745const _hoisted_227$1 = { class: "col-4 d-flex" };746const _hoisted_228$1 = /*#__PURE__*/vue.createElementVNode("div", { class: "label-block col-2" }, [747 /*#__PURE__*/vue.createElementVNode("label", null, " ÐÐÐ Ð ")748], -1 /* HOISTED */);749const _hoisted_229$1 = { class: "input-bg col-10" };750const _hoisted_230$1 = { class: "col-3 d-flex" };751const _hoisted_231$1 = /*#__PURE__*/vue.createElementVNode("div", { class: "label-block col-2" }, [752 /*#__PURE__*/vue.createElementVNode("label", null, " ÐÐÐ ")753], -1 /* HOISTED */);754const _hoisted_232$1 = { class: "input-bg col-10" };755const _hoisted_233$1 = { class: "col-3 d-flex" };756const _hoisted_234$1 = /*#__PURE__*/vue.createElementVNode("div", { class: "label-block col-2" }, [757 /*#__PURE__*/vue.createElementVNode("label", null, " ÐÐÐ ")758], -1 /* HOISTED */);759const _hoisted_235$1 = { class: "input-bg col-10" };760const _hoisted_236$1 = /*#__PURE__*/vue.createElementVNode("div", { class: "col-1 d-flex" }, null, -1 /* HOISTED */);761const _hoisted_237$1 = { class: "row" };762const _hoisted_238$1 = { class: "sender-address" };763const _hoisted_239$1 = { class: "row my-2" };764const _hoisted_240$1 = { class: "d-flex sender-contacts" };765const _hoisted_241$1 = /*#__PURE__*/vue.createElementVNode("div", { class: "col-1 d-flex" }, [766 /*#__PURE__*/vue.createElementVNode("p", { class: "point-name" }, "ÐдÑеÑ")767], -1 /* HOISTED */);768const _hoisted_242$1 = { class: "col-3" };769const _hoisted_243$1 = { class: "input-bg" };770const _hoisted_244$1 = { class: "col-4" };771const _hoisted_245$1 = { class: "input-bg" };772const _hoisted_246$1 = { class: "col-3" };773const _hoisted_247$1 = { class: "input-bg" };774const _hoisted_248$1 = { class: "row my-2" };775const _hoisted_249$1 = { class: "address-block" };776const _hoisted_250$1 = { class: "row my-2" };777const _hoisted_251$1 = { class: "col-1" };778const _hoisted_252$1 = { class: "input-bg" };779const _hoisted_253$1 = { class: "col-4" };780const _hoisted_254$1 = { class: "input-bg" };781const _hoisted_255$1 = { class: "col-2" };782const _hoisted_256$1 = { class: "input-bg" };783const _hoisted_257$1 = { class: "col-5" };784const _hoisted_258$1 = { class: "input-bg" };785const _hoisted_259$1 = { class: "row my-2" };786const _hoisted_260$1 = { class: "col-5" };787const _hoisted_261$1 = { class: "input-bg" };788const _hoisted_262$1 = { class: "col-3" };789const _hoisted_263$1 = { class: "input-bg" };790const _hoisted_264$1 = { class: "col-4" };791const _hoisted_265$1 = { class: "input-bg" };792const _hoisted_266$1 = { class: "row my-2" };793const _hoisted_267$1 = { class: "col-4" };794const _hoisted_268$1 = { class: "input-bg" };795const _hoisted_269$1 = { class: "col-2" };796const _hoisted_270$1 = { class: "input-bg" };797const _hoisted_271$1 = { class: "col-2" };798const _hoisted_272$1 = { class: "input-bg" };799const _hoisted_273$1 = { class: "col-2" };800const _hoisted_274$1 = { class: "input-bg" };801const _hoisted_275$1 = { class: "row my-2" };802const _hoisted_276$1 = { class: "col-12" };803const _hoisted_277$1 = { class: "input-bg" };804const _hoisted_278$1 = { class: "row" };805const _hoisted_279 = { class: "personal-inf-block" };806const _hoisted_280 = /*#__PURE__*/vue.createElementVNode("p", null, "ÐокÑменÑ, ÑдоÑÑовеÑÑÑÑий лиÑноÑÑÑ", -1 /* HOISTED */);807const _hoisted_281 = { class: "row my-2" };808const _hoisted_282 = { class: "row personal-data my-2" };809const _hoisted_283 = { class: "col-1" };810const _hoisted_284 = { class: "input-bg" };811const _hoisted_285 = { class: "col-1" };812const _hoisted_286 = { class: "input-bg" };813const _hoisted_287 = { class: "col-2" };814const _hoisted_288 = { class: "input-bg" };815const _hoisted_289 = { class: "col-4 d-flex" };816const _hoisted_290 = { class: "input-bg col-4" };817const _hoisted_291 = { class: "input-bg col-4" };818const _hoisted_292 = { class: "input-bg col-4" };819const _hoisted_293 = { class: "col-4" };820const _hoisted_294 = { class: "input-bg" };821const _hoisted_295 = { class: "row personal-data my-2" };822const _hoisted_296 = { class: "col-7" };823const _hoisted_297 = { class: "input-bg" };824const _hoisted_298 = { class: "col-2" };825const _hoisted_299 = { class: "input-bg" };826const _hoisted_300 = { class: "col-3" };827const _hoisted_301 = { class: "input-bg" };828const _hoisted_302 = { class: "customs-sender-inf my-2" };829const _hoisted_303 = { class: "col-12 row inf-block" };830const _hoisted_304 = { class: "col-7" };831const _hoisted_305 = { class: "col" };832const _hoisted_306 = /*#__PURE__*/vue.createElementVNode("h4", { class: "customs-representative" }, "ТаможеннÑй пÑедÑÑавиÑелÑ", -1 /* HOISTED */);833const _hoisted_307 = { class: "input-bg" };834const _hoisted_308 = { class: "col-5" };835const _hoisted_309 = /*#__PURE__*/vue.createElementVNode("p", { class: "align-bcntr" }, " Ð¡Ð²ÐµÐ´ÐµÐ½Ð¸Ñ Ð¾ вклÑÑении лиÑа в ÑееÑÑÑ ÑаможеннÑÑ
пÑедÑÑавиÑелей ", -1 /* HOISTED */);836const _hoisted_310 = { class: "col d-flex" };837const _hoisted_311 = { class: "col-2" };838const _hoisted_312 = { class: "input-bg" };839const _hoisted_313 = { class: "col-1" };840const _hoisted_314 = { class: "input-bg" };841const _hoisted_315 = { class: "col-7" };842const _hoisted_316 = { class: "input-bg" };843const _hoisted_317 = { class: "col-1" };844const _hoisted_318 = { class: "input-bg" };845const _hoisted_319 = { class: "col-1" };846const _hoisted_320 = { class: "input-bg" };847const _hoisted_321 = { class: "row" };848const _hoisted_322 = /*#__PURE__*/vue.createElementVNode("button", {849 class: "btn invoice-button collapsed",850 type: "button",851 "data-bs-toggle": "collapse",852 "data-bs-target": "#collapsedNaturalPersonInfo",853 "aria-expanded": "false",854 "aria-controls": "collapsedNaturalPersonInfo"855}, [856 /*#__PURE__*/vue.createElementVNode("div", { class: "collapsing-block d-flex justify-content-between" }, [857 /*#__PURE__*/vue.createElementVNode("span", null, "Ð¡Ð²ÐµÐ´ÐµÐ½Ð¸Ñ Ð¾ ÑизиÑеÑком лиÑе, заполнивÑем (подпиÑавÑем) ÑаможеннÑй докÑменÑ"),858 /*#__PURE__*/vue.createElementVNode("i", { class: "fa-solid fa-caret-up" })859 ])860], -1 /* HOISTED */);861const _hoisted_323 = {862 class: "collapse",863 id: "collapsedNaturalPersonInfo"864};865const _hoisted_324 = { class: "card card-body" };866const _hoisted_325 = {867 action: "",868 class: "form"869};870const _hoisted_326 = { class: "d-flex" };871const _hoisted_327 = { class: "col-3" };872const _hoisted_328 = { class: "input-bg" };873const _hoisted_329 = { class: "col-3" };874const _hoisted_330 = { class: "input-bg" };875const _hoisted_331 = { class: "col-3" };876const _hoisted_332 = { class: "input-bg" };877const _hoisted_333 = { class: "col-3" };878const _hoisted_334 = { class: "input-bg" };879const _hoisted_335 = { class: "row my-2" };880const _hoisted_336 = { class: "col-9 d-flex" };881const _hoisted_337 = { class: "col-3" };882const _hoisted_338 = { class: "input-bg" };883const _hoisted_339 = { class: "col-3" };884const _hoisted_340 = { class: "input-bg" };885const _hoisted_341 = { class: "col-6" };886const _hoisted_342 = { class: "input-bg" };887const _hoisted_343 = { class: "col-3 row" };888const _hoisted_344 = { class: "col-8" };889const _hoisted_345 = { class: "input-bg" };890const _hoisted_346 = /*#__PURE__*/vue.createElementVNode("div", { class: "col-4" }, [891 /*#__PURE__*/vue.createElementVNode("button", {892 class: "btn button-calendar",893 type: "button"894 }, [895 /*#__PURE__*/vue.createElementVNode("i", { class: "fa-solid fa-calendar-days" })896 ])897], -1 /* HOISTED */);898const _hoisted_347 = { class: "row my-2" };899const _hoisted_348 = /*#__PURE__*/vue.createElementVNode("p", null, " Ð¡Ð²ÐµÐ´ÐµÐ½Ð¸Ñ Ð¾ докÑменÑе, ÑдоÑÑовеÑÑÑÑем лиÑноÑÑÑ Ð»Ð¸Ñа, заоплневÑего (подпиÑавÑего) Ñаможенного докÑÐ¼ÐµÐ½Ñ ", -1 /* HOISTED */);900const _hoisted_349 = { class: "row" };901const _hoisted_350 = { class: "col-3 d-flex" };902const _hoisted_351 = { class: "col-5" };903const _hoisted_352 = { class: "input-bg" };904const _hoisted_353 = { class: "col-7" };905const _hoisted_354 = { class: "input-bg" };906const _hoisted_355 = { class: "col-3 d-flex" };907const _hoisted_356 = { class: "col-4" };908const _hoisted_357 = { class: "input-bg" };909const _hoisted_358 = { class: "col-8" };910const _hoisted_359 = { class: "input-bg" };911const _hoisted_360 = { class: "col-3 d-flex" };912const _hoisted_361 = { class: "col-6" };913const _hoisted_362 = { class: "input-bg" };914const _hoisted_363 = { class: "col-6" };915const _hoisted_364 = { class: "input-bg" };916const _hoisted_365 = { class: "col-3 d-flex" };917const _hoisted_366 = /*#__PURE__*/vue.createElementVNode("div", { class: "col-3" }, [918 /*#__PURE__*/vue.createElementVNode("div", { class: "label-block align-bcntr" }, [919 /*#__PURE__*/vue.createElementVNode("label", { class: "align-bcntr" }, " аÑÑеÑÑÐ°Ñ ")920 ])921], -1 /* HOISTED */);922const _hoisted_367 = { class: "col-8" };923const _hoisted_368 = { class: "input-bg" };924const _hoisted_369 = { class: "row my-2" };925const _hoisted_370 = { class: "col-3" };926const _hoisted_371 = { class: "input-bg" };927const _hoisted_372 = { class: "col-5" };928const _hoisted_373 = { class: "input-bg" };929const _hoisted_374 = { class: "col-4 d-flex" };930const _hoisted_375 = { class: "col-3 input-bg" };931const _hoisted_376 = { class: "col-8 input-bg" };932const _hoisted_377 = { class: "col-1 input-bg" };933const _hoisted_378 = { class: "row my-2" };934const _hoisted_379 = { class: "row" };935const _hoisted_380 = /*#__PURE__*/vue.createElementVNode("div", { class: "row" }, [936 /*#__PURE__*/vue.createElementVNode("p", null, " ÐденÑиÑикаÑоÑÑ, пÑиÑвоеннÑе докÑменÑÑ (ÑведениÑм) пÑи ÑазмеÑении в Ñ
ÑанилиÑе ÑлекÑÑоннÑÑ
докÑменÑов ")937], -1 /* HOISTED */);938const _hoisted_381 = { class: "row" };939const _hoisted_382 = { class: "col-8 d-flex" };940const _hoisted_383 = { class: "col-6" };941const _hoisted_384 = { class: "input-bg" };942const _hoisted_385 = { class: "col-6" };943const _hoisted_386 = { class: "input-bg" };944const _hoisted_387 = { class: "col-4" };945const _hoisted_388 = { class: "input-bg" };946const _hoisted_389 = { class: "row my-2" };947const _hoisted_390 = /*#__PURE__*/vue.createElementVNode("div", { class: "row" }, [948 /*#__PURE__*/vue.createElementVNode("p", null, "ÐокÑменÑ, ÑдоÑÑовеÑÑÑÑий полномоÑиÑ")949], -1 /* HOISTED */);950const _hoisted_391 = { class: "row" };951const _hoisted_392 = { class: "col-4 d-flex" };952const _hoisted_393 = { class: "col-4" };953const _hoisted_394 = { class: "input-bg" };954const _hoisted_395 = { class: "col-8" };955const _hoisted_396 = { class: "input-bg" };956const _hoisted_397 = { class: "col-8 row" };957const _hoisted_398 = { class: "col-4 d-flex" };958const _hoisted_399 = { class: "col-5" };959const _hoisted_400 = { class: "input-bg" };960const _hoisted_401 = { class: "col-7" };961const _hoisted_402 = { class: "input-bg" };962const _hoisted_403 = { class: "col-8 row" };963const _hoisted_404 = { class: "col-5 d-flex" };964const _hoisted_405 = /*#__PURE__*/vue.createElementVNode("div", { class: "col-2 align-bcntr" }, [965 /*#__PURE__*/vue.createElementVNode("p", { class: "align-bcntr" }, "Ñ")966], -1 /* HOISTED */);967const _hoisted_406 = { class: "col-10" };968const _hoisted_407 = { class: "input-bg" };969const _hoisted_408 = { class: "col-5 d-flex" };970const _hoisted_409 = /*#__PURE__*/vue.createElementVNode("div", { class: "col-2 align-bcntr" }, [971 /*#__PURE__*/vue.createElementVNode("p", { class: "align-bcntr" }, "по")972], -1 /* HOISTED */);973const _hoisted_410 = { class: "col-10" };974const _hoisted_411 = { class: "input-bg" };975const _hoisted_412 = { class: "col-2" };976const _hoisted_413 = { class: "input-bg" };977const _hoisted_414 = { class: "inspector-inf my-2" };978const _hoisted_415 = { class: "row" };979const _hoisted_416 = { class: "col-7" };980const _hoisted_417 = /*#__PURE__*/vue.createElementVNode("p", { class: "align-bcntr" }, "ФÐРинÑпекÑоÑа", -1 /* HOISTED */);981const _hoisted_418 = { class: "input-bg" };982const _hoisted_419 = { class: "col-5" };983const _hoisted_420 = /*#__PURE__*/vue.createElementVNode("p", { class: "align-bcntr" }, "ÐÐÐ", -1 /* HOISTED */);984const _hoisted_421 = { class: "row" };985const _hoisted_422 = { class: "col-2 input-bg" };986function render$a(_ctx, _cache, $props, $setup, $data, $options) {987 const _component_tsoft_preloader = vue.resolveComponent("tsoft-preloader");988 return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$a, [989 vue.createVNode(vue.Transition, {990 name: "fade",991 mode: "out-in"992 }, {993 default: vue.withCtx(() => [994 (!$options.isDeclarationExist)995 ? (vue.openBlock(), vue.createBlock(_component_tsoft_preloader, { key: 0 }))996 : (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$9, [997 vue.createCommentVNode("Region ÑÐ»ÐµÐ¼ÐµÐ½Ñ Ñ Ð¾Ð±Ñей инÑоÑмаÑией деклаÑаÑии"),998 vue.createElementVNode("div", _hoisted_3$9, [999 _hoisted_4$6,1000 _hoisted_5$6,1001 vue.createElementVNode("div", _hoisted_6$4, [1002 vue.createElementVNode("div", _hoisted_7$4, [1003 vue.createElementVNode("div", _hoisted_8$4, [1004 vue.createElementVNode("div", _hoisted_9$3, [1005 vue.createElementVNode("input", {1006 class: "form-check-input",1007 type: "checkbox",1008 checked: this.registry.docType.dteg1009 }, null, 8 /* PROPS */, _hoisted_10$3)1010 ]),1011 _hoisted_11$3,1012 vue.createElementVNode("div", _hoisted_12$3, [1013 vue.createElementVNode("input", {1014 class: "form-check-input",1015 type: "checkbox",1016 checked: this.registry.docType.ptdeg1017 }, null, 8 /* PROPS */, _hoisted_13$3)1018 ]),1019 _hoisted_14$31020 ]),1021 vue.createElementVNode("div", _hoisted_15$3, [1022 vue.createElementVNode("div", _hoisted_16$3, [1023 vue.createElementVNode("input", {1024 class: "form-check-input",1025 type: "checkbox",1026 checked: this.registry.declarationKindCode.import1027 }, null, 8 /* PROPS */, _hoisted_17$3)1028 ]),1029 _hoisted_18$3,1030 vue.createElementVNode("div", _hoisted_19$3, [1031 vue.createElementVNode("input", {1032 class: "form-check-input",1033 type: "checkbox",1034 checked: this.registry.declarationKindCode.export1035 }, null, 8 /* PROPS */, _hoisted_20$3)1036 ]),1037 _hoisted_21$31038 ]),1039 vue.createElementVNode("div", _hoisted_22$3, [1040 _hoisted_23$3,1041 vue.createElementVNode("div", _hoisted_24$3, [1042 vue.withDirectives(vue.createElementVNode("input", {1043 class: "declaration-number-input form-control",1044 type: "text",1045 "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => ((this.registry.registryNum) = $event))1046 }, null, 512 /* NEED_PATCH */), [1047 [vue.vModelText, this.registry.registryNum]1048 ])1049 ])1050 ]),1051 _hoisted_25$31052 ])1053 ]),1054 vue.createElementVNode("div", _hoisted_26$3, [1055 vue.createElementVNode("div", _hoisted_27$3, [1056 vue.createElementVNode("div", _hoisted_28$3, [1057 vue.createElementVNode("div", _hoisted_29$3, [1058 vue.withDirectives(vue.createElementVNode("input", {1059 class: "form-control",1060 type: "text",1061 "onUpdate:modelValue": _cache[1] || (_cache[1] = $event => ((this.registry.customsCodeMode) = $event))1062 }, null, 512 /* NEED_PATCH */), [1063 [vue.vModelText, this.registry.customsCodeMode]1064 ])1065 ]),1066 vue.createElementVNode("div", _hoisted_30$3, [1067 vue.withDirectives(vue.createElementVNode("input", {1068 class: "form-control",1069 type: "text",1070 "onUpdate:modelValue": _cache[2] || (_cache[2] = $event => ((this.registry.previousCustomsCodeMode) = $event))1071 }, null, 512 /* NEED_PATCH */), [1072 [vue.vModelText, this.registry.previousCustomsCodeMode]1073 ])1074 ]),1075 vue.createElementVNode("div", _hoisted_31$3, [1076 vue.withDirectives(vue.createElementVNode("input", {1077 class: "form-control",1078 type: "text",1079 "onUpdate:modelValue": _cache[3] || (_cache[3] = $event => ((this.registry.declarationKind) = $event))1080 }, null, 512 /* NEED_PATCH */), [1081 [vue.vModelText, this.registry.declarationKind]1082 ])1083 ]),1084 vue.createElementVNode("div", _hoisted_32$3, [1085 vue.withDirectives(vue.createElementVNode("input", {1086 class: "form-control",1087 type: "text",1088 "onUpdate:modelValue": _cache[4] || (_cache[4] = $event => ((this.registry.electronicDocumentSign) = $event))1089 }, null, 512 /* NEED_PATCH */), [1090 [vue.vModelText, this.registry.electronicDocumentSign]1091 ])1092 ])1093 ]),1094 vue.createElementVNode("div", _hoisted_33$3, [1095 _hoisted_34$3,1096 vue.createElementVNode("div", _hoisted_35$3, [1097 vue.withDirectives(vue.createElementVNode("input", {1098 class: "sheets-input form-control",1099 type: "text",1100 "onUpdate:modelValue": _cache[5] || (_cache[5] = $event => ((this.registry.countList) = $event))1101 }, null, 512 /* NEED_PATCH */), [1102 [vue.vModelText, this.registry.countList]1103 ])1104 ])1105 ]),1106 vue.createElementVNode("div", _hoisted_36$3, [1107 _hoisted_37$3,1108 vue.createElementVNode("div", _hoisted_38$3, [1109 vue.withDirectives(vue.createElementVNode("input", {1110 class: "registry-number-input form-control",1111 type: "text",1112 id: "registryNumber",1113 "onUpdate:modelValue": _cache[6] || (_cache[6] = $event => ((this.registry.customNum) = $event))1114 }, null, 512 /* NEED_PATCH */), [1115 [vue.vModelText, this.registry.customNum]1116 ])1117 ])1118 ]),1119 vue.createElementVNode("div", _hoisted_39$3, [1120 vue.createElementVNode("div", _hoisted_40$3, [1121 vue.withDirectives(vue.createElementVNode("input", {1122 class: "registry-checkbox form-check-input",1123 type: "checkbox",1124 "onUpdate:modelValue": _cache[7] || (_cache[7] = $event => ((this.registry.isRegistryWasChanged) = $event))1125 }, null, 512 /* NEED_PATCH */), [1126 [vue.vModelCheckbox, this.registry.isRegistryWasChanged]1127 ])1128 ]),1129 _hoisted_41$31130 ])1131 ])1132 ]),1133 vue.createElementVNode("div", _hoisted_42$3, [1134 vue.createElementVNode("div", _hoisted_43$3, [1135 vue.createElementVNode("div", _hoisted_44$3, [1136 vue.createElementVNode("div", _hoisted_45$3, [1137 _hoisted_46$3,1138 vue.createElementVNode("div", _hoisted_47$3, [1139 vue.createElementVNode("div", _hoisted_48$3, [1140 vue.withDirectives(vue.createElementVNode("input", {1141 class: "form-control",1142 type: "text",1143 "onUpdate:modelValue": _cache[8] || (_cache[8] = $event => ((this.registry.expressCourierCode) = $event))1144 }, null, 512 /* NEED_PATCH */), [1145 [vue.vModelText, this.registry.expressCourierCode]1146 ])1147 ]),1148 vue.createElementVNode("div", _hoisted_49$3, [1149 vue.withDirectives(vue.createElementVNode("input", {1150 class: "col-11 form-control",1151 type: "text",1152 "onUpdate:modelValue": _cache[9] || (_cache[9] = $event => ((this.registry.expressCourierName) = $event))1153 }, null, 512 /* NEED_PATCH */), [1154 [vue.vModelText, this.registry.expressCourierName]1155 ])1156 ])1157 ])1158 ]),1159 _hoisted_50$3,1160 _hoisted_51$31161 ]),1162 vue.createElementVNode("div", _hoisted_52$3, [1163 vue.createElementVNode("div", _hoisted_53$3, [1164 vue.createElementVNode("div", _hoisted_54$3, [1165 _hoisted_55$3,1166 vue.createElementVNode("form", _hoisted_56$3, [1167 vue.createElementVNode("div", _hoisted_57$3, [1168 vue.withDirectives(vue.createElementVNode("input", {1169 class: "form-control",1170 type: "text",1171 "onUpdate:modelValue": _cache[10] || (_cache[10] = $event => ((this.registry.registerDocumentUnknownString1) = $event))1172 }, null, 512 /* NEED_PATCH */), [1173 [vue.vModelText, this.registry.registerDocumentUnknownString1]1174 ])1175 ]),1176 vue.createElementVNode("div", _hoisted_58$3, [1177 vue.withDirectives(vue.createElementVNode("input", {1178 class: "form-control",1179 type: "text",1180 "onUpdate:modelValue": _cache[11] || (_cache[11] = $event => ((this.registry.registerDocumentIdCountryCode) = $event))1181 }, null, 512 /* NEED_PATCH */), [1182 [vue.vModelText, this.registry.registerDocumentIdCountryCode]1183 ])1184 ]),1185 vue.createElementVNode("div", _hoisted_59$3, [1186 vue.withDirectives(vue.createElementVNode("input", {1187 class: "form-control",1188 type: "text",1189 "onUpdate:modelValue": _cache[12] || (_cache[12] = $event => ((this.registry.registerDocumentIdNumber) = $event))1190 }, null, 512 /* NEED_PATCH */), [1191 [vue.vModelText, this.registry.registerDocumentIdNumber]1192 ])1193 ]),1194 vue.createElementVNode("div", _hoisted_60$3, [1195 vue.withDirectives(vue.createElementVNode("input", {1196 class: "form-control",1197 type: "text",1198 "onUpdate:modelValue": _cache[13] || (_cache[13] = $event => ((this.registry.registerDocumentUnknownString2) = $event))1199 }, null, 512 /* NEED_PATCH */), [1200 [vue.vModelText, this.registry.registerDocumentUnknownString2]1201 ])1202 ]),1203 vue.createElementVNode("div", _hoisted_61$3, [1204 vue.withDirectives(vue.createElementVNode("input", {1205 class: "form-control",1206 type: "text",1207 "onUpdate:modelValue": _cache[14] || (_cache[14] = $event => ((this.registry.registerDocumentUnknownString3) = $event))1208 }, null, 512 /* NEED_PATCH */), [1209 [vue.vModelText, this.registry.registerDocumentUnknownString3]1210 ])1211 ])1212 ])1213 ])1214 ]),1215 _hoisted_62$3,1216 vue.createElementVNode("div", _hoisted_63$3, [1217 vue.createElementVNode("form", _hoisted_64$3, [1218 vue.createElementVNode("div", _hoisted_65$3, [1219 vue.createElementVNode("div", _hoisted_66$3, [1220 vue.withDirectives(vue.createElementVNode("input", {1221 class: "form-control",1222 type: "text",1223 "onUpdate:modelValue": _cache[15] || (_cache[15] = $event => ((this.registry.changingDeclarationNumber.customPoint) = $event))1224 }, null, 512 /* NEED_PATCH */), [1225 [vue.vModelText, this.registry.changingDeclarationNumber.customPoint]1226 ])1227 ]),1228 vue.createElementVNode("div", _hoisted_67$3, [1229 vue.withDirectives(vue.createElementVNode("input", {1230 class: "form-control",1231 type: "text",1232 "onUpdate:modelValue": _cache[16] || (_cache[16] = $event => ((this.registry.changingDeclarationNumber.date) = $event))1233 }, null, 512 /* NEED_PATCH */), [1234 [vue.vModelText, this.registry.changingDeclarationNumber.date]1235 ])1236 ]),1237 vue.createElementVNode("div", _hoisted_68$3, [1238 vue.withDirectives(vue.createElementVNode("input", {1239 class: "form-control",1240 type: "text",1241 "onUpdate:modelValue": _cache[17] || (_cache[17] = $event => ((this.registry.changingDeclarationNumber.innerNum) = $event))1242 }, null, 512 /* NEED_PATCH */), [1243 [vue.vModelText, this.registry.changingDeclarationNumber.innerNum]1244 ])1245 ]),1246 vue.createElementVNode("div", _hoisted_69$3, [1247 vue.withDirectives(vue.createElementVNode("input", {1248 class: "form-control",1249 type: "text",1250 "onUpdate:modelValue": _cache[18] || (_cache[18] = $event => ((this.registry.changingDeclarationNumber.unknownNum) = $event))1251 }, null, 512 /* NEED_PATCH */), [1252 [vue.vModelText, this.registry.changingDeclarationNumber.unknownNum]1253 ])1254 ])1255 ]),1256 vue.createElementVNode("div", _hoisted_70$3, [1257 _hoisted_71$3,1258 vue.createElementVNode("div", _hoisted_72$3, [1259 vue.createElementVNode("div", _hoisted_73$3, [1260 vue.withDirectives(vue.createElementVNode("input", {1261 class: "form-control number-code",1262 type: "number",1263 "onUpdate:modelValue": _cache[19] || (_cache[19] = $event => ((this.registry.changeDetailsType.stageChangeCode) = $event))1264 }, null, 512 /* NEED_PATCH */), [1265 [vue.vModelText, this.registry.changeDetailsType.stageChangeCode]1266 ])1267 ]),1268 vue.createElementVNode("div", _hoisted_74$3, [1269 vue.withDirectives(vue.createElementVNode("input", {1270 class: "form-control number-code",1271 type: "number",1272 "onUpdate:modelValue": _cache[20] || (_cache[20] = $event => ((this.registry.changeDetailsType.reasonChangeCode) = $event))1273 }, null, 512 /* NEED_PATCH */), [1274 [vue.vModelText, this.registry.changeDetailsType.reasonChangeCode]1275 ])1276 ]),1277 vue.createElementVNode("div", _hoisted_75$3, [1278 vue.withDirectives(vue.createElementVNode("input", {1279 class: "form-control number-code",1280 type: "number",1281 "onUpdate:modelValue": _cache[21] || (_cache[21] = $event => ((this.registry.changeDetailsType.quantityChangeCode) = $event))1282 }, null, 512 /* NEED_PATCH */), [1283 [vue.vModelText, this.registry.changeDetailsType.quantityChangeCode]1284 ])1285 ]),1286 vue.createElementVNode("div", _hoisted_76$3, [1287 vue.withDirectives(vue.createElementVNode("input", {1288 class: "form-control number-code",1289 type: "number",1290 "onUpdate:modelValue": _cache[22] || (_cache[22] = $event => ((this.registry.changeDetailsType.TNVEDChangeCode) = $event))1291 }, null, 512 /* NEED_PATCH */), [1292 [vue.vModelText, this.registry.changeDetailsType.TNVEDChangeCode]1293 ])1294 ]),1295 vue.createElementVNode("div", _hoisted_77$3, [1296 vue.withDirectives(vue.createElementVNode("input", {1297 class: "form-control number-code",1298 type: "number",1299 "onUpdate:modelValue": _cache[23] || (_cache[23] = $event => ((this.registry.changeDetailsType.customsCostChangeCode) = $event))1300 }, null, 512 /* NEED_PATCH */), [1301 [vue.vModelText, this.registry.changeDetailsType.customsCostChangeCode]1302 ])1303 ]),1304 vue.createElementVNode("div", _hoisted_78$3, [1305 vue.withDirectives(vue.createElementVNode("input", {1306 class: "form-control number-code",1307 type: "number",1308 "onUpdate:modelValue": _cache[24] || (_cache[24] = $event => ((this.registry.changeDetailsType.customsPaymentChangeCode) = $event))1309 }, null, 512 /* NEED_PATCH */), [1310 [vue.vModelText, this.registry.changeDetailsType.customsPaymentChangeCode]1311 ])1312 ]),1313 vue.createElementVNode("div", _hoisted_79$3, [1314 vue.withDirectives(vue.createElementVNode("input", {1315 class: "form-control number-code",1316 type: "number",1317 "onUpdate:modelValue": _cache[25] || (_cache[25] = $event => ((this.registry.changeDetailsType.otherChangeCode) = $event))1318 }, null, 512 /* NEED_PATCH */), [1319 [vue.vModelText, this.registry.changeDetailsType.otherChangeCode]1320 ])1321 ]),1322 _hoisted_80$31323 ]),1324 _hoisted_81$31325 ])1326 ])1327 ])1328 ])1329 ])1330 ]),1331 vue.createElementVNode("div", _hoisted_82$3, [1332 vue.createElementVNode("div", _hoisted_83$3, [1333 _hoisted_84$3,1334 vue.createElementVNode("form", _hoisted_85$3, [1335 vue.createElementVNode("div", _hoisted_86$3, [1336 _hoisted_87$3,1337 vue.createElementVNode("div", _hoisted_88$3, [1338 vue.createElementVNode("div", _hoisted_89$2, [1339 vue.withDirectives(vue.createElementVNode("input", {1340 type: "text",1341 class: "form-control",1342 placeholder: "СÑмма",1343 "onUpdate:modelValue": _cache[26] || (_cache[26] = $event => ((this.registry.totalPaymentAmountDetailsSum) = $event))1344 }, null, 512 /* NEED_PATCH */), [1345 [vue.vModelText, this.registry.totalPaymentAmountDetailsSum]1346 ])1347 ]),1348 vue.createElementVNode("div", _hoisted_90$2, [1349 vue.withDirectives(vue.createElementVNode("input", {1350 type: "text",1351 class: "form-control",1352 placeholder: "ÐалÑÑа",1353 "onUpdate:modelValue": _cache[27] || (_cache[27] = $event => ((this.registry.totalPaymentAmountDetailsCurrency) = $event))1354 }, null, 512 /* NEED_PATCH */), [1355 [vue.vModelText, this.registry.totalPaymentAmountDetailsCurrency]1356 ])1357 ])1358 ])1359 ]),1360 vue.createElementVNode("div", _hoisted_91$2, [1361 _hoisted_92$2,1362 _hoisted_93$2,1363 vue.createElementVNode("div", _hoisted_94$2, [1364 vue.createElementVNode("div", _hoisted_95$2, [1365 vue.withDirectives(vue.createElementVNode("input", {1366 class: "form-control",1367 type: "text",1368 "onUpdate:modelValue": _cache[28] || (_cache[28] = $event => ((this.registry.CAValueAmountSum) = $event))1369 }, null, 512 /* NEED_PATCH */), [1370 [vue.vModelText, this.registry.CAValueAmountSum]1371 ])1372 ]),1373 vue.createElementVNode("div", _hoisted_96$2, [1374 vue.withDirectives(vue.createElementVNode("input", {1375 class: "form-control",1376 type: "text",1377 "onUpdate:modelValue": _cache[29] || (_cache[29] = $event => ((this.registry.CAValueAmountCurrency) = $event))1378 }, null, 512 /* NEED_PATCH */), [1379 [vue.vModelText, this.registry.CAValueAmountCurrency]1380 ])1381 ])1382 ])1383 ]),1384 vue.createElementVNode("div", _hoisted_97$2, [1385 _hoisted_98$2,1386 _hoisted_99$2,1387 vue.createElementVNode("div", _hoisted_100$2, [1388 vue.createElementVNode("div", _hoisted_101$2, [1389 vue.withDirectives(vue.createElementVNode("input", {1390 class: "form-control",1391 type: "text",1392 "onUpdate:modelValue": _cache[30] || (_cache[30] = $event => ((this.registry.unifiedGrossWeightQuantity) = $event))1393 }, null, 512 /* NEED_PATCH */), [1394 [vue.vModelText, this.registry.unifiedGrossWeightQuantity]1395 ])1396 ]),1397 vue.createElementVNode("div", _hoisted_102$2, [1398 vue.withDirectives(vue.createElementVNode("input", {1399 class: "form-control",1400 type: "text",1401 "onUpdate:modelValue": _cache[31] || (_cache[31] = $event => ((this.registry.weightUnit) = $event))1402 }, null, 512 /* NEED_PATCH */), [1403 [vue.vModelText, this.registry.weightUnit]1404 ])1405 ]),1406 vue.createElementVNode("div", _hoisted_103$2, [1407 vue.withDirectives(vue.createElementVNode("input", {1408 class: "form-control",1409 type: "text",1410 "onUpdate:modelValue": _cache[32] || (_cache[32] = $event => ((this.registry.unknownStringUnit) = $event))1411 }, null, 512 /* NEED_PATCH */), [1412 [vue.vModelText, this.registry.unknownStringUnit]1413 ])1414 ])1415 ])1416 ]),1417 vue.createElementVNode("div", _hoisted_104$2, [1418 _hoisted_105$2,1419 _hoisted_106$1,1420 vue.createElementVNode("div", _hoisted_107$1, [1421 vue.createElementVNode("div", _hoisted_108$1, [1422 vue.withDirectives(vue.createElementVNode("input", {1423 class: "form-control",1424 type: "text",1425 "onUpdate:modelValue": _cache[33] || (_cache[33] = $event => ((this.registry.customCost) = $event))1426 }, null, 512 /* NEED_PATCH */), [1427 [vue.vModelText, this.registry.customCost]1428 ])1429 ]),1430 vue.createElementVNode("div", _hoisted_109$1, [1431 vue.withDirectives(vue.createElementVNode("input", {1432 class: "form-control",1433 type: "text",1434 "onUpdate:modelValue": _cache[34] || (_cache[34] = $event => ((this.registry.customCostCurrency) = $event))1435 }, null, 512 /* NEED_PATCH */), [1436 [vue.vModelText, this.registry.customCostCurrency]1437 ])1438 ])1439 ])1440 ])1441 ])1442 ])1443 ])1444 ]),1445 vue.createCommentVNode(" endregion"),1446 vue.createCommentVNode(" Region ÑÐ»ÐµÐ¼ÐµÐ½Ñ Ñ Ð¾Ð±Ñей инÑоÑмаÑией по оÑпÑавиÑелÑ"),1447 vue.createElementVNode("div", _hoisted_110$1, [1448 vue.createElementVNode("div", _hoisted_111$1, [1449 _hoisted_112$1,1450 vue.createElementVNode("div", _hoisted_113$1, [1451 vue.createElementVNode("div", _hoisted_114$1, [1452 vue.createElementVNode("div", _hoisted_115$1, [1453 vue.createElementVNode("div", _hoisted_116$1, [1454 vue.createElementVNode("form", _hoisted_117$1, [1455 vue.createElementVNode("div", _hoisted_118$1, [1456 vue.createElementVNode("div", _hoisted_119$1, [1457 vue.withDirectives(vue.createElementVNode("input", {1458 type: "text",1459 class: "form-control",1460 "onUpdate:modelValue": _cache[35] || (_cache[35] = $event => ((this.registry.consignor.fullName) = $event))1461 }, null, 512 /* NEED_PATCH */), [1462 [vue.vModelText, this.registry.consignor.fullName]1463 ])1464 ])1465 ]),1466 vue.createElementVNode("div", _hoisted_120$1, [1467 vue.createElementVNode("div", _hoisted_121$1, [1468 vue.withDirectives(vue.createElementVNode("input", {1469 type: "text",1470 class: "form-control",1471 "onUpdate:modelValue": _cache[36] || (_cache[36] = $event => ((this.registry.consignor.countryCode) = $event))1472 }, null, 512 /* NEED_PATCH */), [1473 [vue.vModelText, this.registry.consignor.countryCode]1474 ])1475 ])1476 ]),1477 _hoisted_122$1,1478 vue.createElementVNode("div", _hoisted_123$1, [1479 vue.createElementVNode("div", _hoisted_124$1, [1480 vue.createElementVNode("input", {1481 type: "checkbox",1482 class: "form-check-input",1483 checked: this.registry.consignor.isDeclarant1484 }, null, 8 /* PROPS */, _hoisted_125$1)1485 ]),1486 _hoisted_126$11487 ])1488 ]),1489 vue.createElementVNode("div", _hoisted_127$1, [1490 vue.createElementVNode("div", _hoisted_128$1, [1491 vue.createElementVNode("div", _hoisted_129$1, [1492 vue.withDirectives(vue.createElementVNode("input", {1493 type: "text",1494 class: "form-control",1495 placeholder: "кÑаÑкое наименование оÑганизаÑии",1496 "onUpdate:modelValue": _cache[37] || (_cache[37] = $event => ((this.registry.consignor.shortName) = $event))1497 }, null, 512 /* NEED_PATCH */), [1498 [vue.vModelText, this.registry.consignor.shortName]1499 ])1500 ])1501 ]),1502 vue.createElementVNode("div", _hoisted_130$1, [1503 vue.createElementVNode("div", _hoisted_131$1, [1504 _hoisted_132$1,1505 vue.createElementVNode("div", _hoisted_133$1, [1506 vue.withDirectives(vue.createElementVNode("input", {1507 type: "text",1508 class: "form-control",1509 "onUpdate:modelValue": _cache[38] || (_cache[38] = $event => ((this.registry.consignor.fullName) = $event))1510 }, null, 512 /* NEED_PATCH */), [1511 [vue.vModelText, this.registry.consignor.fullName]1512 ])1513 ])1514 ]),1515 vue.createElementVNode("div", _hoisted_134$1, [1516 _hoisted_135$1,1517 vue.createElementVNode("div", _hoisted_136$1, [1518 vue.withDirectives(vue.createElementVNode("input", {1519 type: "text",1520 class: "form-control",1521 "onUpdate:modelValue": _cache[39] || (_cache[39] = $event => ((this.registry.consignor.INN) = $event))1522 }, null, 512 /* NEED_PATCH */), [1523 [vue.vModelText, this.registry.consignor.INN]1524 ])1525 ])1526 ]),1527 vue.createElementVNode("div", _hoisted_137$1, [1528 _hoisted_138$1,1529 vue.createElementVNode("div", _hoisted_139$1, [1530 vue.withDirectives(vue.createElementVNode("input", {1531 type: "text",1532 class: "form-control",1533 "onUpdate:modelValue": _cache[40] || (_cache[40] = $event => ((this.registry.consignor.KPP) = $event))1534 }, null, 512 /* NEED_PATCH */), [1535 [vue.vModelText, this.registry.consignor.KPP]1536 ])1537 ])1538 ]),1539 _hoisted_140$11540 ])1541 ])1542 ])1543 ]),1544 vue.createElementVNode("div", _hoisted_141$1, [1545 vue.createElementVNode("div", _hoisted_142$1, [1546 vue.createElementVNode("div", _hoisted_143$1, [1547 vue.createElementVNode("div", _hoisted_144$1, [1548 _hoisted_145$1,1549 vue.createElementVNode("div", _hoisted_146$1, [1550 vue.createElementVNode("div", _hoisted_147$1, [1551 vue.withDirectives(vue.createElementVNode("input", {1552 class: "form-control",1553 type: "text",1554 placeholder: "Ð½Ð¾Ð¼ÐµÑ ÑелеÑона",1555 "onUpdate:modelValue": _cache[41] || (_cache[41] = $event => ((this.registry.consignor.phone) = $event))1556 }, null, 512 /* NEED_PATCH */), [1557 [vue.vModelText, this.registry.consignor.phone]1558 ])1559 ])1560 ]),1561 vue.createElementVNode("div", _hoisted_148$1, [1562 vue.createElementVNode("div", _hoisted_149$1, [1563 vue.withDirectives(vue.createElementVNode("input", {1564 class: "form-control",1565 type: "text",1566 placeholder: "ÐдÑÐµÑ ÑлекÑÑонной поÑÑÑ",1567 "onUpdate:modelValue": _cache[42] || (_cache[42] = $event => ((this.registry.consignor.email) = $event))1568 }, null, 512 /* NEED_PATCH */), [1569 [vue.vModelText, this.registry.consignor.email]1570 ])1571 ])1572 ]),1573 vue.createElementVNode("div", _hoisted_150$1, [1574 vue.createElementVNode("div", _hoisted_151$1, [1575 vue.withDirectives(vue.createElementVNode("input", {1576 class: "form-control",1577 type: "text",1578 placeholder: "Ð½Ð¾Ð¼ÐµÑ ÑакÑа",1579 "onUpdate:modelValue": _cache[43] || (_cache[43] = $event => ((this.registry.consignor.fax) = $event))1580 }, null, 512 /* NEED_PATCH */), [1581 [vue.vModelText, this.registry.consignor.fax]1582 ])1583 ])1584 ])1585 ])1586 ]),1587 vue.createElementVNode("div", _hoisted_152$1, [1588 vue.createElementVNode("div", _hoisted_153$1, [1589 vue.createElementVNode("div", _hoisted_154$1, [1590 vue.createElementVNode("div", _hoisted_155$1, [1591 vue.createElementVNode("div", _hoisted_156$1, [1592 vue.withDirectives(vue.createElementVNode("input", {1593 type: "text",1594 class: "form-control",1595 placeholder: "ÑзÑк",1596 "onUpdate:modelValue": _cache[44] || (_cache[44] = $event => ((this.registry.consignor.language) = $event))1597 }, null, 512 /* NEED_PATCH */), [1598 [vue.vModelText, this.registry.consignor.language]1599 ])1600 ])1601 ]),1602 vue.createElementVNode("div", _hoisted_157$1, [1603 vue.createElementVNode("div", _hoisted_158$1, [1604 vue.withDirectives(vue.createElementVNode("input", {1605 type: "text",1606 class: "form-control",1607 placeholder: "ÑÑÑана",1608 "onUpdate:modelValue": _cache[45] || (_cache[45] = $event => ((this.registry.consignor.country) = $event))1609 }, null, 512 /* NEED_PATCH */), [1610 [vue.vModelText, this.registry.consignor.country]1611 ])1612 ])1613 ]),1614 vue.createElementVNode("div", _hoisted_159$1, [1615 vue.createElementVNode("div", _hoisted_160$1, [1616 vue.withDirectives(vue.createElementVNode("input", {1617 type: "text",1618 class: "form-control",1619 placeholder: "поÑÑовÑй индекÑ",1620 "onUpdate:modelValue": _cache[46] || (_cache[46] = $event => ((this.registry.consignor.mailIndex) = $event))1621 }, null, 512 /* NEED_PATCH */), [1622 [vue.vModelText, this.registry.consignor.mailIndex]1623 ])1624 ])1625 ]),1626 vue.createElementVNode("div", _hoisted_161$1, [1627 vue.createElementVNode("div", _hoisted_162$1, [1628 vue.withDirectives(vue.createElementVNode("input", {1629 type: "text",1630 class: "form-control",1631 placeholder: "облаÑÑÑ (Ñегион, ÑÑаÑ, пÑовинÑиÑ)",1632 "onUpdate:modelValue": _cache[47] || (_cache[47] = $event => ((this.registry.consignor.region) = $event))1633 }, null, 512 /* NEED_PATCH */), [1634 [vue.vModelText, this.registry.consignor.region]1635 ])1636 ])1637 ])1638 ]),1639 vue.createElementVNode("div", _hoisted_163$1, [1640 vue.createElementVNode("div", _hoisted_164$1, [1641 vue.createElementVNode("div", _hoisted_165$1, [1642 vue.withDirectives(vue.createElementVNode("input", {1643 type: "text",1644 class: "form-control",1645 placeholder: "Ñайон",1646 "onUpdate:modelValue": _cache[48] || (_cache[48] = $event => ((this.registry.consignor.area) = $event))1647 }, null, 512 /* NEED_PATCH */), [1648 [vue.vModelText, this.registry.consignor.area]1649 ])1650 ])1651 ]),1652 vue.createElementVNode("div", _hoisted_166$1, [1653 vue.createElementVNode("div", _hoisted_167$1, [1654 vue.withDirectives(vue.createElementVNode("input", {1655 type: "text",1656 class: "form-control",1657 placeholder: "гоÑод",1658 "onUpdate:modelValue": _cache[49] || (_cache[49] = $event => ((this.registry.consignor.city) = $event))1659 }, null, 512 /* NEED_PATCH */), [1660 [vue.vModelText, this.registry.consignor.city]1661 ])1662 ])1663 ]),1664 vue.createElementVNode("div", _hoisted_168$1, [1665 vue.createElementVNode("div", _hoisted_169$1, [1666 vue.withDirectives(vue.createElementVNode("input", {1667 type: "text",1668 class: "form-control",1669 placeholder: "наÑелÑннÑй пÑнкÑ",1670 "onUpdate:modelValue": _cache[50] || (_cache[50] = $event => ((this.registry.consignor.settlement) = $event))1671 }, null, 512 /* NEED_PATCH */), [1672 [vue.vModelText, this.registry.consignor.settlement]1673 ])1674 ])1675 ])1676 ]),1677 vue.createElementVNode("div", _hoisted_170$1, [1678 vue.createElementVNode("div", _hoisted_171$1, [1679 vue.createElementVNode("div", _hoisted_172$1, [1680 vue.withDirectives(vue.createElementVNode("input", {1681 type: "text",1682 class: "form-control",1683 "onUpdate:modelValue": _cache[51] || (_cache[51] = $event => ((this.registry.consignor.address) = $event))1684 }, null, 512 /* NEED_PATCH */), [1685 [vue.vModelText, this.registry.consignor.address]1686 ])1687 ])1688 ]),1689 vue.createElementVNode("div", _hoisted_173$1, [1690 vue.createElementVNode("div", _hoisted_174$1, [1691 vue.withDirectives(vue.createElementVNode("input", {1692 type: "text",1693 class: "form-control",1694 placeholder: "дом, коÑпÑÑ, ÑÑÑоение",1695 "onUpdate:modelValue": _cache[52] || (_cache[52] = $event => ((this.registry.consignor.house) = $event))1696 }, null, 512 /* NEED_PATCH */), [1697 [vue.vModelText, this.registry.consignor.house]1698 ])1699 ])1700 ]),1701 vue.createElementVNode("div", _hoisted_175$1, [1702 vue.createElementVNode("div", _hoisted_176$1, [1703 vue.withDirectives(vue.createElementVNode("input", {1704 type: "text",1705 class: "form-control",1706 "onUpdate:modelValue": _cache[53] || (_cache[53] = $event => ((this.registry.consignor.office) = $event))1707 }, null, 512 /* NEED_PATCH */), [1708 [vue.vModelText, this.registry.consignor.office]1709 ])1710 ])1711 ]),1712 vue.createElementVNode("div", _hoisted_177$1, [1713 vue.createElementVNode("div", _hoisted_178$1, [1714 vue.withDirectives(vue.createElementVNode("input", {1715 type: "text",1716 class: "form-control",1717 placeholder: "Ð½Ð¾Ð¼ÐµÑ Ð°/Ñ",1718 "onUpdate:modelValue": _cache[54] || (_cache[54] = $event => ((this.registry.consignor.officeLetter) = $event))1719 }, null, 512 /* NEED_PATCH */), [1720 [vue.vModelText, this.registry.consignor.officeLetter]1721 ])1722 ])1723 ])1724 ]),1725 vue.createElementVNode("div", _hoisted_179$1, [1726 vue.createElementVNode("div", _hoisted_180$1, [1727 vue.createElementVNode("div", _hoisted_181$1, [1728 vue.withDirectives(vue.createElementVNode("input", {1729 type: "text",1730 class: "form-control",1731 placeholder: "Ð½Ð°Ð±Ð¾Ñ ÑлеменÑов адÑеÑа, пÑедÑÑавленнÑÑ
в Ñвободной ÑоÑме в виде ÑекÑÑа",1732 "onUpdate:modelValue": _cache[55] || (_cache[55] = $event => ((this.registry.consignor.fullAddress) = $event))1733 }, null, 512 /* NEED_PATCH */), [1734 [vue.vModelText, this.registry.consignor.fullAddress]1735 ])1736 ])1737 ])1738 ])1739 ])1740 ])1741 ])1742 ]),1743 vue.createElementVNode("div", _hoisted_182$1, [1744 vue.createElementVNode("div", _hoisted_183$1, [1745 _hoisted_184$1,1746 vue.createElementVNode("div", _hoisted_185$1, [1747 vue.createElementVNode("div", _hoisted_186$1, [1748 vue.createElementVNode("div", _hoisted_187$1, [1749 vue.createElementVNode("div", _hoisted_188$1, [1750 vue.withDirectives(vue.createElementVNode("input", {1751 type: "text",1752 class: "form-control",1753 placeholder: "ÑÑÑ",1754 "onUpdate:modelValue": _cache[56] || (_cache[56] = $event => ((this.registry.consignor.document.country) = $event))1755 }, null, 512 /* NEED_PATCH */), [1756 [vue.vModelText, this.registry.consignor.document.country]1757 ])1758 ])1759 ]),1760 vue.createElementVNode("div", _hoisted_189$1, [1761 vue.createElementVNode("div", _hoisted_190$1, [1762 vue.withDirectives(vue.createElementVNode("input", {1763 type: "text",1764 class: "form-control",1765 placeholder: "код",1766 "onUpdate:modelValue": _cache[57] || (_cache[57] = $event => ((this.registry.consignor.document.countryCode) = $event))1767 }, null, 512 /* NEED_PATCH */), [1768 [vue.vModelText, this.registry.consignor.document.countryCode]1769 ])1770 ])1771 ]),1772 vue.createElementVNode("div", _hoisted_191$1, [1773 vue.createElementVNode("div", _hoisted_192$1, [1774 vue.withDirectives(vue.createElementVNode("input", {1775 type: "text",1776 class: "form-control",1777 placeholder: "кÑаÑкое наименование",1778 "onUpdate:modelValue": _cache[58] || (_cache[58] = $event => ((this.registry.consignor.document.shortType) = $event))1779 }, null, 512 /* NEED_PATCH */), [1780 [vue.vModelText, this.registry.consignor.document.shortType]1781 ])1782 ])1783 ]),1784 vue.createElementVNode("div", _hoisted_193$1, [1785 vue.createElementVNode("div", _hoisted_194$1, [1786 vue.withDirectives(vue.createElementVNode("input", {1787 type: "text",1788 class: "form-control",1789 placeholder: "ÑеÑиÑ",1790 "onUpdate:modelValue": _cache[59] || (_cache[59] = $event => ((this.registry.consignor.document.series) = $event))1791 }, null, 512 /* NEED_PATCH */), [1792 [vue.vModelText, this.registry.consignor.document.series]1793 ])1794 ]),1795 vue.createElementVNode("div", _hoisted_195$1, [1796 vue.withDirectives(vue.createElementVNode("input", {1797 type: "text",1798 class: "form-control",1799 placeholder: "номеÑ",1800 "onUpdate:modelValue": _cache[60] || (_cache[60] = $event => ((this.registry.consignor.document.number) = $event))1801 }, null, 512 /* NEED_PATCH */), [1802 [vue.vModelText, this.registry.consignor.document.number]1803 ])1804 ]),1805 vue.createElementVNode("div", _hoisted_196$1, [1806 vue.withDirectives(vue.createElementVNode("input", {1807 type: "text",1808 class: "form-control",1809 placeholder: "даÑа вÑдаÑи",1810 "onUpdate:modelValue": _cache[61] || (_cache[61] = $event => ((this.registry.consignor.document.releaseDate) = $event))1811 }, null, 512 /* NEED_PATCH */), [1812 [vue.vModelText, this.registry.consignor.document.releaseDate]1813 ])1814 ])1815 ]),1816 vue.createElementVNode("div", _hoisted_197$1, [1817 vue.createElementVNode("div", _hoisted_198$1, [1818 vue.withDirectives(vue.createElementVNode("input", {1819 type: "text",1820 class: "form-control",1821 placeholder: "наименование оÑганизаÑии, вÑдавÑей докÑменÑ",1822 "onUpdate:modelValue": _cache[62] || (_cache[62] = $event => ((this.registry.consignor.document.issuedBy) = $event))1823 }, null, 512 /* NEED_PATCH */), [1824 [vue.vModelText, this.registry.consignor.document.issuedBy]1825 ])1826 ])1827 ])1828 ]),1829 vue.createElementVNode("div", _hoisted_199$1, [1830 vue.createElementVNode("div", _hoisted_200$1, [1831 vue.createElementVNode("div", _hoisted_201$1, [1832 vue.withDirectives(vue.createElementVNode("input", {1833 type: "text",1834 class: "form-control",1835 placeholder: "полное наименование докÑменÑа, ÑдоÑÑовеÑÑÑÑего лиÑноÑÑÑ",1836 "onUpdate:modelValue": _cache[63] || (_cache[63] = $event => ((this.registry.consignor.document.fullType) = $event))1837 }, null, 512 /* NEED_PATCH */), [1838 [vue.vModelText, this.registry.consignor.document.fullType]1839 ])1840 ])1841 ]),1842 vue.createElementVNode("div", _hoisted_202$1, [1843 vue.createElementVNode("div", _hoisted_203$1, [1844 vue.withDirectives(vue.createElementVNode("input", {1845 type: "text",1846 class: "form-control",1847 placeholder: "код подÑазделениÑ",1848 "onUpdate:modelValue": _cache[64] || (_cache[64] = $event => ((this.registry.consignor.document.divisionCode) = $event))1849 }, null, 512 /* NEED_PATCH */), [1850 [vue.vModelText, this.registry.consignor.document.divisionCode]1851 ])1852 ])1853 ]),1854 vue.createElementVNode("div", _hoisted_204$1, [1855 vue.createElementVNode("div", _hoisted_205$1, [1856 vue.withDirectives(vue.createElementVNode("input", {1857 type: "text",1858 class: "form-control",1859 placeholder: "ÑÑÑока, иденÑи-Ð°Ñ Ð¾Ñган гоÑÑдаÑÑÑва",1860 "onUpdate:modelValue": _cache[65] || (_cache[65] = $event => ((this.registry.consignor.document.countryIdString) = $event))1861 }, null, 512 /* NEED_PATCH */), [1862 [vue.vModelText, this.registry.consignor.document.countryIdString]1863 ])1864 ])1865 ])1866 ])1867 ])1868 ])1869 ])1870 ])1871 ])1872 ])1873 ]),1874 vue.createCommentVNode(" endregion"),1875 vue.createCommentVNode(" Region ÑÐ»ÐµÐ¼ÐµÑ Ñ Ð¾Ð±Ñей инÑоÑмаÑией по полÑÑаÑелÑ"),1876 vue.createElementVNode("div", _hoisted_206$1, [1877 vue.createElementVNode("div", _hoisted_207$1, [1878 _hoisted_208$1,1879 vue.createElementVNode("div", _hoisted_209$1, [1880 vue.createElementVNode("div", _hoisted_210$1, [1881 vue.createElementVNode("div", _hoisted_211$1, [1882 vue.createElementVNode("div", _hoisted_212$1, [1883 vue.createElementVNode("form", _hoisted_213$1, [1884 vue.createElementVNode("div", _hoisted_214$1, [1885 vue.createElementVNode("div", _hoisted_215$1, [1886 vue.withDirectives(vue.createElementVNode("input", {1887 type: "text",1888 class: "form-control",1889 "onUpdate:modelValue": _cache[66] || (_cache[66] = $event => ((this.registry.consignee.fullName) = $event))1890 }, null, 512 /* NEED_PATCH */), [1891 [vue.vModelText, this.registry.consignee.fullName]1892 ])1893 ])1894 ]),1895 vue.createElementVNode("div", _hoisted_216$1, [1896 vue.createElementVNode("div", _hoisted_217$1, [1897 vue.withDirectives(vue.createElementVNode("input", {1898 type: "text",1899 class: "form-control",1900 "onUpdate:modelValue": _cache[67] || (_cache[67] = $event => ((this.registry.consignee.countryCode) = $event))1901 }, null, 512 /* NEED_PATCH */), [1902 [vue.vModelText, this.registry.consignee.countryCode]1903 ])1904 ])1905 ]),1906 _hoisted_218$1,1907 vue.createElementVNode("div", _hoisted_219$1, [1908 vue.createElementVNode("div", _hoisted_220$1, [1909 vue.createElementVNode("input", {1910 type: "checkbox",1911 class: "form-check-input",1912 checked: this.registry.consignee.isDeclarant1913 }, null, 8 /* PROPS */, _hoisted_221$1)1914 ]),1915 _hoisted_222$11916 ])1917 ]),1918 vue.createElementVNode("div", _hoisted_223$1, [1919 vue.createElementVNode("div", _hoisted_224$1, [1920 vue.createElementVNode("div", _hoisted_225$1, [1921 vue.withDirectives(vue.createElementVNode("input", {1922 type: "text",1923 class: "form-control",1924 placeholder: "кÑаÑкое наименование оÑганизаÑии",1925 "onUpdate:modelValue": _cache[68] || (_cache[68] = $event => ((this.registry.consignee.shortName) = $event))1926 }, null, 512 /* NEED_PATCH */), [1927 [vue.vModelText, this.registry.consignee.shortName]1928 ])1929 ])1930 ]),1931 vue.createElementVNode("div", _hoisted_226$1, [1932 vue.createElementVNode("div", _hoisted_227$1, [1933 _hoisted_228$1,1934 vue.createElementVNode("div", _hoisted_229$1, [1935 vue.withDirectives(vue.createElementVNode("input", {1936 type: "text",1937 class: "form-control",1938 "onUpdate:modelValue": _cache[69] || (_cache[69] = $event => ((this.registry.consignee.fullName) = $event))1939 }, null, 512 /* NEED_PATCH */), [1940 [vue.vModelText, this.registry.consignee.fullName]1941 ])1942 ])1943 ]),1944 vue.createElementVNode("div", _hoisted_230$1, [1945 _hoisted_231$1,1946 vue.createElementVNode("div", _hoisted_232$1, [1947 vue.withDirectives(vue.createElementVNode("input", {1948 type: "text",1949 class: "form-control",1950 "onUpdate:modelValue": _cache[70] || (_cache[70] = $event => ((this.registry.consignee.INN) = $event))1951 }, null, 512 /* NEED_PATCH */), [1952 [vue.vModelText, this.registry.consignee.INN]1953 ])1954 ])1955 ]),1956 vue.createElementVNode("div", _hoisted_233$1, [1957 _hoisted_234$1,1958 vue.createElementVNode("div", _hoisted_235$1, [1959 vue.withDirectives(vue.createElementVNode("input", {1960 type: "text",1961 class: "form-control",1962 "onUpdate:modelValue": _cache[71] || (_cache[71] = $event => ((this.registry.consignee.KPP) = $event))1963 }, null, 512 /* NEED_PATCH */), [1964 [vue.vModelText, this.registry.consignee.KPP]1965 ])1966 ])1967 ]),1968 _hoisted_236$11969 ])1970 ])1971 ])1972 ]),1973 vue.createElementVNode("div", _hoisted_237$1, [1974 vue.createElementVNode("div", _hoisted_238$1, [1975 vue.createElementVNode("div", _hoisted_239$1, [1976 vue.createElementVNode("div", _hoisted_240$1, [1977 _hoisted_241$1,1978 vue.createElementVNode("div", _hoisted_242$1, [1979 vue.createElementVNode("div", _hoisted_243$1, [1980 vue.withDirectives(vue.createElementVNode("input", {1981 class: "form-control",1982 type: "text",1983 placeholder: "Ð½Ð¾Ð¼ÐµÑ ÑелеÑона",1984 "onUpdate:modelValue": _cache[72] || (_cache[72] = $event => ((this.registry.consignee.phone) = $event))1985 }, null, 512 /* NEED_PATCH */), [1986 [vue.vModelText, this.registry.consignee.phone]1987 ])1988 ])1989 ]),1990 vue.createElementVNode("div", _hoisted_244$1, [1991 vue.createElementVNode("div", _hoisted_245$1, [1992 vue.withDirectives(vue.createElementVNode("input", {1993 class: "form-control",1994 type: "text",1995 placeholder: "ÐдÑÐµÑ ÑлекÑÑонной поÑÑÑ",1996 "onUpdate:modelValue": _cache[73] || (_cache[73] = $event => ((this.registry.consignee.email) = $event))1997 }, null, 512 /* NEED_PATCH */), [1998 [vue.vModelText, this.registry.consignee.email]1999 ])2000 ])2001 ]),2002 vue.createElementVNode("div", _hoisted_246$1, [2003 vue.createElementVNode("div", _hoisted_247$1, [2004 vue.withDirectives(vue.createElementVNode("input", {2005 class: "form-control",2006 type: "text",2007 placeholder: "Ð½Ð¾Ð¼ÐµÑ ÑакÑа",2008 "onUpdate:modelValue": _cache[74] || (_cache[74] = $event => ((this.registry.consignee.fax) = $event))2009 }, null, 512 /* NEED_PATCH */), [2010 [vue.vModelText, this.registry.consignee.fax]2011 ])2012 ])2013 ])2014 ])2015 ]),2016 vue.createElementVNode("div", _hoisted_248$1, [2017 vue.createElementVNode("div", _hoisted_249$1, [2018 vue.createElementVNode("div", _hoisted_250$1, [2019 vue.createElementVNode("div", _hoisted_251$1, [2020 vue.createElementVNode("div", _hoisted_252$1, [2021 vue.withDirectives(vue.createElementVNode("input", {2022 type: "text",2023 class: "form-control",2024 placeholder: "ÑзÑк",2025 "onUpdate:modelValue": _cache[75] || (_cache[75] = $event => ((this.registry.consignee.language) = $event))2026 }, null, 512 /* NEED_PATCH */), [2027 [vue.vModelText, this.registry.consignee.language]2028 ])2029 ])2030 ]),2031 vue.createElementVNode("div", _hoisted_253$1, [2032 vue.createElementVNode("div", _hoisted_254$1, [2033 vue.withDirectives(vue.createElementVNode("input", {2034 type: "text",2035 class: "form-control",2036 placeholder: "ÑÑÑана",2037 "onUpdate:modelValue": _cache[76] || (_cache[76] = $event => ((this.registry.consignee.country) = $event))2038 }, null, 512 /* NEED_PATCH */), [2039 [vue.vModelText, this.registry.consignee.country]2040 ])2041 ])2042 ]),2043 vue.createElementVNode("div", _hoisted_255$1, [2044 vue.createElementVNode("div", _hoisted_256$1, [2045 vue.withDirectives(vue.createElementVNode("input", {2046 type: "text",2047 class: "form-control",2048 placeholder: "поÑÑовÑй индекÑ",2049 "onUpdate:modelValue": _cache[77] || (_cache[77] = $event => ((this.registry.consignee.mailIndex) = $event))2050 }, null, 512 /* NEED_PATCH */), [2051 [vue.vModelText, this.registry.consignee.mailIndex]2052 ])2053 ])2054 ]),2055 vue.createElementVNode("div", _hoisted_257$1, [2056 vue.createElementVNode("div", _hoisted_258$1, [2057 vue.withDirectives(vue.createElementVNode("input", {2058 type: "text",2059 class: "form-control",2060 placeholder: "облаÑÑÑ (Ñегион, ÑÑаÑ, пÑовинÑиÑ)",2061 "onUpdate:modelValue": _cache[78] || (_cache[78] = $event => ((this.registry.consignee.region) = $event))2062 }, null, 512 /* NEED_PATCH */), [2063 [vue.vModelText, this.registry.consignee.region]2064 ])2065 ])2066 ])2067 ]),2068 vue.createElementVNode("div", _hoisted_259$1, [2069 vue.createElementVNode("div", _hoisted_260$1, [2070 vue.createElementVNode("div", _hoisted_261$1, [2071 vue.withDirectives(vue.createElementVNode("input", {2072 type: "text",2073 class: "form-control",2074 placeholder: "Ñайон",2075 "onUpdate:modelValue": _cache[79] || (_cache[79] = $event => ((this.registry.consignee.area) = $event))2076 }, null, 512 /* NEED_PATCH */), [2077 [vue.vModelText, this.registry.consignee.area]2078 ])2079 ])2080 ]),2081 vue.createElementVNode("div", _hoisted_262$1, [2082 vue.createElementVNode("div", _hoisted_263$1, [2083 vue.withDirectives(vue.createElementVNode("input", {2084 type: "text",2085 class: "form-control",2086 placeholder: "гоÑод",2087 "onUpdate:modelValue": _cache[80] || (_cache[80] = $event => ((this.registry.consignee.city) = $event))2088 }, null, 512 /* NEED_PATCH */), [2089 [vue.vModelText, this.registry.consignee.city]2090 ])2091 ])2092 ]),2093 vue.createElementVNode("div", _hoisted_264$1, [2094 vue.createElementVNode("div", _hoisted_265$1, [2095 vue.withDirectives(vue.createElementVNode("input", {2096 type: "text",2097 class: "form-control",2098 placeholder: "наÑелÑннÑй пÑнкÑ",2099 "onUpdate:modelValue": _cache[81] || (_cache[81] = $event => ((this.registry.consignee.settlement) = $event))2100 }, null, 512 /* NEED_PATCH */), [2101 [vue.vModelText, this.registry.consignee.settlement]2102 ])2103 ])2104 ])2105 ]),2106 vue.createElementVNode("div", _hoisted_266$1, [2107 vue.createElementVNode("div", _hoisted_267$1, [2108 vue.createElementVNode("div", _hoisted_268$1, [2109 vue.withDirectives(vue.createElementVNode("input", {2110 type: "text",2111 class: "form-control",2112 "onUpdate:modelValue": _cache[82] || (_cache[82] = $event => ((this.registry.consignee.address) = $event))2113 }, null, 512 /* NEED_PATCH */), [2114 [vue.vModelText, this.registry.consignee.address]2115 ])2116 ])2117 ]),2118 vue.createElementVNode("div", _hoisted_269$1, [2119 vue.createElementVNode("div", _hoisted_270$1, [2120 vue.withDirectives(vue.createElementVNode("input", {2121 type: "text",2122 class: "form-control",2123 placeholder: "дом, коÑпÑÑ, ÑÑÑоение",2124 "onUpdate:modelValue": _cache[83] || (_cache[83] = $event => ((this.registry.consignee.house) = $event))2125 }, null, 512 /* NEED_PATCH */), [2126 [vue.vModelText, this.registry.consignee.house]2127 ])2128 ])2129 ]),2130 vue.createElementVNode("div", _hoisted_271$1, [2131 vue.createElementVNode("div", _hoisted_272$1, [2132 vue.withDirectives(vue.createElementVNode("input", {2133 type: "text",2134 class: "form-control",2135 "onUpdate:modelValue": _cache[84] || (_cache[84] = $event => ((this.registry.consignee.office) = $event))2136 }, null, 512 /* NEED_PATCH */), [2137 [vue.vModelText, this.registry.consignee.office]2138 ])2139 ])2140 ]),2141 vue.createElementVNode("div", _hoisted_273$1, [2142 vue.createElementVNode("div", _hoisted_274$1, [2143 vue.withDirectives(vue.createElementVNode("input", {2144 type: "text",2145 class: "form-control",2146 placeholder: "Ð½Ð¾Ð¼ÐµÑ Ð°/Ñ",2147 "onUpdate:modelValue": _cache[85] || (_cache[85] = $event => ((this.registry.consignee.officeLetter) = $event))2148 }, null, 512 /* NEED_PATCH */), [2149 [vue.vModelText, this.registry.consignee.officeLetter]2150 ])2151 ])2152 ])2153 ]),2154 vue.createElementVNode("div", _hoisted_275$1, [2155 vue.createElementVNode("div", _hoisted_276$1, [2156 vue.createElementVNode("div", _hoisted_277$1, [2157 vue.withDirectives(vue.createElementVNode("input", {2158 type: "text",2159 class: "form-control",2160 placeholder: "Ð½Ð°Ð±Ð¾Ñ ÑлеменÑов адÑеÑа, пÑедÑÑавленнÑÑ
в Ñвободной ÑоÑме в виде ÑекÑÑа",2161 "onUpdate:modelValue": _cache[86] || (_cache[86] = $event => ((this.registry.consignee.fullAddress) = $event))2162 }, null, 512 /* NEED_PATCH */), [2163 [vue.vModelText, this.registry.consignee.fullAddress]2164 ])2165 ])2166 ])2167 ])2168 ])2169 ])2170 ])2171 ]),2172 vue.createElementVNode("div", _hoisted_278$1, [2173 vue.createElementVNode("div", _hoisted_279, [2174 _hoisted_280,2175 vue.createElementVNode("div", _hoisted_281, [2176 vue.createElementVNode("div", _hoisted_282, [2177 vue.createElementVNode("div", _hoisted_283, [2178 vue.createElementVNode("div", _hoisted_284, [2179 vue.withDirectives(vue.createElementVNode("input", {2180 type: "text",2181 class: "form-control",2182 placeholder: "ÑÑÑ",2183 "onUpdate:modelValue": _cache[87] || (_cache[87] = $event => ((this.registry.consignee.document.country) = $event))2184 }, null, 512 /* NEED_PATCH */), [2185 [vue.vModelText, this.registry.consignee.document.country]2186 ])2187 ])2188 ]),2189 vue.createElementVNode("div", _hoisted_285, [2190 vue.createElementVNode("div", _hoisted_286, [2191 vue.withDirectives(vue.createElementVNode("input", {2192 type: "text",2193 class: "form-control",2194 placeholder: "код",2195 "onUpdate:modelValue": _cache[88] || (_cache[88] = $event => ((this.registry.consignee.document.countryCode) = $event))2196 }, null, 512 /* NEED_PATCH */), [2197 [vue.vModelText, this.registry.consignee.document.countryCode]2198 ])2199 ])2200 ]),2201 vue.createElementVNode("div", _hoisted_287, [2202 vue.createElementVNode("div", _hoisted_288, [2203 vue.withDirectives(vue.createElementVNode("input", {2204 type: "text",2205 class: "form-control",2206 placeholder: "кÑаÑкое наименование",2207 "onUpdate:modelValue": _cache[89] || (_cache[89] = $event => ((this.registry.consignee.document.shortType) = $event))2208 }, null, 512 /* NEED_PATCH */), [2209 [vue.vModelText, this.registry.consignee.document.shortType]2210 ])2211 ])2212 ]),2213 vue.createElementVNode("div", _hoisted_289, [2214 vue.createElementVNode("div", _hoisted_290, [2215 vue.withDirectives(vue.createElementVNode("input", {2216 type: "text",2217 class: "form-control",2218 placeholder: "ÑеÑиÑ",2219 "onUpdate:modelValue": _cache[90] || (_cache[90] = $event => ((this.registry.consignee.document.series) = $event))2220 }, null, 512 /* NEED_PATCH */), [2221 [vue.vModelText, this.registry.consignee.document.series]2222 ])2223 ]),2224 vue.createElementVNode("div", _hoisted_291, [2225 vue.withDirectives(vue.createElementVNode("input", {2226 type: "text",2227 class: "form-control",2228 placeholder: "номеÑ",2229 "onUpdate:modelValue": _cache[91] || (_cache[91] = $event => ((this.registry.consignee.document.number) = $event))2230 }, null, 512 /* NEED_PATCH */), [2231 [vue.vModelText, this.registry.consignee.document.number]2232 ])2233 ]),2234 vue.createElementVNode("div", _hoisted_292, [2235 vue.withDirectives(vue.createElementVNode("input", {2236 type: "text",2237 class: "form-control",2238 placeholder: "даÑа вÑдаÑи",2239 "onUpdate:modelValue": _cache[92] || (_cache[92] = $event => ((this.registry.consignee.document.releaseDate) = $event))2240 }, null, 512 /* NEED_PATCH */), [2241 [vue.vModelText, this.registry.consignee.document.releaseDate]2242 ])2243 ])2244 ]),2245 vue.createElementVNode("div", _hoisted_293, [2246 vue.createElementVNode("div", _hoisted_294, [2247 vue.withDirectives(vue.createElementVNode("input", {2248 type: "text",2249 class: "form-control",2250 placeholder: "наименование оÑганизаÑии, вÑдавÑей докÑменÑ",2251 "onUpdate:modelValue": _cache[93] || (_cache[93] = $event => ((this.registry.consignee.document.issuedBy) = $event))2252 }, null, 512 /* NEED_PATCH */), [2253 [vue.vModelText, this.registry.consignee.document.issuedBy]2254 ])2255 ])2256 ])2257 ]),2258 vue.createElementVNode("div", _hoisted_295, [2259 vue.createElementVNode("div", _hoisted_296, [2260 vue.createElementVNode("div", _hoisted_297, [2261 vue.withDirectives(vue.createElementVNode("input", {2262 type: "text",2263 class: "form-control",2264 placeholder: "полное наименование докÑменÑа, ÑдоÑÑовеÑÑÑÑего лиÑноÑÑÑ",2265 "onUpdate:modelValue": _cache[94] || (_cache[94] = $event => ((this.registry.consignee.document.fullType) = $event))2266 }, null, 512 /* NEED_PATCH */), [2267 [vue.vModelText, this.registry.consignee.document.fullType]2268 ])2269 ])2270 ]),2271 vue.createElementVNode("div", _hoisted_298, [2272 vue.createElementVNode("div", _hoisted_299, [2273 vue.withDirectives(vue.createElementVNode("input", {2274 type: "text",2275 class: "form-control",2276 placeholder: "код подÑазделениÑ",2277 "onUpdate:modelValue": _cache[95] || (_cache[95] = $event => ((this.registry.consignee.document.divisionCode) = $event))2278 }, null, 512 /* NEED_PATCH */), [2279 [vue.vModelText, this.registry.consignee.document.divisionCode]2280 ])2281 ])2282 ]),2283 vue.createElementVNode("div", _hoisted_300, [2284 vue.createElementVNode("div", _hoisted_301, [2285 vue.withDirectives(vue.createElementVNode("input", {2286 type: "text",2287 class: "form-control",2288 placeholder: "ÑÑÑока, иденÑи-Ð°Ñ Ð¾Ñган гоÑÑдаÑÑÑва",2289 "onUpdate:modelValue": _cache[96] || (_cache[96] = $event => ((this.registry.consignee.document.countryIdString) = $event))2290 }, null, 512 /* NEED_PATCH */), [2291 [vue.vModelText, this.registry.consignee.document.countryIdString]2292 ])2293 ])2294 ])2295 ])2296 ])2297 ])2298 ])2299 ])2300 ])2301 ])2302 ]),2303 vue.createCommentVNode("endregion"),2304 vue.createCommentVNode(" Region ÑÐ»ÐµÐ¼ÐµÐ½Ñ Ñ Ð¾Ð±Ñей инÑоÑмаÑией по ÑÐ°Ð¼Ð¾Ð¶ÐµÐ½Ð½Ð¾Ð¼Ñ Ð¿ÑедÑÑавиÑÐµÐ»Ñ Ð¸ иÑполниÑелÑ"),2305 vue.createElementVNode("div", _hoisted_302, [2306 vue.createElementVNode("div", _hoisted_303, [2307 vue.createElementVNode("div", _hoisted_304, [2308 vue.createElementVNode("div", _hoisted_305, [2309 _hoisted_306,2310 vue.createElementVNode("div", _hoisted_307, [2311 vue.withDirectives(vue.createElementVNode("input", {2312 type: "text",2313 class: "form-control",2314 "onUpdate:modelValue": _cache[97] || (_cache[97] = $event => ((this.registry.brokerName) = $event))2315 }, null, 512 /* NEED_PATCH */), [2316 [vue.vModelText, this.registry.brokerName]2317 ])2318 ])2319 ])2320 ]),2321 vue.createElementVNode("div", _hoisted_308, [2322 _hoisted_309,2323 vue.createElementVNode("div", _hoisted_310, [2324 vue.createElementVNode("div", _hoisted_311, [2325 vue.createElementVNode("div", _hoisted_312, [2326 vue.withDirectives(vue.createElementVNode("input", {2327 type: "text",2328 class: "form-control",2329 "onUpdate:modelValue": _cache[98] || (_cache[98] = $event => ((this.registry.brokerRegistryDocDetails[0]) = $event))2330 }, null, 512 /* NEED_PATCH */), [2331 [vue.vModelText, this.registry.brokerRegistryDocDetails[0]]2332 ])2333 ])2334 ]),2335 vue.createElementVNode("div", _hoisted_313, [2336 vue.createElementVNode("div", _hoisted_314, [2337 vue.withDirectives(vue.createElementVNode("input", {2338 type: "text",2339 class: "form-control",2340 "onUpdate:modelValue": _cache[99] || (_cache[99] = $event => ((this.registry.brokerRegistryDocDetails[1]) = $event))2341 }, null, 512 /* NEED_PATCH */), [2342 [vue.vModelText, this.registry.brokerRegistryDocDetails[1]]2343 ])2344 ])2345 ]),2346 vue.createElementVNode("div", _hoisted_315, [2347 vue.createElementVNode("div", _hoisted_316, [2348 vue.withDirectives(vue.createElementVNode("input", {2349 type: "text",2350 class: "form-control",2351 "onUpdate:modelValue": _cache[100] || (_cache[100] = $event => ((this.registry.brokerRegistryDocDetails[2]) = $event))2352 }, null, 512 /* NEED_PATCH */), [2353 [vue.vModelText, this.registry.brokerRegistryDocDetails[2]]2354 ])2355 ])2356 ]),2357 vue.createElementVNode("div", _hoisted_317, [2358 vue.createElementVNode("div", _hoisted_318, [2359 vue.withDirectives(vue.createElementVNode("input", {2360 type: "text",2361 class: "form-control",2362 "onUpdate:modelValue": _cache[101] || (_cache[101] = $event => ((this.registry.brokerRegistryDocDetails[3]) = $event))2363 }, null, 512 /* NEED_PATCH */), [2364 [vue.vModelText, this.registry.brokerRegistryDocDetails[3]]2365 ])2366 ])2367 ]),2368 vue.createElementVNode("div", _hoisted_319, [2369 vue.createElementVNode("div", _hoisted_320, [2370 vue.withDirectives(vue.createElementVNode("input", {2371 type: "text",2372 class: "form-control",2373 "onUpdate:modelValue": _cache[102] || (_cache[102] = $event => ((this.registry.brokerRegistryDocDetails[4]) = $event))2374 }, null, 512 /* NEED_PATCH */), [2375 [vue.vModelText, this.registry.brokerRegistryDocDetails[4]]2376 ])2377 ])2378 ])2379 ])2380 ])2381 ]),2382 vue.createElementVNode("div", _hoisted_321, [2383 _hoisted_322,2384 vue.createElementVNode("div", _hoisted_323, [2385 vue.createElementVNode("div", _hoisted_324, [2386 vue.createElementVNode("form", _hoisted_325, [2387 vue.createElementVNode("div", _hoisted_326, [2388 vue.createElementVNode("div", _hoisted_327, [2389 vue.createElementVNode("div", _hoisted_328, [2390 vue.withDirectives(vue.createElementVNode("input", {2391 type: "text",2392 class: "form-control",2393 "onUpdate:modelValue": _cache[103] || (_cache[103] = $event => ((this.registry.signatoryPersonIdentityDetails.lastName) = $event))2394 }, null, 512 /* NEED_PATCH */), [2395 [vue.vModelText, this.registry.signatoryPersonIdentityDetails.lastName]2396 ])2397 ])2398 ]),2399 vue.createElementVNode("div", _hoisted_329, [2400 vue.createElementVNode("div", _hoisted_330, [2401 vue.withDirectives(vue.createElementVNode("input", {2402 type: "text",2403 class: "form-control",2404 "onUpdate:modelValue": _cache[104] || (_cache[104] = $event => ((this.registry.signatoryPersonIdentityDetails.firstName) = $event))2405 }, null, 512 /* NEED_PATCH */), [2406 [vue.vModelText, this.registry.signatoryPersonIdentityDetails.firstName]2407 ])2408 ])2409 ]),2410 vue.createElementVNode("div", _hoisted_331, [2411 vue.createElementVNode("div", _hoisted_332, [2412 vue.withDirectives(vue.createElementVNode("input", {2413 type: "text",2414 class: "form-control",2415 "onUpdate:modelValue": _cache[105] || (_cache[105] = $event => ((this.registry.signatoryPersonIdentityDetails.middleName) = $event))2416 }, null, 512 /* NEED_PATCH */), [2417 [vue.vModelText, this.registry.signatoryPersonIdentityDetails.middleName]2418 ])2419 ])2420 ]),2421 vue.createElementVNode("div", _hoisted_333, [2422 vue.createElementVNode("div", _hoisted_334, [2423 vue.withDirectives(vue.createElementVNode("input", {2424 type: "text",2425 class: "form-control",2426 "onUpdate:modelValue": _cache[106] || (_cache[106] = $event => ((this.registry.signatoryPersonIdentityDetails.profession) = $event))2427 }, null, 512 /* NEED_PATCH */), [2428 [vue.vModelText, this.registry.signatoryPersonIdentityDetails.profession]2429 ])2430 ])2431 ])2432 ]),2433 vue.createElementVNode("div", _hoisted_335, [2434 vue.createElementVNode("div", _hoisted_336, [2435 vue.createElementVNode("div", _hoisted_337, [2436 vue.createElementVNode("div", _hoisted_338, [2437 vue.withDirectives(vue.createElementVNode("input", {2438 type: "text",2439 class: "form-control",2440 "onUpdate:modelValue": _cache[107] || (_cache[107] = $event => ((this.registry.signatoryPersonIdentityDetails.mobilePhone) = $event))2441 }, null, 512 /* NEED_PATCH */), [2442 [vue.vModelText, this.registry.signatoryPersonIdentityDetails.mobilePhone]2443 ])2444 ])2445 ]),2446 vue.createElementVNode("div", _hoisted_339, [2447 vue.createElementVNode("div", _hoisted_340, [2448 vue.withDirectives(vue.createElementVNode("input", {2449 type: "text",2450 class: "form-control",2451 "onUpdate:modelValue": _cache[108] || (_cache[108] = $event => ((this.registry.signatoryPersonIdentityDetails.fax) = $event))2452 }, null, 512 /* NEED_PATCH */), [2453 [vue.vModelText, this.registry.signatoryPersonIdentityDetails.fax]2454 ])2455 ])2456 ]),2457 vue.createElementVNode("div", _hoisted_341, [2458 vue.createElementVNode("div", _hoisted_342, [2459 vue.withDirectives(vue.createElementVNode("input", {2460 type: "text",2461 class: "form-control",2462 "onUpdate:modelValue": _cache[109] || (_cache[109] = $event => ((this.registry.signatoryPersonIdentityDetails.email) = $event))2463 }, null, 512 /* NEED_PATCH */), [2464 [vue.vModelText, this.registry.signatoryPersonIdentityDetails.email]2465 ])2466 ])2467 ])2468 ]),2469 vue.createElementVNode("div", _hoisted_343, [2470 vue.createElementVNode("div", _hoisted_344, [2471 vue.createElementVNode("div", _hoisted_345, [2472 vue.withDirectives(vue.createElementVNode("input", {2473 type: "text",2474 class: "form-control",2475 "onUpdate:modelValue": _cache[110] || (_cache[110] = $event => ((this.registry.signatoryPersonIdentityDetails.appealDocumentDate) = $event))2476 }, null, 512 /* NEED_PATCH */), [2477 [vue.vModelText, this.registry.signatoryPersonIdentityDetails.appealDocumentDate]2478 ])2479 ])2480 ]),2481 _hoisted_3462482 ])2483 ]),2484 vue.createElementVNode("div", _hoisted_347, [2485 _hoisted_348,2486 vue.createElementVNode("div", _hoisted_349, [2487 vue.createElementVNode("div", _hoisted_350, [2488 vue.createElementVNode("div", _hoisted_351, [2489 vue.createElementVNode("div", _hoisted_352, [2490 vue.withDirectives(vue.createElementVNode("input", {2491 type: "text",2492 class: "form-control",2493 "onUpdate:modelValue": _cache[111] || (_cache[111] = $event => ((this.registry.signatoryPersonIdentityDetails.countyCode) = $event))2494 }, null, 512 /* NEED_PATCH */), [2495 [vue.vModelText, this.registry.signatoryPersonIdentityDetails.countyCode]2496 ])2497 ])2498 ]),2499 vue.createElementVNode("div", _hoisted_353, [2500 vue.createElementVNode("div", _hoisted_354, [2501 vue.withDirectives(vue.createElementVNode("input", {2502 type: "text",2503 class: "form-control",2504 "onUpdate:modelValue": _cache[112] || (_cache[112] = $event => ((this.registry.signatoryPersonIdentityDetails.personalDocType) = $event))2505 }, null, 512 /* NEED_PATCH */), [2506 [vue.vModelText, this.registry.signatoryPersonIdentityDetails.personalDocType]2507 ])2508 ])2509 ])2510 ]),2511 vue.createElementVNode("div", _hoisted_355, [2512 vue.createElementVNode("div", _hoisted_356, [2513 vue.createElementVNode("div", _hoisted_357, [2514 vue.withDirectives(vue.createElementVNode("input", {2515 type: "text",2516 class: "form-control",2517 "onUpdate:modelValue": _cache[113] || (_cache[113] = $event => ((this.registry.signatoryPersonIdentityDetails.documentSeries) = $event))2518 }, null, 512 /* NEED_PATCH */), [2519 [vue.vModelText, this.registry.signatoryPersonIdentityDetails.documentSeries]2520 ])2521 ])2522 ]),2523 vue.createElementVNode("div", _hoisted_358, [2524 vue.createElementVNode("div", _hoisted_359, [2525 vue.withDirectives(vue.createElementVNode("input", {2526 type: "text",2527 class: "form-control",2528 "onUpdate:modelValue": _cache[114] || (_cache[114] = $event => ((this.registry.signatoryPersonIdentityDetails.documentNumber) = $event))2529 }, null, 512 /* NEED_PATCH */), [2530 [vue.vModelText, this.registry.signatoryPersonIdentityDetails.documentNumber]2531 ])2532 ])2533 ])2534 ]),2535 vue.createElementVNode("div", _hoisted_360, [2536 vue.createElementVNode("div", _hoisted_361, [2537 vue.createElementVNode("div", _hoisted_362, [2538 vue.withDirectives(vue.createElementVNode("input", {2539 type: "text",2540 class: "form-control",2541 "onUpdate:modelValue": _cache[115] || (_cache[115] = $event => ((this.registry.signatoryPersonIdentityDetails.documentReleaseDate) = $event))2542 }, null, 512 /* NEED_PATCH */), [2543 [vue.vModelText, this.registry.signatoryPersonIdentityDetails.documentReleaseDate]2544 ])2545 ])2546 ]),2547 vue.createElementVNode("div", _hoisted_363, [2548 vue.createElementVNode("div", _hoisted_364, [2549 vue.withDirectives(vue.createElementVNode("input", {2550 type: "text",2551 class: "form-control",2552 "onUpdate:modelValue": _cache[116] || (_cache[116] = $event => ((this.registry.signatoryPersonIdentityDetails.documentDateEnd) = $event))2553 }, null, 512 /* NEED_PATCH */), [2554 [vue.vModelText, this.registry.signatoryPersonIdentityDetails.documentDateEnd]2555 ])2556 ])2557 ])2558 ]),2559 vue.createElementVNode("div", _hoisted_365, [2560 _hoisted_366,2561 vue.createElementVNode("div", _hoisted_367, [2562 vue.createElementVNode("div", _hoisted_368, [2563 vue.withDirectives(vue.createElementVNode("input", {2564 type: "text",2565 class: "form-control",2566 "onUpdate:modelValue": _cache[117] || (_cache[117] = $event => ((this.registry.signatoryPersonIdentityDetails.qualificationCertificate) = $event))2567 }, null, 512 /* NEED_PATCH */), [2568 [vue.vModelText, this.registry.signatoryPersonIdentityDetails.qualificationCertificate]2569 ])2570 ])2571 ])2572 ])2573 ]),2574 vue.createElementVNode("div", _hoisted_369, [2575 vue.createElementVNode("div", _hoisted_370, [2576 vue.createElementVNode("div", _hoisted_371, [2577 vue.withDirectives(vue.createElementVNode("input", {2578 type: "text",2579 class: "form-control",2580 "onUpdate:modelValue": _cache[118] || (_cache[118] = $event => ((this.registry.signatoryPersonIdentityDetails.fullDocumentType) = $event))2581 }, null, 512 /* NEED_PATCH */), [2582 [vue.vModelText, this.registry.signatoryPersonIdentityDetails.fullDocumentType]2583 ])2584 ])2585 ]),2586 vue.createElementVNode("div", _hoisted_372, [2587 vue.createElementVNode("div", _hoisted_373, [2588 vue.withDirectives(vue.createElementVNode("input", {2589 type: "text",2590 class: "form-control",2591 "onUpdate:modelValue": _cache[119] || (_cache[119] = $event => ((this.registry.signatoryPersonIdentityDetails.issuedBy) = $event))2592 }, null, 512 /* NEED_PATCH */), [2593 [vue.vModelText, this.registry.signatoryPersonIdentityDetails.issuedBy]2594 ])2595 ])2596 ]),2597 vue.createElementVNode("div", _hoisted_374, [2598 vue.createElementVNode("div", _hoisted_375, [2599 vue.withDirectives(vue.createElementVNode("input", {2600 type: "text",2601 class: "form-control",2602 "onUpdate:modelValue": _cache[120] || (_cache[120] = $event => ((this.registry.signatoryPersonIdentityDetails.divisionCode) = $event))2603 }, null, 512 /* NEED_PATCH */), [2604 [vue.vModelText, this.registry.signatoryPersonIdentityDetails.divisionCode]2605 ])2606 ]),2607 vue.createElementVNode("div", _hoisted_376, [2608 vue.withDirectives(vue.createElementVNode("input", {2609 type: "text",2610 class: "form-control",2611 "onUpdate:modelValue": _cache[121] || (_cache[121] = $event => ((this.registry.signatoryPersonIdentityDetails.countryIdString) = $event))2612 }, null, 512 /* NEED_PATCH */), [2613 [vue.vModelText, this.registry.signatoryPersonIdentityDetails.countryIdString]2614 ])2615 ]),2616 vue.createElementVNode("div", _hoisted_377, [2617 vue.withDirectives(vue.createElementVNode("input", {2618 type: "text",2619 class: "form-control",2620 "onUpdate:modelValue": _cache[122] || (_cache[122] = $event => ((this.registry.signatoryPersonIdentityDetails.countryIdCode) = $event))2621 }, null, 512 /* NEED_PATCH */), [2622 [vue.vModelText, this.registry.signatoryPersonIdentityDetails.countryIdCode]2623 ])2624 ])2625 ])2626 ])2627 ]),2628 vue.createElementVNode("div", _hoisted_378, [2629 vue.createElementVNode("div", _hoisted_379, [2630 _hoisted_380,2631 vue.createElementVNode("div", _hoisted_381, [2632 vue.createElementVNode("div", _hoisted_382, [2633 vue.createElementVNode("div", _hoisted_383, [2634 vue.createElementVNode("div", _hoisted_384, [2635 vue.withDirectives(vue.createElementVNode("input", {2636 type: "text",2637 class: "form-control",2638 "onUpdate:modelValue": _cache[123] || (_cache[123] = $event => ((this.registry.signatoryPersonIdentityDetails.documentModeId) = $event))2639 }, null, 512 /* NEED_PATCH */), [2640 [vue.vModelText, this.registry.signatoryPersonIdentityDetails.documentModeId]2641 ])2642 ])2643 ]),2644 vue.createElementVNode("div", _hoisted_385, [2645 vue.createElementVNode("div", _hoisted_386, [2646 vue.withDirectives(vue.createElementVNode("input", {2647 type: "text",2648 class: "form-control",2649 "onUpdate:modelValue": _cache[124] || (_cache[124] = $event => ((this.registry.signatoryPersonIdentityDetails.documentModeUnknown1) = $event))2650 }, null, 512 /* NEED_PATCH */), [2651 [vue.vModelText, this.registry.signatoryPersonIdentityDetails.documentModeUnknown1]2652 ])2653 ])2654 ])2655 ]),2656 vue.createElementVNode("div", _hoisted_387, [2657 vue.createElementVNode("div", _hoisted_388, [2658 vue.withDirectives(vue.createElementVNode("input", {2659 type: "text",2660 class: "form-control",2661 "onUpdate:modelValue": _cache[125] || (_cache[125] = $event => ((this.registry.signatoryPersonIdentityDetails.documentModeUnknown2) = $event))2662 }, null, 512 /* NEED_PATCH */), [2663 [vue.vModelText, this.registry.signatoryPersonIdentityDetails.documentModeUnknown2]2664 ])2665 ])2666 ])2667 ])2668 ])2669 ]),2670 vue.createElementVNode("div", _hoisted_389, [2671 _hoisted_390,2672 vue.createElementVNode("div", _hoisted_391, [2673 vue.createElementVNode("div", _hoisted_392, [2674 vue.createElementVNode("div", _hoisted_393, [2675 vue.createElementVNode("div", _hoisted_394, [2676 vue.withDirectives(vue.createElementVNode("input", {2677 class: "form-control",2678 type: "text",2679 "onUpdate:modelValue": _cache[126] || (_cache[126] = $event => ((this.registry.signatoryPersonIdentityDetails.powerOfAttorney.docSeries) = $event))2680 }, null, 512 /* NEED_PATCH */), [2681 [vue.vModelText, this.registry.signatoryPersonIdentityDetails.powerOfAttorney.docSeries]2682 ])2683 ])2684 ]),2685 vue.createElementVNode("div", _hoisted_395, [2686 vue.createElementVNode("div", _hoisted_396, [2687 vue.withDirectives(vue.createElementVNode("input", {2688 class: "form-control",2689 type: "text",2690 "onUpdate:modelValue": _cache[127] || (_cache[127] = $event => ((this.registry.signatoryPersonIdentityDetails.powerOfAttorney.docType) = $event))2691 }, null, 512 /* NEED_PATCH */), [2692 [vue.vModelText, this.registry.signatoryPersonIdentityDetails.powerOfAttorney.docType]2693 ])2694 ])2695 ])2696 ]),2697 vue.createElementVNode("div", _hoisted_397, [2698 vue.createElementVNode("div", _hoisted_398, [2699 vue.createElementVNode("div", _hoisted_399, [2700 vue.createElementVNode("div", _hoisted_400, [2701 vue.withDirectives(vue.createElementVNode("input", {2702 class: "form-control",2703 type: "text",2704 "onUpdate:modelValue": _cache[128] || (_cache[128] = $event => ((this.registry.signatoryPersonIdentityDetails.powerOfAttorney.unknownString) = $event))2705 }, null, 512 /* NEED_PATCH */), [2706 [vue.vModelText, this.registry.signatoryPersonIdentityDetails.powerOfAttorney.unknownString]2707 ])2708 ])2709 ]),2710 vue.createElementVNode("div", _hoisted_401, [2711 vue.createElementVNode("div", _hoisted_402, [2712 vue.withDirectives(vue.createElementVNode("input", {2713 class: "form-control",2714 type: "text",2715 "onUpdate:modelValue": _cache[129] || (_cache[129] = $event => ((this.registry.signatoryPersonIdentityDetails.powerOfAttorney.appealDate) = $event))2716 }, null, 512 /* NEED_PATCH */), [2717 [vue.vModelText, this.registry.signatoryPersonIdentityDetails.powerOfAttorney.appealDate]2718 ])2719 ])2720 ])2721 ]),2722 vue.createElementVNode("div", _hoisted_403, [2723 vue.createElementVNode("div", _hoisted_404, [2724 _hoisted_405,2725 vue.createElementVNode("div", _hoisted_406, [2726 vue.createElementVNode("div", _hoisted_407, [2727 vue.withDirectives(vue.createElementVNode("input", {2728 class: "form-control",2729 type: "text",2730 "onUpdate:modelValue": _cache[130] || (_cache[130] = $event => ((this.registry.signatoryPersonIdentityDetails.powerOfAttorney.dateStart) = $event))2731 }, null, 512 /* NEED_PATCH */), [2732 [vue.vModelText, this.registry.signatoryPersonIdentityDetails.powerOfAttorney.dateStart]2733 ])2734 ])2735 ])2736 ]),2737 vue.createElementVNode("div", _hoisted_408, [2738 _hoisted_409,2739 vue.createElementVNode("div", _hoisted_410, [2740 vue.createElementVNode("div", _hoisted_411, [2741 vue.withDirectives(vue.createElementVNode("input", {2742 class: "form-control",2743 type: "text",2744 "onUpdate:modelValue": _cache[131] || (_cache[131] = $event => ((this.registry.signatoryPersonIdentityDetails.powerOfAttorney.dateEnd) = $event))2745 }, null, 512 /* NEED_PATCH */), [2746 [vue.vModelText, this.registry.signatoryPersonIdentityDetails.powerOfAttorney.dateEnd]2747 ])2748 ])2749 ])2750 ]),2751 vue.createElementVNode("div", _hoisted_412, [2752 vue.createElementVNode("div", _hoisted_413, [2753 vue.withDirectives(vue.createElementVNode("input", {2754 class: "form-control",2755 type: "text",2756 "onUpdate:modelValue": _cache[132] || (_cache[132] = $event => ((this.registry.signatoryPersonIdentityDetails.powerOfAttorney.unknownInput) = $event))2757 }, null, 512 /* NEED_PATCH */), [2758 [vue.vModelText, this.registry.signatoryPersonIdentityDetails.powerOfAttorney.unknownInput]2759 ])2760 ])2761 ])2762 ])2763 ])2764 ])2765 ])2766 ])2767 ])2768 ])2769 ])2770 ]),2771 vue.createCommentVNode("endregion"),2772 vue.createCommentVNode("Region ÑÐ»ÐµÐ¼ÐµÐ½Ñ Ñ Ð¸Ð½ÑоÑмаÑией по инÑпекÑоÑÑ"),2773 vue.createElementVNode("div", _hoisted_414, [2774 vue.createElementVNode("div", _hoisted_415, [2775 vue.createElementVNode("div", _hoisted_416, [2776 _hoisted_417,2777 vue.createElementVNode("div", _hoisted_418, [2778 vue.withDirectives(vue.createElementVNode("input", {2779 class: "form-control",2780 type: "text",2781 "onUpdate:modelValue": _cache[133] || (_cache[133] = $event => ((this.registry.inspectorFullName) = $event))2782 }, null, 512 /* NEED_PATCH */), [2783 [vue.vModelText, this.registry.inspectorFullName]2784 ])2785 ])2786 ]),2787 vue.createElementVNode("div", _hoisted_419, [2788 _hoisted_420,2789 vue.createElementVNode("div", _hoisted_421, [2790 vue.createElementVNode("div", _hoisted_422, [2791 vue.withDirectives(vue.createElementVNode("input", {2792 class: "form-control",2793 type: "text",2794 "onUpdate:modelValue": _cache[134] || (_cache[134] = $event => ((this.registry.lnp) = $event))2795 }, null, 512 /* NEED_PATCH */), [2796 [vue.vModelText, this.registry.lnp]2797 ])2798 ])2799 ])2800 ])2801 ])2802 ]),2803 vue.createCommentVNode("endregion")2804 ]))2805 ]),2806 _: 1 /* STABLE */2807 })2808 ]))2809}2810script$a.render = render$a;2811script$a.__file = "src/components/Form/GeneralDeclaration.vue";2812var script$9 = {2813 name: "TsoftGoodsAwbInformationForm",2814 data() {2815 return {2816 isGoodsOpen: false,2817 isOrderOpen: false,2818 sender: false,2819 recipient: false2820 };2821 },2822 props: {2823 order: {2824 required: true2825 },2826 orderNum: {2827 required: true2828 },2829 goods: {2830 required: true2831 }2832 }2833};2834const _hoisted_1$9 = { class: "order" };2835const _hoisted_2$8 = { class: "arrow" };2836const _hoisted_3$8 = { class: "product-batch" };2837const _hoisted_4$5 = { class: "product-inner-block" };2838const _hoisted_5$5 = { class: "row" };2839const _hoisted_6$3 = { class: "row" };2840const _hoisted_7$3 = { class: "col-9" };2841const _hoisted_8$3 = { action: "" };2842const _hoisted_9$2 = { class: "d-flex" };2843const _hoisted_10$2 = { class: "col-3 d-flex" };2844const _hoisted_11$2 = /*#__PURE__*/vue.createElementVNode("div", { class: "col-6 align-bcntr" }, [2845 /*#__PURE__*/vue.createElementVNode("p", { class: "align-bcntr" }, "ÐбÑÐ°Ñ Ð½Ð°ÐºÐ»Ð°Ð´Ð½Ð°Ñ")2846], -1 /* HOISTED */);2847const _hoisted_12$2 = /*#__PURE__*/vue.createElementVNode("div", { class: "col-1" }, null, -1 /* HOISTED */);2848const _hoisted_13$2 = { class: "input-bg col-5" };2849const _hoisted_14$2 = { class: "col-4" };2850const _hoisted_15$2 = { class: "input-bg" };2851const _hoisted_16$2 = { class: "col-3" };2852const _hoisted_17$2 = { class: "input-bg" };2853const _hoisted_18$2 = { class: "col-2" };2854const _hoisted_19$2 = { class: "input-bg" };2855const _hoisted_20$2 = { class: "d-flex my-2" };2856const _hoisted_21$2 = { class: "col-3 d-flex" };2857const _hoisted_22$2 = /*#__PURE__*/vue.createElementVNode("div", { class: "col-6 align-bcntr" }, [2858 /*#__PURE__*/vue.createElementVNode("p", { class: "align-bcntr" }, "Ðнд. накладнаÑ")2859], -1 /* HOISTED */);2860const _hoisted_23$2 = { class: "col-2" };2861const _hoisted_24$2 = { class: "input-bg" };2862const _hoisted_25$2 = { class: "input-bg col-4" };2863const _hoisted_26$2 = { class: "col-4" };2864const _hoisted_27$2 = { class: "input-bg" };2865const _hoisted_28$2 = { class: "col-3" };2866const _hoisted_29$2 = { class: "input-bg" };2867const _hoisted_30$2 = { class: "col-2" };2868const _hoisted_31$2 = { class: "input-bg" };2869const _hoisted_32$2 = { class: "row my-3" };2870const _hoisted_33$2 = { class: "col-4" };2871const _hoisted_34$2 = /*#__PURE__*/vue.createElementVNode("h5", { class: "align-bcntr my-1" }, "ÐбÑий Ð²ÐµÑ Ð±ÑÑÑÑо", -1 /* HOISTED */);2872const _hoisted_35$2 = { class: "d-flex" };2873const _hoisted_36$2 = { class: "col-6" };2874const _hoisted_37$2 = { class: "input-bg" };2875const _hoisted_38$2 = { class: "col-6 d-flex" };2876const _hoisted_39$2 = { class: "col-7" };2877const _hoisted_40$2 = { class: "input-bg" };2878const _hoisted_41$2 = { class: "col-5" };2879const _hoisted_42$2 = { class: "input-bg" };2880const _hoisted_43$2 = { class: "col-4" };2881const _hoisted_44$2 = /*#__PURE__*/vue.createElementVNode("h5", { class: "align-bcntr my-1" }, "ÐбÑÐ°Ñ ÑÐ°Ð¼Ð¾Ð¶ÐµÐ½Ð½Ð°Ñ ÑÑоимоÑÑÑ", -1 /* HOISTED */);2882const _hoisted_45$2 = { class: "d-flex" };2883const _hoisted_46$2 = { class: "col-8" };2884const _hoisted_47$2 = { class: "input-bg" };2885const _hoisted_48$2 = { class: "col-4 d-flex" };2886const _hoisted_49$2 = /*#__PURE__*/vue.createElementVNode("div", { class: "col-2" }, null, -1 /* HOISTED */);2887const _hoisted_50$2 = { class: "col-10" };2888const _hoisted_51$2 = { class: "input-bg" };2889const _hoisted_52$2 = { class: "col-4" };2890const _hoisted_53$2 = /*#__PURE__*/vue.createElementVNode("h5", { class: "align-bcntr my-1 fs-12" }, " ÐбÑÐ°Ñ ÑÑоимоÑÑÑ Ð¿Ð¾ инд. накладной ", -1 /* HOISTED */);2891const _hoisted_54$2 = { class: "d-flex" };2892const _hoisted_55$2 = { class: "col-9" };2893const _hoisted_56$2 = { class: "input-bg" };2894const _hoisted_57$2 = { class: "col-3 d-flex" };2895const _hoisted_58$2 = { class: "col-12" };2896const _hoisted_59$2 = { class: "input-bg" };2897const _hoisted_60$2 = { class: "row align-items-end" };2898const _hoisted_61$2 = { class: "col-8 d-flex" };2899const _hoisted_62$2 = /*#__PURE__*/vue.createElementVNode("div", { class: "col-3 d-flex align-bcntr" }, [2900 /*#__PURE__*/vue.createElementVNode("p", { class: "align-bcntr" }, "ÐнÑеÑнеÑ-магазин")2901], -1 /* HOISTED */);2902const _hoisted_63$2 = { class: "col-7" };2903const _hoisted_64$2 = { class: "input-bg" };2904const _hoisted_65$2 = { class: "col-2 d-flex" };2905const _hoisted_66$2 = { class: "col-7 d-flex" };2906const _hoisted_67$2 = { class: "input-bg" };2907const _hoisted_68$2 = /*#__PURE__*/vue.createElementVNode("div", { class: "col-5" }, [2908 /*#__PURE__*/vue.createElementVNode("button", { class: "btn new-window-button" }, [2909 /*#__PURE__*/vue.createElementVNode("i", { class: "fa-solid fa-pager" })2910 ])2911], -1 /* HOISTED */);2912const _hoisted_69$2 = { class: "col-4" };2913const _hoisted_70$2 = /*#__PURE__*/vue.createElementVNode("p", { class: "align-bcntr" }, "ÐÐ¾Ð¼ÐµÑ Ð¼ÐµÑка/меÑÑа", -1 /* HOISTED */);2914const _hoisted_71$2 = { class: "input-bg" };2915const _hoisted_72$2 = { class: "col-3" };2916const _hoisted_73$2 = { class: "batch-info-anchors" };2917const _hoisted_74$2 = /*#__PURE__*/vue.createTextVNode(" Ð¡Ð²ÐµÐ´ÐµÐ½Ð¸Ñ Ð¾ ÑоваÑаÑ
в накладной ");2918const _hoisted_75$2 = /*#__PURE__*/vue.createTextVNode(" Ð¡Ð²ÐµÐ´ÐµÐ½Ð¸Ñ Ð¾ Ñам.ÑбоÑе накладной ");2919const _hoisted_76$2 = /*#__PURE__*/vue.createTextVNode(" СÑÐ¼Ð¼Ñ Ð¿Ð¾Ñлин и налогов накладной ");2920const _hoisted_77$2 = /*#__PURE__*/vue.createTextVNode(" ÐÑÑиÑление Ñам.поÑлин, налогов ");2921const _hoisted_78$2 = { class: "inf-block changing-code row" };2922const _hoisted_79$2 = /*#__PURE__*/vue.createElementVNode("div", {2923 class: "label-block",2924 style: {"width":"100%"}2925}, [2926 /*#__PURE__*/vue.createElementVNode("label", { class: "fs-5" }, "Ðод изменений")2927], -1 /* HOISTED */);2928const _hoisted_80$2 = { class: "col-10 d-flex w-100" };2929const _hoisted_81$2 = { class: "col input-bg" };2930const _hoisted_82$2 = { class: "col input-bg" };2931const _hoisted_83$2 = { class: "col input-bg" };2932const _hoisted_84$2 = { class: "col input-bg" };2933const _hoisted_85$2 = { class: "col input-bg" };2934const _hoisted_86$2 = { class: "col input-bg" };2935const _hoisted_87$2 = { class: "col input-bg" };2936const _hoisted_88$2 = /*#__PURE__*/vue.createElementVNode("button", { class: "btn info-button p-1" }, [2937 /*#__PURE__*/vue.createElementVNode("i", { class: "fa-solid fa-circle-info" })2938], -1 /* HOISTED */);2939const _hoisted_89$1 = /*#__PURE__*/vue.createElementVNode("div", { class: "col-2" }, null, -1 /* HOISTED */);2940const _hoisted_90$1 = /*#__PURE__*/vue.createTextVNode(" ÐÑкÑÑÑÑ Ð¸ÑÑ
однÑÑ Ðнд. накладнÑÑ ");2941const _hoisted_91$1 = { class: "row" };2942const _hoisted_92$1 = { class: "my-2" };2943const _hoisted_93$1 = /*#__PURE__*/vue.createElementVNode("p", { class: "align-bcntr" }, "РеÑение по инд. накладной", -1 /* HOISTED */);2944const _hoisted_94$1 = { class: "d-flex" };2945const _hoisted_95$1 = { class: "col-9" };2946const _hoisted_96$1 = { class: "input-bg" };2947const _hoisted_97$1 = { class: "col-3" };2948const _hoisted_98$1 = { class: "input-bg" };2949const _hoisted_99$1 = { class: "d-flex" };2950const _hoisted_100$1 = { class: "col-7" };2951const _hoisted_101$1 = /*#__PURE__*/vue.createElementVNode("p", { class: "align-bcntr fs-5" }, "ÐÑиÑина оÑказа", -1 /* HOISTED */);2952const _hoisted_102$1 = { class: "input-bg" };2953const _hoisted_103$1 = { class: "col-5" };2954const _hoisted_104$1 = /*#__PURE__*/vue.createElementVNode("p", { class: "align-bcntr fs-5" }, "УникалÑнÑй иденÑиÑикаÑÐ¾Ñ Ð¿Ð°ÑÑии", -1 /* HOISTED */);2955const _hoisted_105$1 = { class: "col input-bg" };2956const _hoisted_106 = { class: "sender-personal-inf mt-4" };2957const _hoisted_107 = { class: "row" };2958const _hoisted_108 = {2959 class: "btn invoice-button collapsed",2960 type: "button"2961};2962const _hoisted_109 = /*#__PURE__*/vue.createElementVNode("span", null, "ÐÑпÑавиÑÐµÐ»Ñ Ð¿Ð¾ индивидÑалÑной накладной", -1 /* HOISTED */);2963const _hoisted_110 = [2964 _hoisted_1092965];2966const _hoisted_111 = { class: "card card-body" };2967const _hoisted_112 = { class: "row" };2968const _hoisted_113 = { class: "recipient-name" };2969const _hoisted_114 = { class: "row form my-2" };2970const _hoisted_115 = { class: "col-8" };2971const _hoisted_116 = { class: "input-bg" };2972const _hoisted_117 = { class: "col-1" };2973const _hoisted_118 = { class: "input-bg" };2974const _hoisted_119 = /*#__PURE__*/vue.createElementVNode("div", { class: "col-1" }, null, -1 /* HOISTED */);2975const _hoisted_120 = { class: "col-2 d-flex" };2976const _hoisted_121 = { class: "input-bg col-2" };2977const _hoisted_122 = ["checked"];2978const _hoisted_123 = /*#__PURE__*/vue.createElementVNode("div", { class: "label-block col-10" }, [2979 /*#__PURE__*/vue.createElementVNode("label", null, " ÐеклаÑÐ°Ð½Ñ (заÑвиÑелÑ) ")2980], -1 /* HOISTED */);2981const _hoisted_124 = { class: "row my-2" };2982const _hoisted_125 = { class: "col-6 d-flex justify-content-between" };2983const _hoisted_126 = { class: "col-4 d-flex" };2984const _hoisted_127 = /*#__PURE__*/vue.createElementVNode("div", { class: "label-block col-3 ps-1" }, [2985 /*#__PURE__*/vue.createElementVNode("label", null, " ÐÐÐ Ð ")2986], -1 /* HOISTED */);2987const _hoisted_128 = { class: "input-bg col-9" };2988const _hoisted_129 = { class: "col-4 d-flex" };2989const _hoisted_130 = /*#__PURE__*/vue.createElementVNode("div", { class: "label-block col-3 ps-3" }, [2990 /*#__PURE__*/vue.createElementVNode("label", null, " ÐÐÐ ")2991], -1 /* HOISTED */);2992const _hoisted_131 = { class: "input-bg col-9" };2993const _hoisted_132 = { class: "col-4 d-flex" };2994const _hoisted_133 = /*#__PURE__*/vue.createElementVNode("div", { class: "label-block col-3 ps-3" }, [2995 /*#__PURE__*/vue.createElementVNode("label", null, " ÐÐÐ ")2996], -1 /* HOISTED */);2997const _hoisted_134 = { class: "input-bg col-9" };2998const _hoisted_135 = { class: "col-6 d-flex" };2999const _hoisted_136 = { class: "input-bg col-6" };3000const _hoisted_137 = { class: "input-bg col-6" };3001const _hoisted_138 = { class: "row" };3002const _hoisted_139 = { class: "recipient-address" };3003const _hoisted_140 = /*#__PURE__*/vue.createElementVNode("div", { class: "row my-2" }, [3004 /*#__PURE__*/vue.createElementVNode("div", { class: "d-flex recipient-contacts" }, [3005 /*#__PURE__*/vue.createElementVNode("div", { class: "col-1 d-flex" }, [3006 /*#__PURE__*/vue.createElementVNode("p", { class: "point-name" }, "ÐдÑеÑ:")3007 ])3008 ])3009], -1 /* HOISTED */);3010const _hoisted_141 = { class: "row my-2" };3011const _hoisted_142 = { class: "address-block" };3012const _hoisted_143 = { class: "row my-2" };3013const _hoisted_144 = { class: "col-1" };3014const _hoisted_145 = { class: "input-bg" };3015const _hoisted_146 = { class: "col-4" };3016const _hoisted_147 = { class: "input-bg" };3017const _hoisted_148 = { class: "col-2" };3018const _hoisted_149 = { class: "input-bg" };3019const _hoisted_150 = { class: "col-5" };3020const _hoisted_151 = { class: "input-bg" };3021const _hoisted_152 = { class: "row my-2" };3022const _hoisted_153 = { class: "col-5" };3023const _hoisted_154 = { class: "input-bg" };3024const _hoisted_155 = { class: "col-3" };3025const _hoisted_156 = { class: "input-bg" };3026const _hoisted_157 = { class: "col-4" };3027const _hoisted_158 = { class: "input-bg" };3028const _hoisted_159 = { class: "row my-2" };3029const _hoisted_160 = { class: "col-4" };3030const _hoisted_161 = { class: "input-bg" };3031const _hoisted_162 = { class: "col-2" };3032const _hoisted_163 = { class: "input-bg" };3033const _hoisted_164 = { class: "col-2" };3034const _hoisted_165 = { class: "input-bg" };3035const _hoisted_166 = { class: "col-2" };3036const _hoisted_167 = { class: "input-bg" };3037const _hoisted_168 = { class: "row my-2" };3038const _hoisted_169 = { class: "col-12" };3039const _hoisted_170 = { class: "input-bg" };3040const _hoisted_171 = { class: "row" };3041const _hoisted_172 = { class: "personal-inf-block" };3042const _hoisted_173 = /*#__PURE__*/vue.createElementVNode("p", null, "ÐокÑменÑ, ÑдоÑÑовеÑÑÑÑий лиÑноÑÑÑ", -1 /* HOISTED */);3043const _hoisted_174 = { class: "row my-2" };3044const _hoisted_175 = { class: "row personal-data my-2" };3045const _hoisted_176 = { class: "col-1" };3046const _hoisted_177 = { class: "input-bg" };3047const _hoisted_178 = { class: "col-2" };3048const _hoisted_179 = { class: "input-bg" };3049const _hoisted_180 = { class: "col-2" };3050const _hoisted_181 = { class: "input-bg" };3051const _hoisted_182 = { class: "col-5 d-flex" };3052const _hoisted_183 = { class: "input-bg col-4" };3053const _hoisted_184 = { class: "input-bg col-4" };3054const _hoisted_185 = { class: "input-bg col-4" };3055const _hoisted_186 = { class: "col-2" };3056const _hoisted_187 = { class: "input-bg" };3057const _hoisted_188 = { class: "row" };3058const _hoisted_189 = { class: "col-8" };3059const _hoisted_190 = { class: "input-bg" };3060const _hoisted_191 = { class: "recipient-personal-inf" };3061const _hoisted_192 = { class: "row" };3062const _hoisted_193 = {3063 class: "btn invoice-button collapsed",3064 type: "button"3065};3066const _hoisted_194 = /*#__PURE__*/vue.createElementVNode("span", null, "ÐолÑÑаÑÐµÐ»Ñ Ð¿Ð¾ индивидÑалÑной накладной", -1 /* HOISTED */);3067const _hoisted_195 = [3068 _hoisted_1943069];3070const _hoisted_196 = { class: "card card-body" };3071const _hoisted_197 = { class: "row" };3072const _hoisted_198 = { class: "recipient-name" };3073const _hoisted_199 = { class: "row form my-2" };3074const _hoisted_200 = { class: "col-8" };3075const _hoisted_201 = { class: "input-bg" };3076const _hoisted_202 = { class: "col-1" };3077const _hoisted_203 = { class: "input-bg" };3078const _hoisted_204 = /*#__PURE__*/vue.createElementVNode("div", { class: "col-1" }, null, -1 /* HOISTED */);3079const _hoisted_205 = { class: "col-2 d-flex" };3080const _hoisted_206 = { class: "input-bg col-2" };3081const _hoisted_207 = ["checked"];3082const _hoisted_208 = /*#__PURE__*/vue.createElementVNode("div", { class: "label-block col-10" }, [3083 /*#__PURE__*/vue.createElementVNode("label", null, " ÐеклаÑÐ°Ð½Ñ (заÑвиÑелÑ) ")3084], -1 /* HOISTED */);3085const _hoisted_209 = { class: "row my-2" };3086const _hoisted_210 = { class: "col-6 d-flex justify-content-between" };3087const _hoisted_211 = { class: "col-4 d-flex" };3088const _hoisted_212 = /*#__PURE__*/vue.createElementVNode("div", { class: "label-block col-3 ps-1" }, [3089 /*#__PURE__*/vue.createElementVNode("label", null, " ÐÐÐ Ð ")3090], -1 /* HOISTED */);3091const _hoisted_213 = { class: "input-bg col-9" };3092const _hoisted_214 = { class: "col-4 d-flex" };3093const _hoisted_215 = /*#__PURE__*/vue.createElementVNode("div", { class: "label-block col-3 ps-3" }, [3094 /*#__PURE__*/vue.createElementVNode("label", null, " ÐÐÐ ")3095], -1 /* HOISTED */);3096const _hoisted_216 = { class: "input-bg col-9" };3097const _hoisted_217 = { class: "col-4 d-flex" };3098const _hoisted_218 = /*#__PURE__*/vue.createElementVNode("div", { class: "label-block col-3 ps-3" }, [3099 /*#__PURE__*/vue.createElementVNode("label", null, " ÐÐÐ ")3100], -1 /* HOISTED */);3101const _hoisted_219 = { class: "input-bg col-9" };3102const _hoisted_220 = { class: "col-6 d-flex" };3103const _hoisted_221 = { class: "input-bg col-6" };3104const _hoisted_222 = { class: "input-bg col-6" };3105const _hoisted_223 = { class: "row" };3106const _hoisted_224 = { class: "recipient-address" };3107const _hoisted_225 = /*#__PURE__*/vue.createElementVNode("div", { class: "row my-2" }, [3108 /*#__PURE__*/vue.createElementVNode("div", { class: "d-flex recipient-contacts" }, [3109 /*#__PURE__*/vue.createElementVNode("div", { class: "col-1 d-flex" }, [3110 /*#__PURE__*/vue.createElementVNode("p", { class: "point-name" }, "ÐдÑеÑ:")3111 ])3112 ])3113], -1 /* HOISTED */);3114const _hoisted_226 = { class: "row my-2" };3115const _hoisted_227 = { class: "address-block" };3116const _hoisted_228 = { class: "row my-2" };3117const _hoisted_229 = { class: "col-1" };3118const _hoisted_230 = { class: "input-bg" };3119const _hoisted_231 = { class: "col-4" };3120const _hoisted_232 = { class: "input-bg" };3121const _hoisted_233 = { class: "col-2" };3122const _hoisted_234 = { class: "input-bg" };3123const _hoisted_235 = { class: "col-5" };3124const _hoisted_236 = { class: "input-bg" };3125const _hoisted_237 = { class: "row my-2" };3126const _hoisted_238 = { class: "col-5" };3127const _hoisted_239 = { class: "input-bg" };3128const _hoisted_240 = { class: "col-3" };3129const _hoisted_241 = { class: "input-bg" };3130const _hoisted_242 = { class: "col-4" };3131const _hoisted_243 = { class: "input-bg" };3132const _hoisted_244 = { class: "row my-2" };3133const _hoisted_245 = { class: "col-4" };3134const _hoisted_246 = { class: "input-bg" };3135const _hoisted_247 = { class: "col-2" };3136const _hoisted_248 = { class: "input-bg" };3137const _hoisted_249 = { class: "col-2" };3138const _hoisted_250 = { class: "input-bg" };3139const _hoisted_251 = { class: "col-2" };3140const _hoisted_252 = { class: "input-bg" };3141const _hoisted_253 = { class: "row my-2" };3142const _hoisted_254 = { class: "col-12" };3143const _hoisted_255 = { class: "input-bg" };3144const _hoisted_256 = { class: "row" };3145const _hoisted_257 = { class: "personal-inf-block" };3146const _hoisted_258 = /*#__PURE__*/vue.createElementVNode("p", null, "ÐокÑменÑ, ÑдоÑÑовеÑÑÑÑий лиÑноÑÑÑ", -1 /* HOISTED */);3147const _hoisted_259 = { class: "row my-2" };3148const _hoisted_260 = { class: "row personal-data my-2" };3149const _hoisted_261 = { class: "col-1" };3150const _hoisted_262 = { class: "input-bg" };3151const _hoisted_263 = { class: "col-2" };3152const _hoisted_264 = { class: "input-bg" };3153const _hoisted_265 = { class: "col-2" };3154const _hoisted_266 = { class: "input-bg" };3155const _hoisted_267 = { class: "col-5 d-flex" };3156const _hoisted_268 = { class: "input-bg col-4" };3157const _hoisted_269 = { class: "input-bg col-4" };3158const _hoisted_270 = { class: "input-bg col-4" };3159const _hoisted_271 = { class: "col-2" };3160const _hoisted_272 = { class: "input-bg" };3161const _hoisted_273 = { class: "row" };3162const _hoisted_274 = { class: "col-8" };3163const _hoisted_275 = { class: "input-bg" };3164const _hoisted_276 = { class: "goods" };3165const _hoisted_277 = /*#__PURE__*/vue.createElementVNode("p", null, "ТоваÑÑ", -1 /* HOISTED */);3166const _hoisted_278 = { class: "arrow" };3167function render$9(_ctx, _cache, $props, $setup, $data, $options) {3168 const _component_router_link = vue.resolveComponent("router-link");3169 const _component_tsoft_good_information_form = vue.resolveComponent("tsoft-good-information-form");3170 return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$9, [3171 vue.createElementVNode("div", {3172 class: "group-panel-label",3173 onClick: _cache[0] || (_cache[0] = $event => ($data.isOrderOpen= !$data.isOrderOpen))3174 }, [3175 vue.createElementVNode("p", null, "ТоваÑÐ½Ð°Ñ Ð¿Ð°ÑÑÐ¸Ñ " + vue.toDisplayString($props.orderNum), 1 /* TEXT */),3176 vue.createElementVNode("div", _hoisted_2$8, [3177 vue.createElementVNode("span", {3178 class: vue.normalizeClass(["fa-solid fa-caret-right", {'down-rotate': $data.isOrderOpen}])3179 }, null, 2 /* CLASS */)3180 ])3181 ]),3182 vue.createElementVNode("div", {3183 class: vue.normalizeClass(["group-panel-content", {'open': $data.isOrderOpen}])3184 }, [3185 vue.createElementVNode("div", _hoisted_3$8, [3186 vue.createCommentVNode("Region ÑÐ»ÐµÐ¼ÐµÐ½Ñ Ñ Ð¸Ð½ÑоÑмаÑией о паÑÑии, индивидÑалÑной инÑоÑмаÑией об оÑпÑавиÑеле, Ñ Ð¸Ð½ÑоÑмаÑией о полÑÑаÑеле"),3187 vue.createElementVNode("div", _hoisted_4$5, [3188 vue.createCommentVNode("Region ÑÐ»ÐµÐ¼ÐµÐ½Ñ Ñ Ð¾Ð±Ñей инÑоÑмаÑией о паÑÑии"),3189 vue.createElementVNode("div", _hoisted_5$5, [3190 vue.createElementVNode("div", _hoisted_6$3, [3191 vue.createElementVNode("div", _hoisted_7$3, [3192 vue.createElementVNode("form", _hoisted_8$3, [3193 vue.createElementVNode("div", _hoisted_9$2, [3194 vue.createElementVNode("div", _hoisted_10$2, [3195 _hoisted_11$2,3196 _hoisted_12$2,3197 vue.createElementVNode("div", _hoisted_13$2, [3198 vue.withDirectives(vue.createElementVNode("input", {3199 type: "text",3200 class: "form-control",3201 "onUpdate:modelValue": _cache[1] || (_cache[1] = $event => (($props.order.general.document.code) = $event))3202 }, null, 512 /* NEED_PATCH */), [3203 [vue.vModelText, $props.order.general.document.code]3204 ])3205 ])3206 ]),3207 vue.createElementVNode("div", _hoisted_14$2, [3208 vue.createElementVNode("div", _hoisted_15$2, [3209 vue.withDirectives(vue.createElementVNode("input", {3210 type: "text",3211 class: "form-control",3212 "onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (($props.order.general.document.type) = $event))3213 }, null, 512 /* NEED_PATCH */), [3214 [vue.vModelText, $props.order.general.document.type]3215 ])3216 ])3217 ]),3218 vue.createElementVNode("div", _hoisted_16$2, [3219 vue.createElementVNode("div", _hoisted_17$2, [3220 vue.withDirectives(vue.createElementVNode("input", {3221 type: "text",3222 class: "form-control",3223 "onUpdate:modelValue": _cache[3] || (_cache[3] = $event => (($props.order.general.document.num) = $event))3224 }, null, 512 /* NEED_PATCH */), [3225 [vue.vModelText, $props.order.general.document.num]3226 ])3227 ])3228 ]),3229 vue.createElementVNode("div", _hoisted_18$2, [3230 vue.createElementVNode("div", _hoisted_19$2, [3231 vue.withDirectives(vue.createElementVNode("input", {3232 type: "text",3233 class: "form-control",3234 "onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (($props.order.general.document.date) = $event))3235 }, null, 512 /* NEED_PATCH */), [3236 [vue.vModelText, $props.order.general.document.date]3237 ])3238 ])3239 ])3240 ]),3241 vue.createElementVNode("div", _hoisted_20$2, [3242 vue.createElementVNode("div", _hoisted_21$2, [3243 _hoisted_22$2,3244 vue.createElementVNode("div", _hoisted_23$2, [3245 vue.createElementVNode("div", _hoisted_24$2, [3246 vue.withDirectives(vue.createElementVNode("input", {3247 type: "text",3248 class: "form-control",3249 "onUpdate:modelValue": _cache[5] || (_cache[5] = $event => (($props.order.personal.document.count) = $event))3250 }, null, 512 /* NEED_PATCH */), [3251 [vue.vModelText, $props.order.personal.document.count]3252 ])3253 ])3254 ]),3255 vue.createElementVNode("div", _hoisted_25$2, [3256 vue.withDirectives(vue.createElementVNode("input", {3257 type: "text",3258 class: "form-control",3259 "onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (($props.order.personal.document.code) = $event))3260 }, null, 512 /* NEED_PATCH */), [3261 [vue.vModelText, $props.order.personal.document.code]3262 ])3263 ])3264 ]),3265 vue.createElementVNode("div", _hoisted_26$2, [3266 vue.createElementVNode("div", _hoisted_27$2, [3267 vue.withDirectives(vue.createElementVNode("input", {3268 type: "text",3269 class: "form-control",3270 "onUpdate:modelValue": _cache[7] || (_cache[7] = $event => (($props.order.personal.document.type) = $event))3271 }, null, 512 /* NEED_PATCH */), [3272 [vue.vModelText, $props.order.personal.document.type]3273 ])3274 ])3275 ]),3276 vue.createElementVNode("div", _hoisted_28$2, [3277 vue.createElementVNode("div", _hoisted_29$2, [3278 vue.withDirectives(vue.createElementVNode("input", {3279 type: "text",3280 class: "form-control",3281 "onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (($props.order.personal.document.num) = $event))3282 }, null, 512 /* NEED_PATCH */), [3283 [vue.vModelText, $props.order.personal.document.num]3284 ])3285 ])3286 ]),3287 vue.createElementVNode("div", _hoisted_30$2, [3288 vue.createElementVNode("div", _hoisted_31$2, [3289 vue.withDirectives(vue.createElementVNode("input", {3290 type: "text",3291 class: "form-control",3292 "onUpdate:modelValue": _cache[9] || (_cache[9] = $event => (($props.order.personal.document.date) = $event))3293 }, null, 512 /* NEED_PATCH */), [3294 [vue.vModelText, $props.order.personal.document.date]3295 ])3296 ])3297 ])3298 ]),3299 vue.createElementVNode("div", _hoisted_32$2, [3300 vue.createElementVNode("div", _hoisted_33$2, [3301 _hoisted_34$2,3302 vue.createElementVNode("div", _hoisted_35$2, [3303 vue.createElementVNode("div", _hoisted_36$2, [3304 vue.createElementVNode("div", _hoisted_37$2, [3305 vue.withDirectives(vue.createElementVNode("input", {3306 type: "text",3307 class: "form-control",3308 "onUpdate:modelValue": _cache[10] || (_cache[10] = $event => (($props.order.general.grossWeight) = $event))3309 }, null, 512 /* NEED_PATCH */), [3310 [vue.vModelText, $props.order.general.grossWeight]3311 ])3312 ])3313 ]),3314 vue.createElementVNode("div", _hoisted_38$2, [3315 vue.createElementVNode("div", _hoisted_39$2, [3316 vue.createElementVNode("div", _hoisted_40$2, [3317 vue.withDirectives(vue.createElementVNode("input", {3318 type: "text",3319 class: "form-control",3320 "onUpdate:modelValue": _cache[11] || (_cache[11] = $event => (($props.order.general.grossWeightUnit) = $event))3321 }, null, 512 /* NEED_PATCH */), [3322 [vue.vModelText, $props.order.general.grossWeightUnit]3323 ])3324 ])3325 ]),3326 vue.createElementVNode("div", _hoisted_41$2, [3327 vue.createElementVNode("div", _hoisted_42$2, [3328 vue.withDirectives(vue.createElementVNode("input", {3329 type: "text",3330 class: "form-control",3331 "onUpdate:modelValue": _cache[12] || (_cache[12] = $event => (($props.order.general.grossWeightUnknown) = $event))3332 }, null, 512 /* NEED_PATCH */), [3333 [vue.vModelText, $props.order.general.grossWeightUnknown]3334 ])3335 ])3336 ])3337 ])3338 ])3339 ]),3340 vue.createElementVNode("div", _hoisted_43$2, [3341 _hoisted_44$2,3342 vue.createElementVNode("div", _hoisted_45$2, [3343 vue.createElementVNode("div", _hoisted_46$2, [3344 vue.createElementVNode("div", _hoisted_47$2, [3345 vue.withDirectives(vue.createElementVNode("input", {3346 type: "text",3347 class: "form-control",3348 "onUpdate:modelValue": _cache[13] || (_cache[13] = $event => (($props.order.general.customCost) = $event))3349 }, null, 512 /* NEED_PATCH */), [3350 [vue.vModelText, $props.order.general.customCost]3351 ])3352 ])3353 ]),3354 vue.createElementVNode("div", _hoisted_48$2, [3355 _hoisted_49$2,3356 vue.createElementVNode("div", _hoisted_50$2, [3357 vue.createElementVNode("div", _hoisted_51$2, [3358 vue.withDirectives(vue.createElementVNode("input", {3359 type: "text",3360 class: "form-control",3361 "onUpdate:modelValue": _cache[14] || (_cache[14] = $event => (($props.order.general.customCostCurrency) = $event))3362 }, null, 512 /* NEED_PATCH */), [3363 [vue.vModelText, $props.order.general.customCostCurrency]3364 ])3365 ])3366 ])3367 ])3368 ])3369 ]),3370 vue.createElementVNode("div", _hoisted_52$2, [3371 _hoisted_53$2,3372 vue.createElementVNode("div", _hoisted_54$2, [3373 vue.createElementVNode("div", _hoisted_55$2, [3374 vue.createElementVNode("div", _hoisted_56$2, [3375 vue.withDirectives(vue.createElementVNode("input", {3376 type: "text",3377 class: "form-control",3378 "onUpdate:modelValue": _cache[15] || (_cache[15] = $event => (($props.order.general.customCost) = $event))3379 }, null, 512 /* NEED_PATCH */), [3380 [vue.vModelText, $props.order.general.customCost]3381 ])3382 ])3383 ]),3384 vue.createElementVNode("div", _hoisted_57$2, [3385 vue.createElementVNode("div", _hoisted_58$2, [3386 vue.createElementVNode("div", _hoisted_59$2, [3387 vue.withDirectives(vue.createElementVNode("input", {3388 type: "text",3389 class: "form-control",3390 "onUpdate:modelValue": _cache[16] || (_cache[16] = $event => (($props.order.general.customCostCurrency) = $event))3391 }, null, 512 /* NEED_PATCH */), [3392 [vue.vModelText, $props.order.general.customCostCurrency]3393 ])3394 ])3395 ])3396 ])3397 ])3398 ])3399 ]),3400 vue.createElementVNode("div", _hoisted_60$2, [3401 vue.createElementVNode("div", _hoisted_61$2, [3402 _hoisted_62$2,3403 vue.createElementVNode("div", _hoisted_63$2, [3404 vue.createElementVNode("div", _hoisted_64$2, [3405 vue.withDirectives(vue.createElementVNode("input", {3406 type: "text",3407 class: "form-control",3408 "onUpdate:modelValue": _cache[17] || (_cache[17] = $event => (($props.order.internetMarketUrl) = $event))3409 }, null, 512 /* NEED_PATCH */), [3410 [vue.vModelText, $props.order.internetMarketUrl]3411 ])3412 ])3413 ]),3414 vue.createElementVNode("div", _hoisted_65$2, [3415 vue.createElementVNode("div", _hoisted_66$2, [3416 vue.createElementVNode("div", _hoisted_67$2, [3417 vue.withDirectives(vue.createElementVNode("input", {3418 type: "text",3419 class: "form-control",3420 "onUpdate:modelValue": _cache[18] || (_cache[18] = $event => (($props.order.internetMarketUnknown) = $event))3421 }, null, 512 /* NEED_PATCH */), [3422 [vue.vModelText, $props.order.internetMarketUnknown]3423 ])3424 ])3425 ]),3426 _hoisted_68$23427 ])3428 ]),3429 vue.createElementVNode("div", _hoisted_69$2, [3430 _hoisted_70$2,3431 vue.createElementVNode("div", _hoisted_71$2, [3432 vue.withDirectives(vue.createElementVNode("input", {3433 type: "text",3434 class: "form-control",3435 "onUpdate:modelValue": _cache[19] || (_cache[19] = $event => (($props.order.placeNum) = $event))3436 }, null, 512 /* NEED_PATCH */), [3437 [vue.vModelText, $props.order.placeNum]3438 ])3439 ])3440 ])3441 ])3442 ])3443 ]),3444 vue.createElementVNode("div", _hoisted_72$2, [3445 vue.createElementVNode("div", _hoisted_73$2, [3446 vue.createVNode(_component_router_link, {3447 to: { name: 'index' },3448 id: "productsInfoLink"3449 }, {3450 default: vue.withCtx(() => [3451 _hoisted_74$23452 ]),3453 _: 1 /* STABLE */3454 }),3455 vue.createVNode(_component_router_link, { to: { name: 'index' } }, {3456 default: vue.withCtx(() => [3457 _hoisted_75$23458 ]),3459 _: 1 /* STABLE */3460 }),3461 vue.createVNode(_component_router_link, { to: { name: 'index' } }, {3462 default: vue.withCtx(() => [3463 _hoisted_76$23464 ]),3465 _: 1 /* STABLE */3466 }),3467 vue.createVNode(_component_router_link, { to: { name: 'index' } }, {3468 default: vue.withCtx(() => [3469 _hoisted_77$23470 ]),3471 _: 1 /* STABLE */3472 }),3473 vue.createElementVNode("div", _hoisted_78$2, [3474 _hoisted_79$2,3475 vue.createElementVNode("div", _hoisted_80$2, [3476 vue.createElementVNode("div", _hoisted_81$2, [3477 vue.withDirectives(vue.createElementVNode("input", {3478 class: "form-control number-code",3479 type: "number",3480 "onUpdate:modelValue": _cache[20] || (_cache[20] = $event => (($props.order.changeDetailsType.stageChangeCode) = $event))3481 }, null, 512 /* NEED_PATCH */), [3482 [vue.vModelText, $props.order.changeDetailsType.stageChangeCode]3483 ])3484 ]),3485 vue.createElementVNode("div", _hoisted_82$2, [3486 vue.withDirectives(vue.createElementVNode("input", {3487 class: "form-control number-code",3488 type: "number",3489 "onUpdate:modelValue": _cache[21] || (_cache[21] = $event => (($props.order.changeDetailsType.reasonChangeCode) = $event))3490 }, null, 512 /* NEED_PATCH */), [3491 [vue.vModelText, $props.order.changeDetailsType.reasonChangeCode]3492 ])3493 ]),3494 vue.createElementVNode("div", _hoisted_83$2, [3495 vue.withDirectives(vue.createElementVNode("input", {3496 class: "form-control number-code",3497 type: "number",3498 "onUpdate:modelValue": _cache[22] || (_cache[22] = $event => (($props.order.changeDetailsType.quantityChangeCode) = $event))3499 }, null, 512 /* NEED_PATCH */), [3500 [vue.vModelText, $props.order.changeDetailsType.quantityChangeCode]3501 ])3502 ]),3503 vue.createElementVNode("div", _hoisted_84$2, [3504 vue.withDirectives(vue.createElementVNode("input", {3505 class: "form-control number-code",3506 type: "number",3507 "onUpdate:modelValue": _cache[23] || (_cache[23] = $event => (($props.order.changeDetailsType.TNVEDChangeCode) = $event))3508 }, null, 512 /* NEED_PATCH */), [3509 [vue.vModelText, $props.order.changeDetailsType.TNVEDChangeCode]3510 ])3511 ]),3512 vue.createElementVNode("div", _hoisted_85$2, [3513 vue.withDirectives(vue.createElementVNode("input", {3514 class: "form-control number-code",3515 type: "number",3516 "onUpdate:modelValue": _cache[24] || (_cache[24] = $event => (($props.order.changeDetailsType.customsCostChangeCode) = $event))3517 }, null, 512 /* NEED_PATCH */), [3518 [vue.vModelText, $props.order.changeDetailsType.customsCostChangeCode]3519 ])3520 ]),3521 vue.createElementVNode("div", _hoisted_86$2, [3522 vue.withDirectives(vue.createElementVNode("input", {3523 class: "form-control number-code",3524 type: "number",3525 "onUpdate:modelValue": _cache[25] || (_cache[25] = $event => (($props.order.changeDetailsType.customsPaymentChangeCode) = $event))3526 }, null, 512 /* NEED_PATCH */), [3527 [vue.vModelText, $props.order.changeDetailsType.customsPaymentChangeCode]3528 ])3529 ]),3530 vue.createElementVNode("div", _hoisted_87$2, [3531 vue.withDirectives(vue.createElementVNode("input", {3532 class: "form-control number-code",3533 type: "number",3534 "onUpdate:modelValue": _cache[26] || (_cache[26] = $event => (($props.order.changeDetailsType.otherChangeCode) = $event))3535 }, null, 512 /* NEED_PATCH */), [3536 [vue.vModelText, $props.order.changeDetailsType.otherChangeCode]3537 ])3538 ]),3539 _hoisted_88$23540 ]),3541 _hoisted_89$13542 ]),3543 vue.createVNode(_component_router_link, {3544 to: { name: 'index' },3545 class: "my-4"3546 }, {3547 default: vue.withCtx(() => [3548 _hoisted_90$13549 ]),3550 _: 1 /* STABLE */3551 })3552 ])3553 ])3554 ]),3555 vue.createElementVNode("div", _hoisted_91$1, [3556 vue.createElementVNode("div", _hoisted_92$1, [3557 _hoisted_93$1,3558 vue.createElementVNode("div", _hoisted_94$1, [3559 vue.createElementVNode("div", _hoisted_95$1, [3560 vue.createElementVNode("div", _hoisted_96$1, [3561 vue.withDirectives(vue.createElementVNode("input", {3562 class: "form-control",3563 type: "text",3564 "onUpdate:modelValue": _cache[27] || (_cache[27] = $event => (($props.order.personal.invoiceDecision) = $event))3565 }, null, 512 /* NEED_PATCH */), [3566 [vue.vModelText, $props.order.personal.invoiceDecision]3567 ])3568 ])3569 ]),3570 vue.createElementVNode("div", _hoisted_97$1, [3571 vue.createElementVNode("div", _hoisted_98$1, [3572 vue.withDirectives(vue.createElementVNode("input", {3573 class: "form-control",3574 type: "text",3575 "onUpdate:modelValue": _cache[28] || (_cache[28] = $event => (($props.order.personal.invoiceDecisionUnknown) = $event))3576 }, null, 512 /* NEED_PATCH */), [3577 [vue.vModelText, $props.order.personal.invoiceDecisionUnknown]3578 ])3579 ])3580 ])3581 ])3582 ]),3583 vue.createElementVNode("div", _hoisted_99$1, [3584 vue.createElementVNode("div", _hoisted_100$1, [3585 _hoisted_101$1,3586 vue.createElementVNode("div", _hoisted_102$1, [3587 vue.withDirectives(vue.createElementVNode("input", {3588 class: "form-control",3589 type: "text",3590 "onUpdate:modelValue": _cache[29] || (_cache[29] = $event => (($props.order.orderRejectReason) = $event))3591 }, null, 512 /* NEED_PATCH */), [3592 [vue.vModelText, $props.order.orderRejectReason]3593 ])3594 ])3595 ]),3596 vue.createElementVNode("div", _hoisted_103$1, [3597 _hoisted_104$1,3598 vue.createElementVNode("div", _hoisted_105$1, [3599 vue.withDirectives(vue.createElementVNode("input", {3600 class: "form-control",3601 type: "text",3602 "onUpdate:modelValue": _cache[30] || (_cache[30] = $event => (($props.order.orderUniqueId) = $event))3603 }, null, 512 /* NEED_PATCH */), [3604 [vue.vModelText, $props.order.orderUniqueId]3605 ])3606 ])3607 ])3608 ])3609 ])3610 ]),3611 vue.createCommentVNode("endregion"),3612 vue.createCommentVNode("Region ÑÐ»ÐµÐ¼ÐµÐ½Ñ Ñ Ð¸Ð½Ð´Ð¸Ð²Ð¸Ð´ÑалÑной инÑоÑмаÑией об оÑпÑавиÑеле"),3613 vue.createElementVNode("div", _hoisted_106, [3614 vue.createElementVNode("div", _hoisted_107, [3615 vue.createElementVNode("button", _hoisted_108, [3616 vue.createElementVNode("div", {3617 class: "collapsing-block d-flex justify-content-between",3618 onClick: _cache[31] || (_cache[31] = $event => ($data.sender = !$data.sender))3619 }, _hoisted_110)3620 ]),3621 vue.withDirectives(vue.createElementVNode("div", null, [3622 vue.createElementVNode("div", _hoisted_111, [3623 vue.createElementVNode("div", _hoisted_112, [3624 vue.createElementVNode("div", _hoisted_113, [3625 vue.createElementVNode("form", _hoisted_114, [3626 vue.createElementVNode("div", _hoisted_115, [3627 vue.createElementVNode("div", _hoisted_116, [3628 vue.withDirectives(vue.createElementVNode("input", {3629 type: "text",3630 class: "form-control",3631 placeholder: "",3632 "onUpdate:modelValue": _cache[32] || (_cache[32] = $event => (($props.order.consignor.fullName) = $event))3633 }, null, 512 /* NEED_PATCH */), [3634 [vue.vModelText, $props.order.consignor.fullName]3635 ])3636 ])3637 ]),3638 vue.createElementVNode("div", _hoisted_117, [3639 vue.createElementVNode("div", _hoisted_118, [3640 vue.withDirectives(vue.createElementVNode("input", {3641 type: "text",3642 class: "form-control",3643 "onUpdate:modelValue": _cache[33] || (_cache[33] = $event => (($props.order.consignor.countryCode) = $event))3644 }, null, 512 /* NEED_PATCH */), [3645 [vue.vModelText, $props.order.consignor.countryCode]3646 ])3647 ])3648 ]),3649 _hoisted_119,3650 vue.createElementVNode("div", _hoisted_120, [3651 vue.createElementVNode("div", _hoisted_121, [3652 vue.createElementVNode("input", {3653 type: "checkbox",3654 class: "form-check-input",3655 checked: $props.order.consignor.isDeclarant3656 }, null, 8 /* PROPS */, _hoisted_122)3657 ]),3658 _hoisted_1233659 ])3660 ]),3661 vue.createElementVNode("div", _hoisted_124, [3662 vue.createElementVNode("div", _hoisted_125, [3663 vue.createElementVNode("div", _hoisted_126, [3664 _hoisted_127,3665 vue.createElementVNode("div", _hoisted_128, [3666 vue.withDirectives(vue.createElementVNode("input", {3667 type: "text",3668 class: "form-control",3669 "onUpdate:modelValue": _cache[34] || (_cache[34] = $event => (($props.order.consignor.OGRN) = $event))3670 }, null, 512 /* NEED_PATCH */), [3671 [vue.vModelText, $props.order.consignor.OGRN]3672 ])3673 ])3674 ]),3675 vue.createElementVNode("div", _hoisted_129, [3676 _hoisted_130,3677 vue.createElementVNode("div", _hoisted_131, [3678 vue.withDirectives(vue.createElementVNode("input", {3679 type: "text",3680 class: "form-control",3681 "onUpdate:modelValue": _cache[35] || (_cache[35] = $event => (($props.order.consignor.INN) = $event))3682 }, null, 512 /* NEED_PATCH */), [3683 [vue.vModelText, $props.order.consignor.INN]3684 ])3685 ])3686 ]),3687 vue.createElementVNode("div", _hoisted_132, [3688 _hoisted_133,3689 vue.createElementVNode("div", _hoisted_134, [3690 vue.withDirectives(vue.createElementVNode("input", {3691 type: "text",3692 class: "form-control",3693 "onUpdate:modelValue": _cache[36] || (_cache[36] = $event => (($props.order.consignor.KPP) = $event))3694 }, null, 512 /* NEED_PATCH */), [3695 [vue.vModelText, $props.order.consignor.KPP]3696 ])3697 ])3698 ])3699 ]),3700 vue.createElementVNode("div", _hoisted_135, [3701 vue.createElementVNode("div", _hoisted_136, [3702 vue.withDirectives(vue.createElementVNode("input", {3703 class: "form-control",3704 type: "text",3705 placeholder: "Ð½Ð¾Ð¼ÐµÑ ÑелеÑона",3706 "onUpdate:modelValue": _cache[37] || (_cache[37] = $event => (($props.order.consignor.phone) = $event))3707 }, null, 512 /* NEED_PATCH */), [3708 [vue.vModelText, $props.order.consignor.phone]3709 ])3710 ]),3711 vue.createElementVNode("div", _hoisted_137, [3712 vue.withDirectives(vue.createElementVNode("input", {3713 class: "form-control",3714 type: "text",3715 placeholder: "адÑÐµÑ Ñл.поÑÑÑ",3716 "onUpdate:modelValue": _cache[38] || (_cache[38] = $event => (($props.order.consignor.email) = $event))3717 }, null, 512 /* NEED_PATCH */), [3718 [vue.vModelText, $props.order.consignor.email]3719 ])3720 ])3721 ])3722 ])3723 ])3724 ]),3725 vue.createElementVNode("div", _hoisted_138, [3726 vue.createElementVNode("div", _hoisted_139, [3727 _hoisted_140,3728 vue.createElementVNode("div", _hoisted_141, [3729 vue.createElementVNode("div", _hoisted_142, [3730 vue.createElementVNode("div", _hoisted_143, [3731 vue.createElementVNode("div", _hoisted_144, [3732 vue.createElementVNode("div", _hoisted_145, [3733 vue.withDirectives(vue.createElementVNode("input", {3734 type: "text",3735 class: "form-control",3736 placeholder: "ÑзÑк",3737 "onUpdate:modelValue": _cache[39] || (_cache[39] = $event => (($props.order.consignor.language) = $event))3738 }, null, 512 /* NEED_PATCH */), [3739 [vue.vModelText, $props.order.consignor.language]3740 ])3741 ])3742 ]),3743 vue.createElementVNode("div", _hoisted_146, [3744 vue.createElementVNode("div", _hoisted_147, [3745 vue.withDirectives(vue.createElementVNode("input", {3746 type: "text",3747 class: "form-control",3748 placeholder: "ÑÑÑана",3749 "onUpdate:modelValue": _cache[40] || (_cache[40] = $event => (($props.order.consignor.country) = $event))3750 }, null, 512 /* NEED_PATCH */), [3751 [vue.vModelText, $props.order.consignor.country]3752 ])3753 ])3754 ]),3755 vue.createElementVNode("div", _hoisted_148, [3756 vue.createElementVNode("div", _hoisted_149, [3757 vue.withDirectives(vue.createElementVNode("input", {3758 type: "text",3759 class: "form-control",3760 placeholder: "поÑÑовÑй индекÑ",3761 "onUpdate:modelValue": _cache[41] || (_cache[41] = $event => (($props.order.consignor.mailIndex) = $event))3762 }, null, 512 /* NEED_PATCH */), [3763 [vue.vModelText, $props.order.consignor.mailIndex]3764 ])3765 ])3766 ]),3767 vue.createElementVNode("div", _hoisted_150, [3768 vue.createElementVNode("div", _hoisted_151, [3769 vue.withDirectives(vue.createElementVNode("input", {3770 type: "text",3771 class: "form-control",3772 placeholder: "облаÑÑÑ (Ñегион, ÑÑаÑ, пÑовинÑиÑ)",3773 "onUpdate:modelValue": _cache[42] || (_cache[42] = $event => (($props.order.consignor.region) = $event))3774 }, null, 512 /* NEED_PATCH */), [3775 [vue.vModelText, $props.order.consignor.region]3776 ])3777 ])3778 ])3779 ]),3780 vue.createElementVNode("div", _hoisted_152, [3781 vue.createElementVNode("div", _hoisted_153, [3782 vue.createElementVNode("div", _hoisted_154, [3783 vue.withDirectives(vue.createElementVNode("input", {3784 type: "text",3785 class: "form-control",3786 placeholder: "Ñайон",3787 "onUpdate:modelValue": _cache[43] || (_cache[43] = $event => (($props.order.consignor.area) = $event))3788 }, null, 512 /* NEED_PATCH */), [3789 [vue.vModelText, $props.order.consignor.area]3790 ])3791 ])3792 ]),3793 vue.createElementVNode("div", _hoisted_155, [3794 vue.createElementVNode("div", _hoisted_156, [3795 vue.withDirectives(vue.createElementVNode("input", {3796 type: "text",3797 class: "form-control",3798 placeholder: "гоÑод",3799 "onUpdate:modelValue": _cache[44] || (_cache[44] = $event => (($props.order.consignor.city) = $event))3800 }, null, 512 /* NEED_PATCH */), [3801 [vue.vModelText, $props.order.consignor.city]3802 ])3803 ])3804 ]),3805 vue.createElementVNode("div", _hoisted_157, [3806 vue.createElementVNode("div", _hoisted_158, [3807 vue.withDirectives(vue.createElementVNode("input", {3808 type: "text",3809 class: "form-control",3810 placeholder: "наÑелÑннÑй пÑнкÑ",3811 "onUpdate:modelValue": _cache[45] || (_cache[45] = $event => (($props.order.consignor.settlement) = $event))3812 }, null, 512 /* NEED_PATCH */), [3813 [vue.vModelText, $props.order.consignor.settlement]3814 ])3815 ])3816 ])3817 ]),3818 vue.createElementVNode("div", _hoisted_159, [3819 vue.createElementVNode("div", _hoisted_160, [3820 vue.createElementVNode("div", _hoisted_161, [3821 vue.withDirectives(vue.createElementVNode("input", {3822 type: "text",3823 class: "form-control",3824 placeholder: "ÑлиÑа",3825 "onUpdate:modelValue": _cache[46] || (_cache[46] = $event => (($props.order.consignor.address) = $event))3826 }, null, 512 /* NEED_PATCH */), [3827 [vue.vModelText, $props.order.consignor.address]3828 ])3829 ])3830 ]),3831 vue.createElementVNode("div", _hoisted_162, [3832 vue.createElementVNode("div", _hoisted_163, [3833 vue.withDirectives(vue.createElementVNode("input", {3834 type: "text",3835 class: "form-control",3836 placeholder: "дом, коÑпÑÑ, ÑÑÑоение",3837 "onUpdate:modelValue": _cache[47] || (_cache[47] = $event => (($props.order.consignor.house) = $event))3838 }, null, 512 /* NEED_PATCH */), [3839 [vue.vModelText, $props.order.consignor.house]3840 ])3841 ])3842 ]),3843 vue.createElementVNode("div", _hoisted_164, [3844 vue.createElementVNode("div", _hoisted_165, [3845 vue.withDirectives(vue.createElementVNode("input", {3846 type: "text",3847 class: "form-control",3848 placeholder: "оÑиÑ/кваÑÑиÑа",3849 "onUpdate:modelValue": _cache[48] || (_cache[48] = $event => (($props.order.consignor.office) = $event))3850 }, null, 512 /* NEED_PATCH */), [3851 [vue.vModelText, $props.order.consignor.office]3852 ])3853 ])3854 ]),3855 vue.createElementVNode("div", _hoisted_166, [3856 vue.createElementVNode("div", _hoisted_167, [3857 vue.withDirectives(vue.createElementVNode("input", {3858 type: "text",3859 class: "form-control",3860 placeholder: "Ð½Ð¾Ð¼ÐµÑ Ð°/Ñ",3861 "onUpdate:modelValue": _cache[49] || (_cache[49] = $event => (($props.order.consignor.officeLetter) = $event))3862 }, null, 512 /* NEED_PATCH */), [3863 [vue.vModelText, $props.order.consignor.officeLetter]3864 ])3865 ])3866 ])3867 ]),3868 vue.createElementVNode("div", _hoisted_168, [3869 vue.createElementVNode("div", _hoisted_169, [3870 vue.createElementVNode("div", _hoisted_170, [3871 vue.withDirectives(vue.createElementVNode("input", {3872 type: "text",3873 class: "form-control",3874 placeholder: "Ð½Ð°Ð±Ð¾Ñ ÑлеменÑов адÑеÑа, пÑедÑÑавленнÑÑ
в Ñвободной ÑоÑме в виде ÑекÑÑа",3875 "onUpdate:modelValue": _cache[50] || (_cache[50] = $event => (($props.order.consignor.fullAddress) = $event))3876 }, null, 512 /* NEED_PATCH */), [3877 [vue.vModelText, $props.order.consignor.fullAddress]3878 ])3879 ])3880 ])3881 ])3882 ])3883 ])3884 ])3885 ]),3886 vue.createElementVNode("div", _hoisted_171, [3887 vue.createElementVNode("div", _hoisted_172, [3888 _hoisted_173,3889 vue.createElementVNode("div", _hoisted_174, [3890 vue.createElementVNode("div", _hoisted_175, [3891 vue.createElementVNode("div", _hoisted_176, [3892 vue.createElementVNode("div", _hoisted_177, [3893 vue.withDirectives(vue.createElementVNode("input", {3894 type: "text",3895 class: "form-control",3896 placeholder: "ÑÑÑ",3897 "onUpdate:modelValue": _cache[51] || (_cache[51] = $event => (($props.order.consignor.document.country) = $event))3898 }, null, 512 /* NEED_PATCH */), [3899 [vue.vModelText, $props.order.consignor.document.country]3900 ])3901 ])3902 ]),3903 vue.createElementVNode("div", _hoisted_178, [3904 vue.createElementVNode("div", _hoisted_179, [3905 vue.withDirectives(vue.createElementVNode("input", {3906 type: "text",3907 class: "form-control",3908 placeholder: "код вида",3909 "onUpdate:modelValue": _cache[52] || (_cache[52] = $event => (($props.order.consignor.document.code) = $event))3910 }, null, 512 /* NEED_PATCH */), [3911 [vue.vModelText, $props.order.consignor.document.code]3912 ])3913 ])3914 ]),3915 vue.createElementVNode("div", _hoisted_180, [3916 vue.createElementVNode("div", _hoisted_181, [3917 vue.withDirectives(vue.createElementVNode("input", {3918 type: "text",3919 class: "form-control",3920 placeholder: "кÑаÑкое наименование",3921 "onUpdate:modelValue": _cache[53] || (_cache[53] = $event => (($props.order.consignor.document.shortName) = $event))3922 }, null, 512 /* NEED_PATCH */), [3923 [vue.vModelText, $props.order.consignor.document.shortName]3924 ])3925 ])3926 ]),3927 vue.createElementVNode("div", _hoisted_182, [3928 vue.createElementVNode("div", _hoisted_183, [3929 vue.withDirectives(vue.createElementVNode("input", {3930 type: "text",3931 class: "form-control",3932 placeholder: "ÑеÑиÑ",3933 "onUpdate:modelValue": _cache[54] || (_cache[54] = $event => (($props.order.consignor.document.series) = $event))3934 }, null, 512 /* NEED_PATCH */), [3935 [vue.vModelText, $props.order.consignor.document.series]3936 ])3937 ]),3938 vue.createElementVNode("div", _hoisted_184, [3939 vue.withDirectives(vue.createElementVNode("input", {3940 type: "text",3941 class: "form-control",3942 placeholder: "номеÑ",3943 "onUpdate:modelValue": _cache[55] || (_cache[55] = $event => (($props.order.consignor.document.num) = $event))3944 }, null, 512 /* NEED_PATCH */), [3945 [vue.vModelText, $props.order.consignor.document.num]3946 ])3947 ]),3948 vue.createElementVNode("div", _hoisted_185, [3949 vue.withDirectives(vue.createElementVNode("input", {3950 type: "text",3951 class: "form-control",3952 placeholder: "даÑа вÑдаÑи",3953 "onUpdate:modelValue": _cache[56] || (_cache[56] = $event => (($props.order.consignor.document.dateRelease) = $event))3954 }, null, 512 /* NEED_PATCH */), [3955 [vue.vModelText, $props.order.consignor.document.dateRelease]3956 ])3957 ])3958 ]),3959 vue.createElementVNode("div", _hoisted_186, [3960 vue.createElementVNode("div", _hoisted_187, [3961 vue.withDirectives(vue.createElementVNode("input", {3962 type: "text",3963 class: "form-control",3964 placeholder: "Ðод подÑазделениÑ",3965 "onUpdate:modelValue": _cache[57] || (_cache[57] = $event => (($props.order.consignor.document.divisionCode) = $event))3966 }, null, 512 /* NEED_PATCH */), [3967 [vue.vModelText, $props.order.consignor.document.divisionCode]3968 ])3969 ])3970 ])3971 ]),3972 vue.createElementVNode("div", _hoisted_188, [3973 vue.createElementVNode("div", _hoisted_189, [3974 vue.createElementVNode("div", _hoisted_190, [3975 vue.withDirectives(vue.createElementVNode("input", {3976 type: "text",3977 class: "form-control",3978 placeholder: "наименование оÑганизаÑии, вÑдавÑей докÑменÑ",3979 "onUpdate:modelValue": _cache[58] || (_cache[58] = $event => (($props.order.consignor.document.issuedBy) = $event))3980 }, null, 512 /* NEED_PATCH */), [3981 [vue.vModelText, $props.order.consignor.document.issuedBy]3982 ])3983 ])3984 ])3985 ])3986 ])3987 ])3988 ])3989 ])3990 ], 512 /* NEED_PATCH */), [3991 [vue.vShow, $data.sender]3992 ])3993 ])3994 ]),3995 vue.createCommentVNode("endregion"),3996 vue.createCommentVNode("Region ÑÐ»ÐµÐ¼ÐµÐ½Ñ Ñ Ð¸Ð½Ð´Ð¸Ð²Ð¸Ð´ÑалÑной инÑоÑмаÑией о полÑÑаÑеле"),3997 vue.createElementVNode("div", _hoisted_191, [3998 vue.createElementVNode("div", _hoisted_192, [3999 vue.createElementVNode("button", _hoisted_193, [4000 vue.createElementVNode("div", {4001 class: "collapsing-block d-flex justify-content-between",4002 onClick: _cache[59] || (_cache[59] = $event => ($data.recipient = !$data.recipient))4003 }, _hoisted_195)4004 ]),4005 vue.withDirectives(vue.createElementVNode("div", null, [4006 vue.createElementVNode("div", _hoisted_196, [4007 vue.createElementVNode("div", _hoisted_197, [4008 vue.createElementVNode("div", _hoisted_198, [4009 vue.createElementVNode("form", _hoisted_199, [4010 vue.createElementVNode("div", _hoisted_200, [4011 vue.createElementVNode("div", _hoisted_201, [4012 vue.withDirectives(vue.createElementVNode("input", {4013 type: "text",4014 class: "form-control",4015 placeholder: "",4016 "onUpdate:modelValue": _cache[60] || (_cache[60] = $event => (($props.order.consignee.fullName) = $event))4017 }, null, 512 /* NEED_PATCH */), [4018 [vue.vModelText, $props.order.consignee.fullName]4019 ])4020 ])4021 ]),4022 vue.createElementVNode("div", _hoisted_202, [4023 vue.createElementVNode("div", _hoisted_203, [4024 vue.withDirectives(vue.createElementVNode("input", {4025 type: "text",4026 class: "form-control",4027 "onUpdate:modelValue": _cache[61] || (_cache[61] = $event => (($props.order.consignee.countryCode) = $event))4028 }, null, 512 /* NEED_PATCH */), [4029 [vue.vModelText, $props.order.consignee.countryCode]4030 ])4031 ])4032 ]),4033 _hoisted_204,4034 vue.createElementVNode("div", _hoisted_205, [4035 vue.createElementVNode("div", _hoisted_206, [4036 vue.createElementVNode("input", {4037 type: "checkbox",4038 class: "form-check-input",4039 checked: $props.order.consignee.isDeclarant4040 }, null, 8 /* PROPS */, _hoisted_207)4041 ]),4042 _hoisted_2084043 ])4044 ]),4045 vue.createElementVNode("div", _hoisted_209, [4046 vue.createElementVNode("div", _hoisted_210, [4047 vue.createElementVNode("div", _hoisted_211, [4048 _hoisted_212,4049 vue.createElementVNode("div", _hoisted_213, [4050 vue.withDirectives(vue.createElementVNode("input", {4051 type: "text",4052 class: "form-control",4053 "onUpdate:modelValue": _cache[62] || (_cache[62] = $event => (($props.order.consignee.OGRN) = $event))4054 }, null, 512 /* NEED_PATCH */), [4055 [vue.vModelText, $props.order.consignee.OGRN]4056 ])4057 ])4058 ]),4059 vue.createElementVNode("div", _hoisted_214, [4060 _hoisted_215,4061 vue.createElementVNode("div", _hoisted_216, [4062 vue.withDirectives(vue.createElementVNode("input", {4063 type: "text",4064 class: "form-control",4065 "onUpdate:modelValue": _cache[63] || (_cache[63] = $event => (($props.order.consignee.INN) = $event))4066 }, null, 512 /* NEED_PATCH */), [4067 [vue.vModelText, $props.order.consignee.INN]4068 ])4069 ])4070 ]),4071 vue.createElementVNode("div", _hoisted_217, [4072 _hoisted_218,4073 vue.createElementVNode("div", _hoisted_219, [4074 vue.withDirectives(vue.createElementVNode("input", {4075 type: "text",4076 class: "form-control",4077 "onUpdate:modelValue": _cache[64] || (_cache[64] = $event => (($props.order.consignee.KPP) = $event))4078 }, null, 512 /* NEED_PATCH */), [4079 [vue.vModelText, $props.order.consignee.KPP]4080 ])4081 ])4082 ])4083 ]),4084 vue.createElementVNode("div", _hoisted_220, [4085 vue.createElementVNode("div", _hoisted_221, [4086 vue.withDirectives(vue.createElementVNode("input", {4087 class: "form-control",4088 type: "text",4089 placeholder: "Ð½Ð¾Ð¼ÐµÑ ÑелеÑона",4090 "onUpdate:modelValue": _cache[65] || (_cache[65] = $event => (($props.order.consignee.phone) = $event))4091 }, null, 512 /* NEED_PATCH */), [4092 [vue.vModelText, $props.order.consignee.phone]4093 ])4094 ]),4095 vue.createElementVNode("div", _hoisted_222, [4096 vue.withDirectives(vue.createElementVNode("input", {4097 class: "form-control",4098 type: "text",4099 placeholder: "адÑÐµÑ Ñл.поÑÑÑ",4100 "onUpdate:modelValue": _cache[66] || (_cache[66] = $event => (($props.order.consignee.email) = $event))4101 }, null, 512 /* NEED_PATCH */), [4102 [vue.vModelText, $props.order.consignee.email]4103 ])4104 ])4105 ])4106 ])4107 ])4108 ]),4109 vue.createElementVNode("div", _hoisted_223, [4110 vue.createElementVNode("div", _hoisted_224, [4111 _hoisted_225,4112 vue.createElementVNode("div", _hoisted_226, [4113 vue.createElementVNode("div", _hoisted_227, [4114 vue.createElementVNode("div", _hoisted_228, [4115 vue.createElementVNode("div", _hoisted_229, [4116 vue.createElementVNode("div", _hoisted_230, [4117 vue.withDirectives(vue.createElementVNode("input", {4118 type: "text",4119 class: "form-control",4120 placeholder: "ÑзÑк",4121 "onUpdate:modelValue": _cache[67] || (_cache[67] = $event => (($props.order.consignee.language) = $event))4122 }, null, 512 /* NEED_PATCH */), [4123 [vue.vModelText, $props.order.consignee.language]4124 ])4125 ])4126 ]),4127 vue.createElementVNode("div", _hoisted_231, [4128 vue.createElementVNode("div", _hoisted_232, [4129 vue.withDirectives(vue.createElementVNode("input", {4130 type: "text",4131 class: "form-control",4132 placeholder: "ÑÑÑана",4133 "onUpdate:modelValue": _cache[68] || (_cache[68] = $event => (($props.order.consignee.country) = $event))4134 }, null, 512 /* NEED_PATCH */), [4135 [vue.vModelText, $props.order.consignee.country]4136 ])4137 ])4138 ]),4139 vue.createElementVNode("div", _hoisted_233, [4140 vue.createElementVNode("div", _hoisted_234, [4141 vue.withDirectives(vue.createElementVNode("input", {4142 type: "text",4143 class: "form-control",4144 placeholder: "поÑÑовÑй индекÑ",4145 "onUpdate:modelValue": _cache[69] || (_cache[69] = $event => (($props.order.consignee.mailIndex) = $event))4146 }, null, 512 /* NEED_PATCH */), [4147 [vue.vModelText, $props.order.consignee.mailIndex]4148 ])4149 ])4150 ]),4151 vue.createElementVNode("div", _hoisted_235, [4152 vue.createElementVNode("div", _hoisted_236, [4153 vue.withDirectives(vue.createElementVNode("input", {4154 type: "text",4155 class: "form-control",4156 placeholder: "облаÑÑÑ (Ñегион, ÑÑаÑ, пÑовинÑиÑ)",4157 "onUpdate:modelValue": _cache[70] || (_cache[70] = $event => (($props.order.consignee.region) = $event))4158 }, null, 512 /* NEED_PATCH */), [4159 [vue.vModelText, $props.order.consignee.region]4160 ])4161 ])4162 ])4163 ]),4164 vue.createElementVNode("div", _hoisted_237, [4165 vue.createElementVNode("div", _hoisted_238, [4166 vue.createElementVNode("div", _hoisted_239, [4167 vue.withDirectives(vue.createElementVNode("input", {4168 type: "text",4169 class: "form-control",4170 placeholder: "Ñайон",4171 "onUpdate:modelValue": _cache[71] || (_cache[71] = $event => (($props.order.consignee.area) = $event))4172 }, null, 512 /* NEED_PATCH */), [4173 [vue.vModelText, $props.order.consignee.area]4174 ])4175 ])4176 ]),4177 vue.createElementVNode("div", _hoisted_240, [4178 vue.createElementVNode("div", _hoisted_241, [4179 vue.withDirectives(vue.createElementVNode("input", {4180 type: "text",4181 class: "form-control",4182 placeholder: "гоÑод",4183 "onUpdate:modelValue": _cache[72] || (_cache[72] = $event => (($props.order.consignee.city) = $event))4184 }, null, 512 /* NEED_PATCH */), [4185 [vue.vModelText, $props.order.consignee.city]4186 ])4187 ])4188 ]),4189 vue.createElementVNode("div", _hoisted_242, [4190 vue.createElementVNode("div", _hoisted_243, [4191 vue.withDirectives(vue.createElementVNode("input", {4192 type: "text",4193 class: "form-control",4194 placeholder: "наÑелÑннÑй пÑнкÑ",4195 "onUpdate:modelValue": _cache[73] || (_cache[73] = $event => (($props.order.consignee.settlement) = $event))4196 }, null, 512 /* NEED_PATCH */), [4197 [vue.vModelText, $props.order.consignee.settlement]4198 ])4199 ])4200 ])4201 ]),4202 vue.createElementVNode("div", _hoisted_244, [4203 vue.createElementVNode("div", _hoisted_245, [4204 vue.createElementVNode("div", _hoisted_246, [4205 vue.withDirectives(vue.createElementVNode("input", {4206 type: "text",4207 class: "form-control",4208 placeholder: "ÑлиÑа",4209 "onUpdate:modelValue": _cache[74] || (_cache[74] = $event => (($props.order.consignee.address) = $event))4210 }, null, 512 /* NEED_PATCH */), [4211 [vue.vModelText, $props.order.consignee.address]4212 ])4213 ])4214 ]),4215 vue.createElementVNode("div", _hoisted_247, [4216 vue.createElementVNode("div", _hoisted_248, [4217 vue.withDirectives(vue.createElementVNode("input", {4218 type: "text",4219 class: "form-control",4220 placeholder: "дом, коÑпÑÑ, ÑÑÑоение",4221 "onUpdate:modelValue": _cache[75] || (_cache[75] = $event => (($props.order.consignee.house) = $event))4222 }, null, 512 /* NEED_PATCH */), [4223 [vue.vModelText, $props.order.consignee.house]4224 ])4225 ])4226 ]),4227 vue.createElementVNode("div", _hoisted_249, [4228 vue.createElementVNode("div", _hoisted_250, [4229 vue.withDirectives(vue.createElementVNode("input", {4230 type: "text",4231 class: "form-control",4232 placeholder: "оÑиÑ/кваÑÑиÑа",4233 "onUpdate:modelValue": _cache[76] || (_cache[76] = $event => (($props.order.consignee.office) = $event))4234 }, null, 512 /* NEED_PATCH */), [4235 [vue.vModelText, $props.order.consignee.office]4236 ])4237 ])4238 ]),4239 vue.createElementVNode("div", _hoisted_251, [4240 vue.createElementVNode("div", _hoisted_252, [4241 vue.withDirectives(vue.createElementVNode("input", {4242 type: "text",4243 class: "form-control",4244 placeholder: "Ð½Ð¾Ð¼ÐµÑ Ð°/Ñ",4245 "onUpdate:modelValue": _cache[77] || (_cache[77] = $event => (($props.order.consignee.officeLetter) = $event))4246 }, null, 512 /* NEED_PATCH */), [4247 [vue.vModelText, $props.order.consignee.officeLetter]4248 ])4249 ])4250 ])4251 ]),4252 vue.createElementVNode("div", _hoisted_253, [4253 vue.createElementVNode("div", _hoisted_254, [4254 vue.createElementVNode("div", _hoisted_255, [4255 vue.withDirectives(vue.createElementVNode("input", {4256 type: "text",4257 class: "form-control",4258 placeholder: "Ð½Ð°Ð±Ð¾Ñ ÑлеменÑов адÑеÑа, пÑедÑÑавленнÑÑ
в Ñвободной ÑоÑме в виде ÑекÑÑа",4259 "onUpdate:modelValue": _cache[78] || (_cache[78] = $event => (($props.order.consignee.fullAddress) = $event))4260 }, null, 512 /* NEED_PATCH */), [4261 [vue.vModelText, $props.order.consignee.fullAddress]4262 ])4263 ])4264 ])4265 ])4266 ])4267 ])4268 ])4269 ]),4270 vue.createElementVNode("div", _hoisted_256, [4271 vue.createElementVNode("div", _hoisted_257, [4272 _hoisted_258,4273 vue.createElementVNode("div", _hoisted_259, [4274 vue.createElementVNode("div", _hoisted_260, [4275 vue.createElementVNode("div", _hoisted_261, [4276 vue.createElementVNode("div", _hoisted_262, [4277 vue.withDirectives(vue.createElementVNode("input", {4278 type: "text",4279 class: "form-control",4280 placeholder: "ÑÑÑ",4281 "onUpdate:modelValue": _cache[79] || (_cache[79] = $event => (($props.order.consignee.document.country) = $event))4282 }, null, 512 /* NEED_PATCH */), [4283 [vue.vModelText, $props.order.consignee.document.country]4284 ])4285 ])4286 ]),4287 vue.createElementVNode("div", _hoisted_263, [4288 vue.createElementVNode("div", _hoisted_264, [4289 vue.withDirectives(vue.createElementVNode("input", {4290 type: "text",4291 class: "form-control",4292 placeholder: "код вида",4293 "onUpdate:modelValue": _cache[80] || (_cache[80] = $event => (($props.order.consignee.document.code) = $event))4294 }, null, 512 /* NEED_PATCH */), [4295 [vue.vModelText, $props.order.consignee.document.code]4296 ])4297 ])4298 ]),4299 vue.createElementVNode("div", _hoisted_265, [4300 vue.createElementVNode("div", _hoisted_266, [4301 vue.withDirectives(vue.createElementVNode("input", {4302 type: "text",4303 class: "form-control",4304 placeholder: "кÑаÑкое наименование",4305 "onUpdate:modelValue": _cache[81] || (_cache[81] = $event => (($props.order.consignee.document.shortName) = $event))4306 }, null, 512 /* NEED_PATCH */), [4307 [vue.vModelText, $props.order.consignee.document.shortName]4308 ])4309 ])4310 ]),4311 vue.createElementVNode("div", _hoisted_267, [4312 vue.createElementVNode("div", _hoisted_268, [4313 vue.withDirectives(vue.createElementVNode("input", {4314 type: "text",4315 class: "form-control",4316 placeholder: "ÑеÑиÑ",4317 "onUpdate:modelValue": _cache[82] || (_cache[82] = $event => (($props.order.consignee.document.series) = $event))4318 }, null, 512 /* NEED_PATCH */), [4319 [vue.vModelText, $props.order.consignee.document.series]4320 ])4321 ]),4322 vue.createElementVNode("div", _hoisted_269, [4323 vue.withDirectives(vue.createElementVNode("input", {4324 type: "text",4325 class: "form-control",4326 placeholder: "номеÑ",4327 "onUpdate:modelValue": _cache[83] || (_cache[83] = $event => (($props.order.consignee.document.num) = $event))4328 }, null, 512 /* NEED_PATCH */), [4329 [vue.vModelText, $props.order.consignee.document.num]4330 ])4331 ]),4332 vue.createElementVNode("div", _hoisted_270, [4333 vue.withDirectives(vue.createElementVNode("input", {4334 type: "text",4335 class: "form-control",4336 placeholder: "даÑа вÑдаÑи",4337 "onUpdate:modelValue": _cache[84] || (_cache[84] = $event => (($props.order.consignee.document.dateRelease) = $event))4338 }, null, 512 /* NEED_PATCH */), [4339 [vue.vModelText, $props.order.consignee.document.dateRelease]4340 ])4341 ])4342 ]),4343 vue.createElementVNode("div", _hoisted_271, [4344 vue.createElementVNode("div", _hoisted_272, [4345 vue.withDirectives(vue.createElementVNode("input", {4346 type: "text",4347 class: "form-control",4348 placeholder: "Ðод подÑазделениÑ",4349 "onUpdate:modelValue": _cache[85] || (_cache[85] = $event => (($props.order.consignee.document.divisionCode) = $event))4350 }, null, 512 /* NEED_PATCH */), [4351 [vue.vModelText, $props.order.consignee.document.divisionCode]4352 ])4353 ])4354 ])4355 ]),4356 vue.createElementVNode("div", _hoisted_273, [4357 vue.createElementVNode("div", _hoisted_274, [4358 vue.createElementVNode("div", _hoisted_275, [4359 vue.withDirectives(vue.createElementVNode("input", {4360 type: "text",4361 class: "form-control",4362 placeholder: "наименование оÑганизаÑии, вÑдавÑей докÑменÑ",4363 "onUpdate:modelValue": _cache[86] || (_cache[86] = $event => (($props.order.consignee.document.issuedBy) = $event))4364 }, null, 512 /* NEED_PATCH */), [4365 [vue.vModelText, $props.order.consignee.document.issuedBy]4366 ])4367 ])4368 ])4369 ])4370 ])4371 ])4372 ])4373 ])4374 ], 512 /* NEED_PATCH */), [4375 [vue.vShow, $data.recipient]4376 ])4377 ])4378 ])4379 ])4380 ]),4381 vue.createElementVNode("div", _hoisted_276, [4382 vue.createElementVNode("div", {4383 class: "group-panel-label mb-2",4384 onClick: _cache[87] || (_cache[87] = $event => ($data.isGoodsOpen= !$data.isGoodsOpen))4385 }, [4386 _hoisted_277,4387 vue.createElementVNode("div", _hoisted_278, [4388 vue.createElementVNode("i", {4389 class: vue.normalizeClass(["fa-solid fa-caret-right", {'down-rotate': $data.isGoodsOpen}])4390 }, null, 2 /* CLASS */)4391 ])4392 ]),4393 vue.createElementVNode("div", {4394 class: vue.normalizeClass(["group-panel-content", {'open': $data.isGoodsOpen}])4395 }, [4396 (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList($props.goods, (good, index) => {4397 return (vue.openBlock(), vue.createBlock(_component_tsoft_good_information_form, {4398 goodNum: index,4399 good: good.goodInfo,4400 documents: good.documents4401 }, null, 8 /* PROPS */, ["goodNum", "good", "documents"]))4402 }), 256 /* UNKEYED_FRAGMENT */))4403 ], 2 /* CLASS */)4404 ])4405 ], 2 /* CLASS */)4406 ]))4407}4408script$9.render = render$9;4409script$9.__file = "src/components/Form/GoodsAwbInformation.vue";4410var script$8 = {4411 name: "TsoftAdditionalDocumentForm",4412 props: {4413 document: {4414 type: Object,4415 required: true4416 }4417 },4418 data() {4419 return {4420 isDocumentOpen: false4421 };4422 }4423};4424const _withScopeId$2 = n => (vue.pushScopeId("data-v-598fc5a6"),n=n(),vue.popScopeId(),n);4425const _hoisted_1$8 = { class: "doc" };4426const _hoisted_2$7 = /*#__PURE__*/ _withScopeId$2(() => /*#__PURE__*/vue.createElementVNode("p", null, "ÐокÑменÑÑ â", -1 /* HOISTED */));4427const _hoisted_3$7 = { class: "arrow" };4428const _hoisted_4$4 = { class: "optional-inf-block" };4429const _hoisted_5$4 = { class: "product-inner-block" };4430const _hoisted_6$2 = { class: "optional-inf-card" };4431const _hoisted_7$2 = { class: "row" };4432const _hoisted_8$2 = { class: "d-flex" };4433const _hoisted_9$1 = { class: "col-5 d-flex" };4434const _hoisted_10$1 = { class: "col-3 d-flex" };4435const _hoisted_11$1 = { class: "col-8" };4436const _hoisted_12$1 = { class: "input-bg" };4437const _hoisted_13$1 = /*#__PURE__*/ _withScopeId$2(() => /*#__PURE__*/vue.createElementVNode("div", { class: "col-1" }, [4438 /*#__PURE__*/vue.createElementVNode("p", { class: "fs-5 my-0" }, "/")4439], -1 /* HOISTED */));4440const _hoisted_14$1 = { class: "col-3" };4441const _hoisted_15$1 = { class: "input-bg" };4442const _hoisted_16$1 = { class: "col-9 ps-2" };4443const _hoisted_17$1 = { class: "input-bg" };4444const _hoisted_18$1 = { class: "col-7 row" };4445const _hoisted_19$1 = { class: "col-2" };4446const _hoisted_20$1 = { class: "input-bg" };4447const _hoisted_21$1 = { class: "col-3 d-flex" };4448const _hoisted_22$1 = /*#__PURE__*/ _withScopeId$2(() => /*#__PURE__*/vue.createElementVNode("p", { class: "align-bcntr pe-1" }, "оÑ", -1 /* HOISTED */));4449const _hoisted_23$1 = { class: "input-bg" };4450const _hoisted_24$1 = { class: "col-3 d-flex" };4451const _hoisted_25$1 = /*#__PURE__*/ _withScopeId$2(() => /*#__PURE__*/vue.createElementVNode("p", { class: "align-bcntr pe-1" }, "Ñ", -1 /* HOISTED */));4452const _hoisted_26$1 = { class: "input-bg" };4453const _hoisted_27$1 = { class: "col-3 d-flex" };4454const _hoisted_28$1 = /*#__PURE__*/ _withScopeId$2(() => /*#__PURE__*/vue.createElementVNode("p", { class: "align-bcntr pe-1" }, "по", -1 /* HOISTED */));4455const _hoisted_29$1 = { class: "input-bg" };4456const _hoisted_30$1 = { class: "col-1" };4457const _hoisted_31$1 = { class: "input-bg" };4458const _hoisted_32$1 = { class: "row mt-3" };4459const _hoisted_33$1 = { class: "d-flex" };4460const _hoisted_34$1 = { class: "col-5 d-flex" };4461const _hoisted_35$1 = /*#__PURE__*/vue.createStaticVNode("<div class=\"col-2\" data-v-598fc5a6><div class=\"row pe-4\" data-v-598fc5a6><div class=\"col-6\" data-v-598fc5a6><button class=\"btn\" data-v-598fc5a6><i class=\"fa-solid fa-bolt-lightning\" data-v-598fc5a6></i></button></div><div class=\"col-6\" data-v-598fc5a6><button class=\"btn\" data-v-598fc5a6><i class=\"fa-solid fa-folder-open\" data-v-598fc5a6></i></button></div></div><div class=\"row\" data-v-598fc5a6></div></div>", 1);4462const _hoisted_36$1 = { class: "col-10 d-flex" };4463const _hoisted_37$1 = { class: "col-8" };4464const _hoisted_38$1 = { class: "input-bg" };4465const _hoisted_39$1 = { class: "col-4" };4466const _hoisted_40$1 = { class: "input-bg" };4467const _hoisted_41$1 = { class: "col-7 d-flex" };4468const _hoisted_42$1 = { class: "col-4" };4469const _hoisted_43$1 = { class: "input-bg" };4470const _hoisted_44$1 = { class: "col-5" };4471const _hoisted_45$1 = { class: "input-bg" };4472const _hoisted_46$1 = { class: "col-3" };4473const _hoisted_47$1 = { class: "input-bg" };4474const _hoisted_48$1 = { class: "row justify-content-center mt-2" };4475const _hoisted_49$1 = { class: "col-11" };4476const _hoisted_50$1 = /*#__PURE__*/ _withScopeId$2(() => /*#__PURE__*/vue.createElementVNode("div", { class: "" }, [4477 /*#__PURE__*/vue.createElementVNode("p", { class: "align-bcntr" }, " Ð¡Ð²ÐµÐ´ÐµÐ½Ð¸Ñ Ð¾ ÑакÑиÑеÑком пÑедÑÑавлении докÑменÑа ")4478], -1 /* HOISTED */));4479const _hoisted_51$1 = { class: "d-flex" };4480const _hoisted_52$1 = { class: "col-2 d-flex" };4481const _hoisted_53$1 = { class: "input-bg col-4" };4482const _hoisted_54$1 = { class: "input-bg col-8" };4483const _hoisted_55$1 = { class: "col-5 d-flex" };4484const _hoisted_56$1 = /*#__PURE__*/ _withScopeId$2(() => /*#__PURE__*/vue.createElementVNode("div", { class: "align-bcntr" }, [4485 /*#__PURE__*/vue.createElementVNode("p", { class: "col-1 align-bcntr text" }, "ÐТ")4486], -1 /* HOISTED */));4487const _hoisted_57$1 = { class: "col-3" };4488const _hoisted_58$1 = { class: "input-bg" };4489const _hoisted_59$1 = { class: "col-4" };4490const _hoisted_60$1 = { class: "input-bg" };4491const _hoisted_61$1 = { class: "col-3" };4492const _hoisted_62$1 = { class: "input-bg" };4493const _hoisted_63$1 = { class: "col-1" };4494const _hoisted_64$1 = { class: "input-bg" };4495const _hoisted_65$1 = { class: "col-5 d-flex" };4496const _hoisted_66$1 = /*#__PURE__*/ _withScopeId$2(() => /*#__PURE__*/vue.createElementVNode("div", { class: "align-bcntr" }, [4497 /*#__PURE__*/vue.createElementVNode("p", { class: "col-1 align-bcntr" }, "ТС")4498], -1 /* HOISTED */));4499const _hoisted_67$1 = { class: "col-3" };4500const _hoisted_68$1 = { class: "input-bg" };4501const _hoisted_69$1 = { class: "col-4" };4502const _hoisted_70$1 = { class: "input-bg" };4503const _hoisted_71$1 = { class: "col-3" };4504const _hoisted_72$1 = { class: "input-bg" };4505const _hoisted_73$1 = { class: "col-1" };4506const _hoisted_74$1 = { class: "input-bg" };4507const _hoisted_75$1 = { class: "d-flex mt-2" };4508const _hoisted_76$1 = { class: "col-2 d-flex" };4509const _hoisted_77$1 = /*#__PURE__*/ _withScopeId$2(() => /*#__PURE__*/vue.createElementVNode("div", { class: "col-1" }, null, -1 /* HOISTED */));4510const _hoisted_78$1 = /*#__PURE__*/ _withScopeId$2(() => /*#__PURE__*/vue.createElementVNode("div", { class: "col-2 align-bcntr" }, [4511 /*#__PURE__*/vue.createElementVNode("p", { class: "align-bcntr text" }, "TIR")4512], -1 /* HOISTED */));4513const _hoisted_79$1 = { class: "col-2" };4514const _hoisted_80$1 = { class: "input-bg" };4515const _hoisted_81$1 = { class: "col-7" };4516const _hoisted_82$1 = { class: "input-bg" };4517const _hoisted_83$1 = { class: "col-6 d-flex" };4518const _hoisted_84$1 = /*#__PURE__*/ _withScopeId$2(() => /*#__PURE__*/vue.createElementVNode("div", { class: "col-3 align-bcntr" }, [4519 /*#__PURE__*/vue.createElementVNode("p", { class: "align-bcntr text" }, "Ðной докÑменÑ")4520], -1 /* HOISTED */));4521const _hoisted_85$1 = { class: "col-6" };4522const _hoisted_86$1 = { class: "input-bg" };4523const _hoisted_87$1 = { class: "col-3" };4524const _hoisted_88$1 = { class: "input-bg" };4525function render$8(_ctx, _cache, $props, $setup, $data, $options) {4526 return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$8, [4527 vue.createElementVNode("div", {4528 class: "group-panel-label",4529 onClick: _cache[0] || (_cache[0] = $event => ($data.isDocumentOpen = !$data.isDocumentOpen))4530 }, [4531 _hoisted_2$7,4532 vue.createElementVNode("div", _hoisted_3$7, [4533 vue.createElementVNode("span", {4534 class: vue.normalizeClass(["fa-solid fa-caret-right", {'down-rotate': $data.isDocumentOpen}])4535 }, null, 2 /* CLASS */)4536 ])4537 ]),4538 vue.createElementVNode("div", {4539 class: vue.normalizeClass(["group-panel-content doc", {'open': $data.isDocumentOpen}])4540 }, [4541 vue.createElementVNode("div", _hoisted_4$4, [4542 vue.createElementVNode("div", _hoisted_5$4, [4543 vue.createElementVNode("div", _hoisted_6$2, [4544 vue.createElementVNode("div", _hoisted_7$2, [4545 vue.createElementVNode("div", _hoisted_8$2, [4546 vue.createElementVNode("div", _hoisted_9$1, [4547 vue.createElementVNode("div", _hoisted_10$1, [4548 vue.createElementVNode("div", _hoisted_11$1, [4549 vue.createElementVNode("div", _hoisted_12$1, [4550 vue.withDirectives(vue.createElementVNode("input", {4551 type: "text",4552 class: "form-control",4553 "onUpdate:modelValue": _cache[1] || (_cache[1] = $event => (($props.document.typeCode) = $event))4554 }, null, 512 /* NEED_PATCH */), [4555 [vue.vModelText, $props.document.typeCode]4556 ])4557 ])4558 ]),4559 _hoisted_13$1,4560 vue.createElementVNode("div", _hoisted_14$1, [4561 vue.createElementVNode("div", _hoisted_15$1, [4562 vue.withDirectives(vue.createElementVNode("input", {4563 type: "text",4564 class: "form-control",4565 "onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (($props.document.typeCodeCount) = $event))4566 }, null, 512 /* NEED_PATCH */), [4567 [vue.vModelText, $props.document.typeCodeCount]4568 ])4569 ])4570 ])4571 ]),4572 vue.createElementVNode("div", _hoisted_16$1, [4573 vue.createElementVNode("div", _hoisted_17$1, [4574 vue.withDirectives(vue.createElementVNode("input", {4575 type: "text",4576 class: "form-control",4577 "onUpdate:modelValue": _cache[3] || (_cache[3] = $event => (($props.document.type) = $event))4578 }, null, 512 /* NEED_PATCH */), [4579 [vue.vModelText, $props.document.type]4580 ])4581 ])4582 ])4583 ]),4584 vue.createElementVNode("div", _hoisted_18$1, [4585 vue.createElementVNode("div", _hoisted_19$1, [4586 vue.createElementVNode("div", _hoisted_20$1, [4587 vue.withDirectives(vue.createElementVNode("input", {4588 type: "text",4589 class: "form-control",4590 "onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (($props.document.number) = $event))4591 }, null, 512 /* NEED_PATCH */), [4592 [vue.vModelText, $props.document.number]4593 ])4594 ])4595 ]),4596 vue.createElementVNode("div", _hoisted_21$1, [4597 _hoisted_22$1,4598 vue.createElementVNode("div", _hoisted_23$1, [4599 vue.withDirectives(vue.createElementVNode("input", {4600 type: "text",4601 class: "form-control",4602 placeholder: "даÑа",4603 "onUpdate:modelValue": _cache[5] || (_cache[5] = $event => (($props.document.dateRelease) = $event))4604 }, null, 512 /* NEED_PATCH */), [4605 [vue.vModelText, $props.document.dateRelease]4606 ])4607 ])4608 ]),4609 vue.createElementVNode("div", _hoisted_24$1, [4610 _hoisted_25$1,4611 vue.createElementVNode("div", _hoisted_26$1, [4612 vue.withDirectives(vue.createElementVNode("input", {4613 type: "text",4614 class: "form-control",4615 placeholder: "даÑа наÑала",4616 "onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (($props.document.dateStart) = $event))4617 }, null, 512 /* NEED_PATCH */), [4618 [vue.vModelText, $props.document.dateStart]4619 ])4620 ])4621 ]),4622 vue.createElementVNode("div", _hoisted_27$1, [4623 _hoisted_28$1,4624 vue.createElementVNode("div", _hoisted_29$1, [4625 vue.withDirectives(vue.createElementVNode("input", {4626 type: "text",4627 class: "form-control",4628 placeholder: "даÑа оконÑаниÑ",4629 "onUpdate:modelValue": _cache[7] || (_cache[7] = $event => (($props.document.dateEnd) = $event))4630 }, null, 512 /* NEED_PATCH */), [4631 [vue.vModelText, $props.document.dateEnd]4632 ])4633 ])4634 ]),4635 vue.createElementVNode("div", _hoisted_30$1, [4636 vue.createElementVNode("div", _hoisted_31$1, [4637 vue.withDirectives(vue.createElementVNode("input", {4638 type: "text",4639 class: "form-control",4640 "onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (($props.document.fieldUnknown) = $event))4641 }, null, 512 /* NEED_PATCH */), [4642 [vue.vModelText, $props.document.fieldUnknown]4643 ])4644 ])4645 ])4646 ])4647 ])4648 ]),4649 vue.createElementVNode("div", _hoisted_32$1, [4650 vue.createElementVNode("div", _hoisted_33$1, [4651 vue.createElementVNode("div", _hoisted_34$1, [4652 _hoisted_35$1,4653 vue.createElementVNode("div", _hoisted_36$1, [4654 vue.createElementVNode("div", _hoisted_37$1, [4655 vue.createElementVNode("div", _hoisted_38$1, [4656 vue.withDirectives(vue.createElementVNode("input", {4657 type: "text",4658 class: "form-control",4659 placeholder: "Ðолное наименование гоÑÑдаÑÑÑвенной",4660 "onUpdate:modelValue": _cache[9] || (_cache[9] = $event => (($props.document.countryFullName) = $event))4661 }, null, 512 /* NEED_PATCH */), [4662 [vue.vModelText, $props.document.countryFullName]4663 ])4664 ])4665 ]),4666 vue.createElementVNode("div", _hoisted_39$1, [4667 vue.createElementVNode("div", _hoisted_40$1, [4668 vue.withDirectives(vue.createElementVNode("input", {4669 type: "text",4670 class: "form-control",4671 placeholder: "AuthorityId",4672 "onUpdate:modelValue": _cache[10] || (_cache[10] = $event => (($props.document.authorityId) = $event))4673 }, null, 512 /* NEED_PATCH */), [4674 [vue.vModelText, $props.document.authorityId]4675 ])4676 ])4677 ])4678 ])4679 ]),4680 vue.createElementVNode("div", _hoisted_41$1, [4681 vue.createElementVNode("div", _hoisted_42$1, [4682 vue.createElementVNode("div", _hoisted_43$1, [4683 vue.withDirectives(vue.createElementVNode("input", {4684 type: "text",4685 class: "form-control",4686 placeholder: "ÐнÑоÑмаÑионного ÑеÑÑÑÑ",4687 "onUpdate:modelValue": _cache[11] || (_cache[11] = $event => (($props.document.informationSource) = $event))4688 }, null, 512 /* NEED_PATCH */), [4689 [vue.vModelText, $props.document.informationSource]4690 ])4691 ])4692 ]),4693 vue.createElementVNode("div", _hoisted_44$1, [4694 vue.createElementVNode("div", _hoisted_45$1, [4695 vue.withDirectives(vue.createElementVNode("input", {4696 type: "text",4697 class: "form-control",4698 placeholder: "URL",4699 "onUpdate:modelValue": _cache[12] || (_cache[12] = $event => (($props.document.url) = $event))4700 }, null, 512 /* NEED_PATCH */), [4701 [vue.vModelText, $props.document.url]4702 ])4703 ])4704 ]),4705 vue.createElementVNode("div", _hoisted_46$1, [4706 vue.createElementVNode("div", _hoisted_47$1, [4707 vue.withDirectives(vue.createElementVNode("input", {4708 type: "text",4709 class: "form-control",4710 placeholder: "ÐаÑа обÑаÑениÑ",4711 "onUpdate:modelValue": _cache[13] || (_cache[13] = $event => (($props.document.dateUrlAppeal) = $event))4712 }, null, 512 /* NEED_PATCH */), [4713 [vue.vModelText, $props.document.dateUrlAppeal]4714 ])4715 ])4716 ])4717 ])4718 ])4719 ]),4720 vue.createElementVNode("div", _hoisted_48$1, [4721 vue.createElementVNode("div", _hoisted_49$1, [4722 _hoisted_50$1,4723 vue.createElementVNode("div", _hoisted_51$1, [4724 vue.createElementVNode("div", _hoisted_52$1, [4725 vue.createElementVNode("div", _hoisted_53$1, [4726 vue.withDirectives(vue.createElementVNode("input", {4727 type: "text",4728 class: "form-control",4729 "onUpdate:modelValue": _cache[14] || (_cache[14] = $event => (($props.document.unknownField1) = $event))4730 }, null, 512 /* NEED_PATCH */), [4731 [vue.vModelText, $props.document.unknownField1]4732 ])4733 ]),4734 vue.createElementVNode("div", _hoisted_54$1, [4735 vue.withDirectives(vue.createElementVNode("input", {4736 type: "text",4737 class: "form-control",4738 "onUpdate:modelValue": _cache[15] || (_cache[15] = $event => (($props.document.unknownField2) = $event))4739 }, null, 512 /* NEED_PATCH */), [4740 [vue.vModelText, $props.document.unknownField2]4741 ])4742 ])4743 ]),4744 vue.createElementVNode("div", _hoisted_55$1, [4745 _hoisted_56$1,4746 vue.createElementVNode("div", _hoisted_57$1, [4747 vue.createElementVNode("div", _hoisted_58$1, [4748 vue.withDirectives(vue.createElementVNode("input", {4749 type: "text",4750 class: "form-control",4751 "onUpdate:modelValue": _cache[16] || (_cache[16] = $event => (($props.document.unknownField3) = $event))4752 }, null, 512 /* NEED_PATCH */), [4753 [vue.vModelText, $props.document.unknownField3]4754 ])4755 ])4756 ]),4757 vue.createElementVNode("div", _hoisted_59$1, [4758 vue.createElementVNode("div", _hoisted_60$1, [4759 vue.withDirectives(vue.createElementVNode("input", {4760 type: "text",4761 class: "form-control",4762 "onUpdate:modelValue": _cache[17] || (_cache[17] = $event => (($props.document.unknownField4) = $event))4763 }, null, 512 /* NEED_PATCH */), [4764 [vue.vModelText, $props.document.unknownField4]4765 ])4766 ])4767 ]),4768 vue.createElementVNode("div", _hoisted_61$1, [4769 vue.createElementVNode("div", _hoisted_62$1, [4770 vue.withDirectives(vue.createElementVNode("input", {4771 type: "text",4772 class: "form-control",4773 "onUpdate:modelValue": _cache[18] || (_cache[18] = $event => (($props.document.unknownField5) = $event))4774 }, null, 512 /* NEED_PATCH */), [4775 [vue.vModelText, $props.document.unknownField5]4776 ])4777 ])4778 ]),4779 vue.createElementVNode("div", _hoisted_63$1, [4780 vue.createElementVNode("div", _hoisted_64$1, [4781 vue.withDirectives(vue.createElementVNode("input", {4782 type: "text",4783 class: "form-control",4784 "onUpdate:modelValue": _cache[19] || (_cache[19] = $event => (($props.document.unknownField6) = $event))4785 }, null, 512 /* NEED_PATCH */), [4786 [vue.vModelText, $props.document.unknownField6]4787 ])4788 ])4789 ])4790 ]),4791 vue.createElementVNode("div", _hoisted_65$1, [4792 _hoisted_66$1,4793 vue.createElementVNode("div", _hoisted_67$1, [4794 vue.createElementVNode("div", _hoisted_68$1, [4795 vue.withDirectives(vue.createElementVNode("input", {4796 type: "text",4797 class: "form-control",4798 "onUpdate:modelValue": _cache[20] || (_cache[20] = $event => (($props.document.unknownField7) = $event))4799 }, null, 512 /* NEED_PATCH */), [4800 [vue.vModelText, $props.document.unknownField7]4801 ])4802 ])4803 ]),4804 vue.createElementVNode("div", _hoisted_69$1, [4805 vue.createElementVNode("div", _hoisted_70$1, [4806 vue.withDirectives(vue.createElementVNode("input", {4807 type: "text",4808 class: "form-control",4809 "onUpdate:modelValue": _cache[21] || (_cache[21] = $event => (($props.document.unknownField8) = $event))4810 }, null, 512 /* NEED_PATCH */), [4811 [vue.vModelText, $props.document.unknownField8]4812 ])4813 ])4814 ]),4815 vue.createElementVNode("div", _hoisted_71$1, [4816 vue.createElementVNode("div", _hoisted_72$1, [4817 vue.withDirectives(vue.createElementVNode("input", {4818 type: "text",4819 class: "form-control",4820 "onUpdate:modelValue": _cache[22] || (_cache[22] = $event => (($props.document.unknownField9) = $event))4821 }, null, 512 /* NEED_PATCH */), [4822 [vue.vModelText, $props.document.unknownField9]4823 ])4824 ])4825 ]),4826 vue.createElementVNode("div", _hoisted_73$1, [4827 vue.createElementVNode("div", _hoisted_74$1, [4828 vue.withDirectives(vue.createElementVNode("input", {4829 type: "text",4830 class: "form-control",4831 "onUpdate:modelValue": _cache[23] || (_cache[23] = $event => (($props.document.unknownField10) = $event))4832 }, null, 512 /* NEED_PATCH */), [4833 [vue.vModelText, $props.document.unknownField10]4834 ])4835 ])4836 ])4837 ])4838 ]),4839 vue.createElementVNode("div", _hoisted_75$1, [4840 vue.createElementVNode("div", _hoisted_76$1, [4841 _hoisted_77$1,4842 _hoisted_78$1,4843 vue.createElementVNode("div", _hoisted_79$1, [4844 vue.createElementVNode("div", _hoisted_80$1, [4845 vue.withDirectives(vue.createElementVNode("input", {4846 type: "text",4847 class: "form-control",4848 "onUpdate:modelValue": _cache[24] || (_cache[24] = $event => (($props.document.unknownField11) = $event))4849 }, null, 512 /* NEED_PATCH */), [4850 [vue.vModelText, $props.document.unknownField11]4851 ])4852 ])4853 ]),4854 vue.createElementVNode("div", _hoisted_81$1, [4855 vue.createElementVNode("div", _hoisted_82$1, [4856 vue.withDirectives(vue.createElementVNode("input", {4857 type: "text",4858 class: "form-control",4859 "onUpdate:modelValue": _cache[25] || (_cache[25] = $event => (($props.document.unknownField12) = $event))4860 }, null, 512 /* NEED_PATCH */), [4861 [vue.vModelText, $props.document.unknownField12]4862 ])4863 ])4864 ])4865 ]),4866 vue.createElementVNode("div", _hoisted_83$1, [4867 _hoisted_84$1,4868 vue.createElementVNode("div", _hoisted_85$1, [4869 vue.createElementVNode("div", _hoisted_86$1, [4870 vue.withDirectives(vue.createElementVNode("input", {4871 type: "text",4872 class: "form-control",4873 "onUpdate:modelValue": _cache[26] || (_cache[26] = $event => (($props.document.unknownField13) = $event))4874 }, null, 512 /* NEED_PATCH */), [4875 [vue.vModelText, $props.document.unknownField13]4876 ])4877 ])4878 ]),4879 vue.createElementVNode("div", _hoisted_87$1, [4880 vue.createElementVNode("div", _hoisted_88$1, [4881 vue.withDirectives(vue.createElementVNode("input", {4882 type: "text",4883 class: "form-control",4884 "onUpdate:modelValue": _cache[27] || (_cache[27] = $event => (($props.document.unknownField14) = $event))4885 }, null, 512 /* NEED_PATCH */), [4886 [vue.vModelText, $props.document.unknownField14]4887 ])4888 ])4889 ])4890 ])4891 ])4892 ])4893 ])4894 ])4895 ])4896 ])4897 ], 2 /* CLASS */)4898 ]))4899}4900var css_248z$8 = "\n.optional-inf-block > a[data-v-598fc5a6] {\r\n box-sizing: border-box;\r\n font-size: 10px;\n}\n.optional-inf-block p[data-v-598fc5a6] {\r\n font-size: 10px;\n}\n.optional-inf-block label[data-v-598fc5a6] {\r\n font-size: 10px;\n}\n.optional-inf-block[data-v-598fc5a6] {\r\n padding: 0 0 10px;\r\n max-width: 950px;\r\n min-width: 900px;\r\n margin: 0 auto;\n}\n.group-panel-content.doc[data-v-598fc5a6] {\r\n border: 1px solid #c4c4c4;\r\n border-top: unset;\n}\n.text[data-v-598fc5a6] {\r\n font-size: 10px;\n}\r\n";4901styleInject(css_248z$8);4902script$8.render = render$8;4903script$8.__scopeId = "data-v-598fc5a6";4904script$8.__file = "src/components/Form/AdditionalDocument.vue";4905var script$7 = {4906 name: "TsoftGoodInformationForm",4907 data() {4908 return {4909 isGoodOpen: false4910 };4911 },4912 props: {4913 good: {4914 type: Object,4915 required: true4916 },4917 goodNum: {4918 required: true4919 }4920 }4921};4922const _withScopeId$1 = n => (vue.pushScopeId("data-v-d878b218"),n=n(),vue.popScopeId(),n);4923const _hoisted_1$7 = { class: "good" };4924const _hoisted_2$6 = /*#__PURE__*/ _withScopeId$1(() => /*#__PURE__*/vue.createElementVNode("p", null, "Ð¢Ð¾Ð²Ð°Ñ â", -1 /* HOISTED */));4925const _hoisted_3$6 = { class: "arrow" };4926const _hoisted_4$3 = { class: "product-info-block" };4927const _hoisted_5$3 = { class: "product-inner-block" };4928const _hoisted_6$1 = { class: "row" };4929const _hoisted_7$1 = { class: "col-1" };4930const _hoisted_8$1 = { class: "col-9" };4931const _hoisted_9 = { class: "col input-bg" };4932const _hoisted_10 = { class: "col input-bg mt-3" };4933const _hoisted_11 = { class: "col-8" };4934const _hoisted_12 = { class: "input-bg h-100" };4935const _hoisted_13 = { class: "col-3" };4936const _hoisted_14 = { class: "changing-code" };4937const _hoisted_15 = /*#__PURE__*/ _withScopeId$1(() => /*#__PURE__*/vue.createElementVNode("div", { class: "label-block" }, [4938 /*#__PURE__*/vue.createElementVNode("label", { class: "fs-5" }, "Ðод изменений")4939], -1 /* HOISTED */));4940const _hoisted_16 = { class: "col-9 d-flex w-100" };4941const _hoisted_17 = { class: "col input-bg" };4942const _hoisted_18 = { class: "col input-bg" };4943const _hoisted_19 = { class: "col input-bg" };4944const _hoisted_20 = { class: "col input-bg" };4945const _hoisted_21 = { class: "col input-bg" };4946const _hoisted_22 = { class: "col input-bg" };4947const _hoisted_23 = { class: "col input-bg" };4948const _hoisted_24 = /*#__PURE__*/ _withScopeId$1(() => /*#__PURE__*/vue.createElementVNode("button", { class: "btn info-button p-1" }, [4949 /*#__PURE__*/vue.createElementVNode("i", { class: "fa-solid fa-circle-info" })4950], -1 /* HOISTED */));4951const _hoisted_25 = /*#__PURE__*/ _withScopeId$1(() => /*#__PURE__*/vue.createElementVNode("div", { class: "col-2" }, null, -1 /* HOISTED */));4952const _hoisted_26 = { class: "row" };4953const _hoisted_27 = { class: "col-3" };4954const _hoisted_28 = { class: "d-flex" };4955const _hoisted_29 = { class: "col-5" };4956const _hoisted_30 = /*#__PURE__*/ _withScopeId$1(() => /*#__PURE__*/vue.createElementVNode("p", { class: "col-11 align-bcntr" }, "ТРÐÐÐ ÐÐÐС", -1 /* HOISTED */));4957const _hoisted_31 = { class: "col-11 input-bg" };4958const _hoisted_32 = { class: "col-7" };4959const _hoisted_33 = /*#__PURE__*/ _withScopeId$1(() => /*#__PURE__*/vue.createElementVNode("p", { class: "align-bcntr" }, "ÐеÑ, бÑÑÑÑо", -1 /* HOISTED */));4960const _hoisted_34 = { class: "d-flex" };4961const _hoisted_35 = { class: "col-6" };4962const _hoisted_36 = { class: "col input-bg" };4963const _hoisted_37 = { class: "col-6 d-flex" };4964const _hoisted_38 = { class: "col-5" };4965const _hoisted_39 = { class: "col input-bg" };4966const _hoisted_40 = { class: "col-7" };4967const _hoisted_41 = { class: "col input-bg" };4968const _hoisted_42 = { class: "d-flex mt-2" };4969const _hoisted_43 = { class: "col input-bg" };4970const _hoisted_44 = { class: "col-6" };4971const _hoisted_45 = { class: "d-flex" };4972const _hoisted_46 = { class: "col-4" };4973const _hoisted_47 = /*#__PURE__*/ _withScopeId$1(() => /*#__PURE__*/vue.createElementVNode("p", { class: "align-bcntr" }, "ÐеÑ, неÑÑо", -1 /* HOISTED */));4974const _hoisted_48 = { class: "d-flex" };4975const _hoisted_49 = { class: "col-6" };4976const _hoisted_50 = { class: "col input-bg" };4977const _hoisted_51 = { class: "col-6" };4978const _hoisted_52 = { class: "d-flex" };4979const _hoisted_53 = { class: "col-5" };4980const _hoisted_54 = { class: "col input-bg" };4981const _hoisted_55 = { class: "col-7" };4982const _hoisted_56 = { class: "col input-bg" };4983const _hoisted_57 = { class: "col-4" };4984const _hoisted_58 = /*#__PURE__*/ _withScopeId$1(() => /*#__PURE__*/vue.createElementVNode("p", { class: "align-bcntr" }, "ÐолиÑеÑÑво", -1 /* HOISTED */));4985const _hoisted_59 = { class: "d-flex" };4986const _hoisted_60 = { class: "col-5" };4987const _hoisted_61 = { class: "col input-bg" };4988const _hoisted_62 = { class: "col-7" };4989const _hoisted_63 = { class: "d-flex" };4990const _hoisted_64 = { class: "col-5" };4991const _hoisted_65 = { class: "col input-bg" };4992const _hoisted_66 = { class: "col-7" };4993const _hoisted_67 = { class: "col input-bg" };4994const _hoisted_68 = { class: "col-4" };4995const _hoisted_69 = /*#__PURE__*/ _withScopeId$1(() => /*#__PURE__*/vue.createElementVNode("p", { class: "align-bcntr" }, "Ð¢Ð°Ð¼Ð¾Ð¶ÐµÐ½Ð½Ð°Ñ ÑÑоимоÑÑÑ", -1 /* HOISTED */));4996const _hoisted_70 = { class: "d-flex" };4997const _hoisted_71 = { class: "col-7" };4998const _hoisted_72 = { class: "col input-bg" };4999const _hoisted_73 = { class: "col-3" };5000const _hoisted_74 = { class: "d-flex" };5001const _hoisted_75 = { class: "col input-bg" };5002const _hoisted_76 = /*#__PURE__*/ _withScopeId$1(() => /*#__PURE__*/vue.createElementVNode("div", { class: "col-2" }, [5003 /*#__PURE__*/vue.createElementVNode("button", { class: "btn btn-bg-white" }, [5004 /*#__PURE__*/vue.createElementVNode("i", { class: "fa-solid fa-note-sticky" })5005 ])5006], -1 /* HOISTED */));5007const _hoisted_77 = { class: "d-flex mt-2" };5008const _hoisted_78 = { class: "col-6" };5009const _hoisted_79 = { class: "col input-bg" };5010const _hoisted_80 = { class: "col-6 d-flex" };5011const _hoisted_81 = /*#__PURE__*/ _withScopeId$1(() => /*#__PURE__*/vue.createElementVNode("p", { class: "align-bcntr ps-2" }, "ТÑанÑп. ÑаÑÑ
.", -1 /* HOISTED */));5012const _hoisted_82 = { class: "col input-bg" };5013const _hoisted_83 = { class: "col input-bg" };5014const _hoisted_84 = { class: "col-3" };5015const _hoisted_85 = { class: "" };5016const _hoisted_86 = /*#__PURE__*/ _withScopeId$1(() => /*#__PURE__*/vue.createElementVNode("p", { class: "align-bcntr" }, "ФакÑÑÑÐ½Ð°Ñ ÑÑоимоÑÑÑ", -1 /* HOISTED */));5017const _hoisted_87 = { class: "d-flex" };5018const _hoisted_88 = { class: "col-8" };5019const _hoisted_89 = { class: "col input-bg" };5020const _hoisted_90 = { class: "col-4" };5021const _hoisted_91 = { class: "col input-bg" };5022const _hoisted_92 = { class: "d-flex mt-2" };5023const _hoisted_93 = { class: "d-flex" };5024const _hoisted_94 = { class: "col-8" };5025const _hoisted_95 = { class: "col input-bg" };5026const _hoisted_96 = { class: "col-4" };5027const _hoisted_97 = { class: "col input-bg" };5028const _hoisted_98 = { class: "row mt-2" };5029const _hoisted_99 = { class: "col-9 d-flex" };5030const _hoisted_100 = { class: "col-9 d-flex" };5031const _hoisted_101 = { class: "col input-bg" };5032const _hoisted_102 = { class: "col input-bg" };5033const _hoisted_103 = { class: "col-3 d-flex batch-info-anchors" };5034const _hoisted_104 = /*#__PURE__*/vue.createTextVNode("Ð ÐÐС");5035const _hoisted_105 = /*#__PURE__*/vue.createTextVNode("ÐÑедÑеÑÑвÑÑÑий докÑменÑ");5036function render$7(_ctx, _cache, $props, $setup, $data, $options) {5037 const _component_router_link = vue.resolveComponent("router-link");5038 return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$7, [5039 vue.createElementVNode("div", {5040 class: "group-panel-label",5041 onClick: _cache[0] || (_cache[0] = $event => ($data.isGoodOpen = !$data.isGoodOpen))5042 }, [5043 _hoisted_2$6,5044 vue.createElementVNode("div", _hoisted_3$6, [5045 vue.createElementVNode("span", {5046 class: vue.normalizeClass(["fa-solid fa-caret-right", {'down-rotate': $data.isGoodOpen}])5047 }, null, 2 /* CLASS */)5048 ])5049 ]),5050 vue.createElementVNode("div", {5051 class: vue.normalizeClass(["group-panel-content", {'open': $data.isGoodOpen}])5052 }, [5053 vue.createElementVNode("div", _hoisted_4$3, [5054 vue.createElementVNode("div", _hoisted_5$3, [5055 vue.createElementVNode("div", _hoisted_6$1, [5056 vue.createElementVNode("div", _hoisted_7$1, [5057 vue.createElementVNode("div", _hoisted_8$1, [5058 vue.createElementVNode("div", _hoisted_9, [5059 vue.withDirectives(vue.createElementVNode("input", {5060 class: "form-control",5061 type: "text",5062 "onUpdate:modelValue": _cache[1] || (_cache[1] = $event => (($props.good.numeric) = $event))5063 }, null, 512 /* NEED_PATCH */), [5064 [vue.vModelText, $props.good.numeric]5065 ])5066 ]),5067 vue.createElementVNode("div", _hoisted_10, [5068 vue.withDirectives(vue.createElementVNode("input", {5069 class: "form-control",5070 type: "text",5071 "onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (($props.good.totalNumeric) = $event))5072 }, null, 512 /* NEED_PATCH */), [5073 [vue.vModelText, $props.good.totalNumeric]5074 ])5075 ])5076 ])5077 ]),5078 vue.createElementVNode("div", _hoisted_11, [5079 vue.createElementVNode("div", _hoisted_12, [5080 vue.withDirectives(vue.createElementVNode("textarea", {5081 type: "text",5082 class: "form-control h-100",5083 "onUpdate:modelValue": _cache[3] || (_cache[3] = $event => (($props.good.description) = $event))5084 }, null, 512 /* NEED_PATCH */), [5085 [vue.vModelText, $props.good.description]5086 ])5087 ])5088 ]),5089 vue.createElementVNode("div", _hoisted_13, [5090 vue.createElementVNode("div", _hoisted_14, [5091 _hoisted_15,5092 vue.createElementVNode("div", _hoisted_16, [5093 vue.createElementVNode("div", _hoisted_17, [5094 vue.withDirectives(vue.createElementVNode("input", {5095 class: "form-control number-code",5096 type: "number",5097 "onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (($props.good.changeDetailsType.stageChangeCode) = $event))5098 }, null, 512 /* NEED_PATCH */), [5099 [vue.vModelText, $props.good.changeDetailsType.stageChangeCode]5100 ])5101 ]),5102 vue.createElementVNode("div", _hoisted_18, [5103 vue.withDirectives(vue.createElementVNode("input", {5104 class: "form-control number-code",5105 type: "number",5106 "onUpdate:modelValue": _cache[5] || (_cache[5] = $event => (($props.good.changeDetailsType.reasonChangeCode) = $event))5107 }, null, 512 /* NEED_PATCH */), [5108 [vue.vModelText, $props.good.changeDetailsType.reasonChangeCode]5109 ])5110 ]),5111 vue.createElementVNode("div", _hoisted_19, [5112 vue.withDirectives(vue.createElementVNode("input", {5113 class: "form-control number-code",5114 type: "number",5115 "onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (($props.good.changeDetailsType.quantityChangeCode) = $event))5116 }, null, 512 /* NEED_PATCH */), [5117 [vue.vModelText, $props.good.changeDetailsType.quantityChangeCode]5118 ])5119 ]),5120 vue.createElementVNode("div", _hoisted_20, [5121 vue.withDirectives(vue.createElementVNode("input", {5122 class: "form-control number-code",5123 type: "number",5124 "onUpdate:modelValue": _cache[7] || (_cache[7] = $event => (($props.good.changeDetailsType.TNVEDChangeCode) = $event))5125 }, null, 512 /* NEED_PATCH */), [5126 [vue.vModelText, $props.good.changeDetailsType.TNVEDChangeCode]5127 ])5128 ]),5129 vue.createElementVNode("div", _hoisted_21, [5130 vue.withDirectives(vue.createElementVNode("input", {5131 class: "form-control number-code",5132 type: "number",5133 "onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (($props.good.changeDetailsType.customsCostChangeCode) = $event))5134 }, null, 512 /* NEED_PATCH */), [5135 [vue.vModelText, $props.good.changeDetailsType.customsCostChangeCode]5136 ])5137 ]),5138 vue.createElementVNode("div", _hoisted_22, [5139 vue.withDirectives(vue.createElementVNode("input", {5140 class: "form-control number-code",5141 type: "number",5142 "onUpdate:modelValue": _cache[9] || (_cache[9] = $event => (($props.good.changeDetailsType.customsPaymentChangeCode) = $event))5143 }, null, 512 /* NEED_PATCH */), [5144 [vue.vModelText, $props.good.changeDetailsType.customsPaymentChangeCode]5145 ])5146 ]),5147 vue.createElementVNode("div", _hoisted_23, [5148 vue.withDirectives(vue.createElementVNode("input", {5149 class: "form-control number-code",5150 type: "number",5151 "onUpdate:modelValue": _cache[10] || (_cache[10] = $event => (($props.good.changeDetailsType.otherChangeCode) = $event))5152 }, null, 512 /* NEED_PATCH */), [5153 [vue.vModelText, $props.good.changeDetailsType.otherChangeCode]5154 ])5155 ]),5156 _hoisted_245157 ]),5158 _hoisted_255159 ])5160 ])5161 ]),5162 vue.createElementVNode("div", _hoisted_26, [5163 vue.createElementVNode("div", _hoisted_27, [5164 vue.createElementVNode("div", _hoisted_28, [5165 vue.createElementVNode("div", _hoisted_29, [5166 _hoisted_30,5167 vue.createElementVNode("div", _hoisted_31, [5168 vue.withDirectives(vue.createElementVNode("input", {5169 class: "form-control",5170 type: "text",5171 "onUpdate:modelValue": _cache[11] || (_cache[11] = $event => (($props.good.tnved) = $event))5172 }, null, 512 /* NEED_PATCH */), [5173 [vue.vModelText, $props.good.tnved]5174 ])5175 ])5176 ]),5177 vue.createElementVNode("div", _hoisted_32, [5178 _hoisted_33,5179 vue.createElementVNode("div", _hoisted_34, [5180 vue.createElementVNode("div", _hoisted_35, [5181 vue.createElementVNode("div", _hoisted_36, [5182 vue.withDirectives(vue.createElementVNode("input", {5183 class: "form-control",5184 type: "text",5185 "onUpdate:modelValue": _cache[12] || (_cache[12] = $event => (($props.good.grossWeightQuantity) = $event))5186 }, null, 512 /* NEED_PATCH */), [5187 [vue.vModelText, $props.good.grossWeightQuantity]5188 ])5189 ])5190 ]),5191 vue.createElementVNode("div", _hoisted_37, [5192 vue.createElementVNode("div", _hoisted_38, [5193 vue.createElementVNode("div", _hoisted_39, [5194 vue.withDirectives(vue.createElementVNode("input", {5195 class: "form-control",5196 type: "text",5197 "onUpdate:modelValue": _cache[13] || (_cache[13] = $event => (($props.good.goodWeightUnit) = $event))5198 }, null, 512 /* NEED_PATCH */), [5199 [vue.vModelText, $props.good.goodWeightUnit]5200 ])5201 ])5202 ]),5203 vue.createElementVNode("div", _hoisted_40, [5204 vue.createElementVNode("div", _hoisted_41, [5205 vue.withDirectives(vue.createElementVNode("input", {5206 class: "form-control number-code",5207 type: "text",5208 "onUpdate:modelValue": _cache[14] || (_cache[14] = $event => (($props.good.goodWeightUnknown) = $event))5209 }, null, 512 /* NEED_PATCH */), [5210 [vue.vModelText, $props.good.goodWeightUnknown]5211 ])5212 ])5213 ])5214 ])5215 ])5216 ])5217 ]),5218 vue.createElementVNode("div", _hoisted_42, [5219 vue.createElementVNode("div", _hoisted_43, [5220 vue.withDirectives(vue.createElementVNode("input", {5221 class: "form-control",5222 type: "text",5223 placeholder: "наименование ÑоваÑного знака, обÑекÑа авÑоÑÑкого",5224 "onUpdate:modelValue": _cache[15] || (_cache[15] = $event => (($props.good.tradeMark) = $event))5225 }, null, 512 /* NEED_PATCH */), [5226 [vue.vModelText, $props.good.tradeMark]5227 ])5228 ])5229 ])5230 ]),5231 vue.createElementVNode("div", _hoisted_44, [5232 vue.createElementVNode("div", _hoisted_45, [5233 vue.createElementVNode("div", _hoisted_46, [5234 _hoisted_47,5235 vue.createElementVNode("div", _hoisted_48, [5236 vue.createElementVNode("div", _hoisted_49, [5237 vue.createElementVNode("div", _hoisted_50, [5238 vue.withDirectives(vue.createElementVNode("input", {5239 class: "form-control",5240 type: "text",5241 "onUpdate:modelValue": _cache[16] || (_cache[16] = $event => (($props.good.netWeightQuantity) = $event))5242 }, null, 512 /* NEED_PATCH */), [5243 [vue.vModelText, $props.good.netWeightQuantity]5244 ])5245 ])5246 ]),5247 vue.createElementVNode("div", _hoisted_51, [5248 vue.createElementVNode("div", _hoisted_52, [5249 vue.createElementVNode("div", _hoisted_53, [5250 vue.createElementVNode("div", _hoisted_54, [5251 vue.withDirectives(vue.createElementVNode("input", {5252 class: "form-control",5253 type: "text",5254 "onUpdate:modelValue": _cache[17] || (_cache[17] = $event => (($props.good.netWeightUnit) = $event))5255 }, null, 512 /* NEED_PATCH */), [5256 [vue.vModelText, $props.good.netWeightUnit]5257 ])5258 ])5259 ]),5260 vue.createElementVNode("div", _hoisted_55, [5261 vue.createElementVNode("div", _hoisted_56, [5262 vue.withDirectives(vue.createElementVNode("input", {5263 class: "form-control",5264 type: "text",5265 "onUpdate:modelValue": _cache[18] || (_cache[18] = $event => (($props.good.netWeightUnknown) = $event))5266 }, null, 512 /* NEED_PATCH */), [5267 [vue.vModelText, $props.good.netWeightUnknown]5268 ])5269 ])5270 ])5271 ])5272 ])5273 ])5274 ]),5275 vue.createElementVNode("div", _hoisted_57, [5276 _hoisted_58,5277 vue.createElementVNode("div", _hoisted_59, [5278 vue.createElementVNode("div", _hoisted_60, [5279 vue.createElementVNode("div", _hoisted_61, [5280 vue.withDirectives(vue.createElementVNode("input", {5281 class: "form-control",5282 type: "text",5283 "onUpdate:modelValue": _cache[19] || (_cache[19] = $event => (($props.good.goodQuantity) = $event))5284 }, null, 512 /* NEED_PATCH */), [5285 [vue.vModelText, $props.good.goodQuantity]5286 ])5287 ])5288 ]),5289 vue.createElementVNode("div", _hoisted_62, [5290 vue.createElementVNode("div", _hoisted_63, [5291 vue.createElementVNode("div", _hoisted_64, [5292 vue.createElementVNode("div", _hoisted_65, [5293 vue.withDirectives(vue.createElementVNode("input", {5294 class: "form-control",5295 type: "text",5296 "onUpdate:modelValue": _cache[20] || (_cache[20] = $event => (($props.good.goodUnit) = $event))5297 }, null, 512 /* NEED_PATCH */), [5298 [vue.vModelText, $props.good.goodUnit]5299 ])5300 ])5301 ]),5302 vue.createElementVNode("div", _hoisted_66, [5303 vue.createElementVNode("div", _hoisted_67, [5304 vue.withDirectives(vue.createElementVNode("input", {5305 class: "form-control",5306 type: "text",5307 "onUpdate:modelValue": _cache[21] || (_cache[21] = $event => (($props.good.goodUnknown) = $event))5308 }, null, 512 /* NEED_PATCH */), [5309 [vue.vModelText, $props.good.goodUnknown]5310 ])5311 ])5312 ])5313 ])5314 ])5315 ])5316 ]),5317 vue.createElementVNode("div", _hoisted_68, [5318 _hoisted_69,5319 vue.createElementVNode("div", _hoisted_70, [5320 vue.createElementVNode("div", _hoisted_71, [5321 vue.createElementVNode("div", _hoisted_72, [5322 vue.withDirectives(vue.createElementVNode("input", {5323 class: "form-control",5324 type: "text",5325 "onUpdate:modelValue": _cache[22] || (_cache[22] = $event => (($props.good.customsCost) = $event))5326 }, null, 512 /* NEED_PATCH */), [5327 [vue.vModelText, $props.good.customsCost]5328 ])5329 ])5330 ]),5331 vue.createElementVNode("div", _hoisted_73, [5332 vue.createElementVNode("div", _hoisted_74, [5333 vue.createElementVNode("div", _hoisted_75, [5334 vue.withDirectives(vue.createElementVNode("input", {5335 class: "form-control",5336 type: "text",5337 "onUpdate:modelValue": _cache[23] || (_cache[23] = $event => (($props.good.customsCostCurrency) = $event))5338 }, null, 512 /* NEED_PATCH */), [5339 [vue.vModelText, $props.good.customsCostCurrency]5340 ])5341 ])5342 ])5343 ]),5344 _hoisted_765345 ])5346 ])5347 ]),5348 vue.createElementVNode("div", _hoisted_77, [5349 vue.createElementVNode("div", _hoisted_78, [5350 vue.createElementVNode("div", _hoisted_79, [5351 vue.withDirectives(vue.createElementVNode("input", {5352 class: "form-control",5353 type: "text",5354 placeholder: "наименование меÑÑа пÑоиÑÑ
.",5355 "onUpdate:modelValue": _cache[24] || (_cache[24] = $event => (($props.good.productionPlaceName) = $event))5356 }, null, 512 /* NEED_PATCH */), [5357 [vue.vModelText, $props.good.productionPlaceName]5358 ])5359 ])5360 ]),5361 vue.createElementVNode("div", _hoisted_80, [5362 _hoisted_81,5363 vue.createElementVNode("div", _hoisted_82, [5364 vue.withDirectives(vue.createElementVNode("input", {5365 class: "form-control",5366 type: "text",5367 "onUpdate:modelValue": _cache[25] || (_cache[25] = $event => (($props.good.transportCost) = $event))5368 }, null, 512 /* NEED_PATCH */), [5369 [vue.vModelText, $props.good.transportCost]5370 ])5371 ]),5372 vue.createElementVNode("div", _hoisted_83, [5373 vue.withDirectives(vue.createElementVNode("input", {5374 class: "form-control",5375 type: "text",5376 "onUpdate:modelValue": _cache[26] || (_cache[26] = $event => (($props.good.transportCostCurrency) = $event))5377 }, null, 512 /* NEED_PATCH */), [5378 [vue.vModelText, $props.good.transportCostCurrency]5379 ])5380 ])5381 ])5382 ])5383 ]),5384 vue.createElementVNode("div", _hoisted_84, [5385 vue.createElementVNode("div", _hoisted_85, [5386 _hoisted_86,5387 vue.createElementVNode("div", _hoisted_87, [5388 vue.createElementVNode("div", _hoisted_88, [5389 vue.createElementVNode("div", _hoisted_89, [5390 vue.withDirectives(vue.createElementVNode("input", {5391 class: "form-control",5392 type: "text",5393 "onUpdate:modelValue": _cache[27] || (_cache[27] = $event => (($props.good.invoiceValue) = $event))5394 }, null, 512 /* NEED_PATCH */), [5395 [vue.vModelText, $props.good.invoiceValue]5396 ])5397 ])5398 ]),5399 vue.createElementVNode("div", _hoisted_90, [5400 vue.createElementVNode("div", _hoisted_91, [5401 vue.withDirectives(vue.createElementVNode("input", {5402 class: "form-control",5403 type: "text",5404 "onUpdate:modelValue": _cache[28] || (_cache[28] = $event => (($props.good.invoiceValueCurrency) = $event))5405 }, null, 512 /* NEED_PATCH */), [5406 [vue.vModelText, $props.good.invoiceValueCurrency]5407 ])5408 ])5409 ])5410 ])5411 ]),5412 vue.createElementVNode("div", _hoisted_92, [5413 vue.createElementVNode("div", _hoisted_93, [5414 vue.createElementVNode("div", _hoisted_94, [5415 vue.createElementVNode("div", _hoisted_95, [5416 vue.withDirectives(vue.createElementVNode("input", {5417 class: "form-control",5418 type: "text",5419 "onUpdate:modelValue": _cache[29] || (_cache[29] = $event => (($props.good.invoiceValueRus) = $event))5420 }, null, 512 /* NEED_PATCH */), [5421 [vue.vModelText, $props.good.invoiceValueRus]5422 ])5423 ])5424 ]),5425 vue.createElementVNode("div", _hoisted_96, [5426 vue.createElementVNode("div", _hoisted_97, [5427 vue.withDirectives(vue.createElementVNode("input", {5428 class: "form-control",5429 type: "text",5430 "onUpdate:modelValue": _cache[30] || (_cache[30] = $event => (($props.good.invoiceValueRusCurrency) = $event))5431 }, null, 512 /* NEED_PATCH */), [5432 [vue.vModelText, $props.good.invoiceValueRusCurrency]5433 ])5434 ])5435 ])5436 ])5437 ])5438 ])5439 ]),5440 vue.createElementVNode("div", _hoisted_98, [5441 vue.createElementVNode("div", _hoisted_99, [5442 vue.createElementVNode("div", _hoisted_100, [5443 vue.createElementVNode("div", _hoisted_101, [5444 vue.withDirectives(vue.createElementVNode("input", {5445 class: "form-control",5446 type: "text",5447 placeholder: "пÑимеÑание",5448 "onUpdate:modelValue": _cache[31] || (_cache[31] = $event => (($props.good.note) = $event))5449 }, null, 512 /* NEED_PATCH */), [5450 [vue.vModelText, $props.good.note]5451 ])5452 ]),5453 vue.createElementVNode("div", _hoisted_102, [5454 vue.withDirectives(vue.createElementVNode("input", {5455 class: "form-control",5456 type: "text",5457 "onUpdate:modelValue": _cache[32] || (_cache[32] = $event => (($props.good.url) = $event))5458 }, null, 512 /* NEED_PATCH */), [5459 [vue.vModelText, $props.good.url]5460 ])5461 ])5462 ]),5463 vue.createElementVNode("div", _hoisted_103, [5464 vue.createVNode(_component_router_link, {5465 to: { name: 'index' },5466 class: "align-bcntr"5467 }, {5468 default: vue.withCtx(() => [5469 _hoisted_1045470 ]),5471 _: 1 /* STABLE */5472 }),5473 vue.createVNode(_component_router_link, {5474 to: { name: 'index' },5475 class: "align-bcntr"5476 }, {5477 default: vue.withCtx(() => [5478 _hoisted_1055479 ]),5480 _: 1 /* STABLE */5481 })5482 ])5483 ])5484 ])5485 ])5486 ])5487 ], 2 /* CLASS */)5488 ]))5489}5490var css_248z$7 = "\n.product-batch p[data-v-d878b218] {\r\n box-sizing: border-box;\r\n margin: 0;\r\n padding: 0;\r\n font-size: 10px;\n}\n.product-batch label[data-v-d878b218] {\r\n font-size: 10px;\n}\n.product-batch a[data-v-d878b218] {\r\n font-size: 10px;\n}\n.product-info-block p[data-v-d878b218] {\r\n box-sizing: border-box;\r\n margin: 0;\r\n padding: 0;\r\n font-size: 10px;\n}\n.product-info-block label[data-v-d878b218] {\r\n font-size: 10px;\n}\n.product-info-block a[data-v-d878b218] {\r\n font-size: 10px;\n}\n.product-info-block[data-v-d878b218] {\r\n border: 1px solid #c4c4c4;\r\n border-top: unset;\r\n max-width: 950px;\r\n min-width: 900px;\r\n margin: 0 auto;\n}\n.product-info-actions button[data-v-d878b218]:focus {\r\n box-shadow: unset;\n}\n.product-info-actions i[data-v-d878b218]:before {\r\n color: white;\n}\n.product-info-actions .fa-sort-down[data-v-d878b218]:before {\r\n color: black;\n}\r\n";5491styleInject(css_248z$7);5492script$7.render = render$7;5493script$7.__scopeId = "data-v-d878b218";5494script$7.__file = "src/components/Form/GoodInformation.vue";5495var script$6 = {5496 name: "TsoftDeclaration",5497 props: {5498 data: {5499 required: true5500 }5501 },5502 data() {5503 return {5504 isGeneralOpen: false,5505 isOrdersOpen: false,5506 isDocumentOpen: false5507 };5508 },5509 computed: {5510 isDocumentsExist() {5511 return !!Object.keys(this.data.registry.documents).length;5512 },5513 isOrdersExist() {5514 return !!Object.keys(this.data.registry.orders).length;5515 }5516 }5517};5518const _hoisted_1$6 = { class: "forms" };5519const _hoisted_2$5 = /*#__PURE__*/vue.createElementVNode("p", null, "ÐаказÑ", -1 /* HOISTED */);5520const _hoisted_3$5 = { class: "arrow" };5521const _hoisted_4$2 = /*#__PURE__*/vue.createElementVNode("p", null, "ÐокÑменÑÑ", -1 /* HOISTED */);5522const _hoisted_5$2 = { class: "arrow" };5523function render$6(_ctx, _cache, $props, $setup, $data, $options) {5524 const _component_tsoft_general_declaration_form = vue.resolveComponent("tsoft-general-declaration-form");5525 const _component_tsoft_goods_awb_information_form = vue.resolveComponent("tsoft-goods-awb-information-form");5526 const _component_tsoft_additional_document_form = vue.resolveComponent("tsoft-additional-document-form");5527 return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$6, [5528 vue.createElementVNode("div", null, [5529 vue.createVNode(_component_tsoft_general_declaration_form, {5530 "awb-info": this.data.awbInfo,5531 registry: this.data.registry.regInfo5532 }, null, 8 /* PROPS */, ["awb-info", "registry"]),5533 vue.createElementVNode("div", null, [5534 vue.createElementVNode("div", {5535 class: "group-panel-label mb-2",5536 onClick: _cache[0] || (_cache[0] = $event => ($data.isOrdersOpen = !$data.isOrdersOpen))5537 }, [5538 _hoisted_2$5,5539 vue.createElementVNode("div", _hoisted_3$5, [5540 vue.createElementVNode("span", {5541 class: vue.normalizeClass(["fa-solid fa-caret-right", {'down-rotate': $data.isOrdersOpen}])5542 }, null, 2 /* CLASS */)5543 ])5544 ]),5545 vue.createElementVNode("div", {5546 class: vue.normalizeClass(["group-panel-content", {'open': $data.isOrdersOpen}])5547 }, [5548 ($options.isOrdersExist)5549 ? (vue.openBlock(true), vue.createElementBlock(vue.Fragment, { key: 0 }, vue.renderList(this.data.registry.orders, (order, index) => {5550 return (vue.openBlock(), vue.createBlock(_component_tsoft_goods_awb_information_form, {5551 order: order.orderInfo,5552 goods: order.goods,5553 orderNum: index5554 }, null, 8 /* PROPS */, ["order", "goods", "orderNum"]))5555 }), 256 /* UNKEYED_FRAGMENT */))5556 : vue.createCommentVNode("v-if", true)5557 ], 2 /* CLASS */)5558 ]),5559 vue.createElementVNode("div", null, [5560 vue.createElementVNode("div", {5561 class: "group-panel-label mb-2",5562 onClick: _cache[1] || (_cache[1] = $event => ($data.isDocumentOpen = !$data.isDocumentOpen))5563 }, [5564 _hoisted_4$2,5565 vue.createElementVNode("div", _hoisted_5$2, [5566 vue.createElementVNode("span", {5567 class: vue.normalizeClass(["fa-solid fa-caret-right", {'down-rotate': $data.isDocumentOpen}])5568 }, null, 2 /* CLASS */)5569 ])5570 ]),5571 vue.createElementVNode("div", {5572 class: vue.normalizeClass(["group-panel-content", {'open': $data.isDocumentOpen}])5573 }, [5574 ($options.isDocumentsExist)5575 ? (vue.openBlock(true), vue.createElementBlock(vue.Fragment, { key: 0 }, vue.renderList(this.data.registry.documents, (document, index) => {5576 return (vue.openBlock(), vue.createBlock(_component_tsoft_additional_document_form, {5577 key: index,5578 document: document5579 }, null, 8 /* PROPS */, ["document"]))5580 }), 128 /* KEYED_FRAGMENT */))5581 : vue.createCommentVNode("v-if", true)5582 ], 2 /* CLASS */)5583 ])5584 ])5585 ]))5586}5587var css_248z$6 = "\n.common-inf p {\r\n box-sizing: border-box;\r\n margin: 0;\r\n padding: 0;\r\n font-size: 10px;\n}\n.common-inf label {\r\n box-sizing: border-box;\r\n font-size: 10px;\n}\n.arrow {\r\n margin-right: 5px;\r\n margin-top: -3px;\r\n font-size: 20px;\r\n height: 20px;\r\n width: 20px;\n}\n.forms {\r\n padding: 10px;\n}\n.fa-caret-right {\r\n transform: rotate(0deg);\r\n transition: 0.15s;\n}\n.fa-caret-right.down-rotate {\r\n transform: rotate(90deg);\r\n transition: 0.15s;\n}\n.group-panel-label {\r\n width: 100%;\r\n height: 40px;\r\n padding-left: 15px;\r\n padding-top: 7px;\r\n font-weight: bold;\r\n border: 1px solid #c4c4c4;\r\n /*margin-bottom: 1px;*/\r\n display: flex;\r\n justify-content: space-between;\r\n cursor: pointer;\n}\n.group-panel-content {\r\n width: 100%;\r\n height: 0;\r\n overflow: hidden;\r\n opacity: 0;\r\n transition: opacity 0.3s ease-in;\n}\n.goods {\r\n padding-top: 5px;\r\n padding-left: 20px;\n}\n.order {\r\n padding-left: 10px;\r\n margin-bottom: 10px;\n}\n.doc {\r\n padding-left: 10px;\r\n margin-bottom: 10px;\n}\n.good {\r\n padding-left: 10px;\r\n margin-bottom: 10px;\n}\n.group-panel-content.open {\r\n height: auto;\r\n opacity: 1;\r\n transition: opacity 0.3s ease-in;\r\n margin-bottom: 10px;\n}\nli a {\r\n color: black;\r\n text-decoration: unset;\r\n font-size: 14px;\n}\r\n\r\n/*СÑили ÑекÑÑовÑÑ
инпÑÑов*/\n.form-control {\r\n padding: 0 5px 0 3px;\r\n background-color: #e1e1e1;\r\n color: black;\r\n font-weight: bold;\r\n font-size: 16px;\r\n box-shadow: 1px 1px 1px white;\r\n border: 1px solid #afafaf;\n}\n.form-control:focus {\r\n outline: unset;\r\n border: unset;\r\n background-color: #38d9a6;\r\n color: black;\r\n font-weight: bold;\r\n font-size: 16px;\r\n box-shadow: 1px 1px 1px #9f9f9f;\r\n border: 1px solid black;\n}\n.form-control::placeholder {\r\n color: #989898;\r\n font-weight: bold;\r\n font-size: 11px;\r\n padding-left: 10px;\n}\r\n\r\n/*СÑÐ¸Ð»Ñ ÑекбокÑовÑÑ
инпÑÑов*/\n.form-check-input {\r\n background-color: #E67926;\r\n box-shadow: 1px 1px 1px white;\r\n font-size: 10px;\n}\n.form-check-input:checked {\r\n background-color: #0a9167;\r\n box-shadow: unset;\r\n border: unset;\n}\n.form-check-input:focus {\r\n box-shadow: unset;\r\n border: unset;\n}\n.number-code::-webkit-outer-spin-button,\r\n.number-code::-webkit-inner-spin-button {\r\n -webkit-appearance: none;\n}\n.number-code[type='number'] {\r\n -moz-appearance: textfield;\n}\r\n\r\n/*Region СÑили блока деклаÑаÑии*/\n.declaration {\r\n padding: 10px;\r\n border: 1px solid #c4c4c4;\r\n max-width: 950px;\r\n min-width: 900px;\r\n min-height: 660px;\r\n font-size: 10px;\r\n margin: 0 auto;\n}\nh4 {\r\n font-size: 14px;\n}\nh4.declaration-title {\r\n font-size: 14px;\r\n font-weight: bold;\r\n text-align: center;\n}\nh5 {\r\n text-align: center;\r\n font-size: 10px;\n}\n.inf-block {\r\n margin-bottom: 10px;\n}\nlabel {\r\n margin-top: 7px;\n}\n.inputs-group > div {\r\n padding: unset;\r\n min-width: 30px;\r\n margin-right: 7px;\n}\n.form-check-input {\r\n min-width: 20px;\r\n min-height: 20px;\n}\n.sheets-input {\r\n max-width: 70px;\n}\n.certificate-block div:first-child {\r\n padding-left: calc(var(--bs-gutter-x) * 0.5);\n}\n.certificate-block div {\r\n padding: 0;\r\n margin-right: 6px;\n}\r\n\r\n/*СÑÐ¸Ð»Ñ Ð±Ð»Ð¾ÐºÐ¾Ð²-обÑÑÑок Ð´Ð»Ñ <p>*/\n.inf-paragraph {\r\n min-width: 250px;\r\n max-width: 270px;\r\n margin: 5px 0 auto 0;\n}\r\n/**/\n.changing-declaration .inf-block div {\r\n padding: unset;\r\n margin-right: 5px;\n}\n.changing-code {\r\n margin-top: 10px;\n}\r\n\r\n/*ÑÑилÑ, оÑменÑÑÑий ÑÑÑелки в <input type =\"number\"> в Ñазделе \"Ðод изменений\"*/\n.number-code::-webkit-outer-spin-button,\r\n.number-code::-webkit-inner-spin-button {\r\n -webkit-appearance: none;\n}\r\n\r\n/**/\r\n/*СÑили блоков Ñ Ð¸Ð½Ð¿ÑÑами из Ñаздела \"ТоваÑÐ½Ð°Ñ Ð¿Ð°ÑÑиÑ\"*/\n.batch-form {\r\n padding: 0 10px 0 10px;\n}\n.batch-form div:first-child {\r\n padding-left: 0;\n}\n.batch-block {\r\n padding-left: 10px;\n}\n.batch-block div {\r\n padding: 0;\n}\r\n\r\n/**/\r\n/*СÑили \"Сведений об оплаÑе ÑаможеннÑÑ
и инÑÑ
плаÑежей*/\n.payment-information {\r\n width: fit-content;\r\n color: gray;\r\n text-decoration: underline;\r\n font-size: 10px;\n}\n.payment-information:hover {\r\n cursor: pointer;\n}\r\n\r\n/**/\r\n/*СÑили кнопок Ñо ÑкÑÑваÑÑимÑÑ ÐºÐ¾Ð½ÑенÑом*/\n.invoice-button:focus {\r\n box-shadow: unset;\n}\n.invoice-button.collapsed .collapsing-block i {\r\n transform: rotate(180deg);\n}\n.collapsing-block {\r\n background-color: white;\r\n border: 1px solid #c4c4c4;\r\n padding: 5px 10px;\r\n font-weight: bold;\n}\n.collapsing-block span,\r\ni {\r\n font-size: 14px;\n}\r\n\r\n/**/\n.card-body {\r\n background-color: unset;\r\n border: 1px solid #c4c4c4;\n}\n.point-name {\r\n width: fit-content;\r\n margin: auto auto 0;\r\n color: #0D6247;\r\n font-weight: bold;\r\n text-decoration: underline;\n}\n.personal-data div {\r\n padding: 0 0 0 3px;\n}\r\n\r\n/*СÑÐ¸Ð»Ñ Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÐ° \"ТаможеннÑй пÑедÑÑавиÑелÑ\"*/\n.customs-representative {\r\n font-size: 11px;\r\n font-weight: bold;\r\n margin: 0 0 8px;\n}\r\n\r\n/**/\r\n/*СÑили кнопки календаÑÑ*/\n.button-calendar {\r\n background-color: white;\r\n border: unset;\r\n border-radius: 8px;\r\n padding: 1px 5px;\n}\n.button-calendar:focus {\r\n box-shadow: unset;\n}\r\n\r\n/**/\r\n/*СÑÐ¸Ð»Ñ Ð´Ð»Ñ ÑекÑÑа, коÑоÑÑй надо оÑÑенÑÑоваÑÑ Ð²Ð½Ð¸Ð·Ñ Ð¸ поÑеÑедине( пÑименÑеÑÑÑ Ðº ÑодиÑелÑÑÐºÐ¾Ð¼Ñ Ð±Ð»Ð¾ÐºÑ Ð¸ к ÑÑÐ³Ñ <p>*/\n.align-bcntr {\r\n display: flex;\r\n margin: 5px auto 0;\n}\r\n\r\n/*СÑили блока инÑоÑмаÑии о ÑоваÑной паÑÑии*/\n.product-batch {\r\n padding: 0 0 10px;\r\n border: 1px solid #c4c4c4;\r\n border-top:unset;\r\n max-width: 950px;\r\n min-width: 900px;\r\n margin: 0 auto;\n}\r\n\r\n/*СÑÐ¸Ð»Ñ Ñинего Ñ
ÑдеÑа Ñ ÐºÐ½Ð¾Ð¿ÐºÐ°Ð¼Ð¸ */\n.product-batch-header {\r\n padding: 0 10px;\r\n background-color: #3274dd;\r\n box-shadow: inset 1px 1px 6px 0 #0d3195;\r\n color: white;\n}\n.batch-button:focus {\r\n box-shadow: unset;\n}\n.batch-button i:before {\r\n color: white;\n}\n.batch-button:last-child i {\r\n transform: rotate(180deg);\n}\r\n\r\n/**/\n.product-inner-block {\r\n padding: 10px;\n}\n.fs-12 {\r\n font-size: 12px;\n}\r\n\r\n/*СÑÐ¸Ð»Ñ ÐºÐ½Ð¾Ð¿ÐºÐ¸ \"инÑеÑнеÑ-магазин\", коÑоÑÐ°Ñ Ð½Ð°Ñ
одиÑÑÑ Ð² ÑлеменÑе Ñ Ð¾Ð±Ñей инÑоÑмаÑией о паÑÑии*/\n.new-window-button {\r\n background-color: white;\r\n border-radius: 5px;\r\n padding: 1px 5px;\n}\n.new-window-button:hover {\r\n box-shadow: unset;\n}\n.new-window-button:focus {\r\n box-shadow: unset;\n}\n.new-window-button i {\r\n font-size: 15px;\r\n color: #3274dd;\n}\r\n\r\n/**/\r\n\r\n/*СÑили гÑÑÐ¿Ð¿Ñ ÑеÑÑÑ
ÑÑÑлок в ÑлеменÑе Ñ Ð¾Ð±Ñей инÑоÑмаÑией о паÑÑии*/\n.batch-info-anchors > a, router-link {\r\n display: block;\r\n color: gray;\r\n text-decoration: underline;\r\n margin-bottom: 3px;\n}\n.batch-info-anchors router-link:hover {\r\n color: blue;\r\n cursor: pointer;\n}\n.btn-bg-white {\r\n background-color: white;\r\n border-radius: 5px;\r\n padding: 1px 5px;\n}\n.btn-bg-white:focus {\r\n box-shadow: unset;\n}\n.fa-note-sticky {\r\n font-size: 16px;\n}\r\n\r\n";5588styleInject(css_248z$6);5589script$6.render = render$6;5590script$6.__file = "src/components/Declaration/Declaration.vue";5591var script$5 = {5592 name: "TsoftLeftmenuGoods",5593 props: {5594 treeGoods: {5595 type: Object,5596 required: true,5597 }5598 },5599};5600const _hoisted_1$5 = { class: "sidebar me-3" };5601const _hoisted_2$4 = { id: "goodsList" };5602const _hoisted_3$4 = { href: "#declaration" };5603function render$5(_ctx, _cache, $props, $setup, $data, $options) {5604 return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$5, [5605 vue.createElementVNode("ol", _hoisted_2$4, [5606 vue.createElementVNode("li", null, [5607 vue.createElementVNode("a", _hoisted_3$4, vue.toDisplayString($props.treeGoods.title), 1 /* TEXT */)5608 ]),5609 (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList($props.treeGoods.goods, (good, index) => {5610 return (vue.openBlock(), vue.createElementBlock("li", { key: index }, vue.toDisplayString(good), 1 /* TEXT */))5611 }), 128 /* KEYED_FRAGMENT */))5612 ])5613 ]))5614}5615var css_248z$5 = "\n.sidebar[data-v-6ebd9650] {\r\n height: fit-content;\r\n min-width: 300px;\r\n margin-top: 10px;\n}\n.form-switch .form-check-input[data-v-6ebd9650] {\r\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e\")\n}\n.goods-switcher-block[data-v-6ebd9650] {\r\n padding: 2px 0 0;\r\n margin: 0 10px;\n}\n.goods-menu-switcher[data-v-6ebd9650] {\r\n width: 50px;\r\n background-color: #E67926;\r\n box-shadow: unset;\r\n border: unset;\r\n margin: 0;\n}\n.goods-icon[data-v-6ebd9650] {\r\n color: gray;\r\n font-size: 18px;\n}\n.tree-icon[data-v-6ebd9650] {\r\n color: gray;\r\n font-size: 18px;\n}\n.goods-menu-switcher[data-v-6ebd9650]:checked {\r\n background-color: #0D6247;\n}\n.goods-menu-switcher[data-v-6ebd9650]:hover {\r\n cursor: pointer;\n}\n.goods-icon.active[data-v-6ebd9650] {\r\n color: #0D6247;\n}\n.tree-icon.active[data-v-6ebd9650] {\r\n color: #E67926;\n}\nli a[data-v-6ebd9650] {\r\n color: black;\r\n text-decoration: unset;\r\n font-size: 14px;\n}\r\n";5616styleInject(css_248z$5);5617script$5.render = render$5;5618script$5.__scopeId = "data-v-6ebd9650";5619script$5.__file = "src/components/Menu/LeftMenuGoods.vue";5620var script$4 = {5621 name: "TsoftInstrumentsMenu",5622 props: {5623 instruments: {5624 type: Object,5625 required: true5626 },5627 instrumentSettings: {5628 type: Object,5629 required: true5630 }5631 },5632 computed: {5633 isInstrumentsExist() {5634 return !!Object.keys(this.instruments).length;5635 }5636 },5637 mounted() {5638 console.log(this.instrumentSettings);5639 }5640};5641const _hoisted_1$4 = ["onClick", "title"];5642function render$4(_ctx, _cache, $props, $setup, $data, $options) {5643 return ($options.isInstrumentsExist)5644 ? (vue.openBlock(), vue.createElementBlock("div", {5645 key: 0,5646 class: "d-flex instruments",5647 style: vue.normalizeStyle({'justify-content': $props.instrumentSettings.position})5648 }, [5649 (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList($props.instruments, (instrument, index) => {5650 return (vue.openBlock(), vue.createElementBlock("div", { key: index }, [5651 vue.createElementVNode("button", {5652 class: "instrument-btn btn",5653 type: "button",5654 onClick: $event => (_ctx.$emit('action', instrument.action)),5655 title: instrument.name5656 }, [5657 vue.createElementVNode("i", {5658 class: vue.normalizeClass(instrument.img),5659 style: vue.normalizeStyle({'font-size': $props.instrumentSettings.fontSize})5660 }, null, 6 /* CLASS, STYLE */)5661 ], 8 /* PROPS */, _hoisted_1$4)5662 ]))5663 }), 128 /* KEYED_FRAGMENT */))5664 ], 4 /* STYLE */))5665 : vue.createCommentVNode("v-if", true)5666}5667var css_248z$4 = "\n.instruments[data-v-1012226a] {\r\n margin-top: 10px;\r\n border: 1px solid #c4c4c4;\n}\n.instrument-btn[data-v-1012226a] {\r\n padding-top: 10px\n}\n.instrument-btn[data-v-1012226a]:hover {\r\n color: #E67926;\n}\n.instrument-btn[data-v-1012226a]:focus {\r\n box-shadow: unset;\n}\r\n";5668styleInject(css_248z$4);5669script$4.render = render$4;5670script$4.__scopeId = "data-v-1012226a";5671script$4.__file = "src/components/Menu/InstrumentsMenu.vue";5672var script$3 = {5673 name: "TsoftModalWindow",5674 data() {5675 return {5676 loading: false,5677 isMoving: false,5678 position: {5679 left: null,5680 top: null5681 },5682 size: {5683 height: null,5684 width: null5685 },5686 defaultPosition: {5687 left: "40%",5688 top: "25%"5689 }5690 };5691 },5692 props: {5693 turn: {5694 type: Boolean,5695 required: true5696 },5697 title: {5698 type: String,5699 required: true5700 }5701 },5702 methods: {5703 close() {5704 this.$emit("close");5705 },5706 },5707};5708const _withScopeId = n => (vue.pushScopeId("data-v-477f0afb"),n=n(),vue.popScopeId(),n);5709const _hoisted_1$3 = { class: "modal-window" };5710const _hoisted_2$3 = { class: "wrapper d-flex" };5711const _hoisted_3$3 = { class: "mod-container" };5712const _hoisted_4$1 = { class: "mod-header d-flex" };5713const _hoisted_5$1 = { class: "mod-title" };5714const _hoisted_6 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/vue.createElementVNode("div", { class: "xmark" }, [5715 /*#__PURE__*/vue.createElementVNode("i", { class: "fa-solid fa-xmark" })5716], -1 /* HOISTED */));5717const _hoisted_7 = [5718 _hoisted_65719];5720const _hoisted_8 = { class: "mod-body" };5721function render$3(_ctx, _cache, $props, $setup, $data, $options) {5722 const _component_tsoft_preloader = vue.resolveComponent("tsoft-preloader");5723 return (vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [5724 vue.createCommentVNode("Region Modal "),5725 vue.withDirectives(vue.createElementVNode("div", _hoisted_1$3, [5726 vue.createElementVNode("div", _hoisted_2$3, [5727 vue.createElementVNode("div", _hoisted_3$3, [5728 vue.createElementVNode("div", {5729 class: "mod-block",5730 tabindex: "-1",5731 onKeyup: _cache[2] || (_cache[2] = vue.withKeys((...args) => ($options.close && $options.close(...args)), ["esc"]))5732 }, [5733 vue.createElementVNode("div", _hoisted_4$1, [5734 vue.createElementVNode("span", _hoisted_5$1, vue.toDisplayString($props.title), 1 /* TEXT */),5735 vue.createElementVNode("div", {5736 class: "btn close-modal-button",5737 type: "button",5738 onMousedown: _cache[0] || (_cache[0] = (...args) => ($options.close && $options.close(...args))),5739 onClick: _cache[1] || (_cache[1] = (...args) => ($options.close && $options.close(...args)))...
library.mjs
Source:library.mjs
...106 style: {"transform":"translate3d(0px, 48px, 0px)"},107 onMouseout: _cache[0] || (_cache[0] = (...args) => ($options.stop && $options.stop(...args))),108 onMouseover: _cache[1] || (_cache[1] = (...args) => ($options.moveLeft && $options.moveLeft(...args)))109 }, _hoisted_6$5, 34 /* CLASS, HYDRATE_EVENTS */),110 withDirectives(createElementVNode("div", {111 class: "control-next btn-right",112 id: "tableSliderRight",113 "data-bs-slide": "next",114 style: {"transform":"translate3d(0px, 48px, 0px)"},115 onMouseout: _cache[2] || (_cache[2] = (...args) => ($options.stop && $options.stop(...args))),116 onMouseover: _cache[3] || (_cache[3] = (...args) => ($options.moveRight && $options.moveRight(...args)))117 }, _hoisted_8$5, 544 /* HYDRATE_EVENTS, NEED_PATCH */), [118 [vShow, $options.isPropsEmpty]119 ])120 ]),121 createElementVNode("div", {122 class: "table-responsive table-statuses",123 id: "tableResponsive",124 onScroll: _cache[4] || (_cache[4] = (...args) => ($options.move && $options.move(...args)))125 }, [126 (!$options.isPropsEmpty)127 ? (openBlock(), createBlock(_component_tsoft_preloader, { key: 0 }))128 : (openBlock(), createElementBlock("table", _hoisted_9$4, [129 createElementVNode("thead", null, [130 createElementVNode("tr", null, [131 (openBlock(true), createElementBlock(Fragment, null, renderList($props.titles, (title, index) => {132 return (openBlock(), createElementBlock("td", { key: index }, [133 (index === 'isSelectedAll')134 ? (openBlock(), createElementBlock("input", _hoisted_10$4))135 : (openBlock(), createElementBlock("span", _hoisted_11$4, toDisplayString(title), 1 /* TEXT */))136 ]))137 }), 128 /* KEYED_FRAGMENT */))138 ])139 ]),140 createElementVNode("tbody", null, [141 (openBlock(true), createElementBlock(Fragment, null, renderList($props.rows, (row, index) => {142 return (openBlock(), createElementBlock("tr", {143 class: "document-row",144 key: index145 }, [146 (openBlock(true), createElementBlock(Fragment, null, renderList(row, (value, key) => {147 return (openBlock(), createElementBlock("td", { key: key }, [148 (key === 'uuid')149 ? (openBlock(), createBlock(_component_router_link, {150 key: 0,151 to: {name: 'declaration', params: {reester_id: value}}152 }, {153 default: withCtx(() => [154 createTextVNode(toDisplayString(value), 1 /* TEXT */)155 ]),156 _: 2 /* DYNAMIC */157 }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["to"]))158 : (openBlock(), createElementBlock(Fragment, { key: 1 }, [159 createCommentVNode(" <input class=\"selected-row\" type=\"checkbox\" :checked=\"value\""),160 createCommentVNode(" @change=\"setSelect(index)\""),161 createCommentVNode(" v-else-if=\"key === 'isSelected'\""),162 createCommentVNode(" />"),163 createElementVNode("span", null, toDisplayString(value), 1 /* TEXT */)164 ], 2112 /* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */))165 ]))166 }), 128 /* KEYED_FRAGMENT */))167 ]))168 }), 128 /* KEYED_FRAGMENT */))169 ])170 ]))171 ], 32 /* HYDRATE_EVENTS */)172 ])173 ])174 ]))175}176function styleInject(css, ref) {177 if ( ref === void 0 ) ref = {};178 var insertAt = ref.insertAt;179 if (!css || typeof document === 'undefined') { return; }180 var head = document.head || document.getElementsByTagName('head')[0];181 var style = document.createElement('style');182 style.type = 'text/css';183 if (insertAt === 'top') {184 if (head.firstChild) {185 head.insertBefore(style, head.firstChild);186 } else {187 head.appendChild(style);188 }189 } else {190 head.appendChild(style);191 }192 if (style.styleSheet) {193 style.styleSheet.cssText = css;194 } else {195 style.appendChild(document.createTextNode(css));196 }197}198var css_248z$d = "\n.section[data-v-647119ad] {\r\n position: relative;\n}\na[data-v-647119ad] {\r\n color: #0D6247;\r\n font-weight: bold;\n}\n#tableResponsive[data-v-647119ad] {\r\n background: rgb(253, 253, 253);\r\n border: 1px solid #c4c4c4;\n}\ntable[data-v-647119ad] {\r\n width: 100%;\n}\ntable tr[data-v-647119ad] {\r\n line-height: 20px;\n}\nthead tr > td[data-v-647119ad] {\r\n padding: 5px;\r\n border: 1px solid #2d2d2d;\n}\ntbody tr > td[data-v-647119ad] {\r\n padding: 5px;\r\n border: 1px solid #c4c4c4;\n}\ntbody tr[data-v-647119ad]:first-child {\r\n border-top: unset;\n}\ntbody tr > td[data-v-647119ad]:first-child {\r\n border-left: unset;\n}\ntbody tr > td[data-v-647119ad]:last-child {\r\n border-right: unset;\n}\nthead tr[data-v-647119ad] {\r\n font-weight: bold;\n}\n.content[data-v-647119ad] {\r\n padding: 10px 0 10px 0;\n}\n.tbody td p[data-v-647119ad] {\r\n padding-bottom: 0;\n}\nthead[data-v-647119ad] {\r\n border: unset !important;\n}\nthead th[data-v-647119ad] {\r\n line-height: 0.5rem;\r\n margin-bottom: 10px;\r\n width: auto;\r\n white-space: nowrap;\n}\nth p[data-v-647119ad] {\r\n line-height: 0.5rem;\r\n min-width: 210px;\r\n margin-bottom: 0;\n}\n.tbody tr td[data-v-647119ad] {\r\n padding: 1px;\r\n white-space: nowrap;\n}\n.tbody tr td p[data-v-647119ad] {\r\n margin: 2px;\n}\n.tbody td div[data-v-647119ad] {\r\n white-space: nowrap;\n}\n.tbody tr td span[data-v-647119ad] {\r\n margin: 2px;\r\n white-space: nowrap;\r\n overflow: hidden;\n}\n.table td[data-v-647119ad] {\r\n margin: 0.75rem;\r\n vertical-align: center;\n}\n.table-section[data-v-647119ad] {\r\n padding-top: 200px;\n}\n.table-statuses[data-v-647119ad] {\r\n margin-top: -700px;\n}\n.table-responsive[data-v-647119ad] {\r\n min-height: 645px;\n}\n.slider-block[data-v-647119ad] {\r\n display: flex;\r\n justify-content: space-between;\r\n height: 0;\r\n position: sticky;\r\n top: 200px;\r\n margin-bottom: 500px;\n}\n.control-prev[data-v-647119ad] {\r\n z-index: 1;\r\n width: 50px;\r\n height: 100px;\r\n transition: opacity 200ms ease, margin 200ms ease, height 200ms ease;\r\n -webkit-transform: translate3d(0px, 48px, 0);\r\n -moz-transform: translate3d(0px, 48px, 0);\r\n -ms-transform: translate3d(0px, 48px, 0);\r\n -o-transform: translate3d(0px, 48px, 0);\r\n transform: translate3d(0px, 48px, 0);\r\n will-change: transform;\r\n display: none;\n}\n.control-prev.active[data-v-647119ad] {\r\n display: block;\n}\n.control-prev[data-v-647119ad]:hover {\r\n opacity: 0.8;\n}\n.btn-left[data-v-647119ad] {\r\n background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2042%2081%22%3E%3Cpath%20fill%3D%22%23535c69%22%20opacity%3D%220.3%22%20d%3D%22M0%2C0H1.023A40.977%2C40.977%2C0%2C0%2C1%2C42%2C40.977v0A40.024%2C40.024%2C0%2C0%2C1%2C1.977%2C81H0a0%2C0%2C0%2C0%2C1%2C0%2C0V0A0%2C0%2C0%2C0%2C1%2C0%2C0Z%22/%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M20.8%2C49.09l-8.014-8.576L20.8%2C31.939a0.762%2C0.762%2C0%2C0%2C0%2C0-1.026l-1.563-1.673a0.647%2C0.647%2C0%2C0%2C0-.959%2C0l-8.014%2C8.576h0L8.224%2C40a0.762%2C0.762%2C0%2C0%2C0%2C0%2C1.026L18.28%2C51.788a0.647%2C0.647%2C0%2C0%2C0%2C.959%2C0L20.8%2C50.116A0.761%2C0.761%2C0%2C0%2C0%2C20.8%2C49.09Z%22/%3E%3C/svg%3E) center left no-repeat;\r\n position: absolute;\r\n left: 0;\n}\n.control-next[data-v-647119ad] {\r\n z-index: 1;\r\n width: 50px;\r\n height: 100px;\r\n transition: opacity 200ms ease, margin 200ms ease, height 200ms ease;\r\n -webkit-transform: translate3d(0px, 48px, 0);\r\n -moz-transform: translate3d(0px, 48px, 0);\r\n -ms-transform: translate3d(0px, 48px, 0);\r\n -o-transform: translate3d(0px, 48px, 0);\r\n transform: translate3d(0px, 48px, 0);\r\n will-change: transform;\n}\n.control-next[data-v-647119ad]:hover {\r\n opacity: 0.8;\n}\n.btn-right[data-v-647119ad] {\r\n background: url(data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2042%2081%22%3E%3Cpath%20fill%3D%22%23535c69%22%20opacity%3D%220.3%22%20d%3D%22M40.024%2C0H42a0%2C0%2C0%2C0%2C1%2C0%2C0V81a0%2C0%2C0%2C0%2C1%2C0%2C0H40.977A40.977%2C40.977%2C0%2C0%2C1%2C0%2C40.024v0A40.024%2C40.024%2C0%2C0%2C1%2C40.024%2C0Z%22/%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M20.2%2C31.91l8.014%2C8.576L20.2%2C49.061a0.762%2C0.762%2C0%2C0%2C0%2C0%2C1.026l1.563%2C1.672a0.647%2C0.647%2C0%2C0%2C0%2C.958%2C0l8.014-8.576h0L32.776%2C41a0.762%2C0.762%2C0%2C0%2C0%2C0-1.025L22.72%2C29.212a0.647%2C0.647%2C0%2C0%2C0-.958%2C0L20.2%2C30.885A0.762%2C0.762%2C0%2C0%2C0%2C20.2%2C31.91Z%22/%3E%3C/svg%3E%0A) center right no-repeat;\r\n position: absolute;\r\n right: 0;\n}\n.back-anchor span[data-v-647119ad] {\r\n color: black;\n}\r\n";199styleInject(css_248z$d);200script$g.render = render$g;201script$g.__scopeId = "data-v-647119ad";202script$g.__file = "src/components/Table/Table.vue";203var script$f = {204 name: "node",205 props: {206 node: Object,207 },208};209const _hoisted_1$f = { class: "node-tree" };210const _hoisted_2$e = { class: "label" };211const _hoisted_3$c = { key: 0 };212function render$f(_ctx, _cache, $props, $setup, $data, $options) {213 const _component_node = resolveComponent("node");214 return (openBlock(), createElementBlock("li", _hoisted_1$f, [215 createElementVNode("span", _hoisted_2$e, toDisplayString($props.node.label), 1 /* TEXT */),216 ($props.node.children && $props.node.children.length)217 ? (openBlock(), createElementBlock("ul", _hoisted_3$c, [218 (openBlock(true), createElementBlock(Fragment, null, renderList($props.node.children, (child) => {219 return (openBlock(), createBlock(_component_node, {220 node: child,221 key: child222 }, null, 8 /* PROPS */, ["node"]))223 }), 128 /* KEYED_FRAGMENT */))224 ]))225 : createCommentVNode("v-if", true)226 ]))227}228script$f.render = render$f;229script$f.__file = "src/components/Tree/NodeTreeMenu.vue";230var script$e = {231 props: {232 folders: {233 type: Object234 },235 folderName: {236 type: String237 }238 },239 components: {240 NodeTree: script$f241 }242};243const _hoisted_1$e = { class: "tree" };244const _hoisted_2$d = { class: "tree-list" };245function render$e(_ctx, _cache) {246 const _component_node_tree = resolveComponent("node-tree");247 return (openBlock(), createElementBlock("div", _hoisted_1$e, [248 createElementVNode("ul", _hoisted_2$d, [249 createVNode(_component_node_tree, { node: _ctx.treeData }, null, 8 /* PROPS */, ["node"])250 ])251 ]))252}253var css_248z$c = "\n.tree-list ul {\r\n padding-left: 16px;\r\n margin: 6px 0;\n}\r\n";254styleInject(css_248z$c);255script$e.render = render$e;256script$e.__file = "src/components/Tree/TreeMenu.vue";257var script$d = {258 name: "TreeFile",259 props: {260 filename: {261 required: true,262 },263 },264};265const _withScopeId$4 = n => (pushScopeId("data-v-f314cfaa"),n=n(),popScopeId(),n);266const _hoisted_1$d = { class: "file-row" };267const _hoisted_2$c = { class: "file" };268const _hoisted_3$b = /*#__PURE__*/ _withScopeId$4(() => /*#__PURE__*/createElementVNode("i", { class: "fas fa-file" }, null, -1 /* HOISTED */));269const _hoisted_4$8 = { class: "file-name" };270function render$d(_ctx, _cache, $props, $setup, $data, $options) {271 return (openBlock(), createElementBlock("div", _hoisted_1$d, [272 createElementVNode("div", _hoisted_2$c, [273 _hoisted_3$b,274 createElementVNode("span", _hoisted_4$8, toDisplayString($props.filename), 1 /* TEXT */)275 ])276 ]))277}278var css_248z$b = "\n.file-name[data-v-f314cfaa]:hover {\r\n color: #e67926;\n}\n.fa-file[data-v-f314cfaa] {\r\n color: #252525;\n}\n.file[data-v-f314cfaa] {\r\n margin-left: 18px;\r\n white-space: nowrap;\n}\n.file-name[data-v-f314cfaa] {\r\n margin-left: 9px;\n}\n.file-name[data-v-f314cfaa] {\r\n white-space: nowrap;\r\n cursor: pointer;\n}\r\n";279styleInject(css_248z$b);280script$d.render = render$d;281script$d.__scopeId = "data-v-f314cfaa";282script$d.__file = "src/components/Tree/TreeFile.vue";283var script$c = {284 name: "TreeFolder",285 components: {286 TreeFile: script$d287 },288 props: {289 treeData: {290 type: Object,291 required: false292 }293 },294 methods: {295 toggle(name) {296 this.treeData.folders[name].settings.isOpen297 ? (this.treeData.folders[name].settings.isOpen =298 !this.treeData.folders[name].settings.isOpen)299 : (this.treeData.folders[name].settings.isOpen = true);300 },301 sendName(name) {302 this.$emit('getName', name);303 },304 getName(name) {305 this.$emit('getName', name);306 }307 },308};309const _withScopeId$3 = n => (pushScopeId("data-v-61a6cc5d"),n=n(),popScopeId(),n);310const _hoisted_1$c = { class: "folder-row" };311const _hoisted_2$b = { class: "folder-container" };312const _hoisted_3$a = ["onClick"];313const _hoisted_4$7 = /*#__PURE__*/ _withScopeId$3(() => /*#__PURE__*/createElementVNode("i", { class: "fas fa-folder folder-icon" }, null, -1 /* HOISTED */));314const _hoisted_5$7 = ["onClick"];315function render$c(_ctx, _cache, $props, $setup, $data, $options) {316 const _component_tree_folder = resolveComponent("tree-folder", true);317 const _component_tree_file = resolveComponent("tree-file");318 return (openBlock(), createElementBlock("div", _hoisted_1$c, [319 (openBlock(true), createElementBlock(Fragment, null, renderList(this.treeData.folders, (folder, folderName) => {320 return (openBlock(), createElementBlock("div", {321 class: "folder",322 key: folderName323 }, [324 createElementVNode("div", _hoisted_2$b, [325 createElementVNode("i", {326 class: normalizeClass(["fa-solid fa-angle-right", {'down-rotate': folder.settings.isOpen}]),327 onClick: $event => ($options.toggle(folderName))328 }, null, 10 /* CLASS, PROPS */, _hoisted_3$a),329 _hoisted_4$7,330 createElementVNode("span", {331 class: "folder-name",332 onClick: $event => ($options.sendName(folderName))333 }, toDisplayString(folderName), 9 /* TEXT, PROPS */, _hoisted_5$7)334 ]),335 createElementVNode("div", {336 class: normalizeClass(["file-content", {'content-open': folder.settings.isOpen}])337 }, [338 withDirectives(createVNode(_component_tree_folder, {339 "tree-data": folder,340 onGetName: $options.getName341 }, null, 8 /* PROPS */, ["tree-data", "onGetName"]), [342 [vShow, folder.settings.isOpen]343 ])344 ], 2 /* CLASS */)345 ]))346 }), 128 /* KEYED_FRAGMENT */)),347 (openBlock(true), createElementBlock(Fragment, null, renderList(this.treeData.files, (filename, filetype) => {348 return (openBlock(), createBlock(_component_tree_file, {349 filename: filename,350 key: filetype351 }, null, 8 /* PROPS */, ["filename"]))352 }), 128 /* KEYED_FRAGMENT */))353 ]))354}355var css_248z$a = "\n.toggle-icon[data-v-61a6cc5d] {\r\n height: 16px;\r\n width: 8px;\r\n display: flex;\n}\n.file-content[data-v-61a6cc5d] {\r\n padding-left: 21px;\r\n margin-right: -20px;\r\n height: 0;\r\n overflow: unset;\r\n opacity: 0;\r\n transition: all 0s;\n}\n.content-open[data-v-61a6cc5d] {\r\n height: fit-content;\r\n overflow: unset;\r\n opacity: 1;\r\n transition: all 0.5s;\n}\n.folder-container[data-v-61a6cc5d] {\r\n white-space: nowrap;\n}\n.folder-container.empty[data-v-61a6cc5d] {\r\n margin-left: 15px;\n}\n.folder-row[data-v-61a6cc5d] {\r\n width: fit-content;\n}\n.folder-name[data-v-61a6cc5d] {\r\n white-space: nowrap;\r\n cursor: pointer;\n}\n.folder-name[data-v-61a6cc5d]:hover {\r\n color: #e67926;\n}\n.fa-angle-right[data-v-61a6cc5d] {\r\n color: rgb(190, 190, 190);\r\n margin-right: 7px;\r\n cursor: pointer;\n}\n.fa-angle-right[data-v-61a6cc5d] {\r\n transition: 0.15s;\n}\n.fa-angle-right.down-rotate[data-v-61a6cc5d] {\r\n transform: rotate(90deg);\r\n transition: 0.15s;\n}\n.fa-folder[data-v-61a6cc5d] {\r\n color: #e67926;\r\n margin-right: 7px;\n}\r\n";356styleInject(css_248z$a);357script$c.render = render$c;358script$c.__scopeId = "data-v-61a6cc5d";359script$c.__file = "src/components/Tree/TreeFolder.vue";360var script$b = {361 name: "TsoftLeftmenuFolder",362 components: {363 TreeFolder: script$c,364 },365 props: {366 treeData: {367 required: true,368 },369 },370 methods: {371 getName(name) {372 this.$emit('getName', name);373 }374 },375 computed: {376 folders() {377 return this.treeData ?? false378 }379 }380};381const _hoisted_1$b = { class: "menu-sitemap-tree" };382const _hoisted_2$a = { class: "file-system" };383function render$b(_ctx, _cache, $props, $setup, $data, $options) {384 const _component_tsoft_preloader = resolveComponent("tsoft-preloader");385 const _component_tree_folder = resolveComponent("tree-folder");386 return (openBlock(), createElementBlock("div", _hoisted_1$b, [387 createElementVNode("div", _hoisted_2$a, [388 createVNode(Transition, {389 name: "fade",390 mode: "out-in"391 }, {392 default: withCtx(() => [393 (!$options.folders)394 ? (openBlock(), createBlock(_component_tsoft_preloader, { key: 0 }))395 : (openBlock(), createBlock(_component_tree_folder, {396 key: 1,397 "tree-data": $props.treeData,398 onGetName: $options.getName399 }, null, 8 /* PROPS */, ["tree-data", "onGetName"]))400 ]),401 _: 1 /* STABLE */402 })403 ])404 ]))405}406var css_248z$9 = "\n.menu-sitemap-tree[data-v-647b20c4] {\r\n padding-top: 10px;\r\n padding-bottom: 5px;\r\n height: 660px;\r\n position: sticky;\n}\n.file-system[data-v-647b20c4] {\r\n background: rgb(253, 253, 253);\r\n border: 1px solid #ccc;\r\n padding: 10px;\r\n overflow: auto;\r\n height: 100%;\n}\r\n";407styleInject(css_248z$9);408script$b.render = render$b;409script$b.__scopeId = "data-v-647b20c4";410script$b.__file = "src/components/Menu/LeftmenuFolder.vue";411var script$a = {412 name: "TsoftGeneralDeclarationForm",413 props: {414 awbInfo: {415 required: false416 },417 registry: {418 required: false419 }420 },421 computed: {422 isDeclarationExist() {423 return !!Object.keys(this.registry).length;424 }425 }426};427const _hoisted_1$a = {428 class: "declaration mb-3",429 id: "declaration"430};431const _hoisted_2$9 = { key: 1 };432const _hoisted_3$9 = { class: "common-inf" };433const _hoisted_4$6 = /*#__PURE__*/createElementVNode("div", { class: "row" }, null, -1 /* HOISTED */);434const _hoisted_5$6 = /*#__PURE__*/createElementVNode("div", { class: "row" }, [435 /*#__PURE__*/createElementVNode("div", { class: "inf-block" }, [436 /*#__PURE__*/createElementVNode("h4", { class: "declaration-title" }, " ÐеклаÑаÑÐ¸Ñ Ð½Ð° ÑоваÑÑ Ð¸ паÑÑажиÑÑÐºÐ°Ñ ÑÐ°Ð¼Ð¾Ð¶ÐµÐ½Ð½Ð°Ñ Ð´ÐµÐºÐ»Ð°ÑаÑÐ¸Ñ Ð´Ð»Ñ ÑкÑпÑеÑÑ-гÑÑзов ")437 ])438], -1 /* HOISTED */);439const _hoisted_6$4 = { class: "row" };440const _hoisted_7$4 = { class: "inf-block row col-12 justify-content-between" };441const _hoisted_8$4 = { class: "checkbox-block d-flex col-2" };442const _hoisted_9$3 = { class: "checkbox-bg col-2" };443const _hoisted_10$3 = ["checked"];444const _hoisted_11$3 = /*#__PURE__*/createElementVNode("div", { class: "label-block col-4" }, [445 /*#__PURE__*/createElementVNode("label", null, "ÐТÐÐ")446], -1 /* HOISTED */);447const _hoisted_12$3 = { class: "checkbox-bg col-2" };448const _hoisted_13$3 = ["checked"];449const _hoisted_14$3 = /*#__PURE__*/createElementVNode("div", { class: "label-block col-4" }, [450 /*#__PURE__*/createElementVNode("label", null, "ÐТÐÐÐ")451], -1 /* HOISTED */);452const _hoisted_15$3 = { class: "checkbox-block d-flex col-2" };453const _hoisted_16$3 = { class: "checkbox-bg col-2" };454const _hoisted_17$3 = ["checked"];455const _hoisted_18$3 = /*#__PURE__*/createElementVNode("div", { class: "label-block col-3" }, [456 /*#__PURE__*/createElementVNode("label", null, "ÐÐ")457], -1 /* HOISTED */);458const _hoisted_19$3 = { class: "checkbox-bg col-2" };459const _hoisted_20$3 = ["checked"];460const _hoisted_21$3 = /*#__PURE__*/createElementVNode("div", { class: "label-block col-3" }, [461 /*#__PURE__*/createElementVNode("label", null, "ÐÐ")462], -1 /* HOISTED */);463const _hoisted_22$3 = { class: "declaration-number-block justify-content-end d-flex col-5" };464const _hoisted_23$3 = /*#__PURE__*/createElementVNode("div", { class: "label-block col-2" }, [465 /*#__PURE__*/createElementVNode("label", null, "â")466], -1 /* HOISTED */);467const _hoisted_24$3 = { class: "input-bg col-10" };468const _hoisted_25$3 = /*#__PURE__*/createElementVNode("div", { class: "col-3" }, null, -1 /* HOISTED */);469const _hoisted_26$3 = { class: "row" };470const _hoisted_27$3 = { class: "inf-block row col-12" };471const _hoisted_28$3 = { class: "inputs-group d-flex col-2" };472const _hoisted_29$3 = { class: "col-2" };473const _hoisted_30$3 = { class: "col-2" };474const _hoisted_31$3 = { class: "col-3" };475const _hoisted_32$3 = { class: "col-2" };476const _hoisted_33$3 = { class: "sheets-block d-flex col-2" };477const _hoisted_34$3 = /*#__PURE__*/createElementVNode("div", { class: "label-block col-4" }, [478 /*#__PURE__*/createElementVNode("label", null, "ÐиÑÑов")479], -1 /* HOISTED */);480const _hoisted_35$3 = { class: "input-bg col-8" };481const _hoisted_36$3 = { class: "registry-number-block d-flex justify-content-end col-5" };482const _hoisted_37$3 = /*#__PURE__*/createElementVNode("div", { class: "label-block col-2" }, [483 /*#__PURE__*/createElementVNode("label", { for: "registryNumber" }, "Рег. â")484], -1 /* HOISTED */);485const _hoisted_38$3 = { class: "input-bg col-10" };486const _hoisted_39$3 = { class: "registry-changes d-flex col-3" };487const _hoisted_40$3 = { class: "input-bg" };488const _hoisted_41$3 = /*#__PURE__*/createElementVNode("label", null, "- ÑееÑÑÑ Ñ Ð²Ð½ÐµÑÑннÑми изменениÑми", -1 /* HOISTED */);489const _hoisted_42$3 = { class: "row" };490const _hoisted_43$3 = { class: "inf-block d-grid" };491const _hoisted_44$3 = { class: "row col-12" };492const _hoisted_45$3 = { class: "col-6" };493const _hoisted_46$3 = /*#__PURE__*/createElementVNode("label", { class: "express-courier-label" }, "ÐкÑпÑеÑÑ Ð¿ÐµÑевозÑик", -1 /* HOISTED */);494const _hoisted_47$3 = { class: "express-courier-block col-12 d-flex" };495const _hoisted_48$3 = { class: "col-1" };496const _hoisted_49$3 = { class: "col-11" };497const _hoisted_50$3 = /*#__PURE__*/createElementVNode("div", { class: "col-1" }, null, -1 /* HOISTED */);498const _hoisted_51$3 = /*#__PURE__*/createElementVNode("div", { class: "col-5" }, [499 /*#__PURE__*/createElementVNode("div", { class: "inf-paragraph" }, [500 /*#__PURE__*/createElementVNode("p", null, " РегиÑÑÑаÑионнÑй Ð½Ð¾Ð¼ÐµÑ Ð´ÐµÐºÐ»Ð°ÑаÑии, в коÑоÑÑÑ Ð²Ð½Ð¾ÑÑÑÑÑ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ ")501 ])502], -1 /* HOISTED */);503const _hoisted_52$3 = { class: "row col-12" };504const _hoisted_53$3 = { class: "col-6" };505const _hoisted_54$3 = { class: "" };506const _hoisted_55$3 = /*#__PURE__*/createElementVNode("div", { class: "" }, [507 /*#__PURE__*/createElementVNode("h4", null, "СвидеÑелÑÑÑво о вклÑÑении в"),508 /*#__PURE__*/createElementVNode("p", null, " ÑееÑÑÑ Ð£ÐÐ, ÑееÑÑÑ Ð²Ð»Ð°Ð´ÐµÐ»ÑÑев СÐÐ¥, Ñкладов Ñ
ÑÐ°Ð½ÐµÐ½Ð¸Ñ ÑобÑÑвеннÑÑ
ÑоваÑов, ÑаможеннÑÑ
Ñкладов, ÑвободнÑÑ
Ñкладов или магазинов ÐТ ")509], -1 /* HOISTED */);510const _hoisted_56$3 = { class: "certificate-block row col-12" };511const _hoisted_57$3 = { class: "input-bg col-1" };512const _hoisted_58$3 = { class: "input-bg col-1" };513const _hoisted_59$3 = { class: "input-bg col-7" };514const _hoisted_60$3 = { class: "input-bg col-1" };515const _hoisted_61$3 = { class: "input-bg col-1" };516const _hoisted_62$3 = /*#__PURE__*/createElementVNode("div", { class: "col-1" }, null, -1 /* HOISTED */);517const _hoisted_63$3 = { class: "col-5" };518const _hoisted_64$3 = {519 class: "changing-declaration",520 action: ""521};522const _hoisted_65$3 = { class: "inf-block row" };523const _hoisted_66$3 = { class: "col-3 input-bg" };524const _hoisted_67$3 = { class: "col-4 input-bg" };525const _hoisted_68$3 = { class: "col-3 input-bg" };526const _hoisted_69$3 = { class: "col-1 input-bg" };527const _hoisted_70$3 = { class: "inf-block changing-code row" };528const _hoisted_71$3 = /*#__PURE__*/createElementVNode("div", {529 class: "label-block",530 style: {"width":"100%"}531}, [532 /*#__PURE__*/createElementVNode("label", { class: "fs-5" }, "Ðод изменений")533], -1 /* HOISTED */);534const _hoisted_72$3 = { class: "col-8 d-flex" };535const _hoisted_73$3 = { class: "col input-bg" };536const _hoisted_74$3 = { class: "col input-bg" };537const _hoisted_75$3 = { class: "col input-bg" };538const _hoisted_76$3 = { class: "col input-bg" };539const _hoisted_77$3 = { class: "col input-bg" };540const _hoisted_78$3 = { class: "col input-bg" };541const _hoisted_79$3 = { class: "col input-bg" };542const _hoisted_80$3 = /*#__PURE__*/createElementVNode("button", { class: "btn info-button p-1" }, [543 /*#__PURE__*/createElementVNode("i", { class: "fa-solid fa-circle-info" })544], -1 /* HOISTED */);545const _hoisted_81$3 = /*#__PURE__*/createElementVNode("div", { class: "col-4" }, null, -1 /* HOISTED */);546const _hoisted_82$3 = { class: "row" };547const _hoisted_83$3 = { class: "inf-block" };548const _hoisted_84$3 = /*#__PURE__*/createElementVNode("h4", null, "ТоваÑÐ½Ð°Ñ Ð¿Ð°ÑÑиÑ", -1 /* HOISTED */);549const _hoisted_85$3 = {550 action: "",551 class: "batch-form row"552};553const _hoisted_86$3 = { class: "col-3 inf-block" };554const _hoisted_87$3 = /*#__PURE__*/createElementVNode("div", { class: "row inf-paragraph" }, [555 /*#__PURE__*/createElementVNode("p", null, " обÑÐ°Ñ ÑÑмма ÑаможеннÑÑ
и инÑÑ
плаÑежей, подлежаÑиÑ
ÑплаÑе по деклаÑаÑии ")556], -1 /* HOISTED */);557const _hoisted_88$3 = { class: "batch-block row" };558const _hoisted_89$2 = { class: "col-10" };559const _hoisted_90$2 = { class: "col-2" };560const _hoisted_91$2 = { class: "col-3 inf-block" };561const _hoisted_92$2 = /*#__PURE__*/createElementVNode("h5", null, "ÐбÑÐ°Ñ ÑÑоимоÑÑÑ", -1 /* HOISTED */);562const _hoisted_93$2 = /*#__PURE__*/createElementVNode("div", { class: "inf-paragraph" }, [563 /*#__PURE__*/createElementVNode("p", null, "по ÐÐ¢Ð Ð´Ð»Ñ ÑкÑпÑеÑÑ-гÑÑзов")564], -1 /* HOISTED */);565const _hoisted_94$2 = { class: "batch-block row" };566const _hoisted_95$2 = { class: "col-9" };567const _hoisted_96$2 = { class: "col-3" };568const _hoisted_97$2 = { class: "col-3 inf-block" };569const _hoisted_98$2 = /*#__PURE__*/createElementVNode("h5", null, "ÐбÑий Ð²ÐµÑ Ð±ÑÑÑÑо", -1 /* HOISTED */);570const _hoisted_99$2 = /*#__PURE__*/createElementVNode("div", { class: "inf-paragraph" }, [571 /*#__PURE__*/createElementVNode("p", null, "по Ð¢Ð Ð´Ð»Ñ ÑкÑпÑеÑÑ-гÑÑзов")572], -1 /* HOISTED */);573const _hoisted_100$2 = { class: "batch-block row" };574const _hoisted_101$2 = { class: "col-6" };575const _hoisted_102$2 = { class: "col-3" };576const _hoisted_103$2 = { class: "col-3" };577const _hoisted_104$2 = { class: "col-3 inf-block" };578const _hoisted_105$2 = /*#__PURE__*/createElementVNode("h5", null, "ÐбÑÐ°Ñ ÑÐ°Ð¼Ð¾Ð¶ÐµÐ½Ð½Ð°Ñ ÑÑоимоÑÑÑ", -1 /* HOISTED */);579const _hoisted_106$1 = /*#__PURE__*/createElementVNode("div", { class: "inf-paragraph" }, [580 /*#__PURE__*/createElementVNode("p", null, "по ÐТ Ð´Ð»Ñ ÑкÑпÑеÑÑ-гÑÑзов")581], -1 /* HOISTED */);582const _hoisted_107$1 = { class: "batch-block row" };583const _hoisted_108$1 = { class: "col-9" };584const _hoisted_109$1 = { class: "col-3" };585const _hoisted_110$1 = { class: "sender-common-inf" };586const _hoisted_111$1 = { class: "row" };587const _hoisted_112$1 = /*#__PURE__*/createElementVNode("button", {588 class: "btn invoice-button collapsed",589 type: "button",590 "data-bs-toggle": "collapse",591 "data-bs-target": "#collapsedSenderInfo",592 "aria-expanded": "false",593 "aria-controls": "collapsedSenderInfo"594}, [595 /*#__PURE__*/createElementVNode("p", { class: "collapsing-block d-flex justify-content-between" }, [596 /*#__PURE__*/createElementVNode("span", null, "ÐТÐÐ ÐÐÐТÐÐЬ по обÑей накладной"),597 /*#__PURE__*/createElementVNode("i", { class: "fa-solid fa-caret-up" })598 ])599], -1 /* HOISTED */);600const _hoisted_113$1 = {601 class: "collapse",602 id: "collapsedSenderInfo"603};604const _hoisted_114$1 = { class: "card card-body" };605const _hoisted_115$1 = { class: "row" };606const _hoisted_116$1 = { class: "sender-name" };607const _hoisted_117$1 = { class: "row form my-2" };608const _hoisted_118$1 = { class: "col-8" };609const _hoisted_119$1 = { class: "input-bg" };610const _hoisted_120$1 = { class: "col-1" };611const _hoisted_121$1 = { class: "input-bg" };612const _hoisted_122$1 = /*#__PURE__*/createElementVNode("div", { class: "col-1" }, null, -1 /* HOISTED */);613const _hoisted_123$1 = { class: "col-2 d-flex" };614const _hoisted_124$1 = { class: "input-bg col-2" };615const _hoisted_125$1 = ["checked"];616const _hoisted_126$1 = /*#__PURE__*/createElementVNode("div", { class: "label-block col-10" }, [617 /*#__PURE__*/createElementVNode("label", null, " ÐеклаÑÐ°Ð½Ñ (заÑвиÑелÑ) ")618], -1 /* HOISTED */);619const _hoisted_127$1 = { class: "row my-2" };620const _hoisted_128$1 = { class: "col-5" };621const _hoisted_129$1 = { class: "input-bg" };622const _hoisted_130$1 = { class: "col-7 d-flex justify-content-between" };623const _hoisted_131$1 = { class: "col-4 d-flex" };624const _hoisted_132$1 = /*#__PURE__*/createElementVNode("div", { class: "label-block col-2" }, [625 /*#__PURE__*/createElementVNode("label", null, " ÐÐÐ Ð ")626], -1 /* HOISTED */);627const _hoisted_133$1 = { class: "input-bg col-10" };628const _hoisted_134$1 = { class: "col-3 d-flex" };629const _hoisted_135$1 = /*#__PURE__*/createElementVNode("div", { class: "label-block col-2" }, [630 /*#__PURE__*/createElementVNode("label", null, " ÐÐÐ ")631], -1 /* HOISTED */);632const _hoisted_136$1 = { class: "input-bg col-10" };633const _hoisted_137$1 = { class: "col-3 d-flex" };634const _hoisted_138$1 = /*#__PURE__*/createElementVNode("div", { class: "label-block col-2" }, [635 /*#__PURE__*/createElementVNode("label", null, " ÐÐÐ ")636], -1 /* HOISTED */);637const _hoisted_139$1 = { class: "input-bg col-10" };638const _hoisted_140$1 = /*#__PURE__*/createElementVNode("div", { class: "col-1 d-flex" }, null, -1 /* HOISTED */);639const _hoisted_141$1 = { class: "row" };640const _hoisted_142$1 = { class: "sender-address" };641const _hoisted_143$1 = { class: "row my-2" };642const _hoisted_144$1 = { class: "d-flex sender-contacts" };643const _hoisted_145$1 = /*#__PURE__*/createElementVNode("div", { class: "col-1 d-flex" }, [644 /*#__PURE__*/createElementVNode("p", { class: "point-name" }, "ÐдÑеÑ")645], -1 /* HOISTED */);646const _hoisted_146$1 = { class: "col-3" };647const _hoisted_147$1 = { class: "input-bg" };648const _hoisted_148$1 = { class: "col-4" };649const _hoisted_149$1 = { class: "input-bg" };650const _hoisted_150$1 = { class: "col-3" };651const _hoisted_151$1 = { class: "input-bg" };652const _hoisted_152$1 = { class: "row my-2" };653const _hoisted_153$1 = { class: "address-block" };654const _hoisted_154$1 = { class: "row my-2" };655const _hoisted_155$1 = { class: "col-1" };656const _hoisted_156$1 = { class: "input-bg" };657const _hoisted_157$1 = { class: "col-4" };658const _hoisted_158$1 = { class: "input-bg" };659const _hoisted_159$1 = { class: "col-2" };660const _hoisted_160$1 = { class: "input-bg" };661const _hoisted_161$1 = { class: "col-5" };662const _hoisted_162$1 = { class: "input-bg" };663const _hoisted_163$1 = { class: "row my-2" };664const _hoisted_164$1 = { class: "col-5" };665const _hoisted_165$1 = { class: "input-bg" };666const _hoisted_166$1 = { class: "col-3" };667const _hoisted_167$1 = { class: "input-bg" };668const _hoisted_168$1 = { class: "col-4" };669const _hoisted_169$1 = { class: "input-bg" };670const _hoisted_170$1 = { class: "row my-2" };671const _hoisted_171$1 = { class: "col-4" };672const _hoisted_172$1 = { class: "input-bg" };673const _hoisted_173$1 = { class: "col-2" };674const _hoisted_174$1 = { class: "input-bg" };675const _hoisted_175$1 = { class: "col-2" };676const _hoisted_176$1 = { class: "input-bg" };677const _hoisted_177$1 = { class: "col-2" };678const _hoisted_178$1 = { class: "input-bg" };679const _hoisted_179$1 = { class: "row my-2" };680const _hoisted_180$1 = { class: "col-12" };681const _hoisted_181$1 = { class: "input-bg" };682const _hoisted_182$1 = { class: "row" };683const _hoisted_183$1 = { class: "personal-inf-block" };684const _hoisted_184$1 = /*#__PURE__*/createElementVNode("p", null, "ÐокÑменÑ, ÑдоÑÑовеÑÑÑÑий лиÑноÑÑÑ", -1 /* HOISTED */);685const _hoisted_185$1 = { class: "row my-2" };686const _hoisted_186$1 = { class: "row personal-data my-2" };687const _hoisted_187$1 = { class: "col-1" };688const _hoisted_188$1 = { class: "input-bg" };689const _hoisted_189$1 = { class: "col-1" };690const _hoisted_190$1 = { class: "input-bg" };691const _hoisted_191$1 = { class: "col-2" };692const _hoisted_192$1 = { class: "input-bg" };693const _hoisted_193$1 = { class: "col-4 d-flex" };694const _hoisted_194$1 = { class: "input-bg col-4" };695const _hoisted_195$1 = { class: "input-bg col-4" };696const _hoisted_196$1 = { class: "input-bg col-4" };697const _hoisted_197$1 = { class: "col-4" };698const _hoisted_198$1 = { class: "input-bg" };699const _hoisted_199$1 = { class: "row personal-data my-2" };700const _hoisted_200$1 = { class: "col-7" };701const _hoisted_201$1 = { class: "input-bg" };702const _hoisted_202$1 = { class: "col-2" };703const _hoisted_203$1 = { class: "input-bg" };704const _hoisted_204$1 = { class: "col-3" };705const _hoisted_205$1 = { class: "input-bg" };706const _hoisted_206$1 = { class: "recipient-common-inf" };707const _hoisted_207$1 = { class: "row" };708const _hoisted_208$1 = /*#__PURE__*/createElementVNode("button", {709 class: "btn invoice-button collapsed",710 type: "button",711 "data-bs-toggle": "collapse",712 "data-bs-target": "#collapsedRecipientInfo",713 "aria-expanded": "false",714 "aria-controls": "collapsedRecipientInfo"715}, [716 /*#__PURE__*/createElementVNode("div", { class: "collapsing-block d-flex justify-content-between" }, [717 /*#__PURE__*/createElementVNode("span", null, "ÐÐÐУЧÐТÐÐЬ по обÑей накладной"),718 /*#__PURE__*/createElementVNode("i", { class: "fa-solid fa-caret-up" })719 ])720], -1 /* HOISTED */);721const _hoisted_209$1 = {722 class: "collapse",723 id: "collapsedRecipientInfo"724};725const _hoisted_210$1 = { class: "card card-body" };726const _hoisted_211$1 = { class: "row" };727const _hoisted_212$1 = { class: "sender-name" };728const _hoisted_213$1 = { class: "row form my-2" };729const _hoisted_214$1 = { class: "col-8" };730const _hoisted_215$1 = { class: "input-bg" };731const _hoisted_216$1 = { class: "col-1" };732const _hoisted_217$1 = { class: "input-bg" };733const _hoisted_218$1 = /*#__PURE__*/createElementVNode("div", { class: "col-1" }, null, -1 /* HOISTED */);734const _hoisted_219$1 = { class: "col-2 d-flex" };735const _hoisted_220$1 = { class: "input-bg col-2" };736const _hoisted_221$1 = ["checked"];737const _hoisted_222$1 = /*#__PURE__*/createElementVNode("div", { class: "label-block col-10" }, [738 /*#__PURE__*/createElementVNode("label", null, " ÐеклаÑÐ°Ð½Ñ (заÑвиÑелÑ) ")739], -1 /* HOISTED */);740const _hoisted_223$1 = { class: "row my-2" };741const _hoisted_224$1 = { class: "col-5" };742const _hoisted_225$1 = { class: "input-bg" };743const _hoisted_226$1 = { class: "col-7 d-flex justify-content-between" };744const _hoisted_227$1 = { class: "col-4 d-flex" };745const _hoisted_228$1 = /*#__PURE__*/createElementVNode("div", { class: "label-block col-2" }, [746 /*#__PURE__*/createElementVNode("label", null, " ÐÐÐ Ð ")747], -1 /* HOISTED */);748const _hoisted_229$1 = { class: "input-bg col-10" };749const _hoisted_230$1 = { class: "col-3 d-flex" };750const _hoisted_231$1 = /*#__PURE__*/createElementVNode("div", { class: "label-block col-2" }, [751 /*#__PURE__*/createElementVNode("label", null, " ÐÐÐ ")752], -1 /* HOISTED */);753const _hoisted_232$1 = { class: "input-bg col-10" };754const _hoisted_233$1 = { class: "col-3 d-flex" };755const _hoisted_234$1 = /*#__PURE__*/createElementVNode("div", { class: "label-block col-2" }, [756 /*#__PURE__*/createElementVNode("label", null, " ÐÐÐ ")757], -1 /* HOISTED */);758const _hoisted_235$1 = { class: "input-bg col-10" };759const _hoisted_236$1 = /*#__PURE__*/createElementVNode("div", { class: "col-1 d-flex" }, null, -1 /* HOISTED */);760const _hoisted_237$1 = { class: "row" };761const _hoisted_238$1 = { class: "sender-address" };762const _hoisted_239$1 = { class: "row my-2" };763const _hoisted_240$1 = { class: "d-flex sender-contacts" };764const _hoisted_241$1 = /*#__PURE__*/createElementVNode("div", { class: "col-1 d-flex" }, [765 /*#__PURE__*/createElementVNode("p", { class: "point-name" }, "ÐдÑеÑ")766], -1 /* HOISTED */);767const _hoisted_242$1 = { class: "col-3" };768const _hoisted_243$1 = { class: "input-bg" };769const _hoisted_244$1 = { class: "col-4" };770const _hoisted_245$1 = { class: "input-bg" };771const _hoisted_246$1 = { class: "col-3" };772const _hoisted_247$1 = { class: "input-bg" };773const _hoisted_248$1 = { class: "row my-2" };774const _hoisted_249$1 = { class: "address-block" };775const _hoisted_250$1 = { class: "row my-2" };776const _hoisted_251$1 = { class: "col-1" };777const _hoisted_252$1 = { class: "input-bg" };778const _hoisted_253$1 = { class: "col-4" };779const _hoisted_254$1 = { class: "input-bg" };780const _hoisted_255$1 = { class: "col-2" };781const _hoisted_256$1 = { class: "input-bg" };782const _hoisted_257$1 = { class: "col-5" };783const _hoisted_258$1 = { class: "input-bg" };784const _hoisted_259$1 = { class: "row my-2" };785const _hoisted_260$1 = { class: "col-5" };786const _hoisted_261$1 = { class: "input-bg" };787const _hoisted_262$1 = { class: "col-3" };788const _hoisted_263$1 = { class: "input-bg" };789const _hoisted_264$1 = { class: "col-4" };790const _hoisted_265$1 = { class: "input-bg" };791const _hoisted_266$1 = { class: "row my-2" };792const _hoisted_267$1 = { class: "col-4" };793const _hoisted_268$1 = { class: "input-bg" };794const _hoisted_269$1 = { class: "col-2" };795const _hoisted_270$1 = { class: "input-bg" };796const _hoisted_271$1 = { class: "col-2" };797const _hoisted_272$1 = { class: "input-bg" };798const _hoisted_273$1 = { class: "col-2" };799const _hoisted_274$1 = { class: "input-bg" };800const _hoisted_275$1 = { class: "row my-2" };801const _hoisted_276$1 = { class: "col-12" };802const _hoisted_277$1 = { class: "input-bg" };803const _hoisted_278$1 = { class: "row" };804const _hoisted_279 = { class: "personal-inf-block" };805const _hoisted_280 = /*#__PURE__*/createElementVNode("p", null, "ÐокÑменÑ, ÑдоÑÑовеÑÑÑÑий лиÑноÑÑÑ", -1 /* HOISTED */);806const _hoisted_281 = { class: "row my-2" };807const _hoisted_282 = { class: "row personal-data my-2" };808const _hoisted_283 = { class: "col-1" };809const _hoisted_284 = { class: "input-bg" };810const _hoisted_285 = { class: "col-1" };811const _hoisted_286 = { class: "input-bg" };812const _hoisted_287 = { class: "col-2" };813const _hoisted_288 = { class: "input-bg" };814const _hoisted_289 = { class: "col-4 d-flex" };815const _hoisted_290 = { class: "input-bg col-4" };816const _hoisted_291 = { class: "input-bg col-4" };817const _hoisted_292 = { class: "input-bg col-4" };818const _hoisted_293 = { class: "col-4" };819const _hoisted_294 = { class: "input-bg" };820const _hoisted_295 = { class: "row personal-data my-2" };821const _hoisted_296 = { class: "col-7" };822const _hoisted_297 = { class: "input-bg" };823const _hoisted_298 = { class: "col-2" };824const _hoisted_299 = { class: "input-bg" };825const _hoisted_300 = { class: "col-3" };826const _hoisted_301 = { class: "input-bg" };827const _hoisted_302 = { class: "customs-sender-inf my-2" };828const _hoisted_303 = { class: "col-12 row inf-block" };829const _hoisted_304 = { class: "col-7" };830const _hoisted_305 = { class: "col" };831const _hoisted_306 = /*#__PURE__*/createElementVNode("h4", { class: "customs-representative" }, "ТаможеннÑй пÑедÑÑавиÑелÑ", -1 /* HOISTED */);832const _hoisted_307 = { class: "input-bg" };833const _hoisted_308 = { class: "col-5" };834const _hoisted_309 = /*#__PURE__*/createElementVNode("p", { class: "align-bcntr" }, " Ð¡Ð²ÐµÐ´ÐµÐ½Ð¸Ñ Ð¾ вклÑÑении лиÑа в ÑееÑÑÑ ÑаможеннÑÑ
пÑедÑÑавиÑелей ", -1 /* HOISTED */);835const _hoisted_310 = { class: "col d-flex" };836const _hoisted_311 = { class: "col-2" };837const _hoisted_312 = { class: "input-bg" };838const _hoisted_313 = { class: "col-1" };839const _hoisted_314 = { class: "input-bg" };840const _hoisted_315 = { class: "col-7" };841const _hoisted_316 = { class: "input-bg" };842const _hoisted_317 = { class: "col-1" };843const _hoisted_318 = { class: "input-bg" };844const _hoisted_319 = { class: "col-1" };845const _hoisted_320 = { class: "input-bg" };846const _hoisted_321 = { class: "row" };847const _hoisted_322 = /*#__PURE__*/createElementVNode("button", {848 class: "btn invoice-button collapsed",849 type: "button",850 "data-bs-toggle": "collapse",851 "data-bs-target": "#collapsedNaturalPersonInfo",852 "aria-expanded": "false",853 "aria-controls": "collapsedNaturalPersonInfo"854}, [855 /*#__PURE__*/createElementVNode("div", { class: "collapsing-block d-flex justify-content-between" }, [856 /*#__PURE__*/createElementVNode("span", null, "Ð¡Ð²ÐµÐ´ÐµÐ½Ð¸Ñ Ð¾ ÑизиÑеÑком лиÑе, заполнивÑем (подпиÑавÑем) ÑаможеннÑй докÑменÑ"),857 /*#__PURE__*/createElementVNode("i", { class: "fa-solid fa-caret-up" })858 ])859], -1 /* HOISTED */);860const _hoisted_323 = {861 class: "collapse",862 id: "collapsedNaturalPersonInfo"863};864const _hoisted_324 = { class: "card card-body" };865const _hoisted_325 = {866 action: "",867 class: "form"868};869const _hoisted_326 = { class: "d-flex" };870const _hoisted_327 = { class: "col-3" };871const _hoisted_328 = { class: "input-bg" };872const _hoisted_329 = { class: "col-3" };873const _hoisted_330 = { class: "input-bg" };874const _hoisted_331 = { class: "col-3" };875const _hoisted_332 = { class: "input-bg" };876const _hoisted_333 = { class: "col-3" };877const _hoisted_334 = { class: "input-bg" };878const _hoisted_335 = { class: "row my-2" };879const _hoisted_336 = { class: "col-9 d-flex" };880const _hoisted_337 = { class: "col-3" };881const _hoisted_338 = { class: "input-bg" };882const _hoisted_339 = { class: "col-3" };883const _hoisted_340 = { class: "input-bg" };884const _hoisted_341 = { class: "col-6" };885const _hoisted_342 = { class: "input-bg" };886const _hoisted_343 = { class: "col-3 row" };887const _hoisted_344 = { class: "col-8" };888const _hoisted_345 = { class: "input-bg" };889const _hoisted_346 = /*#__PURE__*/createElementVNode("div", { class: "col-4" }, [890 /*#__PURE__*/createElementVNode("button", {891 class: "btn button-calendar",892 type: "button"893 }, [894 /*#__PURE__*/createElementVNode("i", { class: "fa-solid fa-calendar-days" })895 ])896], -1 /* HOISTED */);897const _hoisted_347 = { class: "row my-2" };898const _hoisted_348 = /*#__PURE__*/createElementVNode("p", null, " Ð¡Ð²ÐµÐ´ÐµÐ½Ð¸Ñ Ð¾ докÑменÑе, ÑдоÑÑовеÑÑÑÑем лиÑноÑÑÑ Ð»Ð¸Ñа, заоплневÑего (подпиÑавÑего) Ñаможенного докÑÐ¼ÐµÐ½Ñ ", -1 /* HOISTED */);899const _hoisted_349 = { class: "row" };900const _hoisted_350 = { class: "col-3 d-flex" };901const _hoisted_351 = { class: "col-5" };902const _hoisted_352 = { class: "input-bg" };903const _hoisted_353 = { class: "col-7" };904const _hoisted_354 = { class: "input-bg" };905const _hoisted_355 = { class: "col-3 d-flex" };906const _hoisted_356 = { class: "col-4" };907const _hoisted_357 = { class: "input-bg" };908const _hoisted_358 = { class: "col-8" };909const _hoisted_359 = { class: "input-bg" };910const _hoisted_360 = { class: "col-3 d-flex" };911const _hoisted_361 = { class: "col-6" };912const _hoisted_362 = { class: "input-bg" };913const _hoisted_363 = { class: "col-6" };914const _hoisted_364 = { class: "input-bg" };915const _hoisted_365 = { class: "col-3 d-flex" };916const _hoisted_366 = /*#__PURE__*/createElementVNode("div", { class: "col-3" }, [917 /*#__PURE__*/createElementVNode("div", { class: "label-block align-bcntr" }, [918 /*#__PURE__*/createElementVNode("label", { class: "align-bcntr" }, " аÑÑеÑÑÐ°Ñ ")919 ])920], -1 /* HOISTED */);921const _hoisted_367 = { class: "col-8" };922const _hoisted_368 = { class: "input-bg" };923const _hoisted_369 = { class: "row my-2" };924const _hoisted_370 = { class: "col-3" };925const _hoisted_371 = { class: "input-bg" };926const _hoisted_372 = { class: "col-5" };927const _hoisted_373 = { class: "input-bg" };928const _hoisted_374 = { class: "col-4 d-flex" };929const _hoisted_375 = { class: "col-3 input-bg" };930const _hoisted_376 = { class: "col-8 input-bg" };931const _hoisted_377 = { class: "col-1 input-bg" };932const _hoisted_378 = { class: "row my-2" };933const _hoisted_379 = { class: "row" };934const _hoisted_380 = /*#__PURE__*/createElementVNode("div", { class: "row" }, [935 /*#__PURE__*/createElementVNode("p", null, " ÐденÑиÑикаÑоÑÑ, пÑиÑвоеннÑе докÑменÑÑ (ÑведениÑм) пÑи ÑазмеÑении в Ñ
ÑанилиÑе ÑлекÑÑоннÑÑ
докÑменÑов ")936], -1 /* HOISTED */);937const _hoisted_381 = { class: "row" };938const _hoisted_382 = { class: "col-8 d-flex" };939const _hoisted_383 = { class: "col-6" };940const _hoisted_384 = { class: "input-bg" };941const _hoisted_385 = { class: "col-6" };942const _hoisted_386 = { class: "input-bg" };943const _hoisted_387 = { class: "col-4" };944const _hoisted_388 = { class: "input-bg" };945const _hoisted_389 = { class: "row my-2" };946const _hoisted_390 = /*#__PURE__*/createElementVNode("div", { class: "row" }, [947 /*#__PURE__*/createElementVNode("p", null, "ÐокÑменÑ, ÑдоÑÑовеÑÑÑÑий полномоÑиÑ")948], -1 /* HOISTED */);949const _hoisted_391 = { class: "row" };950const _hoisted_392 = { class: "col-4 d-flex" };951const _hoisted_393 = { class: "col-4" };952const _hoisted_394 = { class: "input-bg" };953const _hoisted_395 = { class: "col-8" };954const _hoisted_396 = { class: "input-bg" };955const _hoisted_397 = { class: "col-8 row" };956const _hoisted_398 = { class: "col-4 d-flex" };957const _hoisted_399 = { class: "col-5" };958const _hoisted_400 = { class: "input-bg" };959const _hoisted_401 = { class: "col-7" };960const _hoisted_402 = { class: "input-bg" };961const _hoisted_403 = { class: "col-8 row" };962const _hoisted_404 = { class: "col-5 d-flex" };963const _hoisted_405 = /*#__PURE__*/createElementVNode("div", { class: "col-2 align-bcntr" }, [964 /*#__PURE__*/createElementVNode("p", { class: "align-bcntr" }, "Ñ")965], -1 /* HOISTED */);966const _hoisted_406 = { class: "col-10" };967const _hoisted_407 = { class: "input-bg" };968const _hoisted_408 = { class: "col-5 d-flex" };969const _hoisted_409 = /*#__PURE__*/createElementVNode("div", { class: "col-2 align-bcntr" }, [970 /*#__PURE__*/createElementVNode("p", { class: "align-bcntr" }, "по")971], -1 /* HOISTED */);972const _hoisted_410 = { class: "col-10" };973const _hoisted_411 = { class: "input-bg" };974const _hoisted_412 = { class: "col-2" };975const _hoisted_413 = { class: "input-bg" };976const _hoisted_414 = { class: "inspector-inf my-2" };977const _hoisted_415 = { class: "row" };978const _hoisted_416 = { class: "col-7" };979const _hoisted_417 = /*#__PURE__*/createElementVNode("p", { class: "align-bcntr" }, "ФÐРинÑпекÑоÑа", -1 /* HOISTED */);980const _hoisted_418 = { class: "input-bg" };981const _hoisted_419 = { class: "col-5" };982const _hoisted_420 = /*#__PURE__*/createElementVNode("p", { class: "align-bcntr" }, "ÐÐÐ", -1 /* HOISTED */);983const _hoisted_421 = { class: "row" };984const _hoisted_422 = { class: "col-2 input-bg" };985function render$a(_ctx, _cache, $props, $setup, $data, $options) {986 const _component_tsoft_preloader = resolveComponent("tsoft-preloader");987 return (openBlock(), createElementBlock("div", _hoisted_1$a, [988 createVNode(Transition, {989 name: "fade",990 mode: "out-in"991 }, {992 default: withCtx(() => [993 (!$options.isDeclarationExist)994 ? (openBlock(), createBlock(_component_tsoft_preloader, { key: 0 }))995 : (openBlock(), createElementBlock("div", _hoisted_2$9, [996 createCommentVNode("Region ÑÐ»ÐµÐ¼ÐµÐ½Ñ Ñ Ð¾Ð±Ñей инÑоÑмаÑией деклаÑаÑии"),997 createElementVNode("div", _hoisted_3$9, [998 _hoisted_4$6,999 _hoisted_5$6,1000 createElementVNode("div", _hoisted_6$4, [1001 createElementVNode("div", _hoisted_7$4, [1002 createElementVNode("div", _hoisted_8$4, [1003 createElementVNode("div", _hoisted_9$3, [1004 createElementVNode("input", {1005 class: "form-check-input",1006 type: "checkbox",1007 checked: this.registry.docType.dteg1008 }, null, 8 /* PROPS */, _hoisted_10$3)1009 ]),1010 _hoisted_11$3,1011 createElementVNode("div", _hoisted_12$3, [1012 createElementVNode("input", {1013 class: "form-check-input",1014 type: "checkbox",1015 checked: this.registry.docType.ptdeg1016 }, null, 8 /* PROPS */, _hoisted_13$3)1017 ]),1018 _hoisted_14$31019 ]),1020 createElementVNode("div", _hoisted_15$3, [1021 createElementVNode("div", _hoisted_16$3, [1022 createElementVNode("input", {1023 class: "form-check-input",1024 type: "checkbox",1025 checked: this.registry.declarationKindCode.import1026 }, null, 8 /* PROPS */, _hoisted_17$3)1027 ]),1028 _hoisted_18$3,1029 createElementVNode("div", _hoisted_19$3, [1030 createElementVNode("input", {1031 class: "form-check-input",1032 type: "checkbox",1033 checked: this.registry.declarationKindCode.export1034 }, null, 8 /* PROPS */, _hoisted_20$3)1035 ]),1036 _hoisted_21$31037 ]),1038 createElementVNode("div", _hoisted_22$3, [1039 _hoisted_23$3,1040 createElementVNode("div", _hoisted_24$3, [1041 withDirectives(createElementVNode("input", {1042 class: "declaration-number-input form-control",1043 type: "text",1044 "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => ((this.registry.registryNum) = $event))1045 }, null, 512 /* NEED_PATCH */), [1046 [vModelText, this.registry.registryNum]1047 ])1048 ])1049 ]),1050 _hoisted_25$31051 ])1052 ]),1053 createElementVNode("div", _hoisted_26$3, [1054 createElementVNode("div", _hoisted_27$3, [1055 createElementVNode("div", _hoisted_28$3, [1056 createElementVNode("div", _hoisted_29$3, [1057 withDirectives(createElementVNode("input", {1058 class: "form-control",1059 type: "text",1060 "onUpdate:modelValue": _cache[1] || (_cache[1] = $event => ((this.registry.customsCodeMode) = $event))1061 }, null, 512 /* NEED_PATCH */), [1062 [vModelText, this.registry.customsCodeMode]1063 ])1064 ]),1065 createElementVNode("div", _hoisted_30$3, [1066 withDirectives(createElementVNode("input", {1067 class: "form-control",1068 type: "text",1069 "onUpdate:modelValue": _cache[2] || (_cache[2] = $event => ((this.registry.previousCustomsCodeMode) = $event))1070 }, null, 512 /* NEED_PATCH */), [1071 [vModelText, this.registry.previousCustomsCodeMode]1072 ])1073 ]),1074 createElementVNode("div", _hoisted_31$3, [1075 withDirectives(createElementVNode("input", {1076 class: "form-control",1077 type: "text",1078 "onUpdate:modelValue": _cache[3] || (_cache[3] = $event => ((this.registry.declarationKind) = $event))1079 }, null, 512 /* NEED_PATCH */), [1080 [vModelText, this.registry.declarationKind]1081 ])1082 ]),1083 createElementVNode("div", _hoisted_32$3, [1084 withDirectives(createElementVNode("input", {1085 class: "form-control",1086 type: "text",1087 "onUpdate:modelValue": _cache[4] || (_cache[4] = $event => ((this.registry.electronicDocumentSign) = $event))1088 }, null, 512 /* NEED_PATCH */), [1089 [vModelText, this.registry.electronicDocumentSign]1090 ])1091 ])1092 ]),1093 createElementVNode("div", _hoisted_33$3, [1094 _hoisted_34$3,1095 createElementVNode("div", _hoisted_35$3, [1096 withDirectives(createElementVNode("input", {1097 class: "sheets-input form-control",1098 type: "text",1099 "onUpdate:modelValue": _cache[5] || (_cache[5] = $event => ((this.registry.countList) = $event))1100 }, null, 512 /* NEED_PATCH */), [1101 [vModelText, this.registry.countList]1102 ])1103 ])1104 ]),1105 createElementVNode("div", _hoisted_36$3, [1106 _hoisted_37$3,1107 createElementVNode("div", _hoisted_38$3, [1108 withDirectives(createElementVNode("input", {1109 class: "registry-number-input form-control",1110 type: "text",1111 id: "registryNumber",1112 "onUpdate:modelValue": _cache[6] || (_cache[6] = $event => ((this.registry.customNum) = $event))1113 }, null, 512 /* NEED_PATCH */), [1114 [vModelText, this.registry.customNum]1115 ])1116 ])1117 ]),1118 createElementVNode("div", _hoisted_39$3, [1119 createElementVNode("div", _hoisted_40$3, [1120 withDirectives(createElementVNode("input", {1121 class: "registry-checkbox form-check-input",1122 type: "checkbox",1123 "onUpdate:modelValue": _cache[7] || (_cache[7] = $event => ((this.registry.isRegistryWasChanged) = $event))1124 }, null, 512 /* NEED_PATCH */), [1125 [vModelCheckbox, this.registry.isRegistryWasChanged]1126 ])1127 ]),1128 _hoisted_41$31129 ])1130 ])1131 ]),1132 createElementVNode("div", _hoisted_42$3, [1133 createElementVNode("div", _hoisted_43$3, [1134 createElementVNode("div", _hoisted_44$3, [1135 createElementVNode("div", _hoisted_45$3, [1136 _hoisted_46$3,1137 createElementVNode("div", _hoisted_47$3, [1138 createElementVNode("div", _hoisted_48$3, [1139 withDirectives(createElementVNode("input", {1140 class: "form-control",1141 type: "text",1142 "onUpdate:modelValue": _cache[8] || (_cache[8] = $event => ((this.registry.expressCourierCode) = $event))1143 }, null, 512 /* NEED_PATCH */), [1144 [vModelText, this.registry.expressCourierCode]1145 ])1146 ]),1147 createElementVNode("div", _hoisted_49$3, [1148 withDirectives(createElementVNode("input", {1149 class: "col-11 form-control",1150 type: "text",1151 "onUpdate:modelValue": _cache[9] || (_cache[9] = $event => ((this.registry.expressCourierName) = $event))1152 }, null, 512 /* NEED_PATCH */), [1153 [vModelText, this.registry.expressCourierName]1154 ])1155 ])1156 ])1157 ]),1158 _hoisted_50$3,1159 _hoisted_51$31160 ]),1161 createElementVNode("div", _hoisted_52$3, [1162 createElementVNode("div", _hoisted_53$3, [1163 createElementVNode("div", _hoisted_54$3, [1164 _hoisted_55$3,1165 createElementVNode("form", _hoisted_56$3, [1166 createElementVNode("div", _hoisted_57$3, [1167 withDirectives(createElementVNode("input", {1168 class: "form-control",1169 type: "text",1170 "onUpdate:modelValue": _cache[10] || (_cache[10] = $event => ((this.registry.registerDocumentUnknownString1) = $event))1171 }, null, 512 /* NEED_PATCH */), [1172 [vModelText, this.registry.registerDocumentUnknownString1]1173 ])1174 ]),1175 createElementVNode("div", _hoisted_58$3, [1176 withDirectives(createElementVNode("input", {1177 class: "form-control",1178 type: "text",1179 "onUpdate:modelValue": _cache[11] || (_cache[11] = $event => ((this.registry.registerDocumentIdCountryCode) = $event))1180 }, null, 512 /* NEED_PATCH */), [1181 [vModelText, this.registry.registerDocumentIdCountryCode]1182 ])1183 ]),1184 createElementVNode("div", _hoisted_59$3, [1185 withDirectives(createElementVNode("input", {1186 class: "form-control",1187 type: "text",1188 "onUpdate:modelValue": _cache[12] || (_cache[12] = $event => ((this.registry.registerDocumentIdNumber) = $event))1189 }, null, 512 /* NEED_PATCH */), [1190 [vModelText, this.registry.registerDocumentIdNumber]1191 ])1192 ]),1193 createElementVNode("div", _hoisted_60$3, [1194 withDirectives(createElementVNode("input", {1195 class: "form-control",1196 type: "text",1197 "onUpdate:modelValue": _cache[13] || (_cache[13] = $event => ((this.registry.registerDocumentUnknownString2) = $event))1198 }, null, 512 /* NEED_PATCH */), [1199 [vModelText, this.registry.registerDocumentUnknownString2]1200 ])1201 ]),1202 createElementVNode("div", _hoisted_61$3, [1203 withDirectives(createElementVNode("input", {1204 class: "form-control",1205 type: "text",1206 "onUpdate:modelValue": _cache[14] || (_cache[14] = $event => ((this.registry.registerDocumentUnknownString3) = $event))1207 }, null, 512 /* NEED_PATCH */), [1208 [vModelText, this.registry.registerDocumentUnknownString3]1209 ])1210 ])1211 ])1212 ])1213 ]),1214 _hoisted_62$3,1215 createElementVNode("div", _hoisted_63$3, [1216 createElementVNode("form", _hoisted_64$3, [1217 createElementVNode("div", _hoisted_65$3, [1218 createElementVNode("div", _hoisted_66$3, [1219 withDirectives(createElementVNode("input", {1220 class: "form-control",1221 type: "text",1222 "onUpdate:modelValue": _cache[15] || (_cache[15] = $event => ((this.registry.changingDeclarationNumber.customPoint) = $event))1223 }, null, 512 /* NEED_PATCH */), [1224 [vModelText, this.registry.changingDeclarationNumber.customPoint]1225 ])1226 ]),1227 createElementVNode("div", _hoisted_67$3, [1228 withDirectives(createElementVNode("input", {1229 class: "form-control",1230 type: "text",1231 "onUpdate:modelValue": _cache[16] || (_cache[16] = $event => ((this.registry.changingDeclarationNumber.date) = $event))1232 }, null, 512 /* NEED_PATCH */), [1233 [vModelText, this.registry.changingDeclarationNumber.date]1234 ])1235 ]),1236 createElementVNode("div", _hoisted_68$3, [1237 withDirectives(createElementVNode("input", {1238 class: "form-control",1239 type: "text",1240 "onUpdate:modelValue": _cache[17] || (_cache[17] = $event => ((this.registry.changingDeclarationNumber.innerNum) = $event))1241 }, null, 512 /* NEED_PATCH */), [1242 [vModelText, this.registry.changingDeclarationNumber.innerNum]1243 ])1244 ]),1245 createElementVNode("div", _hoisted_69$3, [1246 withDirectives(createElementVNode("input", {1247 class: "form-control",1248 type: "text",1249 "onUpdate:modelValue": _cache[18] || (_cache[18] = $event => ((this.registry.changingDeclarationNumber.unknownNum) = $event))1250 }, null, 512 /* NEED_PATCH */), [1251 [vModelText, this.registry.changingDeclarationNumber.unknownNum]1252 ])1253 ])1254 ]),1255 createElementVNode("div", _hoisted_70$3, [1256 _hoisted_71$3,1257 createElementVNode("div", _hoisted_72$3, [1258 createElementVNode("div", _hoisted_73$3, [1259 withDirectives(createElementVNode("input", {1260 class: "form-control number-code",1261 type: "number",1262 "onUpdate:modelValue": _cache[19] || (_cache[19] = $event => ((this.registry.changeDetailsType.stageChangeCode) = $event))1263 }, null, 512 /* NEED_PATCH */), [1264 [vModelText, this.registry.changeDetailsType.stageChangeCode]1265 ])1266 ]),1267 createElementVNode("div", _hoisted_74$3, [1268 withDirectives(createElementVNode("input", {1269 class: "form-control number-code",1270 type: "number",1271 "onUpdate:modelValue": _cache[20] || (_cache[20] = $event => ((this.registry.changeDetailsType.reasonChangeCode) = $event))1272 }, null, 512 /* NEED_PATCH */), [1273 [vModelText, this.registry.changeDetailsType.reasonChangeCode]1274 ])1275 ]),1276 createElementVNode("div", _hoisted_75$3, [1277 withDirectives(createElementVNode("input", {1278 class: "form-control number-code",1279 type: "number",1280 "onUpdate:modelValue": _cache[21] || (_cache[21] = $event => ((this.registry.changeDetailsType.quantityChangeCode) = $event))1281 }, null, 512 /* NEED_PATCH */), [1282 [vModelText, this.registry.changeDetailsType.quantityChangeCode]1283 ])1284 ]),1285 createElementVNode("div", _hoisted_76$3, [1286 withDirectives(createElementVNode("input", {1287 class: "form-control number-code",1288 type: "number",1289 "onUpdate:modelValue": _cache[22] || (_cache[22] = $event => ((this.registry.changeDetailsType.TNVEDChangeCode) = $event))1290 }, null, 512 /* NEED_PATCH */), [1291 [vModelText, this.registry.changeDetailsType.TNVEDChangeCode]1292 ])1293 ]),1294 createElementVNode("div", _hoisted_77$3, [1295 withDirectives(createElementVNode("input", {1296 class: "form-control number-code",1297 type: "number",1298 "onUpdate:modelValue": _cache[23] || (_cache[23] = $event => ((this.registry.changeDetailsType.customsCostChangeCode) = $event))1299 }, null, 512 /* NEED_PATCH */), [1300 [vModelText, this.registry.changeDetailsType.customsCostChangeCode]1301 ])1302 ]),1303 createElementVNode("div", _hoisted_78$3, [1304 withDirectives(createElementVNode("input", {1305 class: "form-control number-code",1306 type: "number",1307 "onUpdate:modelValue": _cache[24] || (_cache[24] = $event => ((this.registry.changeDetailsType.customsPaymentChangeCode) = $event))1308 }, null, 512 /* NEED_PATCH */), [1309 [vModelText, this.registry.changeDetailsType.customsPaymentChangeCode]1310 ])1311 ]),1312 createElementVNode("div", _hoisted_79$3, [1313 withDirectives(createElementVNode("input", {1314 class: "form-control number-code",1315 type: "number",1316 "onUpdate:modelValue": _cache[25] || (_cache[25] = $event => ((this.registry.changeDetailsType.otherChangeCode) = $event))1317 }, null, 512 /* NEED_PATCH */), [1318 [vModelText, this.registry.changeDetailsType.otherChangeCode]1319 ])1320 ]),1321 _hoisted_80$31322 ]),1323 _hoisted_81$31324 ])1325 ])1326 ])1327 ])1328 ])1329 ]),1330 createElementVNode("div", _hoisted_82$3, [1331 createElementVNode("div", _hoisted_83$3, [1332 _hoisted_84$3,1333 createElementVNode("form", _hoisted_85$3, [1334 createElementVNode("div", _hoisted_86$3, [1335 _hoisted_87$3,1336 createElementVNode("div", _hoisted_88$3, [1337 createElementVNode("div", _hoisted_89$2, [1338 withDirectives(createElementVNode("input", {1339 type: "text",1340 class: "form-control",1341 placeholder: "СÑмма",1342 "onUpdate:modelValue": _cache[26] || (_cache[26] = $event => ((this.registry.totalPaymentAmountDetailsSum) = $event))1343 }, null, 512 /* NEED_PATCH */), [1344 [vModelText, this.registry.totalPaymentAmountDetailsSum]1345 ])1346 ]),1347 createElementVNode("div", _hoisted_90$2, [1348 withDirectives(createElementVNode("input", {1349 type: "text",1350 class: "form-control",1351 placeholder: "ÐалÑÑа",1352 "onUpdate:modelValue": _cache[27] || (_cache[27] = $event => ((this.registry.totalPaymentAmountDetailsCurrency) = $event))1353 }, null, 512 /* NEED_PATCH */), [1354 [vModelText, this.registry.totalPaymentAmountDetailsCurrency]1355 ])1356 ])1357 ])1358 ]),1359 createElementVNode("div", _hoisted_91$2, [1360 _hoisted_92$2,1361 _hoisted_93$2,1362 createElementVNode("div", _hoisted_94$2, [1363 createElementVNode("div", _hoisted_95$2, [1364 withDirectives(createElementVNode("input", {1365 class: "form-control",1366 type: "text",1367 "onUpdate:modelValue": _cache[28] || (_cache[28] = $event => ((this.registry.CAValueAmountSum) = $event))1368 }, null, 512 /* NEED_PATCH */), [1369 [vModelText, this.registry.CAValueAmountSum]1370 ])1371 ]),1372 createElementVNode("div", _hoisted_96$2, [1373 withDirectives(createElementVNode("input", {1374 class: "form-control",1375 type: "text",1376 "onUpdate:modelValue": _cache[29] || (_cache[29] = $event => ((this.registry.CAValueAmountCurrency) = $event))1377 }, null, 512 /* NEED_PATCH */), [1378 [vModelText, this.registry.CAValueAmountCurrency]1379 ])1380 ])1381 ])1382 ]),1383 createElementVNode("div", _hoisted_97$2, [1384 _hoisted_98$2,1385 _hoisted_99$2,1386 createElementVNode("div", _hoisted_100$2, [1387 createElementVNode("div", _hoisted_101$2, [1388 withDirectives(createElementVNode("input", {1389 class: "form-control",1390 type: "text",1391 "onUpdate:modelValue": _cache[30] || (_cache[30] = $event => ((this.registry.unifiedGrossWeightQuantity) = $event))1392 }, null, 512 /* NEED_PATCH */), [1393 [vModelText, this.registry.unifiedGrossWeightQuantity]1394 ])1395 ]),1396 createElementVNode("div", _hoisted_102$2, [1397 withDirectives(createElementVNode("input", {1398 class: "form-control",1399 type: "text",1400 "onUpdate:modelValue": _cache[31] || (_cache[31] = $event => ((this.registry.weightUnit) = $event))1401 }, null, 512 /* NEED_PATCH */), [1402 [vModelText, this.registry.weightUnit]1403 ])1404 ]),1405 createElementVNode("div", _hoisted_103$2, [1406 withDirectives(createElementVNode("input", {1407 class: "form-control",1408 type: "text",1409 "onUpdate:modelValue": _cache[32] || (_cache[32] = $event => ((this.registry.unknownStringUnit) = $event))1410 }, null, 512 /* NEED_PATCH */), [1411 [vModelText, this.registry.unknownStringUnit]1412 ])1413 ])1414 ])1415 ]),1416 createElementVNode("div", _hoisted_104$2, [1417 _hoisted_105$2,1418 _hoisted_106$1,1419 createElementVNode("div", _hoisted_107$1, [1420 createElementVNode("div", _hoisted_108$1, [1421 withDirectives(createElementVNode("input", {1422 class: "form-control",1423 type: "text",1424 "onUpdate:modelValue": _cache[33] || (_cache[33] = $event => ((this.registry.customCost) = $event))1425 }, null, 512 /* NEED_PATCH */), [1426 [vModelText, this.registry.customCost]1427 ])1428 ]),1429 createElementVNode("div", _hoisted_109$1, [1430 withDirectives(createElementVNode("input", {1431 class: "form-control",1432 type: "text",1433 "onUpdate:modelValue": _cache[34] || (_cache[34] = $event => ((this.registry.customCostCurrency) = $event))1434 }, null, 512 /* NEED_PATCH */), [1435 [vModelText, this.registry.customCostCurrency]1436 ])1437 ])1438 ])1439 ])1440 ])1441 ])1442 ])1443 ]),1444 createCommentVNode(" endregion"),1445 createCommentVNode(" Region ÑÐ»ÐµÐ¼ÐµÐ½Ñ Ñ Ð¾Ð±Ñей инÑоÑмаÑией по оÑпÑавиÑелÑ"),1446 createElementVNode("div", _hoisted_110$1, [1447 createElementVNode("div", _hoisted_111$1, [1448 _hoisted_112$1,1449 createElementVNode("div", _hoisted_113$1, [1450 createElementVNode("div", _hoisted_114$1, [1451 createElementVNode("div", _hoisted_115$1, [1452 createElementVNode("div", _hoisted_116$1, [1453 createElementVNode("form", _hoisted_117$1, [1454 createElementVNode("div", _hoisted_118$1, [1455 createElementVNode("div", _hoisted_119$1, [1456 withDirectives(createElementVNode("input", {1457 type: "text",1458 class: "form-control",1459 "onUpdate:modelValue": _cache[35] || (_cache[35] = $event => ((this.registry.consignor.fullName) = $event))1460 }, null, 512 /* NEED_PATCH */), [1461 [vModelText, this.registry.consignor.fullName]1462 ])1463 ])1464 ]),1465 createElementVNode("div", _hoisted_120$1, [1466 createElementVNode("div", _hoisted_121$1, [1467 withDirectives(createElementVNode("input", {1468 type: "text",1469 class: "form-control",1470 "onUpdate:modelValue": _cache[36] || (_cache[36] = $event => ((this.registry.consignor.countryCode) = $event))1471 }, null, 512 /* NEED_PATCH */), [1472 [vModelText, this.registry.consignor.countryCode]1473 ])1474 ])1475 ]),1476 _hoisted_122$1,1477 createElementVNode("div", _hoisted_123$1, [1478 createElementVNode("div", _hoisted_124$1, [1479 createElementVNode("input", {1480 type: "checkbox",1481 class: "form-check-input",1482 checked: this.registry.consignor.isDeclarant1483 }, null, 8 /* PROPS */, _hoisted_125$1)1484 ]),1485 _hoisted_126$11486 ])1487 ]),1488 createElementVNode("div", _hoisted_127$1, [1489 createElementVNode("div", _hoisted_128$1, [1490 createElementVNode("div", _hoisted_129$1, [1491 withDirectives(createElementVNode("input", {1492 type: "text",1493 class: "form-control",1494 placeholder: "кÑаÑкое наименование оÑганизаÑии",1495 "onUpdate:modelValue": _cache[37] || (_cache[37] = $event => ((this.registry.consignor.shortName) = $event))1496 }, null, 512 /* NEED_PATCH */), [1497 [vModelText, this.registry.consignor.shortName]1498 ])1499 ])1500 ]),1501 createElementVNode("div", _hoisted_130$1, [1502 createElementVNode("div", _hoisted_131$1, [1503 _hoisted_132$1,1504 createElementVNode("div", _hoisted_133$1, [1505 withDirectives(createElementVNode("input", {1506 type: "text",1507 class: "form-control",1508 "onUpdate:modelValue": _cache[38] || (_cache[38] = $event => ((this.registry.consignor.fullName) = $event))1509 }, null, 512 /* NEED_PATCH */), [1510 [vModelText, this.registry.consignor.fullName]1511 ])1512 ])1513 ]),1514 createElementVNode("div", _hoisted_134$1, [1515 _hoisted_135$1,1516 createElementVNode("div", _hoisted_136$1, [1517 withDirectives(createElementVNode("input", {1518 type: "text",1519 class: "form-control",1520 "onUpdate:modelValue": _cache[39] || (_cache[39] = $event => ((this.registry.consignor.INN) = $event))1521 }, null, 512 /* NEED_PATCH */), [1522 [vModelText, this.registry.consignor.INN]1523 ])1524 ])1525 ]),1526 createElementVNode("div", _hoisted_137$1, [1527 _hoisted_138$1,1528 createElementVNode("div", _hoisted_139$1, [1529 withDirectives(createElementVNode("input", {1530 type: "text",1531 class: "form-control",1532 "onUpdate:modelValue": _cache[40] || (_cache[40] = $event => ((this.registry.consignor.KPP) = $event))1533 }, null, 512 /* NEED_PATCH */), [1534 [vModelText, this.registry.consignor.KPP]1535 ])1536 ])1537 ]),1538 _hoisted_140$11539 ])1540 ])1541 ])1542 ]),1543 createElementVNode("div", _hoisted_141$1, [1544 createElementVNode("div", _hoisted_142$1, [1545 createElementVNode("div", _hoisted_143$1, [1546 createElementVNode("div", _hoisted_144$1, [1547 _hoisted_145$1,1548 createElementVNode("div", _hoisted_146$1, [1549 createElementVNode("div", _hoisted_147$1, [1550 withDirectives(createElementVNode("input", {1551 class: "form-control",1552 type: "text",1553 placeholder: "Ð½Ð¾Ð¼ÐµÑ ÑелеÑона",1554 "onUpdate:modelValue": _cache[41] || (_cache[41] = $event => ((this.registry.consignor.phone) = $event))1555 }, null, 512 /* NEED_PATCH */), [1556 [vModelText, this.registry.consignor.phone]1557 ])1558 ])1559 ]),1560 createElementVNode("div", _hoisted_148$1, [1561 createElementVNode("div", _hoisted_149$1, [1562 withDirectives(createElementVNode("input", {1563 class: "form-control",1564 type: "text",1565 placeholder: "ÐдÑÐµÑ ÑлекÑÑонной поÑÑÑ",1566 "onUpdate:modelValue": _cache[42] || (_cache[42] = $event => ((this.registry.consignor.email) = $event))1567 }, null, 512 /* NEED_PATCH */), [1568 [vModelText, this.registry.consignor.email]1569 ])1570 ])1571 ]),1572 createElementVNode("div", _hoisted_150$1, [1573 createElementVNode("div", _hoisted_151$1, [1574 withDirectives(createElementVNode("input", {1575 class: "form-control",1576 type: "text",1577 placeholder: "Ð½Ð¾Ð¼ÐµÑ ÑакÑа",1578 "onUpdate:modelValue": _cache[43] || (_cache[43] = $event => ((this.registry.consignor.fax) = $event))1579 }, null, 512 /* NEED_PATCH */), [1580 [vModelText, this.registry.consignor.fax]1581 ])1582 ])1583 ])1584 ])1585 ]),1586 createElementVNode("div", _hoisted_152$1, [1587 createElementVNode("div", _hoisted_153$1, [1588 createElementVNode("div", _hoisted_154$1, [1589 createElementVNode("div", _hoisted_155$1, [1590 createElementVNode("div", _hoisted_156$1, [1591 withDirectives(createElementVNode("input", {1592 type: "text",1593 class: "form-control",1594 placeholder: "ÑзÑк",1595 "onUpdate:modelValue": _cache[44] || (_cache[44] = $event => ((this.registry.consignor.language) = $event))1596 }, null, 512 /* NEED_PATCH */), [1597 [vModelText, this.registry.consignor.language]1598 ])1599 ])1600 ]),1601 createElementVNode("div", _hoisted_157$1, [1602 createElementVNode("div", _hoisted_158$1, [1603 withDirectives(createElementVNode("input", {1604 type: "text",1605 class: "form-control",1606 placeholder: "ÑÑÑана",1607 "onUpdate:modelValue": _cache[45] || (_cache[45] = $event => ((this.registry.consignor.country) = $event))1608 }, null, 512 /* NEED_PATCH */), [1609 [vModelText, this.registry.consignor.country]1610 ])1611 ])1612 ]),1613 createElementVNode("div", _hoisted_159$1, [1614 createElementVNode("div", _hoisted_160$1, [1615 withDirectives(createElementVNode("input", {1616 type: "text",1617 class: "form-control",1618 placeholder: "поÑÑовÑй индекÑ",1619 "onUpdate:modelValue": _cache[46] || (_cache[46] = $event => ((this.registry.consignor.mailIndex) = $event))1620 }, null, 512 /* NEED_PATCH */), [1621 [vModelText, this.registry.consignor.mailIndex]1622 ])1623 ])1624 ]),1625 createElementVNode("div", _hoisted_161$1, [1626 createElementVNode("div", _hoisted_162$1, [1627 withDirectives(createElementVNode("input", {1628 type: "text",1629 class: "form-control",1630 placeholder: "облаÑÑÑ (Ñегион, ÑÑаÑ, пÑовинÑиÑ)",1631 "onUpdate:modelValue": _cache[47] || (_cache[47] = $event => ((this.registry.consignor.region) = $event))1632 }, null, 512 /* NEED_PATCH */), [1633 [vModelText, this.registry.consignor.region]1634 ])1635 ])1636 ])1637 ]),1638 createElementVNode("div", _hoisted_163$1, [1639 createElementVNode("div", _hoisted_164$1, [1640 createElementVNode("div", _hoisted_165$1, [1641 withDirectives(createElementVNode("input", {1642 type: "text",1643 class: "form-control",1644 placeholder: "Ñайон",1645 "onUpdate:modelValue": _cache[48] || (_cache[48] = $event => ((this.registry.consignor.area) = $event))1646 }, null, 512 /* NEED_PATCH */), [1647 [vModelText, this.registry.consignor.area]1648 ])1649 ])1650 ]),1651 createElementVNode("div", _hoisted_166$1, [1652 createElementVNode("div", _hoisted_167$1, [1653 withDirectives(createElementVNode("input", {1654 type: "text",1655 class: "form-control",1656 placeholder: "гоÑод",1657 "onUpdate:modelValue": _cache[49] || (_cache[49] = $event => ((this.registry.consignor.city) = $event))1658 }, null, 512 /* NEED_PATCH */), [1659 [vModelText, this.registry.consignor.city]1660 ])1661 ])1662 ]),1663 createElementVNode("div", _hoisted_168$1, [1664 createElementVNode("div", _hoisted_169$1, [1665 withDirectives(createElementVNode("input", {1666 type: "text",1667 class: "form-control",1668 placeholder: "наÑелÑннÑй пÑнкÑ",1669 "onUpdate:modelValue": _cache[50] || (_cache[50] = $event => ((this.registry.consignor.settlement) = $event))1670 }, null, 512 /* NEED_PATCH */), [1671 [vModelText, this.registry.consignor.settlement]1672 ])1673 ])1674 ])1675 ]),1676 createElementVNode("div", _hoisted_170$1, [1677 createElementVNode("div", _hoisted_171$1, [1678 createElementVNode("div", _hoisted_172$1, [1679 withDirectives(createElementVNode("input", {1680 type: "text",1681 class: "form-control",1682 "onUpdate:modelValue": _cache[51] || (_cache[51] = $event => ((this.registry.consignor.address) = $event))1683 }, null, 512 /* NEED_PATCH */), [1684 [vModelText, this.registry.consignor.address]1685 ])1686 ])1687 ]),1688 createElementVNode("div", _hoisted_173$1, [1689 createElementVNode("div", _hoisted_174$1, [1690 withDirectives(createElementVNode("input", {1691 type: "text",1692 class: "form-control",1693 placeholder: "дом, коÑпÑÑ, ÑÑÑоение",1694 "onUpdate:modelValue": _cache[52] || (_cache[52] = $event => ((this.registry.consignor.house) = $event))1695 }, null, 512 /* NEED_PATCH */), [1696 [vModelText, this.registry.consignor.house]1697 ])1698 ])1699 ]),1700 createElementVNode("div", _hoisted_175$1, [1701 createElementVNode("div", _hoisted_176$1, [1702 withDirectives(createElementVNode("input", {1703 type: "text",1704 class: "form-control",1705 "onUpdate:modelValue": _cache[53] || (_cache[53] = $event => ((this.registry.consignor.office) = $event))1706 }, null, 512 /* NEED_PATCH */), [1707 [vModelText, this.registry.consignor.office]1708 ])1709 ])1710 ]),1711 createElementVNode("div", _hoisted_177$1, [1712 createElementVNode("div", _hoisted_178$1, [1713 withDirectives(createElementVNode("input", {1714 type: "text",1715 class: "form-control",1716 placeholder: "Ð½Ð¾Ð¼ÐµÑ Ð°/Ñ",1717 "onUpdate:modelValue": _cache[54] || (_cache[54] = $event => ((this.registry.consignor.officeLetter) = $event))1718 }, null, 512 /* NEED_PATCH */), [1719 [vModelText, this.registry.consignor.officeLetter]1720 ])1721 ])1722 ])1723 ]),1724 createElementVNode("div", _hoisted_179$1, [1725 createElementVNode("div", _hoisted_180$1, [1726 createElementVNode("div", _hoisted_181$1, [1727 withDirectives(createElementVNode("input", {1728 type: "text",1729 class: "form-control",1730 placeholder: "Ð½Ð°Ð±Ð¾Ñ ÑлеменÑов адÑеÑа, пÑедÑÑавленнÑÑ
в Ñвободной ÑоÑме в виде ÑекÑÑа",1731 "onUpdate:modelValue": _cache[55] || (_cache[55] = $event => ((this.registry.consignor.fullAddress) = $event))1732 }, null, 512 /* NEED_PATCH */), [1733 [vModelText, this.registry.consignor.fullAddress]1734 ])1735 ])1736 ])1737 ])1738 ])1739 ])1740 ])1741 ]),1742 createElementVNode("div", _hoisted_182$1, [1743 createElementVNode("div", _hoisted_183$1, [1744 _hoisted_184$1,1745 createElementVNode("div", _hoisted_185$1, [1746 createElementVNode("div", _hoisted_186$1, [1747 createElementVNode("div", _hoisted_187$1, [1748 createElementVNode("div", _hoisted_188$1, [1749 withDirectives(createElementVNode("input", {1750 type: "text",1751 class: "form-control",1752 placeholder: "ÑÑÑ",1753 "onUpdate:modelValue": _cache[56] || (_cache[56] = $event => ((this.registry.consignor.document.country) = $event))1754 }, null, 512 /* NEED_PATCH */), [1755 [vModelText, this.registry.consignor.document.country]1756 ])1757 ])1758 ]),1759 createElementVNode("div", _hoisted_189$1, [1760 createElementVNode("div", _hoisted_190$1, [1761 withDirectives(createElementVNode("input", {1762 type: "text",1763 class: "form-control",1764 placeholder: "код",1765 "onUpdate:modelValue": _cache[57] || (_cache[57] = $event => ((this.registry.consignor.document.countryCode) = $event))1766 }, null, 512 /* NEED_PATCH */), [1767 [vModelText, this.registry.consignor.document.countryCode]1768 ])1769 ])1770 ]),1771 createElementVNode("div", _hoisted_191$1, [1772 createElementVNode("div", _hoisted_192$1, [1773 withDirectives(createElementVNode("input", {1774 type: "text",1775 class: "form-control",1776 placeholder: "кÑаÑкое наименование",1777 "onUpdate:modelValue": _cache[58] || (_cache[58] = $event => ((this.registry.consignor.document.shortType) = $event))1778 }, null, 512 /* NEED_PATCH */), [1779 [vModelText, this.registry.consignor.document.shortType]1780 ])1781 ])1782 ]),1783 createElementVNode("div", _hoisted_193$1, [1784 createElementVNode("div", _hoisted_194$1, [1785 withDirectives(createElementVNode("input", {1786 type: "text",1787 class: "form-control",1788 placeholder: "ÑеÑиÑ",1789 "onUpdate:modelValue": _cache[59] || (_cache[59] = $event => ((this.registry.consignor.document.series) = $event))1790 }, null, 512 /* NEED_PATCH */), [1791 [vModelText, this.registry.consignor.document.series]1792 ])1793 ]),1794 createElementVNode("div", _hoisted_195$1, [1795 withDirectives(createElementVNode("input", {1796 type: "text",1797 class: "form-control",1798 placeholder: "номеÑ",1799 "onUpdate:modelValue": _cache[60] || (_cache[60] = $event => ((this.registry.consignor.document.number) = $event))1800 }, null, 512 /* NEED_PATCH */), [1801 [vModelText, this.registry.consignor.document.number]1802 ])1803 ]),1804 createElementVNode("div", _hoisted_196$1, [1805 withDirectives(createElementVNode("input", {1806 type: "text",1807 class: "form-control",1808 placeholder: "даÑа вÑдаÑи",1809 "onUpdate:modelValue": _cache[61] || (_cache[61] = $event => ((this.registry.consignor.document.releaseDate) = $event))1810 }, null, 512 /* NEED_PATCH */), [1811 [vModelText, this.registry.consignor.document.releaseDate]1812 ])1813 ])1814 ]),1815 createElementVNode("div", _hoisted_197$1, [1816 createElementVNode("div", _hoisted_198$1, [1817 withDirectives(createElementVNode("input", {1818 type: "text",1819 class: "form-control",1820 placeholder: "наименование оÑганизаÑии, вÑдавÑей докÑменÑ",1821 "onUpdate:modelValue": _cache[62] || (_cache[62] = $event => ((this.registry.consignor.document.issuedBy) = $event))1822 }, null, 512 /* NEED_PATCH */), [1823 [vModelText, this.registry.consignor.document.issuedBy]1824 ])1825 ])1826 ])1827 ]),1828 createElementVNode("div", _hoisted_199$1, [1829 createElementVNode("div", _hoisted_200$1, [1830 createElementVNode("div", _hoisted_201$1, [1831 withDirectives(createElementVNode("input", {1832 type: "text",1833 class: "form-control",1834 placeholder: "полное наименование докÑменÑа, ÑдоÑÑовеÑÑÑÑего лиÑноÑÑÑ",1835 "onUpdate:modelValue": _cache[63] || (_cache[63] = $event => ((this.registry.consignor.document.fullType) = $event))1836 }, null, 512 /* NEED_PATCH */), [1837 [vModelText, this.registry.consignor.document.fullType]1838 ])1839 ])1840 ]),1841 createElementVNode("div", _hoisted_202$1, [1842 createElementVNode("div", _hoisted_203$1, [1843 withDirectives(createElementVNode("input", {1844 type: "text",1845 class: "form-control",1846 placeholder: "код подÑазделениÑ",1847 "onUpdate:modelValue": _cache[64] || (_cache[64] = $event => ((this.registry.consignor.document.divisionCode) = $event))1848 }, null, 512 /* NEED_PATCH */), [1849 [vModelText, this.registry.consignor.document.divisionCode]1850 ])1851 ])1852 ]),1853 createElementVNode("div", _hoisted_204$1, [1854 createElementVNode("div", _hoisted_205$1, [1855 withDirectives(createElementVNode("input", {1856 type: "text",1857 class: "form-control",1858 placeholder: "ÑÑÑока, иденÑи-Ð°Ñ Ð¾Ñган гоÑÑдаÑÑÑва",1859 "onUpdate:modelValue": _cache[65] || (_cache[65] = $event => ((this.registry.consignor.document.countryIdString) = $event))1860 }, null, 512 /* NEED_PATCH */), [1861 [vModelText, this.registry.consignor.document.countryIdString]1862 ])1863 ])1864 ])1865 ])1866 ])1867 ])1868 ])1869 ])1870 ])1871 ])1872 ]),1873 createCommentVNode(" endregion"),1874 createCommentVNode(" Region ÑÐ»ÐµÐ¼ÐµÑ Ñ Ð¾Ð±Ñей инÑоÑмаÑией по полÑÑаÑелÑ"),1875 createElementVNode("div", _hoisted_206$1, [1876 createElementVNode("div", _hoisted_207$1, [1877 _hoisted_208$1,1878 createElementVNode("div", _hoisted_209$1, [1879 createElementVNode("div", _hoisted_210$1, [1880 createElementVNode("div", _hoisted_211$1, [1881 createElementVNode("div", _hoisted_212$1, [1882 createElementVNode("form", _hoisted_213$1, [1883 createElementVNode("div", _hoisted_214$1, [1884 createElementVNode("div", _hoisted_215$1, [1885 withDirectives(createElementVNode("input", {1886 type: "text",1887 class: "form-control",1888 "onUpdate:modelValue": _cache[66] || (_cache[66] = $event => ((this.registry.consignee.fullName) = $event))1889 }, null, 512 /* NEED_PATCH */), [1890 [vModelText, this.registry.consignee.fullName]1891 ])1892 ])1893 ]),1894 createElementVNode("div", _hoisted_216$1, [1895 createElementVNode("div", _hoisted_217$1, [1896 withDirectives(createElementVNode("input", {1897 type: "text",1898 class: "form-control",1899 "onUpdate:modelValue": _cache[67] || (_cache[67] = $event => ((this.registry.consignee.countryCode) = $event))1900 }, null, 512 /* NEED_PATCH */), [1901 [vModelText, this.registry.consignee.countryCode]1902 ])1903 ])1904 ]),1905 _hoisted_218$1,1906 createElementVNode("div", _hoisted_219$1, [1907 createElementVNode("div", _hoisted_220$1, [1908 createElementVNode("input", {1909 type: "checkbox",1910 class: "form-check-input",1911 checked: this.registry.consignee.isDeclarant1912 }, null, 8 /* PROPS */, _hoisted_221$1)1913 ]),1914 _hoisted_222$11915 ])1916 ]),1917 createElementVNode("div", _hoisted_223$1, [1918 createElementVNode("div", _hoisted_224$1, [1919 createElementVNode("div", _hoisted_225$1, [1920 withDirectives(createElementVNode("input", {1921 type: "text",1922 class: "form-control",1923 placeholder: "кÑаÑкое наименование оÑганизаÑии",1924 "onUpdate:modelValue": _cache[68] || (_cache[68] = $event => ((this.registry.consignee.shortName) = $event))1925 }, null, 512 /* NEED_PATCH */), [1926 [vModelText, this.registry.consignee.shortName]1927 ])1928 ])1929 ]),1930 createElementVNode("div", _hoisted_226$1, [1931 createElementVNode("div", _hoisted_227$1, [1932 _hoisted_228$1,1933 createElementVNode("div", _hoisted_229$1, [1934 withDirectives(createElementVNode("input", {1935 type: "text",1936 class: "form-control",1937 "onUpdate:modelValue": _cache[69] || (_cache[69] = $event => ((this.registry.consignee.fullName) = $event))1938 }, null, 512 /* NEED_PATCH */), [1939 [vModelText, this.registry.consignee.fullName]1940 ])1941 ])1942 ]),1943 createElementVNode("div", _hoisted_230$1, [1944 _hoisted_231$1,1945 createElementVNode("div", _hoisted_232$1, [1946 withDirectives(createElementVNode("input", {1947 type: "text",1948 class: "form-control",1949 "onUpdate:modelValue": _cache[70] || (_cache[70] = $event => ((this.registry.consignee.INN) = $event))1950 }, null, 512 /* NEED_PATCH */), [1951 [vModelText, this.registry.consignee.INN]1952 ])1953 ])1954 ]),1955 createElementVNode("div", _hoisted_233$1, [1956 _hoisted_234$1,1957 createElementVNode("div", _hoisted_235$1, [1958 withDirectives(createElementVNode("input", {1959 type: "text",1960 class: "form-control",1961 "onUpdate:modelValue": _cache[71] || (_cache[71] = $event => ((this.registry.consignee.KPP) = $event))1962 }, null, 512 /* NEED_PATCH */), [1963 [vModelText, this.registry.consignee.KPP]1964 ])1965 ])1966 ]),1967 _hoisted_236$11968 ])1969 ])1970 ])1971 ]),1972 createElementVNode("div", _hoisted_237$1, [1973 createElementVNode("div", _hoisted_238$1, [1974 createElementVNode("div", _hoisted_239$1, [1975 createElementVNode("div", _hoisted_240$1, [1976 _hoisted_241$1,1977 createElementVNode("div", _hoisted_242$1, [1978 createElementVNode("div", _hoisted_243$1, [1979 withDirectives(createElementVNode("input", {1980 class: "form-control",1981 type: "text",1982 placeholder: "Ð½Ð¾Ð¼ÐµÑ ÑелеÑона",1983 "onUpdate:modelValue": _cache[72] || (_cache[72] = $event => ((this.registry.consignee.phone) = $event))1984 }, null, 512 /* NEED_PATCH */), [1985 [vModelText, this.registry.consignee.phone]1986 ])1987 ])1988 ]),1989 createElementVNode("div", _hoisted_244$1, [1990 createElementVNode("div", _hoisted_245$1, [1991 withDirectives(createElementVNode("input", {1992 class: "form-control",1993 type: "text",1994 placeholder: "ÐдÑÐµÑ ÑлекÑÑонной поÑÑÑ",1995 "onUpdate:modelValue": _cache[73] || (_cache[73] = $event => ((this.registry.consignee.email) = $event))1996 }, null, 512 /* NEED_PATCH */), [1997 [vModelText, this.registry.consignee.email]1998 ])1999 ])2000 ]),2001 createElementVNode("div", _hoisted_246$1, [2002 createElementVNode("div", _hoisted_247$1, [2003 withDirectives(createElementVNode("input", {2004 class: "form-control",2005 type: "text",2006 placeholder: "Ð½Ð¾Ð¼ÐµÑ ÑакÑа",2007 "onUpdate:modelValue": _cache[74] || (_cache[74] = $event => ((this.registry.consignee.fax) = $event))2008 }, null, 512 /* NEED_PATCH */), [2009 [vModelText, this.registry.consignee.fax]2010 ])2011 ])2012 ])2013 ])2014 ]),2015 createElementVNode("div", _hoisted_248$1, [2016 createElementVNode("div", _hoisted_249$1, [2017 createElementVNode("div", _hoisted_250$1, [2018 createElementVNode("div", _hoisted_251$1, [2019 createElementVNode("div", _hoisted_252$1, [2020 withDirectives(createElementVNode("input", {2021 type: "text",2022 class: "form-control",2023 placeholder: "ÑзÑк",2024 "onUpdate:modelValue": _cache[75] || (_cache[75] = $event => ((this.registry.consignee.language) = $event))2025 }, null, 512 /* NEED_PATCH */), [2026 [vModelText, this.registry.consignee.language]2027 ])2028 ])2029 ]),2030 createElementVNode("div", _hoisted_253$1, [2031 createElementVNode("div", _hoisted_254$1, [2032 withDirectives(createElementVNode("input", {2033 type: "text",2034 class: "form-control",2035 placeholder: "ÑÑÑана",2036 "onUpdate:modelValue": _cache[76] || (_cache[76] = $event => ((this.registry.consignee.country) = $event))2037 }, null, 512 /* NEED_PATCH */), [2038 [vModelText, this.registry.consignee.country]2039 ])2040 ])2041 ]),2042 createElementVNode("div", _hoisted_255$1, [2043 createElementVNode("div", _hoisted_256$1, [2044 withDirectives(createElementVNode("input", {2045 type: "text",2046 class: "form-control",2047 placeholder: "поÑÑовÑй индекÑ",2048 "onUpdate:modelValue": _cache[77] || (_cache[77] = $event => ((this.registry.consignee.mailIndex) = $event))2049 }, null, 512 /* NEED_PATCH */), [2050 [vModelText, this.registry.consignee.mailIndex]2051 ])2052 ])2053 ]),2054 createElementVNode("div", _hoisted_257$1, [2055 createElementVNode("div", _hoisted_258$1, [2056 withDirectives(createElementVNode("input", {2057 type: "text",2058 class: "form-control",2059 placeholder: "облаÑÑÑ (Ñегион, ÑÑаÑ, пÑовинÑиÑ)",2060 "onUpdate:modelValue": _cache[78] || (_cache[78] = $event => ((this.registry.consignee.region) = $event))2061 }, null, 512 /* NEED_PATCH */), [2062 [vModelText, this.registry.consignee.region]2063 ])2064 ])2065 ])2066 ]),2067 createElementVNode("div", _hoisted_259$1, [2068 createElementVNode("div", _hoisted_260$1, [2069 createElementVNode("div", _hoisted_261$1, [2070 withDirectives(createElementVNode("input", {2071 type: "text",2072 class: "form-control",2073 placeholder: "Ñайон",2074 "onUpdate:modelValue": _cache[79] || (_cache[79] = $event => ((this.registry.consignee.area) = $event))2075 }, null, 512 /* NEED_PATCH */), [2076 [vModelText, this.registry.consignee.area]2077 ])2078 ])2079 ]),2080 createElementVNode("div", _hoisted_262$1, [2081 createElementVNode("div", _hoisted_263$1, [2082 withDirectives(createElementVNode("input", {2083 type: "text",2084 class: "form-control",2085 placeholder: "гоÑод",2086 "onUpdate:modelValue": _cache[80] || (_cache[80] = $event => ((this.registry.consignee.city) = $event))2087 }, null, 512 /* NEED_PATCH */), [2088 [vModelText, this.registry.consignee.city]2089 ])2090 ])2091 ]),2092 createElementVNode("div", _hoisted_264$1, [2093 createElementVNode("div", _hoisted_265$1, [2094 withDirectives(createElementVNode("input", {2095 type: "text",2096 class: "form-control",2097 placeholder: "наÑелÑннÑй пÑнкÑ",2098 "onUpdate:modelValue": _cache[81] || (_cache[81] = $event => ((this.registry.consignee.settlement) = $event))2099 }, null, 512 /* NEED_PATCH */), [2100 [vModelText, this.registry.consignee.settlement]2101 ])2102 ])2103 ])2104 ]),2105 createElementVNode("div", _hoisted_266$1, [2106 createElementVNode("div", _hoisted_267$1, [2107 createElementVNode("div", _hoisted_268$1, [2108 withDirectives(createElementVNode("input", {2109 type: "text",2110 class: "form-control",2111 "onUpdate:modelValue": _cache[82] || (_cache[82] = $event => ((this.registry.consignee.address) = $event))2112 }, null, 512 /* NEED_PATCH */), [2113 [vModelText, this.registry.consignee.address]2114 ])2115 ])2116 ]),2117 createElementVNode("div", _hoisted_269$1, [2118 createElementVNode("div", _hoisted_270$1, [2119 withDirectives(createElementVNode("input", {2120 type: "text",2121 class: "form-control",2122 placeholder: "дом, коÑпÑÑ, ÑÑÑоение",2123 "onUpdate:modelValue": _cache[83] || (_cache[83] = $event => ((this.registry.consignee.house) = $event))2124 }, null, 512 /* NEED_PATCH */), [2125 [vModelText, this.registry.consignee.house]2126 ])2127 ])2128 ]),2129 createElementVNode("div", _hoisted_271$1, [2130 createElementVNode("div", _hoisted_272$1, [2131 withDirectives(createElementVNode("input", {2132 type: "text",2133 class: "form-control",2134 "onUpdate:modelValue": _cache[84] || (_cache[84] = $event => ((this.registry.consignee.office) = $event))2135 }, null, 512 /* NEED_PATCH */), [2136 [vModelText, this.registry.consignee.office]2137 ])2138 ])2139 ]),2140 createElementVNode("div", _hoisted_273$1, [2141 createElementVNode("div", _hoisted_274$1, [2142 withDirectives(createElementVNode("input", {2143 type: "text",2144 class: "form-control",2145 placeholder: "Ð½Ð¾Ð¼ÐµÑ Ð°/Ñ",2146 "onUpdate:modelValue": _cache[85] || (_cache[85] = $event => ((this.registry.consignee.officeLetter) = $event))2147 }, null, 512 /* NEED_PATCH */), [2148 [vModelText, this.registry.consignee.officeLetter]2149 ])2150 ])2151 ])2152 ]),2153 createElementVNode("div", _hoisted_275$1, [2154 createElementVNode("div", _hoisted_276$1, [2155 createElementVNode("div", _hoisted_277$1, [2156 withDirectives(createElementVNode("input", {2157 type: "text",2158 class: "form-control",2159 placeholder: "Ð½Ð°Ð±Ð¾Ñ ÑлеменÑов адÑеÑа, пÑедÑÑавленнÑÑ
в Ñвободной ÑоÑме в виде ÑекÑÑа",2160 "onUpdate:modelValue": _cache[86] || (_cache[86] = $event => ((this.registry.consignee.fullAddress) = $event))2161 }, null, 512 /* NEED_PATCH */), [2162 [vModelText, this.registry.consignee.fullAddress]2163 ])2164 ])2165 ])2166 ])2167 ])2168 ])2169 ])2170 ]),2171 createElementVNode("div", _hoisted_278$1, [2172 createElementVNode("div", _hoisted_279, [2173 _hoisted_280,2174 createElementVNode("div", _hoisted_281, [2175 createElementVNode("div", _hoisted_282, [2176 createElementVNode("div", _hoisted_283, [2177 createElementVNode("div", _hoisted_284, [2178 withDirectives(createElementVNode("input", {2179 type: "text",2180 class: "form-control",2181 placeholder: "ÑÑÑ",2182 "onUpdate:modelValue": _cache[87] || (_cache[87] = $event => ((this.registry.consignee.document.country) = $event))2183 }, null, 512 /* NEED_PATCH */), [2184 [vModelText, this.registry.consignee.document.country]2185 ])2186 ])2187 ]),2188 createElementVNode("div", _hoisted_285, [2189 createElementVNode("div", _hoisted_286, [2190 withDirectives(createElementVNode("input", {2191 type: "text",2192 class: "form-control",2193 placeholder: "код",2194 "onUpdate:modelValue": _cache[88] || (_cache[88] = $event => ((this.registry.consignee.document.countryCode) = $event))2195 }, null, 512 /* NEED_PATCH */), [2196 [vModelText, this.registry.consignee.document.countryCode]2197 ])2198 ])2199 ]),2200 createElementVNode("div", _hoisted_287, [2201 createElementVNode("div", _hoisted_288, [2202 withDirectives(createElementVNode("input", {2203 type: "text",2204 class: "form-control",2205 placeholder: "кÑаÑкое наименование",2206 "onUpdate:modelValue": _cache[89] || (_cache[89] = $event => ((this.registry.consignee.document.shortType) = $event))2207 }, null, 512 /* NEED_PATCH */), [2208 [vModelText, this.registry.consignee.document.shortType]2209 ])2210 ])2211 ]),2212 createElementVNode("div", _hoisted_289, [2213 createElementVNode("div", _hoisted_290, [2214 withDirectives(createElementVNode("input", {2215 type: "text",2216 class: "form-control",2217 placeholder: "ÑеÑиÑ",2218 "onUpdate:modelValue": _cache[90] || (_cache[90] = $event => ((this.registry.consignee.document.series) = $event))2219 }, null, 512 /* NEED_PATCH */), [2220 [vModelText, this.registry.consignee.document.series]2221 ])2222 ]),2223 createElementVNode("div", _hoisted_291, [2224 withDirectives(createElementVNode("input", {2225 type: "text",2226 class: "form-control",2227 placeholder: "номеÑ",2228 "onUpdate:modelValue": _cache[91] || (_cache[91] = $event => ((this.registry.consignee.document.number) = $event))2229 }, null, 512 /* NEED_PATCH */), [2230 [vModelText, this.registry.consignee.document.number]2231 ])2232 ]),2233 createElementVNode("div", _hoisted_292, [2234 withDirectives(createElementVNode("input", {2235 type: "text",2236 class: "form-control",2237 placeholder: "даÑа вÑдаÑи",2238 "onUpdate:modelValue": _cache[92] || (_cache[92] = $event => ((this.registry.consignee.document.releaseDate) = $event))2239 }, null, 512 /* NEED_PATCH */), [2240 [vModelText, this.registry.consignee.document.releaseDate]2241 ])2242 ])2243 ]),2244 createElementVNode("div", _hoisted_293, [2245 createElementVNode("div", _hoisted_294, [2246 withDirectives(createElementVNode("input", {2247 type: "text",2248 class: "form-control",2249 placeholder: "наименование оÑганизаÑии, вÑдавÑей докÑменÑ",2250 "onUpdate:modelValue": _cache[93] || (_cache[93] = $event => ((this.registry.consignee.document.issuedBy) = $event))2251 }, null, 512 /* NEED_PATCH */), [2252 [vModelText, this.registry.consignee.document.issuedBy]2253 ])2254 ])2255 ])2256 ]),2257 createElementVNode("div", _hoisted_295, [2258 createElementVNode("div", _hoisted_296, [2259 createElementVNode("div", _hoisted_297, [2260 withDirectives(createElementVNode("input", {2261 type: "text",2262 class: "form-control",2263 placeholder: "полное наименование докÑменÑа, ÑдоÑÑовеÑÑÑÑего лиÑноÑÑÑ",2264 "onUpdate:modelValue": _cache[94] || (_cache[94] = $event => ((this.registry.consignee.document.fullType) = $event))2265 }, null, 512 /* NEED_PATCH */), [2266 [vModelText, this.registry.consignee.document.fullType]2267 ])2268 ])2269 ]),2270 createElementVNode("div", _hoisted_298, [2271 createElementVNode("div", _hoisted_299, [2272 withDirectives(createElementVNode("input", {2273 type: "text",2274 class: "form-control",2275 placeholder: "код подÑазделениÑ",2276 "onUpdate:modelValue": _cache[95] || (_cache[95] = $event => ((this.registry.consignee.document.divisionCode) = $event))2277 }, null, 512 /* NEED_PATCH */), [2278 [vModelText, this.registry.consignee.document.divisionCode]2279 ])2280 ])2281 ]),2282 createElementVNode("div", _hoisted_300, [2283 createElementVNode("div", _hoisted_301, [2284 withDirectives(createElementVNode("input", {2285 type: "text",2286 class: "form-control",2287 placeholder: "ÑÑÑока, иденÑи-Ð°Ñ Ð¾Ñган гоÑÑдаÑÑÑва",2288 "onUpdate:modelValue": _cache[96] || (_cache[96] = $event => ((this.registry.consignee.document.countryIdString) = $event))2289 }, null, 512 /* NEED_PATCH */), [2290 [vModelText, this.registry.consignee.document.countryIdString]2291 ])2292 ])2293 ])2294 ])2295 ])2296 ])2297 ])2298 ])2299 ])2300 ])2301 ]),2302 createCommentVNode("endregion"),2303 createCommentVNode(" Region ÑÐ»ÐµÐ¼ÐµÐ½Ñ Ñ Ð¾Ð±Ñей инÑоÑмаÑией по ÑÐ°Ð¼Ð¾Ð¶ÐµÐ½Ð½Ð¾Ð¼Ñ Ð¿ÑедÑÑавиÑÐµÐ»Ñ Ð¸ иÑполниÑелÑ"),2304 createElementVNode("div", _hoisted_302, [2305 createElementVNode("div", _hoisted_303, [2306 createElementVNode("div", _hoisted_304, [2307 createElementVNode("div", _hoisted_305, [2308 _hoisted_306,2309 createElementVNode("div", _hoisted_307, [2310 withDirectives(createElementVNode("input", {2311 type: "text",2312 class: "form-control",2313 "onUpdate:modelValue": _cache[97] || (_cache[97] = $event => ((this.registry.brokerName) = $event))2314 }, null, 512 /* NEED_PATCH */), [2315 [vModelText, this.registry.brokerName]2316 ])2317 ])2318 ])2319 ]),2320 createElementVNode("div", _hoisted_308, [2321 _hoisted_309,2322 createElementVNode("div", _hoisted_310, [2323 createElementVNode("div", _hoisted_311, [2324 createElementVNode("div", _hoisted_312, [2325 withDirectives(createElementVNode("input", {2326 type: "text",2327 class: "form-control",2328 "onUpdate:modelValue": _cache[98] || (_cache[98] = $event => ((this.registry.brokerRegistryDocDetails[0]) = $event))2329 }, null, 512 /* NEED_PATCH */), [2330 [vModelText, this.registry.brokerRegistryDocDetails[0]]2331 ])2332 ])2333 ]),2334 createElementVNode("div", _hoisted_313, [2335 createElementVNode("div", _hoisted_314, [2336 withDirectives(createElementVNode("input", {2337 type: "text",2338 class: "form-control",2339 "onUpdate:modelValue": _cache[99] || (_cache[99] = $event => ((this.registry.brokerRegistryDocDetails[1]) = $event))2340 }, null, 512 /* NEED_PATCH */), [2341 [vModelText, this.registry.brokerRegistryDocDetails[1]]2342 ])2343 ])2344 ]),2345 createElementVNode("div", _hoisted_315, [2346 createElementVNode("div", _hoisted_316, [2347 withDirectives(createElementVNode("input", {2348 type: "text",2349 class: "form-control",2350 "onUpdate:modelValue": _cache[100] || (_cache[100] = $event => ((this.registry.brokerRegistryDocDetails[2]) = $event))2351 }, null, 512 /* NEED_PATCH */), [2352 [vModelText, this.registry.brokerRegistryDocDetails[2]]2353 ])2354 ])2355 ]),2356 createElementVNode("div", _hoisted_317, [2357 createElementVNode("div", _hoisted_318, [2358 withDirectives(createElementVNode("input", {2359 type: "text",2360 class: "form-control",2361 "onUpdate:modelValue": _cache[101] || (_cache[101] = $event => ((this.registry.brokerRegistryDocDetails[3]) = $event))2362 }, null, 512 /* NEED_PATCH */), [2363 [vModelText, this.registry.brokerRegistryDocDetails[3]]2364 ])2365 ])2366 ]),2367 createElementVNode("div", _hoisted_319, [2368 createElementVNode("div", _hoisted_320, [2369 withDirectives(createElementVNode("input", {2370 type: "text",2371 class: "form-control",2372 "onUpdate:modelValue": _cache[102] || (_cache[102] = $event => ((this.registry.brokerRegistryDocDetails[4]) = $event))2373 }, null, 512 /* NEED_PATCH */), [2374 [vModelText, this.registry.brokerRegistryDocDetails[4]]2375 ])2376 ])2377 ])2378 ])2379 ])2380 ]),2381 createElementVNode("div", _hoisted_321, [2382 _hoisted_322,2383 createElementVNode("div", _hoisted_323, [2384 createElementVNode("div", _hoisted_324, [2385 createElementVNode("form", _hoisted_325, [2386 createElementVNode("div", _hoisted_326, [2387 createElementVNode("div", _hoisted_327, [2388 createElementVNode("div", _hoisted_328, [2389 withDirectives(createElementVNode("input", {2390 type: "text",2391 class: "form-control",2392 "onUpdate:modelValue": _cache[103] || (_cache[103] = $event => ((this.registry.signatoryPersonIdentityDetails.lastName) = $event))2393 }, null, 512 /* NEED_PATCH */), [2394 [vModelText, this.registry.signatoryPersonIdentityDetails.lastName]2395 ])2396 ])2397 ]),2398 createElementVNode("div", _hoisted_329, [2399 createElementVNode("div", _hoisted_330, [2400 withDirectives(createElementVNode("input", {2401 type: "text",2402 class: "form-control",2403 "onUpdate:modelValue": _cache[104] || (_cache[104] = $event => ((this.registry.signatoryPersonIdentityDetails.firstName) = $event))2404 }, null, 512 /* NEED_PATCH */), [2405 [vModelText, this.registry.signatoryPersonIdentityDetails.firstName]2406 ])2407 ])2408 ]),2409 createElementVNode("div", _hoisted_331, [2410 createElementVNode("div", _hoisted_332, [2411 withDirectives(createElementVNode("input", {2412 type: "text",2413 class: "form-control",2414 "onUpdate:modelValue": _cache[105] || (_cache[105] = $event => ((this.registry.signatoryPersonIdentityDetails.middleName) = $event))2415 }, null, 512 /* NEED_PATCH */), [2416 [vModelText, this.registry.signatoryPersonIdentityDetails.middleName]2417 ])2418 ])2419 ]),2420 createElementVNode("div", _hoisted_333, [2421 createElementVNode("div", _hoisted_334, [2422 withDirectives(createElementVNode("input", {2423 type: "text",2424 class: "form-control",2425 "onUpdate:modelValue": _cache[106] || (_cache[106] = $event => ((this.registry.signatoryPersonIdentityDetails.profession) = $event))2426 }, null, 512 /* NEED_PATCH */), [2427 [vModelText, this.registry.signatoryPersonIdentityDetails.profession]2428 ])2429 ])2430 ])2431 ]),2432 createElementVNode("div", _hoisted_335, [2433 createElementVNode("div", _hoisted_336, [2434 createElementVNode("div", _hoisted_337, [2435 createElementVNode("div", _hoisted_338, [2436 withDirectives(createElementVNode("input", {2437 type: "text",2438 class: "form-control",2439 "onUpdate:modelValue": _cache[107] || (_cache[107] = $event => ((this.registry.signatoryPersonIdentityDetails.mobilePhone) = $event))2440 }, null, 512 /* NEED_PATCH */), [2441 [vModelText, this.registry.signatoryPersonIdentityDetails.mobilePhone]2442 ])2443 ])2444 ]),2445 createElementVNode("div", _hoisted_339, [2446 createElementVNode("div", _hoisted_340, [2447 withDirectives(createElementVNode("input", {2448 type: "text",2449 class: "form-control",2450 "onUpdate:modelValue": _cache[108] || (_cache[108] = $event => ((this.registry.signatoryPersonIdentityDetails.fax) = $event))2451 }, null, 512 /* NEED_PATCH */), [2452 [vModelText, this.registry.signatoryPersonIdentityDetails.fax]2453 ])2454 ])2455 ]),2456 createElementVNode("div", _hoisted_341, [2457 createElementVNode("div", _hoisted_342, [2458 withDirectives(createElementVNode("input", {2459 type: "text",2460 class: "form-control",2461 "onUpdate:modelValue": _cache[109] || (_cache[109] = $event => ((this.registry.signatoryPersonIdentityDetails.email) = $event))2462 }, null, 512 /* NEED_PATCH */), [2463 [vModelText, this.registry.signatoryPersonIdentityDetails.email]2464 ])2465 ])2466 ])2467 ]),2468 createElementVNode("div", _hoisted_343, [2469 createElementVNode("div", _hoisted_344, [2470 createElementVNode("div", _hoisted_345, [2471 withDirectives(createElementVNode("input", {2472 type: "text",2473 class: "form-control",2474 "onUpdate:modelValue": _cache[110] || (_cache[110] = $event => ((this.registry.signatoryPersonIdentityDetails.appealDocumentDate) = $event))2475 }, null, 512 /* NEED_PATCH */), [2476 [vModelText, this.registry.signatoryPersonIdentityDetails.appealDocumentDate]2477 ])2478 ])2479 ]),2480 _hoisted_3462481 ])2482 ]),2483 createElementVNode("div", _hoisted_347, [2484 _hoisted_348,2485 createElementVNode("div", _hoisted_349, [2486 createElementVNode("div", _hoisted_350, [2487 createElementVNode("div", _hoisted_351, [2488 createElementVNode("div", _hoisted_352, [2489 withDirectives(createElementVNode("input", {2490 type: "text",2491 class: "form-control",2492 "onUpdate:modelValue": _cache[111] || (_cache[111] = $event => ((this.registry.signatoryPersonIdentityDetails.countyCode) = $event))2493 }, null, 512 /* NEED_PATCH */), [2494 [vModelText, this.registry.signatoryPersonIdentityDetails.countyCode]2495 ])2496 ])2497 ]),2498 createElementVNode("div", _hoisted_353, [2499 createElementVNode("div", _hoisted_354, [2500 withDirectives(createElementVNode("input", {2501 type: "text",2502 class: "form-control",2503 "onUpdate:modelValue": _cache[112] || (_cache[112] = $event => ((this.registry.signatoryPersonIdentityDetails.personalDocType) = $event))2504 }, null, 512 /* NEED_PATCH */), [2505 [vModelText, this.registry.signatoryPersonIdentityDetails.personalDocType]2506 ])2507 ])2508 ])2509 ]),2510 createElementVNode("div", _hoisted_355, [2511 createElementVNode("div", _hoisted_356, [2512 createElementVNode("div", _hoisted_357, [2513 withDirectives(createElementVNode("input", {2514 type: "text",2515 class: "form-control",2516 "onUpdate:modelValue": _cache[113] || (_cache[113] = $event => ((this.registry.signatoryPersonIdentityDetails.documentSeries) = $event))2517 }, null, 512 /* NEED_PATCH */), [2518 [vModelText, this.registry.signatoryPersonIdentityDetails.documentSeries]2519 ])2520 ])2521 ]),2522 createElementVNode("div", _hoisted_358, [2523 createElementVNode("div", _hoisted_359, [2524 withDirectives(createElementVNode("input", {2525 type: "text",2526 class: "form-control",2527 "onUpdate:modelValue": _cache[114] || (_cache[114] = $event => ((this.registry.signatoryPersonIdentityDetails.documentNumber) = $event))2528 }, null, 512 /* NEED_PATCH */), [2529 [vModelText, this.registry.signatoryPersonIdentityDetails.documentNumber]2530 ])2531 ])2532 ])2533 ]),2534 createElementVNode("div", _hoisted_360, [2535 createElementVNode("div", _hoisted_361, [2536 createElementVNode("div", _hoisted_362, [2537 withDirectives(createElementVNode("input", {2538 type: "text",2539 class: "form-control",2540 "onUpdate:modelValue": _cache[115] || (_cache[115] = $event => ((this.registry.signatoryPersonIdentityDetails.documentReleaseDate) = $event))2541 }, null, 512 /* NEED_PATCH */), [2542 [vModelText, this.registry.signatoryPersonIdentityDetails.documentReleaseDate]2543 ])2544 ])2545 ]),2546 createElementVNode("div", _hoisted_363, [2547 createElementVNode("div", _hoisted_364, [2548 withDirectives(createElementVNode("input", {2549 type: "text",2550 class: "form-control",2551 "onUpdate:modelValue": _cache[116] || (_cache[116] = $event => ((this.registry.signatoryPersonIdentityDetails.documentDateEnd) = $event))2552 }, null, 512 /* NEED_PATCH */), [2553 [vModelText, this.registry.signatoryPersonIdentityDetails.documentDateEnd]2554 ])2555 ])2556 ])2557 ]),2558 createElementVNode("div", _hoisted_365, [2559 _hoisted_366,2560 createElementVNode("div", _hoisted_367, [2561 createElementVNode("div", _hoisted_368, [2562 withDirectives(createElementVNode("input", {2563 type: "text",2564 class: "form-control",2565 "onUpdate:modelValue": _cache[117] || (_cache[117] = $event => ((this.registry.signatoryPersonIdentityDetails.qualificationCertificate) = $event))2566 }, null, 512 /* NEED_PATCH */), [2567 [vModelText, this.registry.signatoryPersonIdentityDetails.qualificationCertificate]2568 ])2569 ])2570 ])2571 ])2572 ]),2573 createElementVNode("div", _hoisted_369, [2574 createElementVNode("div", _hoisted_370, [2575 createElementVNode("div", _hoisted_371, [2576 withDirectives(createElementVNode("input", {2577 type: "text",2578 class: "form-control",2579 "onUpdate:modelValue": _cache[118] || (_cache[118] = $event => ((this.registry.signatoryPersonIdentityDetails.fullDocumentType) = $event))2580 }, null, 512 /* NEED_PATCH */), [2581 [vModelText, this.registry.signatoryPersonIdentityDetails.fullDocumentType]2582 ])2583 ])2584 ]),2585 createElementVNode("div", _hoisted_372, [2586 createElementVNode("div", _hoisted_373, [2587 withDirectives(createElementVNode("input", {2588 type: "text",2589 class: "form-control",2590 "onUpdate:modelValue": _cache[119] || (_cache[119] = $event => ((this.registry.signatoryPersonIdentityDetails.issuedBy) = $event))2591 }, null, 512 /* NEED_PATCH */), [2592 [vModelText, this.registry.signatoryPersonIdentityDetails.issuedBy]2593 ])2594 ])2595 ]),2596 createElementVNode("div", _hoisted_374, [2597 createElementVNode("div", _hoisted_375, [2598 withDirectives(createElementVNode("input", {2599 type: "text",2600 class: "form-control",2601 "onUpdate:modelValue": _cache[120] || (_cache[120] = $event => ((this.registry.signatoryPersonIdentityDetails.divisionCode) = $event))2602 }, null, 512 /* NEED_PATCH */), [2603 [vModelText, this.registry.signatoryPersonIdentityDetails.divisionCode]2604 ])2605 ]),2606 createElementVNode("div", _hoisted_376, [2607 withDirectives(createElementVNode("input", {2608 type: "text",2609 class: "form-control",2610 "onUpdate:modelValue": _cache[121] || (_cache[121] = $event => ((this.registry.signatoryPersonIdentityDetails.countryIdString) = $event))2611 }, null, 512 /* NEED_PATCH */), [2612 [vModelText, this.registry.signatoryPersonIdentityDetails.countryIdString]2613 ])2614 ]),2615 createElementVNode("div", _hoisted_377, [2616 withDirectives(createElementVNode("input", {2617 type: "text",2618 class: "form-control",2619 "onUpdate:modelValue": _cache[122] || (_cache[122] = $event => ((this.registry.signatoryPersonIdentityDetails.countryIdCode) = $event))2620 }, null, 512 /* NEED_PATCH */), [2621 [vModelText, this.registry.signatoryPersonIdentityDetails.countryIdCode]2622 ])2623 ])2624 ])2625 ])2626 ]),2627 createElementVNode("div", _hoisted_378, [2628 createElementVNode("div", _hoisted_379, [2629 _hoisted_380,2630 createElementVNode("div", _hoisted_381, [2631 createElementVNode("div", _hoisted_382, [2632 createElementVNode("div", _hoisted_383, [2633 createElementVNode("div", _hoisted_384, [2634 withDirectives(createElementVNode("input", {2635 type: "text",2636 class: "form-control",2637 "onUpdate:modelValue": _cache[123] || (_cache[123] = $event => ((this.registry.signatoryPersonIdentityDetails.documentModeId) = $event))2638 }, null, 512 /* NEED_PATCH */), [2639 [vModelText, this.registry.signatoryPersonIdentityDetails.documentModeId]2640 ])2641 ])2642 ]),2643 createElementVNode("div", _hoisted_385, [2644 createElementVNode("div", _hoisted_386, [2645 withDirectives(createElementVNode("input", {2646 type: "text",2647 class: "form-control",2648 "onUpdate:modelValue": _cache[124] || (_cache[124] = $event => ((this.registry.signatoryPersonIdentityDetails.documentModeUnknown1) = $event))2649 }, null, 512 /* NEED_PATCH */), [2650 [vModelText, this.registry.signatoryPersonIdentityDetails.documentModeUnknown1]2651 ])2652 ])2653 ])2654 ]),2655 createElementVNode("div", _hoisted_387, [2656 createElementVNode("div", _hoisted_388, [2657 withDirectives(createElementVNode("input", {2658 type: "text",2659 class: "form-control",2660 "onUpdate:modelValue": _cache[125] || (_cache[125] = $event => ((this.registry.signatoryPersonIdentityDetails.documentModeUnknown2) = $event))2661 }, null, 512 /* NEED_PATCH */), [2662 [vModelText, this.registry.signatoryPersonIdentityDetails.documentModeUnknown2]2663 ])2664 ])2665 ])2666 ])2667 ])2668 ]),2669 createElementVNode("div", _hoisted_389, [2670 _hoisted_390,2671 createElementVNode("div", _hoisted_391, [2672 createElementVNode("div", _hoisted_392, [2673 createElementVNode("div", _hoisted_393, [2674 createElementVNode("div", _hoisted_394, [2675 withDirectives(createElementVNode("input", {2676 class: "form-control",2677 type: "text",2678 "onUpdate:modelValue": _cache[126] || (_cache[126] = $event => ((this.registry.signatoryPersonIdentityDetails.powerOfAttorney.docSeries) = $event))2679 }, null, 512 /* NEED_PATCH */), [2680 [vModelText, this.registry.signatoryPersonIdentityDetails.powerOfAttorney.docSeries]2681 ])2682 ])2683 ]),2684 createElementVNode("div", _hoisted_395, [2685 createElementVNode("div", _hoisted_396, [2686 withDirectives(createElementVNode("input", {2687 class: "form-control",2688 type: "text",2689 "onUpdate:modelValue": _cache[127] || (_cache[127] = $event => ((this.registry.signatoryPersonIdentityDetails.powerOfAttorney.docType) = $event))2690 }, null, 512 /* NEED_PATCH */), [2691 [vModelText, this.registry.signatoryPersonIdentityDetails.powerOfAttorney.docType]2692 ])2693 ])2694 ])2695 ]),2696 createElementVNode("div", _hoisted_397, [2697 createElementVNode("div", _hoisted_398, [2698 createElementVNode("div", _hoisted_399, [2699 createElementVNode("div", _hoisted_400, [2700 withDirectives(createElementVNode("input", {2701 class: "form-control",2702 type: "text",2703 "onUpdate:modelValue": _cache[128] || (_cache[128] = $event => ((this.registry.signatoryPersonIdentityDetails.powerOfAttorney.unknownString) = $event))2704 }, null, 512 /* NEED_PATCH */), [2705 [vModelText, this.registry.signatoryPersonIdentityDetails.powerOfAttorney.unknownString]2706 ])2707 ])2708 ]),2709 createElementVNode("div", _hoisted_401, [2710 createElementVNode("div", _hoisted_402, [2711 withDirectives(createElementVNode("input", {2712 class: "form-control",2713 type: "text",2714 "onUpdate:modelValue": _cache[129] || (_cache[129] = $event => ((this.registry.signatoryPersonIdentityDetails.powerOfAttorney.appealDate) = $event))2715 }, null, 512 /* NEED_PATCH */), [2716 [vModelText, this.registry.signatoryPersonIdentityDetails.powerOfAttorney.appealDate]2717 ])2718 ])2719 ])2720 ]),2721 createElementVNode("div", _hoisted_403, [2722 createElementVNode("div", _hoisted_404, [2723 _hoisted_405,2724 createElementVNode("div", _hoisted_406, [2725 createElementVNode("div", _hoisted_407, [2726 withDirectives(createElementVNode("input", {2727 class: "form-control",2728 type: "text",2729 "onUpdate:modelValue": _cache[130] || (_cache[130] = $event => ((this.registry.signatoryPersonIdentityDetails.powerOfAttorney.dateStart) = $event))2730 }, null, 512 /* NEED_PATCH */), [2731 [vModelText, this.registry.signatoryPersonIdentityDetails.powerOfAttorney.dateStart]2732 ])2733 ])2734 ])2735 ]),2736 createElementVNode("div", _hoisted_408, [2737 _hoisted_409,2738 createElementVNode("div", _hoisted_410, [2739 createElementVNode("div", _hoisted_411, [2740 withDirectives(createElementVNode("input", {2741 class: "form-control",2742 type: "text",2743 "onUpdate:modelValue": _cache[131] || (_cache[131] = $event => ((this.registry.signatoryPersonIdentityDetails.powerOfAttorney.dateEnd) = $event))2744 }, null, 512 /* NEED_PATCH */), [2745 [vModelText, this.registry.signatoryPersonIdentityDetails.powerOfAttorney.dateEnd]2746 ])2747 ])2748 ])2749 ]),2750 createElementVNode("div", _hoisted_412, [2751 createElementVNode("div", _hoisted_413, [2752 withDirectives(createElementVNode("input", {2753 class: "form-control",2754 type: "text",2755 "onUpdate:modelValue": _cache[132] || (_cache[132] = $event => ((this.registry.signatoryPersonIdentityDetails.powerOfAttorney.unknownInput) = $event))2756 }, null, 512 /* NEED_PATCH */), [2757 [vModelText, this.registry.signatoryPersonIdentityDetails.powerOfAttorney.unknownInput]2758 ])2759 ])2760 ])2761 ])2762 ])2763 ])2764 ])2765 ])2766 ])2767 ])2768 ])2769 ]),2770 createCommentVNode("endregion"),2771 createCommentVNode("Region ÑÐ»ÐµÐ¼ÐµÐ½Ñ Ñ Ð¸Ð½ÑоÑмаÑией по инÑпекÑоÑÑ"),2772 createElementVNode("div", _hoisted_414, [2773 createElementVNode("div", _hoisted_415, [2774 createElementVNode("div", _hoisted_416, [2775 _hoisted_417,2776 createElementVNode("div", _hoisted_418, [2777 withDirectives(createElementVNode("input", {2778 class: "form-control",2779 type: "text",2780 "onUpdate:modelValue": _cache[133] || (_cache[133] = $event => ((this.registry.inspectorFullName) = $event))2781 }, null, 512 /* NEED_PATCH */), [2782 [vModelText, this.registry.inspectorFullName]2783 ])2784 ])2785 ]),2786 createElementVNode("div", _hoisted_419, [2787 _hoisted_420,2788 createElementVNode("div", _hoisted_421, [2789 createElementVNode("div", _hoisted_422, [2790 withDirectives(createElementVNode("input", {2791 class: "form-control",2792 type: "text",2793 "onUpdate:modelValue": _cache[134] || (_cache[134] = $event => ((this.registry.lnp) = $event))2794 }, null, 512 /* NEED_PATCH */), [2795 [vModelText, this.registry.lnp]2796 ])2797 ])2798 ])2799 ])2800 ])2801 ]),2802 createCommentVNode("endregion")2803 ]))2804 ]),2805 _: 1 /* STABLE */2806 })2807 ]))2808}2809script$a.render = render$a;2810script$a.__file = "src/components/Form/GeneralDeclaration.vue";2811var script$9 = {2812 name: "TsoftGoodsAwbInformationForm",2813 data() {2814 return {2815 isGoodsOpen: false,2816 isOrderOpen: false,2817 sender: false,2818 recipient: false2819 };2820 },2821 props: {2822 order: {2823 required: true2824 },2825 orderNum: {2826 required: true2827 },2828 goods: {2829 required: true2830 }2831 }2832};2833const _hoisted_1$9 = { class: "order" };2834const _hoisted_2$8 = { class: "arrow" };2835const _hoisted_3$8 = { class: "product-batch" };2836const _hoisted_4$5 = { class: "product-inner-block" };2837const _hoisted_5$5 = { class: "row" };2838const _hoisted_6$3 = { class: "row" };2839const _hoisted_7$3 = { class: "col-9" };2840const _hoisted_8$3 = { action: "" };2841const _hoisted_9$2 = { class: "d-flex" };2842const _hoisted_10$2 = { class: "col-3 d-flex" };2843const _hoisted_11$2 = /*#__PURE__*/createElementVNode("div", { class: "col-6 align-bcntr" }, [2844 /*#__PURE__*/createElementVNode("p", { class: "align-bcntr" }, "ÐбÑÐ°Ñ Ð½Ð°ÐºÐ»Ð°Ð´Ð½Ð°Ñ")2845], -1 /* HOISTED */);2846const _hoisted_12$2 = /*#__PURE__*/createElementVNode("div", { class: "col-1" }, null, -1 /* HOISTED */);2847const _hoisted_13$2 = { class: "input-bg col-5" };2848const _hoisted_14$2 = { class: "col-4" };2849const _hoisted_15$2 = { class: "input-bg" };2850const _hoisted_16$2 = { class: "col-3" };2851const _hoisted_17$2 = { class: "input-bg" };2852const _hoisted_18$2 = { class: "col-2" };2853const _hoisted_19$2 = { class: "input-bg" };2854const _hoisted_20$2 = { class: "d-flex my-2" };2855const _hoisted_21$2 = { class: "col-3 d-flex" };2856const _hoisted_22$2 = /*#__PURE__*/createElementVNode("div", { class: "col-6 align-bcntr" }, [2857 /*#__PURE__*/createElementVNode("p", { class: "align-bcntr" }, "Ðнд. накладнаÑ")2858], -1 /* HOISTED */);2859const _hoisted_23$2 = { class: "col-2" };2860const _hoisted_24$2 = { class: "input-bg" };2861const _hoisted_25$2 = { class: "input-bg col-4" };2862const _hoisted_26$2 = { class: "col-4" };2863const _hoisted_27$2 = { class: "input-bg" };2864const _hoisted_28$2 = { class: "col-3" };2865const _hoisted_29$2 = { class: "input-bg" };2866const _hoisted_30$2 = { class: "col-2" };2867const _hoisted_31$2 = { class: "input-bg" };2868const _hoisted_32$2 = { class: "row my-3" };2869const _hoisted_33$2 = { class: "col-4" };2870const _hoisted_34$2 = /*#__PURE__*/createElementVNode("h5", { class: "align-bcntr my-1" }, "ÐбÑий Ð²ÐµÑ Ð±ÑÑÑÑо", -1 /* HOISTED */);2871const _hoisted_35$2 = { class: "d-flex" };2872const _hoisted_36$2 = { class: "col-6" };2873const _hoisted_37$2 = { class: "input-bg" };2874const _hoisted_38$2 = { class: "col-6 d-flex" };2875const _hoisted_39$2 = { class: "col-7" };2876const _hoisted_40$2 = { class: "input-bg" };2877const _hoisted_41$2 = { class: "col-5" };2878const _hoisted_42$2 = { class: "input-bg" };2879const _hoisted_43$2 = { class: "col-4" };2880const _hoisted_44$2 = /*#__PURE__*/createElementVNode("h5", { class: "align-bcntr my-1" }, "ÐбÑÐ°Ñ ÑÐ°Ð¼Ð¾Ð¶ÐµÐ½Ð½Ð°Ñ ÑÑоимоÑÑÑ", -1 /* HOISTED */);2881const _hoisted_45$2 = { class: "d-flex" };2882const _hoisted_46$2 = { class: "col-8" };2883const _hoisted_47$2 = { class: "input-bg" };2884const _hoisted_48$2 = { class: "col-4 d-flex" };2885const _hoisted_49$2 = /*#__PURE__*/createElementVNode("div", { class: "col-2" }, null, -1 /* HOISTED */);2886const _hoisted_50$2 = { class: "col-10" };2887const _hoisted_51$2 = { class: "input-bg" };2888const _hoisted_52$2 = { class: "col-4" };2889const _hoisted_53$2 = /*#__PURE__*/createElementVNode("h5", { class: "align-bcntr my-1 fs-12" }, " ÐбÑÐ°Ñ ÑÑоимоÑÑÑ Ð¿Ð¾ инд. накладной ", -1 /* HOISTED */);2890const _hoisted_54$2 = { class: "d-flex" };2891const _hoisted_55$2 = { class: "col-9" };2892const _hoisted_56$2 = { class: "input-bg" };2893const _hoisted_57$2 = { class: "col-3 d-flex" };2894const _hoisted_58$2 = { class: "col-12" };2895const _hoisted_59$2 = { class: "input-bg" };2896const _hoisted_60$2 = { class: "row align-items-end" };2897const _hoisted_61$2 = { class: "col-8 d-flex" };2898const _hoisted_62$2 = /*#__PURE__*/createElementVNode("div", { class: "col-3 d-flex align-bcntr" }, [2899 /*#__PURE__*/createElementVNode("p", { class: "align-bcntr" }, "ÐнÑеÑнеÑ-магазин")2900], -1 /* HOISTED */);2901const _hoisted_63$2 = { class: "col-7" };2902const _hoisted_64$2 = { class: "input-bg" };2903const _hoisted_65$2 = { class: "col-2 d-flex" };2904const _hoisted_66$2 = { class: "col-7 d-flex" };2905const _hoisted_67$2 = { class: "input-bg" };2906const _hoisted_68$2 = /*#__PURE__*/createElementVNode("div", { class: "col-5" }, [2907 /*#__PURE__*/createElementVNode("button", { class: "btn new-window-button" }, [2908 /*#__PURE__*/createElementVNode("i", { class: "fa-solid fa-pager" })2909 ])2910], -1 /* HOISTED */);2911const _hoisted_69$2 = { class: "col-4" };2912const _hoisted_70$2 = /*#__PURE__*/createElementVNode("p", { class: "align-bcntr" }, "ÐÐ¾Ð¼ÐµÑ Ð¼ÐµÑка/меÑÑа", -1 /* HOISTED */);2913const _hoisted_71$2 = { class: "input-bg" };2914const _hoisted_72$2 = { class: "col-3" };2915const _hoisted_73$2 = { class: "batch-info-anchors" };2916const _hoisted_74$2 = /*#__PURE__*/createTextVNode(" Ð¡Ð²ÐµÐ´ÐµÐ½Ð¸Ñ Ð¾ ÑоваÑаÑ
в накладной ");2917const _hoisted_75$2 = /*#__PURE__*/createTextVNode(" Ð¡Ð²ÐµÐ´ÐµÐ½Ð¸Ñ Ð¾ Ñам.ÑбоÑе накладной ");2918const _hoisted_76$2 = /*#__PURE__*/createTextVNode(" СÑÐ¼Ð¼Ñ Ð¿Ð¾Ñлин и налогов накладной ");2919const _hoisted_77$2 = /*#__PURE__*/createTextVNode(" ÐÑÑиÑление Ñам.поÑлин, налогов ");2920const _hoisted_78$2 = { class: "inf-block changing-code row" };2921const _hoisted_79$2 = /*#__PURE__*/createElementVNode("div", {2922 class: "label-block",2923 style: {"width":"100%"}2924}, [2925 /*#__PURE__*/createElementVNode("label", { class: "fs-5" }, "Ðод изменений")2926], -1 /* HOISTED */);2927const _hoisted_80$2 = { class: "col-10 d-flex w-100" };2928const _hoisted_81$2 = { class: "col input-bg" };2929const _hoisted_82$2 = { class: "col input-bg" };2930const _hoisted_83$2 = { class: "col input-bg" };2931const _hoisted_84$2 = { class: "col input-bg" };2932const _hoisted_85$2 = { class: "col input-bg" };2933const _hoisted_86$2 = { class: "col input-bg" };2934const _hoisted_87$2 = { class: "col input-bg" };2935const _hoisted_88$2 = /*#__PURE__*/createElementVNode("button", { class: "btn info-button p-1" }, [2936 /*#__PURE__*/createElementVNode("i", { class: "fa-solid fa-circle-info" })2937], -1 /* HOISTED */);2938const _hoisted_89$1 = /*#__PURE__*/createElementVNode("div", { class: "col-2" }, null, -1 /* HOISTED */);2939const _hoisted_90$1 = /*#__PURE__*/createTextVNode(" ÐÑкÑÑÑÑ Ð¸ÑÑ
однÑÑ Ðнд. накладнÑÑ ");2940const _hoisted_91$1 = { class: "row" };2941const _hoisted_92$1 = { class: "my-2" };2942const _hoisted_93$1 = /*#__PURE__*/createElementVNode("p", { class: "align-bcntr" }, "РеÑение по инд. накладной", -1 /* HOISTED */);2943const _hoisted_94$1 = { class: "d-flex" };2944const _hoisted_95$1 = { class: "col-9" };2945const _hoisted_96$1 = { class: "input-bg" };2946const _hoisted_97$1 = { class: "col-3" };2947const _hoisted_98$1 = { class: "input-bg" };2948const _hoisted_99$1 = { class: "d-flex" };2949const _hoisted_100$1 = { class: "col-7" };2950const _hoisted_101$1 = /*#__PURE__*/createElementVNode("p", { class: "align-bcntr fs-5" }, "ÐÑиÑина оÑказа", -1 /* HOISTED */);2951const _hoisted_102$1 = { class: "input-bg" };2952const _hoisted_103$1 = { class: "col-5" };2953const _hoisted_104$1 = /*#__PURE__*/createElementVNode("p", { class: "align-bcntr fs-5" }, "УникалÑнÑй иденÑиÑикаÑÐ¾Ñ Ð¿Ð°ÑÑии", -1 /* HOISTED */);2954const _hoisted_105$1 = { class: "col input-bg" };2955const _hoisted_106 = { class: "sender-personal-inf mt-4" };2956const _hoisted_107 = { class: "row" };2957const _hoisted_108 = {2958 class: "btn invoice-button collapsed",2959 type: "button"2960};2961const _hoisted_109 = /*#__PURE__*/createElementVNode("span", null, "ÐÑпÑавиÑÐµÐ»Ñ Ð¿Ð¾ индивидÑалÑной накладной", -1 /* HOISTED */);2962const _hoisted_110 = [2963 _hoisted_1092964];2965const _hoisted_111 = { class: "card card-body" };2966const _hoisted_112 = { class: "row" };2967const _hoisted_113 = { class: "recipient-name" };2968const _hoisted_114 = { class: "row form my-2" };2969const _hoisted_115 = { class: "col-8" };2970const _hoisted_116 = { class: "input-bg" };2971const _hoisted_117 = { class: "col-1" };2972const _hoisted_118 = { class: "input-bg" };2973const _hoisted_119 = /*#__PURE__*/createElementVNode("div", { class: "col-1" }, null, -1 /* HOISTED */);2974const _hoisted_120 = { class: "col-2 d-flex" };2975const _hoisted_121 = { class: "input-bg col-2" };2976const _hoisted_122 = ["checked"];2977const _hoisted_123 = /*#__PURE__*/createElementVNode("div", { class: "label-block col-10" }, [2978 /*#__PURE__*/createElementVNode("label", null, " ÐеклаÑÐ°Ð½Ñ (заÑвиÑелÑ) ")2979], -1 /* HOISTED */);2980const _hoisted_124 = { class: "row my-2" };2981const _hoisted_125 = { class: "col-6 d-flex justify-content-between" };2982const _hoisted_126 = { class: "col-4 d-flex" };2983const _hoisted_127 = /*#__PURE__*/createElementVNode("div", { class: "label-block col-3 ps-1" }, [2984 /*#__PURE__*/createElementVNode("label", null, " ÐÐÐ Ð ")2985], -1 /* HOISTED */);2986const _hoisted_128 = { class: "input-bg col-9" };2987const _hoisted_129 = { class: "col-4 d-flex" };2988const _hoisted_130 = /*#__PURE__*/createElementVNode("div", { class: "label-block col-3 ps-3" }, [2989 /*#__PURE__*/createElementVNode("label", null, " ÐÐÐ ")2990], -1 /* HOISTED */);2991const _hoisted_131 = { class: "input-bg col-9" };2992const _hoisted_132 = { class: "col-4 d-flex" };2993const _hoisted_133 = /*#__PURE__*/createElementVNode("div", { class: "label-block col-3 ps-3" }, [2994 /*#__PURE__*/createElementVNode("label", null, " ÐÐÐ ")2995], -1 /* HOISTED */);2996const _hoisted_134 = { class: "input-bg col-9" };2997const _hoisted_135 = { class: "col-6 d-flex" };2998const _hoisted_136 = { class: "input-bg col-6" };2999const _hoisted_137 = { class: "input-bg col-6" };3000const _hoisted_138 = { class: "row" };3001const _hoisted_139 = { class: "recipient-address" };3002const _hoisted_140 = /*#__PURE__*/createElementVNode("div", { class: "row my-2" }, [3003 /*#__PURE__*/createElementVNode("div", { class: "d-flex recipient-contacts" }, [3004 /*#__PURE__*/createElementVNode("div", { class: "col-1 d-flex" }, [3005 /*#__PURE__*/createElementVNode("p", { class: "point-name" }, "ÐдÑеÑ:")3006 ])3007 ])3008], -1 /* HOISTED */);3009const _hoisted_141 = { class: "row my-2" };3010const _hoisted_142 = { class: "address-block" };3011const _hoisted_143 = { class: "row my-2" };3012const _hoisted_144 = { class: "col-1" };3013const _hoisted_145 = { class: "input-bg" };3014const _hoisted_146 = { class: "col-4" };3015const _hoisted_147 = { class: "input-bg" };3016const _hoisted_148 = { class: "col-2" };3017const _hoisted_149 = { class: "input-bg" };3018const _hoisted_150 = { class: "col-5" };3019const _hoisted_151 = { class: "input-bg" };3020const _hoisted_152 = { class: "row my-2" };3021const _hoisted_153 = { class: "col-5" };3022const _hoisted_154 = { class: "input-bg" };3023const _hoisted_155 = { class: "col-3" };3024const _hoisted_156 = { class: "input-bg" };3025const _hoisted_157 = { class: "col-4" };3026const _hoisted_158 = { class: "input-bg" };3027const _hoisted_159 = { class: "row my-2" };3028const _hoisted_160 = { class: "col-4" };3029const _hoisted_161 = { class: "input-bg" };3030const _hoisted_162 = { class: "col-2" };3031const _hoisted_163 = { class: "input-bg" };3032const _hoisted_164 = { class: "col-2" };3033const _hoisted_165 = { class: "input-bg" };3034const _hoisted_166 = { class: "col-2" };3035const _hoisted_167 = { class: "input-bg" };3036const _hoisted_168 = { class: "row my-2" };3037const _hoisted_169 = { class: "col-12" };3038const _hoisted_170 = { class: "input-bg" };3039const _hoisted_171 = { class: "row" };3040const _hoisted_172 = { class: "personal-inf-block" };3041const _hoisted_173 = /*#__PURE__*/createElementVNode("p", null, "ÐокÑменÑ, ÑдоÑÑовеÑÑÑÑий лиÑноÑÑÑ", -1 /* HOISTED */);3042const _hoisted_174 = { class: "row my-2" };3043const _hoisted_175 = { class: "row personal-data my-2" };3044const _hoisted_176 = { class: "col-1" };3045const _hoisted_177 = { class: "input-bg" };3046const _hoisted_178 = { class: "col-2" };3047const _hoisted_179 = { class: "input-bg" };3048const _hoisted_180 = { class: "col-2" };3049const _hoisted_181 = { class: "input-bg" };3050const _hoisted_182 = { class: "col-5 d-flex" };3051const _hoisted_183 = { class: "input-bg col-4" };3052const _hoisted_184 = { class: "input-bg col-4" };3053const _hoisted_185 = { class: "input-bg col-4" };3054const _hoisted_186 = { class: "col-2" };3055const _hoisted_187 = { class: "input-bg" };3056const _hoisted_188 = { class: "row" };3057const _hoisted_189 = { class: "col-8" };3058const _hoisted_190 = { class: "input-bg" };3059const _hoisted_191 = { class: "recipient-personal-inf" };3060const _hoisted_192 = { class: "row" };3061const _hoisted_193 = {3062 class: "btn invoice-button collapsed",3063 type: "button"3064};3065const _hoisted_194 = /*#__PURE__*/createElementVNode("span", null, "ÐолÑÑаÑÐµÐ»Ñ Ð¿Ð¾ индивидÑалÑной накладной", -1 /* HOISTED */);3066const _hoisted_195 = [3067 _hoisted_1943068];3069const _hoisted_196 = { class: "card card-body" };3070const _hoisted_197 = { class: "row" };3071const _hoisted_198 = { class: "recipient-name" };3072const _hoisted_199 = { class: "row form my-2" };3073const _hoisted_200 = { class: "col-8" };3074const _hoisted_201 = { class: "input-bg" };3075const _hoisted_202 = { class: "col-1" };3076const _hoisted_203 = { class: "input-bg" };3077const _hoisted_204 = /*#__PURE__*/createElementVNode("div", { class: "col-1" }, null, -1 /* HOISTED */);3078const _hoisted_205 = { class: "col-2 d-flex" };3079const _hoisted_206 = { class: "input-bg col-2" };3080const _hoisted_207 = ["checked"];3081const _hoisted_208 = /*#__PURE__*/createElementVNode("div", { class: "label-block col-10" }, [3082 /*#__PURE__*/createElementVNode("label", null, " ÐеклаÑÐ°Ð½Ñ (заÑвиÑелÑ) ")3083], -1 /* HOISTED */);3084const _hoisted_209 = { class: "row my-2" };3085const _hoisted_210 = { class: "col-6 d-flex justify-content-between" };3086const _hoisted_211 = { class: "col-4 d-flex" };3087const _hoisted_212 = /*#__PURE__*/createElementVNode("div", { class: "label-block col-3 ps-1" }, [3088 /*#__PURE__*/createElementVNode("label", null, " ÐÐÐ Ð ")3089], -1 /* HOISTED */);3090const _hoisted_213 = { class: "input-bg col-9" };3091const _hoisted_214 = { class: "col-4 d-flex" };3092const _hoisted_215 = /*#__PURE__*/createElementVNode("div", { class: "label-block col-3 ps-3" }, [3093 /*#__PURE__*/createElementVNode("label", null, " ÐÐÐ ")3094], -1 /* HOISTED */);3095const _hoisted_216 = { class: "input-bg col-9" };3096const _hoisted_217 = { class: "col-4 d-flex" };3097const _hoisted_218 = /*#__PURE__*/createElementVNode("div", { class: "label-block col-3 ps-3" }, [3098 /*#__PURE__*/createElementVNode("label", null, " ÐÐÐ ")3099], -1 /* HOISTED */);3100const _hoisted_219 = { class: "input-bg col-9" };3101const _hoisted_220 = { class: "col-6 d-flex" };3102const _hoisted_221 = { class: "input-bg col-6" };3103const _hoisted_222 = { class: "input-bg col-6" };3104const _hoisted_223 = { class: "row" };3105const _hoisted_224 = { class: "recipient-address" };3106const _hoisted_225 = /*#__PURE__*/createElementVNode("div", { class: "row my-2" }, [3107 /*#__PURE__*/createElementVNode("div", { class: "d-flex recipient-contacts" }, [3108 /*#__PURE__*/createElementVNode("div", { class: "col-1 d-flex" }, [3109 /*#__PURE__*/createElementVNode("p", { class: "point-name" }, "ÐдÑеÑ:")3110 ])3111 ])3112], -1 /* HOISTED */);3113const _hoisted_226 = { class: "row my-2" };3114const _hoisted_227 = { class: "address-block" };3115const _hoisted_228 = { class: "row my-2" };3116const _hoisted_229 = { class: "col-1" };3117const _hoisted_230 = { class: "input-bg" };3118const _hoisted_231 = { class: "col-4" };3119const _hoisted_232 = { class: "input-bg" };3120const _hoisted_233 = { class: "col-2" };3121const _hoisted_234 = { class: "input-bg" };3122const _hoisted_235 = { class: "col-5" };3123const _hoisted_236 = { class: "input-bg" };3124const _hoisted_237 = { class: "row my-2" };3125const _hoisted_238 = { class: "col-5" };3126const _hoisted_239 = { class: "input-bg" };3127const _hoisted_240 = { class: "col-3" };3128const _hoisted_241 = { class: "input-bg" };3129const _hoisted_242 = { class: "col-4" };3130const _hoisted_243 = { class: "input-bg" };3131const _hoisted_244 = { class: "row my-2" };3132const _hoisted_245 = { class: "col-4" };3133const _hoisted_246 = { class: "input-bg" };3134const _hoisted_247 = { class: "col-2" };3135const _hoisted_248 = { class: "input-bg" };3136const _hoisted_249 = { class: "col-2" };3137const _hoisted_250 = { class: "input-bg" };3138const _hoisted_251 = { class: "col-2" };3139const _hoisted_252 = { class: "input-bg" };3140const _hoisted_253 = { class: "row my-2" };3141const _hoisted_254 = { class: "col-12" };3142const _hoisted_255 = { class: "input-bg" };3143const _hoisted_256 = { class: "row" };3144const _hoisted_257 = { class: "personal-inf-block" };3145const _hoisted_258 = /*#__PURE__*/createElementVNode("p", null, "ÐокÑменÑ, ÑдоÑÑовеÑÑÑÑий лиÑноÑÑÑ", -1 /* HOISTED */);3146const _hoisted_259 = { class: "row my-2" };3147const _hoisted_260 = { class: "row personal-data my-2" };3148const _hoisted_261 = { class: "col-1" };3149const _hoisted_262 = { class: "input-bg" };3150const _hoisted_263 = { class: "col-2" };3151const _hoisted_264 = { class: "input-bg" };3152const _hoisted_265 = { class: "col-2" };3153const _hoisted_266 = { class: "input-bg" };3154const _hoisted_267 = { class: "col-5 d-flex" };3155const _hoisted_268 = { class: "input-bg col-4" };3156const _hoisted_269 = { class: "input-bg col-4" };3157const _hoisted_270 = { class: "input-bg col-4" };3158const _hoisted_271 = { class: "col-2" };3159const _hoisted_272 = { class: "input-bg" };3160const _hoisted_273 = { class: "row" };3161const _hoisted_274 = { class: "col-8" };3162const _hoisted_275 = { class: "input-bg" };3163const _hoisted_276 = { class: "goods" };3164const _hoisted_277 = /*#__PURE__*/createElementVNode("p", null, "ТоваÑÑ", -1 /* HOISTED */);3165const _hoisted_278 = { class: "arrow" };3166function render$9(_ctx, _cache, $props, $setup, $data, $options) {3167 const _component_router_link = resolveComponent("router-link");3168 const _component_tsoft_good_information_form = resolveComponent("tsoft-good-information-form");3169 return (openBlock(), createElementBlock("div", _hoisted_1$9, [3170 createElementVNode("div", {3171 class: "group-panel-label",3172 onClick: _cache[0] || (_cache[0] = $event => ($data.isOrderOpen= !$data.isOrderOpen))3173 }, [3174 createElementVNode("p", null, "ТоваÑÐ½Ð°Ñ Ð¿Ð°ÑÑÐ¸Ñ " + toDisplayString($props.orderNum), 1 /* TEXT */),3175 createElementVNode("div", _hoisted_2$8, [3176 createElementVNode("span", {3177 class: normalizeClass(["fa-solid fa-caret-right", {'down-rotate': $data.isOrderOpen}])3178 }, null, 2 /* CLASS */)3179 ])3180 ]),3181 createElementVNode("div", {3182 class: normalizeClass(["group-panel-content", {'open': $data.isOrderOpen}])3183 }, [3184 createElementVNode("div", _hoisted_3$8, [3185 createCommentVNode("Region ÑÐ»ÐµÐ¼ÐµÐ½Ñ Ñ Ð¸Ð½ÑоÑмаÑией о паÑÑии, индивидÑалÑной инÑоÑмаÑией об оÑпÑавиÑеле, Ñ Ð¸Ð½ÑоÑмаÑией о полÑÑаÑеле"),3186 createElementVNode("div", _hoisted_4$5, [3187 createCommentVNode("Region ÑÐ»ÐµÐ¼ÐµÐ½Ñ Ñ Ð¾Ð±Ñей инÑоÑмаÑией о паÑÑии"),3188 createElementVNode("div", _hoisted_5$5, [3189 createElementVNode("div", _hoisted_6$3, [3190 createElementVNode("div", _hoisted_7$3, [3191 createElementVNode("form", _hoisted_8$3, [3192 createElementVNode("div", _hoisted_9$2, [3193 createElementVNode("div", _hoisted_10$2, [3194 _hoisted_11$2,3195 _hoisted_12$2,3196 createElementVNode("div", _hoisted_13$2, [3197 withDirectives(createElementVNode("input", {3198 type: "text",3199 class: "form-control",3200 "onUpdate:modelValue": _cache[1] || (_cache[1] = $event => (($props.order.general.document.code) = $event))3201 }, null, 512 /* NEED_PATCH */), [3202 [vModelText, $props.order.general.document.code]3203 ])3204 ])3205 ]),3206 createElementVNode("div", _hoisted_14$2, [3207 createElementVNode("div", _hoisted_15$2, [3208 withDirectives(createElementVNode("input", {3209 type: "text",3210 class: "form-control",3211 "onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (($props.order.general.document.type) = $event))3212 }, null, 512 /* NEED_PATCH */), [3213 [vModelText, $props.order.general.document.type]3214 ])3215 ])3216 ]),3217 createElementVNode("div", _hoisted_16$2, [3218 createElementVNode("div", _hoisted_17$2, [3219 withDirectives(createElementVNode("input", {3220 type: "text",3221 class: "form-control",3222 "onUpdate:modelValue": _cache[3] || (_cache[3] = $event => (($props.order.general.document.num) = $event))3223 }, null, 512 /* NEED_PATCH */), [3224 [vModelText, $props.order.general.document.num]3225 ])3226 ])3227 ]),3228 createElementVNode("div", _hoisted_18$2, [3229 createElementVNode("div", _hoisted_19$2, [3230 withDirectives(createElementVNode("input", {3231 type: "text",3232 class: "form-control",3233 "onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (($props.order.general.document.date) = $event))3234 }, null, 512 /* NEED_PATCH */), [3235 [vModelText, $props.order.general.document.date]3236 ])3237 ])3238 ])3239 ]),3240 createElementVNode("div", _hoisted_20$2, [3241 createElementVNode("div", _hoisted_21$2, [3242 _hoisted_22$2,3243 createElementVNode("div", _hoisted_23$2, [3244 createElementVNode("div", _hoisted_24$2, [3245 withDirectives(createElementVNode("input", {3246 type: "text",3247 class: "form-control",3248 "onUpdate:modelValue": _cache[5] || (_cache[5] = $event => (($props.order.personal.document.count) = $event))3249 }, null, 512 /* NEED_PATCH */), [3250 [vModelText, $props.order.personal.document.count]3251 ])3252 ])3253 ]),3254 createElementVNode("div", _hoisted_25$2, [3255 withDirectives(createElementVNode("input", {3256 type: "text",3257 class: "form-control",3258 "onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (($props.order.personal.document.code) = $event))3259 }, null, 512 /* NEED_PATCH */), [3260 [vModelText, $props.order.personal.document.code]3261 ])3262 ])3263 ]),3264 createElementVNode("div", _hoisted_26$2, [3265 createElementVNode("div", _hoisted_27$2, [3266 withDirectives(createElementVNode("input", {3267 type: "text",3268 class: "form-control",3269 "onUpdate:modelValue": _cache[7] || (_cache[7] = $event => (($props.order.personal.document.type) = $event))3270 }, null, 512 /* NEED_PATCH */), [3271 [vModelText, $props.order.personal.document.type]3272 ])3273 ])3274 ]),3275 createElementVNode("div", _hoisted_28$2, [3276 createElementVNode("div", _hoisted_29$2, [3277 withDirectives(createElementVNode("input", {3278 type: "text",3279 class: "form-control",3280 "onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (($props.order.personal.document.num) = $event))3281 }, null, 512 /* NEED_PATCH */), [3282 [vModelText, $props.order.personal.document.num]3283 ])3284 ])3285 ]),3286 createElementVNode("div", _hoisted_30$2, [3287 createElementVNode("div", _hoisted_31$2, [3288 withDirectives(createElementVNode("input", {3289 type: "text",3290 class: "form-control",3291 "onUpdate:modelValue": _cache[9] || (_cache[9] = $event => (($props.order.personal.document.date) = $event))3292 }, null, 512 /* NEED_PATCH */), [3293 [vModelText, $props.order.personal.document.date]3294 ])3295 ])3296 ])3297 ]),3298 createElementVNode("div", _hoisted_32$2, [3299 createElementVNode("div", _hoisted_33$2, [3300 _hoisted_34$2,3301 createElementVNode("div", _hoisted_35$2, [3302 createElementVNode("div", _hoisted_36$2, [3303 createElementVNode("div", _hoisted_37$2, [3304 withDirectives(createElementVNode("input", {3305 type: "text",3306 class: "form-control",3307 "onUpdate:modelValue": _cache[10] || (_cache[10] = $event => (($props.order.general.grossWeight) = $event))3308 }, null, 512 /* NEED_PATCH */), [3309 [vModelText, $props.order.general.grossWeight]3310 ])3311 ])3312 ]),3313 createElementVNode("div", _hoisted_38$2, [3314 createElementVNode("div", _hoisted_39$2, [3315 createElementVNode("div", _hoisted_40$2, [3316 withDirectives(createElementVNode("input", {3317 type: "text",3318 class: "form-control",3319 "onUpdate:modelValue": _cache[11] || (_cache[11] = $event => (($props.order.general.grossWeightUnit) = $event))3320 }, null, 512 /* NEED_PATCH */), [3321 [vModelText, $props.order.general.grossWeightUnit]3322 ])3323 ])3324 ]),3325 createElementVNode("div", _hoisted_41$2, [3326 createElementVNode("div", _hoisted_42$2, [3327 withDirectives(createElementVNode("input", {3328 type: "text",3329 class: "form-control",3330 "onUpdate:modelValue": _cache[12] || (_cache[12] = $event => (($props.order.general.grossWeightUnknown) = $event))3331 }, null, 512 /* NEED_PATCH */), [3332 [vModelText, $props.order.general.grossWeightUnknown]3333 ])3334 ])3335 ])3336 ])3337 ])3338 ]),3339 createElementVNode("div", _hoisted_43$2, [3340 _hoisted_44$2,3341 createElementVNode("div", _hoisted_45$2, [3342 createElementVNode("div", _hoisted_46$2, [3343 createElementVNode("div", _hoisted_47$2, [3344 withDirectives(createElementVNode("input", {3345 type: "text",3346 class: "form-control",3347 "onUpdate:modelValue": _cache[13] || (_cache[13] = $event => (($props.order.general.customCost) = $event))3348 }, null, 512 /* NEED_PATCH */), [3349 [vModelText, $props.order.general.customCost]3350 ])3351 ])3352 ]),3353 createElementVNode("div", _hoisted_48$2, [3354 _hoisted_49$2,3355 createElementVNode("div", _hoisted_50$2, [3356 createElementVNode("div", _hoisted_51$2, [3357 withDirectives(createElementVNode("input", {3358 type: "text",3359 class: "form-control",3360 "onUpdate:modelValue": _cache[14] || (_cache[14] = $event => (($props.order.general.customCostCurrency) = $event))3361 }, null, 512 /* NEED_PATCH */), [3362 [vModelText, $props.order.general.customCostCurrency]3363 ])3364 ])3365 ])3366 ])3367 ])3368 ]),3369 createElementVNode("div", _hoisted_52$2, [3370 _hoisted_53$2,3371 createElementVNode("div", _hoisted_54$2, [3372 createElementVNode("div", _hoisted_55$2, [3373 createElementVNode("div", _hoisted_56$2, [3374 withDirectives(createElementVNode("input", {3375 type: "text",3376 class: "form-control",3377 "onUpdate:modelValue": _cache[15] || (_cache[15] = $event => (($props.order.general.customCost) = $event))3378 }, null, 512 /* NEED_PATCH */), [3379 [vModelText, $props.order.general.customCost]3380 ])3381 ])3382 ]),3383 createElementVNode("div", _hoisted_57$2, [3384 createElementVNode("div", _hoisted_58$2, [3385 createElementVNode("div", _hoisted_59$2, [3386 withDirectives(createElementVNode("input", {3387 type: "text",3388 class: "form-control",3389 "onUpdate:modelValue": _cache[16] || (_cache[16] = $event => (($props.order.general.customCostCurrency) = $event))3390 }, null, 512 /* NEED_PATCH */), [3391 [vModelText, $props.order.general.customCostCurrency]3392 ])3393 ])3394 ])3395 ])3396 ])3397 ])3398 ]),3399 createElementVNode("div", _hoisted_60$2, [3400 createElementVNode("div", _hoisted_61$2, [3401 _hoisted_62$2,3402 createElementVNode("div", _hoisted_63$2, [3403 createElementVNode("div", _hoisted_64$2, [3404 withDirectives(createElementVNode("input", {3405 type: "text",3406 class: "form-control",3407 "onUpdate:modelValue": _cache[17] || (_cache[17] = $event => (($props.order.internetMarketUrl) = $event))3408 }, null, 512 /* NEED_PATCH */), [3409 [vModelText, $props.order.internetMarketUrl]3410 ])3411 ])3412 ]),3413 createElementVNode("div", _hoisted_65$2, [3414 createElementVNode("div", _hoisted_66$2, [3415 createElementVNode("div", _hoisted_67$2, [3416 withDirectives(createElementVNode("input", {3417 type: "text",3418 class: "form-control",3419 "onUpdate:modelValue": _cache[18] || (_cache[18] = $event => (($props.order.internetMarketUnknown) = $event))3420 }, null, 512 /* NEED_PATCH */), [3421 [vModelText, $props.order.internetMarketUnknown]3422 ])3423 ])3424 ]),3425 _hoisted_68$23426 ])3427 ]),3428 createElementVNode("div", _hoisted_69$2, [3429 _hoisted_70$2,3430 createElementVNode("div", _hoisted_71$2, [3431 withDirectives(createElementVNode("input", {3432 type: "text",3433 class: "form-control",3434 "onUpdate:modelValue": _cache[19] || (_cache[19] = $event => (($props.order.placeNum) = $event))3435 }, null, 512 /* NEED_PATCH */), [3436 [vModelText, $props.order.placeNum]3437 ])3438 ])3439 ])3440 ])3441 ])3442 ]),3443 createElementVNode("div", _hoisted_72$2, [3444 createElementVNode("div", _hoisted_73$2, [3445 createVNode(_component_router_link, {3446 to: { name: 'index' },3447 id: "productsInfoLink"3448 }, {3449 default: withCtx(() => [3450 _hoisted_74$23451 ]),3452 _: 1 /* STABLE */3453 }),3454 createVNode(_component_router_link, { to: { name: 'index' } }, {3455 default: withCtx(() => [3456 _hoisted_75$23457 ]),3458 _: 1 /* STABLE */3459 }),3460 createVNode(_component_router_link, { to: { name: 'index' } }, {3461 default: withCtx(() => [3462 _hoisted_76$23463 ]),3464 _: 1 /* STABLE */3465 }),3466 createVNode(_component_router_link, { to: { name: 'index' } }, {3467 default: withCtx(() => [3468 _hoisted_77$23469 ]),3470 _: 1 /* STABLE */3471 }),3472 createElementVNode("div", _hoisted_78$2, [3473 _hoisted_79$2,3474 createElementVNode("div", _hoisted_80$2, [3475 createElementVNode("div", _hoisted_81$2, [3476 withDirectives(createElementVNode("input", {3477 class: "form-control number-code",3478 type: "number",3479 "onUpdate:modelValue": _cache[20] || (_cache[20] = $event => (($props.order.changeDetailsType.stageChangeCode) = $event))3480 }, null, 512 /* NEED_PATCH */), [3481 [vModelText, $props.order.changeDetailsType.stageChangeCode]3482 ])3483 ]),3484 createElementVNode("div", _hoisted_82$2, [3485 withDirectives(createElementVNode("input", {3486 class: "form-control number-code",3487 type: "number",3488 "onUpdate:modelValue": _cache[21] || (_cache[21] = $event => (($props.order.changeDetailsType.reasonChangeCode) = $event))3489 }, null, 512 /* NEED_PATCH */), [3490 [vModelText, $props.order.changeDetailsType.reasonChangeCode]3491 ])3492 ]),3493 createElementVNode("div", _hoisted_83$2, [3494 withDirectives(createElementVNode("input", {3495 class: "form-control number-code",3496 type: "number",3497 "onUpdate:modelValue": _cache[22] || (_cache[22] = $event => (($props.order.changeDetailsType.quantityChangeCode) = $event))3498 }, null, 512 /* NEED_PATCH */), [3499 [vModelText, $props.order.changeDetailsType.quantityChangeCode]3500 ])3501 ]),3502 createElementVNode("div", _hoisted_84$2, [3503 withDirectives(createElementVNode("input", {3504 class: "form-control number-code",3505 type: "number",3506 "onUpdate:modelValue": _cache[23] || (_cache[23] = $event => (($props.order.changeDetailsType.TNVEDChangeCode) = $event))3507 }, null, 512 /* NEED_PATCH */), [3508 [vModelText, $props.order.changeDetailsType.TNVEDChangeCode]3509 ])3510 ]),3511 createElementVNode("div", _hoisted_85$2, [3512 withDirectives(createElementVNode("input", {3513 class: "form-control number-code",3514 type: "number",3515 "onUpdate:modelValue": _cache[24] || (_cache[24] = $event => (($props.order.changeDetailsType.customsCostChangeCode) = $event))3516 }, null, 512 /* NEED_PATCH */), [3517 [vModelText, $props.order.changeDetailsType.customsCostChangeCode]3518 ])3519 ]),3520 createElementVNode("div", _hoisted_86$2, [3521 withDirectives(createElementVNode("input", {3522 class: "form-control number-code",3523 type: "number",3524 "onUpdate:modelValue": _cache[25] || (_cache[25] = $event => (($props.order.changeDetailsType.customsPaymentChangeCode) = $event))3525 }, null, 512 /* NEED_PATCH */), [3526 [vModelText, $props.order.changeDetailsType.customsPaymentChangeCode]3527 ])3528 ]),3529 createElementVNode("div", _hoisted_87$2, [3530 withDirectives(createElementVNode("input", {3531 class: "form-control number-code",3532 type: "number",3533 "onUpdate:modelValue": _cache[26] || (_cache[26] = $event => (($props.order.changeDetailsType.otherChangeCode) = $event))3534 }, null, 512 /* NEED_PATCH */), [3535 [vModelText, $props.order.changeDetailsType.otherChangeCode]3536 ])3537 ]),3538 _hoisted_88$23539 ]),3540 _hoisted_89$13541 ]),3542 createVNode(_component_router_link, {3543 to: { name: 'index' },3544 class: "my-4"3545 }, {3546 default: withCtx(() => [3547 _hoisted_90$13548 ]),3549 _: 1 /* STABLE */3550 })3551 ])3552 ])3553 ]),3554 createElementVNode("div", _hoisted_91$1, [3555 createElementVNode("div", _hoisted_92$1, [3556 _hoisted_93$1,3557 createElementVNode("div", _hoisted_94$1, [3558 createElementVNode("div", _hoisted_95$1, [3559 createElementVNode("div", _hoisted_96$1, [3560 withDirectives(createElementVNode("input", {3561 class: "form-control",3562 type: "text",3563 "onUpdate:modelValue": _cache[27] || (_cache[27] = $event => (($props.order.personal.invoiceDecision) = $event))3564 }, null, 512 /* NEED_PATCH */), [3565 [vModelText, $props.order.personal.invoiceDecision]3566 ])3567 ])3568 ]),3569 createElementVNode("div", _hoisted_97$1, [3570 createElementVNode("div", _hoisted_98$1, [3571 withDirectives(createElementVNode("input", {3572 class: "form-control",3573 type: "text",3574 "onUpdate:modelValue": _cache[28] || (_cache[28] = $event => (($props.order.personal.invoiceDecisionUnknown) = $event))3575 }, null, 512 /* NEED_PATCH */), [3576 [vModelText, $props.order.personal.invoiceDecisionUnknown]3577 ])3578 ])3579 ])3580 ])3581 ]),3582 createElementVNode("div", _hoisted_99$1, [3583 createElementVNode("div", _hoisted_100$1, [3584 _hoisted_101$1,3585 createElementVNode("div", _hoisted_102$1, [3586 withDirectives(createElementVNode("input", {3587 class: "form-control",3588 type: "text",3589 "onUpdate:modelValue": _cache[29] || (_cache[29] = $event => (($props.order.orderRejectReason) = $event))3590 }, null, 512 /* NEED_PATCH */), [3591 [vModelText, $props.order.orderRejectReason]3592 ])3593 ])3594 ]),3595 createElementVNode("div", _hoisted_103$1, [3596 _hoisted_104$1,3597 createElementVNode("div", _hoisted_105$1, [3598 withDirectives(createElementVNode("input", {3599 class: "form-control",3600 type: "text",3601 "onUpdate:modelValue": _cache[30] || (_cache[30] = $event => (($props.order.orderUniqueId) = $event))3602 }, null, 512 /* NEED_PATCH */), [3603 [vModelText, $props.order.orderUniqueId]3604 ])3605 ])3606 ])3607 ])3608 ])3609 ]),3610 createCommentVNode("endregion"),3611 createCommentVNode("Region ÑÐ»ÐµÐ¼ÐµÐ½Ñ Ñ Ð¸Ð½Ð´Ð¸Ð²Ð¸Ð´ÑалÑной инÑоÑмаÑией об оÑпÑавиÑеле"),3612 createElementVNode("div", _hoisted_106, [3613 createElementVNode("div", _hoisted_107, [3614 createElementVNode("button", _hoisted_108, [3615 createElementVNode("div", {3616 class: "collapsing-block d-flex justify-content-between",3617 onClick: _cache[31] || (_cache[31] = $event => ($data.sender = !$data.sender))3618 }, _hoisted_110)3619 ]),3620 withDirectives(createElementVNode("div", null, [3621 createElementVNode("div", _hoisted_111, [3622 createElementVNode("div", _hoisted_112, [3623 createElementVNode("div", _hoisted_113, [3624 createElementVNode("form", _hoisted_114, [3625 createElementVNode("div", _hoisted_115, [3626 createElementVNode("div", _hoisted_116, [3627 withDirectives(createElementVNode("input", {3628 type: "text",3629 class: "form-control",3630 placeholder: "",3631 "onUpdate:modelValue": _cache[32] || (_cache[32] = $event => (($props.order.consignor.fullName) = $event))3632 }, null, 512 /* NEED_PATCH */), [3633 [vModelText, $props.order.consignor.fullName]3634 ])3635 ])3636 ]),3637 createElementVNode("div", _hoisted_117, [3638 createElementVNode("div", _hoisted_118, [3639 withDirectives(createElementVNode("input", {3640 type: "text",3641 class: "form-control",3642 "onUpdate:modelValue": _cache[33] || (_cache[33] = $event => (($props.order.consignor.countryCode) = $event))3643 }, null, 512 /* NEED_PATCH */), [3644 [vModelText, $props.order.consignor.countryCode]3645 ])3646 ])3647 ]),3648 _hoisted_119,3649 createElementVNode("div", _hoisted_120, [3650 createElementVNode("div", _hoisted_121, [3651 createElementVNode("input", {3652 type: "checkbox",3653 class: "form-check-input",3654 checked: $props.order.consignor.isDeclarant3655 }, null, 8 /* PROPS */, _hoisted_122)3656 ]),3657 _hoisted_1233658 ])3659 ]),3660 createElementVNode("div", _hoisted_124, [3661 createElementVNode("div", _hoisted_125, [3662 createElementVNode("div", _hoisted_126, [3663 _hoisted_127,3664 createElementVNode("div", _hoisted_128, [3665 withDirectives(createElementVNode("input", {3666 type: "text",3667 class: "form-control",3668 "onUpdate:modelValue": _cache[34] || (_cache[34] = $event => (($props.order.consignor.OGRN) = $event))3669 }, null, 512 /* NEED_PATCH */), [3670 [vModelText, $props.order.consignor.OGRN]3671 ])3672 ])3673 ]),3674 createElementVNode("div", _hoisted_129, [3675 _hoisted_130,3676 createElementVNode("div", _hoisted_131, [3677 withDirectives(createElementVNode("input", {3678 type: "text",3679 class: "form-control",3680 "onUpdate:modelValue": _cache[35] || (_cache[35] = $event => (($props.order.consignor.INN) = $event))3681 }, null, 512 /* NEED_PATCH */), [3682 [vModelText, $props.order.consignor.INN]3683 ])3684 ])3685 ]),3686 createElementVNode("div", _hoisted_132, [3687 _hoisted_133,3688 createElementVNode("div", _hoisted_134, [3689 withDirectives(createElementVNode("input", {3690 type: "text",3691 class: "form-control",3692 "onUpdate:modelValue": _cache[36] || (_cache[36] = $event => (($props.order.consignor.KPP) = $event))3693 }, null, 512 /* NEED_PATCH */), [3694 [vModelText, $props.order.consignor.KPP]3695 ])3696 ])3697 ])3698 ]),3699 createElementVNode("div", _hoisted_135, [3700 createElementVNode("div", _hoisted_136, [3701 withDirectives(createElementVNode("input", {3702 class: "form-control",3703 type: "text",3704 placeholder: "Ð½Ð¾Ð¼ÐµÑ ÑелеÑона",3705 "onUpdate:modelValue": _cache[37] || (_cache[37] = $event => (($props.order.consignor.phone) = $event))3706 }, null, 512 /* NEED_PATCH */), [3707 [vModelText, $props.order.consignor.phone]3708 ])3709 ]),3710 createElementVNode("div", _hoisted_137, [3711 withDirectives(createElementVNode("input", {3712 class: "form-control",3713 type: "text",3714 placeholder: "адÑÐµÑ Ñл.поÑÑÑ",3715 "onUpdate:modelValue": _cache[38] || (_cache[38] = $event => (($props.order.consignor.email) = $event))3716 }, null, 512 /* NEED_PATCH */), [3717 [vModelText, $props.order.consignor.email]3718 ])3719 ])3720 ])3721 ])3722 ])3723 ]),3724 createElementVNode("div", _hoisted_138, [3725 createElementVNode("div", _hoisted_139, [3726 _hoisted_140,3727 createElementVNode("div", _hoisted_141, [3728 createElementVNode("div", _hoisted_142, [3729 createElementVNode("div", _hoisted_143, [3730 createElementVNode("div", _hoisted_144, [3731 createElementVNode("div", _hoisted_145, [3732 withDirectives(createElementVNode("input", {3733 type: "text",3734 class: "form-control",3735 placeholder: "ÑзÑк",3736 "onUpdate:modelValue": _cache[39] || (_cache[39] = $event => (($props.order.consignor.language) = $event))3737 }, null, 512 /* NEED_PATCH */), [3738 [vModelText, $props.order.consignor.language]3739 ])3740 ])3741 ]),3742 createElementVNode("div", _hoisted_146, [3743 createElementVNode("div", _hoisted_147, [3744 withDirectives(createElementVNode("input", {3745 type: "text",3746 class: "form-control",3747 placeholder: "ÑÑÑана",3748 "onUpdate:modelValue": _cache[40] || (_cache[40] = $event => (($props.order.consignor.country) = $event))3749 }, null, 512 /* NEED_PATCH */), [3750 [vModelText, $props.order.consignor.country]3751 ])3752 ])3753 ]),3754 createElementVNode("div", _hoisted_148, [3755 createElementVNode("div", _hoisted_149, [3756 withDirectives(createElementVNode("input", {3757 type: "text",3758 class: "form-control",3759 placeholder: "поÑÑовÑй индекÑ",3760 "onUpdate:modelValue": _cache[41] || (_cache[41] = $event => (($props.order.consignor.mailIndex) = $event))3761 }, null, 512 /* NEED_PATCH */), [3762 [vModelText, $props.order.consignor.mailIndex]3763 ])3764 ])3765 ]),3766 createElementVNode("div", _hoisted_150, [3767 createElementVNode("div", _hoisted_151, [3768 withDirectives(createElementVNode("input", {3769 type: "text",3770 class: "form-control",3771 placeholder: "облаÑÑÑ (Ñегион, ÑÑаÑ, пÑовинÑиÑ)",3772 "onUpdate:modelValue": _cache[42] || (_cache[42] = $event => (($props.order.consignor.region) = $event))3773 }, null, 512 /* NEED_PATCH */), [3774 [vModelText, $props.order.consignor.region]3775 ])3776 ])3777 ])3778 ]),3779 createElementVNode("div", _hoisted_152, [3780 createElementVNode("div", _hoisted_153, [3781 createElementVNode("div", _hoisted_154, [3782 withDirectives(createElementVNode("input", {3783 type: "text",3784 class: "form-control",3785 placeholder: "Ñайон",3786 "onUpdate:modelValue": _cache[43] || (_cache[43] = $event => (($props.order.consignor.area) = $event))3787 }, null, 512 /* NEED_PATCH */), [3788 [vModelText, $props.order.consignor.area]3789 ])3790 ])3791 ]),3792 createElementVNode("div", _hoisted_155, [3793 createElementVNode("div", _hoisted_156, [3794 withDirectives(createElementVNode("input", {3795 type: "text",3796 class: "form-control",3797 placeholder: "гоÑод",3798 "onUpdate:modelValue": _cache[44] || (_cache[44] = $event => (($props.order.consignor.city) = $event))3799 }, null, 512 /* NEED_PATCH */), [3800 [vModelText, $props.order.consignor.city]3801 ])3802 ])3803 ]),3804 createElementVNode("div", _hoisted_157, [3805 createElementVNode("div", _hoisted_158, [3806 withDirectives(createElementVNode("input", {3807 type: "text",3808 class: "form-control",3809 placeholder: "наÑелÑннÑй пÑнкÑ",3810 "onUpdate:modelValue": _cache[45] || (_cache[45] = $event => (($props.order.consignor.settlement) = $event))3811 }, null, 512 /* NEED_PATCH */), [3812 [vModelText, $props.order.consignor.settlement]3813 ])3814 ])3815 ])3816 ]),3817 createElementVNode("div", _hoisted_159, [3818 createElementVNode("div", _hoisted_160, [3819 createElementVNode("div", _hoisted_161, [3820 withDirectives(createElementVNode("input", {3821 type: "text",3822 class: "form-control",3823 placeholder: "ÑлиÑа",3824 "onUpdate:modelValue": _cache[46] || (_cache[46] = $event => (($props.order.consignor.address) = $event))3825 }, null, 512 /* NEED_PATCH */), [3826 [vModelText, $props.order.consignor.address]3827 ])3828 ])3829 ]),3830 createElementVNode("div", _hoisted_162, [3831 createElementVNode("div", _hoisted_163, [3832 withDirectives(createElementVNode("input", {3833 type: "text",3834 class: "form-control",3835 placeholder: "дом, коÑпÑÑ, ÑÑÑоение",3836 "onUpdate:modelValue": _cache[47] || (_cache[47] = $event => (($props.order.consignor.house) = $event))3837 }, null, 512 /* NEED_PATCH */), [3838 [vModelText, $props.order.consignor.house]3839 ])3840 ])3841 ]),3842 createElementVNode("div", _hoisted_164, [3843 createElementVNode("div", _hoisted_165, [3844 withDirectives(createElementVNode("input", {3845 type: "text",3846 class: "form-control",3847 placeholder: "оÑиÑ/кваÑÑиÑа",3848 "onUpdate:modelValue": _cache[48] || (_cache[48] = $event => (($props.order.consignor.office) = $event))3849 }, null, 512 /* NEED_PATCH */), [3850 [vModelText, $props.order.consignor.office]3851 ])3852 ])3853 ]),3854 createElementVNode("div", _hoisted_166, [3855 createElementVNode("div", _hoisted_167, [3856 withDirectives(createElementVNode("input", {3857 type: "text",3858 class: "form-control",3859 placeholder: "Ð½Ð¾Ð¼ÐµÑ Ð°/Ñ",3860 "onUpdate:modelValue": _cache[49] || (_cache[49] = $event => (($props.order.consignor.officeLetter) = $event))3861 }, null, 512 /* NEED_PATCH */), [3862 [vModelText, $props.order.consignor.officeLetter]3863 ])3864 ])3865 ])3866 ]),3867 createElementVNode("div", _hoisted_168, [3868 createElementVNode("div", _hoisted_169, [3869 createElementVNode("div", _hoisted_170, [3870 withDirectives(createElementVNode("input", {3871 type: "text",3872 class: "form-control",3873 placeholder: "Ð½Ð°Ð±Ð¾Ñ ÑлеменÑов адÑеÑа, пÑедÑÑавленнÑÑ
в Ñвободной ÑоÑме в виде ÑекÑÑа",3874 "onUpdate:modelValue": _cache[50] || (_cache[50] = $event => (($props.order.consignor.fullAddress) = $event))3875 }, null, 512 /* NEED_PATCH */), [3876 [vModelText, $props.order.consignor.fullAddress]3877 ])3878 ])3879 ])3880 ])3881 ])3882 ])3883 ])3884 ]),3885 createElementVNode("div", _hoisted_171, [3886 createElementVNode("div", _hoisted_172, [3887 _hoisted_173,3888 createElementVNode("div", _hoisted_174, [3889 createElementVNode("div", _hoisted_175, [3890 createElementVNode("div", _hoisted_176, [3891 createElementVNode("div", _hoisted_177, [3892 withDirectives(createElementVNode("input", {3893 type: "text",3894 class: "form-control",3895 placeholder: "ÑÑÑ",3896 "onUpdate:modelValue": _cache[51] || (_cache[51] = $event => (($props.order.consignor.document.country) = $event))3897 }, null, 512 /* NEED_PATCH */), [3898 [vModelText, $props.order.consignor.document.country]3899 ])3900 ])3901 ]),3902 createElementVNode("div", _hoisted_178, [3903 createElementVNode("div", _hoisted_179, [3904 withDirectives(createElementVNode("input", {3905 type: "text",3906 class: "form-control",3907 placeholder: "код вида",3908 "onUpdate:modelValue": _cache[52] || (_cache[52] = $event => (($props.order.consignor.document.code) = $event))3909 }, null, 512 /* NEED_PATCH */), [3910 [vModelText, $props.order.consignor.document.code]3911 ])3912 ])3913 ]),3914 createElementVNode("div", _hoisted_180, [3915 createElementVNode("div", _hoisted_181, [3916 withDirectives(createElementVNode("input", {3917 type: "text",3918 class: "form-control",3919 placeholder: "кÑаÑкое наименование",3920 "onUpdate:modelValue": _cache[53] || (_cache[53] = $event => (($props.order.consignor.document.shortName) = $event))3921 }, null, 512 /* NEED_PATCH */), [3922 [vModelText, $props.order.consignor.document.shortName]3923 ])3924 ])3925 ]),3926 createElementVNode("div", _hoisted_182, [3927 createElementVNode("div", _hoisted_183, [3928 withDirectives(createElementVNode("input", {3929 type: "text",3930 class: "form-control",3931 placeholder: "ÑеÑиÑ",3932 "onUpdate:modelValue": _cache[54] || (_cache[54] = $event => (($props.order.consignor.document.series) = $event))3933 }, null, 512 /* NEED_PATCH */), [3934 [vModelText, $props.order.consignor.document.series]3935 ])3936 ]),3937 createElementVNode("div", _hoisted_184, [3938 withDirectives(createElementVNode("input", {3939 type: "text",3940 class: "form-control",3941 placeholder: "номеÑ",3942 "onUpdate:modelValue": _cache[55] || (_cache[55] = $event => (($props.order.consignor.document.num) = $event))3943 }, null, 512 /* NEED_PATCH */), [3944 [vModelText, $props.order.consignor.document.num]3945 ])3946 ]),3947 createElementVNode("div", _hoisted_185, [3948 withDirectives(createElementVNode("input", {3949 type: "text",3950 class: "form-control",3951 placeholder: "даÑа вÑдаÑи",3952 "onUpdate:modelValue": _cache[56] || (_cache[56] = $event => (($props.order.consignor.document.dateRelease) = $event))3953 }, null, 512 /* NEED_PATCH */), [3954 [vModelText, $props.order.consignor.document.dateRelease]3955 ])3956 ])3957 ]),3958 createElementVNode("div", _hoisted_186, [3959 createElementVNode("div", _hoisted_187, [3960 withDirectives(createElementVNode("input", {3961 type: "text",3962 class: "form-control",3963 placeholder: "Ðод подÑазделениÑ",3964 "onUpdate:modelValue": _cache[57] || (_cache[57] = $event => (($props.order.consignor.document.divisionCode) = $event))3965 }, null, 512 /* NEED_PATCH */), [3966 [vModelText, $props.order.consignor.document.divisionCode]3967 ])3968 ])3969 ])3970 ]),3971 createElementVNode("div", _hoisted_188, [3972 createElementVNode("div", _hoisted_189, [3973 createElementVNode("div", _hoisted_190, [3974 withDirectives(createElementVNode("input", {3975 type: "text",3976 class: "form-control",3977 placeholder: "наименование оÑганизаÑии, вÑдавÑей докÑменÑ",3978 "onUpdate:modelValue": _cache[58] || (_cache[58] = $event => (($props.order.consignor.document.issuedBy) = $event))3979 }, null, 512 /* NEED_PATCH */), [3980 [vModelText, $props.order.consignor.document.issuedBy]3981 ])3982 ])3983 ])3984 ])3985 ])3986 ])3987 ])3988 ])3989 ], 512 /* NEED_PATCH */), [3990 [vShow, $data.sender]3991 ])3992 ])3993 ]),3994 createCommentVNode("endregion"),3995 createCommentVNode("Region ÑÐ»ÐµÐ¼ÐµÐ½Ñ Ñ Ð¸Ð½Ð´Ð¸Ð²Ð¸Ð´ÑалÑной инÑоÑмаÑией о полÑÑаÑеле"),3996 createElementVNode("div", _hoisted_191, [3997 createElementVNode("div", _hoisted_192, [3998 createElementVNode("button", _hoisted_193, [3999 createElementVNode("div", {4000 class: "collapsing-block d-flex justify-content-between",4001 onClick: _cache[59] || (_cache[59] = $event => ($data.recipient = !$data.recipient))4002 }, _hoisted_195)4003 ]),4004 withDirectives(createElementVNode("div", null, [4005 createElementVNode("div", _hoisted_196, [4006 createElementVNode("div", _hoisted_197, [4007 createElementVNode("div", _hoisted_198, [4008 createElementVNode("form", _hoisted_199, [4009 createElementVNode("div", _hoisted_200, [4010 createElementVNode("div", _hoisted_201, [4011 withDirectives(createElementVNode("input", {4012 type: "text",4013 class: "form-control",4014 placeholder: "",4015 "onUpdate:modelValue": _cache[60] || (_cache[60] = $event => (($props.order.consignee.fullName) = $event))4016 }, null, 512 /* NEED_PATCH */), [4017 [vModelText, $props.order.consignee.fullName]4018 ])4019 ])4020 ]),4021 createElementVNode("div", _hoisted_202, [4022 createElementVNode("div", _hoisted_203, [4023 withDirectives(createElementVNode("input", {4024 type: "text",4025 class: "form-control",4026 "onUpdate:modelValue": _cache[61] || (_cache[61] = $event => (($props.order.consignee.countryCode) = $event))4027 }, null, 512 /* NEED_PATCH */), [4028 [vModelText, $props.order.consignee.countryCode]4029 ])4030 ])4031 ]),4032 _hoisted_204,4033 createElementVNode("div", _hoisted_205, [4034 createElementVNode("div", _hoisted_206, [4035 createElementVNode("input", {4036 type: "checkbox",4037 class: "form-check-input",4038 checked: $props.order.consignee.isDeclarant4039 }, null, 8 /* PROPS */, _hoisted_207)4040 ]),4041 _hoisted_2084042 ])4043 ]),4044 createElementVNode("div", _hoisted_209, [4045 createElementVNode("div", _hoisted_210, [4046 createElementVNode("div", _hoisted_211, [4047 _hoisted_212,4048 createElementVNode("div", _hoisted_213, [4049 withDirectives(createElementVNode("input", {4050 type: "text",4051 class: "form-control",4052 "onUpdate:modelValue": _cache[62] || (_cache[62] = $event => (($props.order.consignee.OGRN) = $event))4053 }, null, 512 /* NEED_PATCH */), [4054 [vModelText, $props.order.consignee.OGRN]4055 ])4056 ])4057 ]),4058 createElementVNode("div", _hoisted_214, [4059 _hoisted_215,4060 createElementVNode("div", _hoisted_216, [4061 withDirectives(createElementVNode("input", {4062 type: "text",4063 class: "form-control",4064 "onUpdate:modelValue": _cache[63] || (_cache[63] = $event => (($props.order.consignee.INN) = $event))4065 }, null, 512 /* NEED_PATCH */), [4066 [vModelText, $props.order.consignee.INN]4067 ])4068 ])4069 ]),4070 createElementVNode("div", _hoisted_217, [4071 _hoisted_218,4072 createElementVNode("div", _hoisted_219, [4073 withDirectives(createElementVNode("input", {4074 type: "text",4075 class: "form-control",4076 "onUpdate:modelValue": _cache[64] || (_cache[64] = $event => (($props.order.consignee.KPP) = $event))4077 }, null, 512 /* NEED_PATCH */), [4078 [vModelText, $props.order.consignee.KPP]4079 ])4080 ])4081 ])4082 ]),4083 createElementVNode("div", _hoisted_220, [4084 createElementVNode("div", _hoisted_221, [4085 withDirectives(createElementVNode("input", {4086 class: "form-control",4087 type: "text",4088 placeholder: "Ð½Ð¾Ð¼ÐµÑ ÑелеÑона",4089 "onUpdate:modelValue": _cache[65] || (_cache[65] = $event => (($props.order.consignee.phone) = $event))4090 }, null, 512 /* NEED_PATCH */), [4091 [vModelText, $props.order.consignee.phone]4092 ])4093 ]),4094 createElementVNode("div", _hoisted_222, [4095 withDirectives(createElementVNode("input", {4096 class: "form-control",4097 type: "text",4098 placeholder: "адÑÐµÑ Ñл.поÑÑÑ",4099 "onUpdate:modelValue": _cache[66] || (_cache[66] = $event => (($props.order.consignee.email) = $event))4100 }, null, 512 /* NEED_PATCH */), [4101 [vModelText, $props.order.consignee.email]4102 ])4103 ])4104 ])4105 ])4106 ])4107 ]),4108 createElementVNode("div", _hoisted_223, [4109 createElementVNode("div", _hoisted_224, [4110 _hoisted_225,4111 createElementVNode("div", _hoisted_226, [4112 createElementVNode("div", _hoisted_227, [4113 createElementVNode("div", _hoisted_228, [4114 createElementVNode("div", _hoisted_229, [4115 createElementVNode("div", _hoisted_230, [4116 withDirectives(createElementVNode("input", {4117 type: "text",4118 class: "form-control",4119 placeholder: "ÑзÑк",4120 "onUpdate:modelValue": _cache[67] || (_cache[67] = $event => (($props.order.consignee.language) = $event))4121 }, null, 512 /* NEED_PATCH */), [4122 [vModelText, $props.order.consignee.language]4123 ])4124 ])4125 ]),4126 createElementVNode("div", _hoisted_231, [4127 createElementVNode("div", _hoisted_232, [4128 withDirectives(createElementVNode("input", {4129 type: "text",4130 class: "form-control",4131 placeholder: "ÑÑÑана",4132 "onUpdate:modelValue": _cache[68] || (_cache[68] = $event => (($props.order.consignee.country) = $event))4133 }, null, 512 /* NEED_PATCH */), [4134 [vModelText, $props.order.consignee.country]4135 ])4136 ])4137 ]),4138 createElementVNode("div", _hoisted_233, [4139 createElementVNode("div", _hoisted_234, [4140 withDirectives(createElementVNode("input", {4141 type: "text",4142 class: "form-control",4143 placeholder: "поÑÑовÑй индекÑ",4144 "onUpdate:modelValue": _cache[69] || (_cache[69] = $event => (($props.order.consignee.mailIndex) = $event))4145 }, null, 512 /* NEED_PATCH */), [4146 [vModelText, $props.order.consignee.mailIndex]4147 ])4148 ])4149 ]),4150 createElementVNode("div", _hoisted_235, [4151 createElementVNode("div", _hoisted_236, [4152 withDirectives(createElementVNode("input", {4153 type: "text",4154 class: "form-control",4155 placeholder: "облаÑÑÑ (Ñегион, ÑÑаÑ, пÑовинÑиÑ)",4156 "onUpdate:modelValue": _cache[70] || (_cache[70] = $event => (($props.order.consignee.region) = $event))4157 }, null, 512 /* NEED_PATCH */), [4158 [vModelText, $props.order.consignee.region]4159 ])4160 ])4161 ])4162 ]),4163 createElementVNode("div", _hoisted_237, [4164 createElementVNode("div", _hoisted_238, [4165 createElementVNode("div", _hoisted_239, [4166 withDirectives(createElementVNode("input", {4167 type: "text",4168 class: "form-control",4169 placeholder: "Ñайон",4170 "onUpdate:modelValue": _cache[71] || (_cache[71] = $event => (($props.order.consignee.area) = $event))4171 }, null, 512 /* NEED_PATCH */), [4172 [vModelText, $props.order.consignee.area]4173 ])4174 ])4175 ]),4176 createElementVNode("div", _hoisted_240, [4177 createElementVNode("div", _hoisted_241, [4178 withDirectives(createElementVNode("input", {4179 type: "text",4180 class: "form-control",4181 placeholder: "гоÑод",4182 "onUpdate:modelValue": _cache[72] || (_cache[72] = $event => (($props.order.consignee.city) = $event))4183 }, null, 512 /* NEED_PATCH */), [4184 [vModelText, $props.order.consignee.city]4185 ])4186 ])4187 ]),4188 createElementVNode("div", _hoisted_242, [4189 createElementVNode("div", _hoisted_243, [4190 withDirectives(createElementVNode("input", {4191 type: "text",4192 class: "form-control",4193 placeholder: "наÑелÑннÑй пÑнкÑ",4194 "onUpdate:modelValue": _cache[73] || (_cache[73] = $event => (($props.order.consignee.settlement) = $event))4195 }, null, 512 /* NEED_PATCH */), [4196 [vModelText, $props.order.consignee.settlement]4197 ])4198 ])4199 ])4200 ]),4201 createElementVNode("div", _hoisted_244, [4202 createElementVNode("div", _hoisted_245, [4203 createElementVNode("div", _hoisted_246, [4204 withDirectives(createElementVNode("input", {4205 type: "text",4206 class: "form-control",4207 placeholder: "ÑлиÑа",4208 "onUpdate:modelValue": _cache[74] || (_cache[74] = $event => (($props.order.consignee.address) = $event))4209 }, null, 512 /* NEED_PATCH */), [4210 [vModelText, $props.order.consignee.address]4211 ])4212 ])4213 ]),4214 createElementVNode("div", _hoisted_247, [4215 createElementVNode("div", _hoisted_248, [4216 withDirectives(createElementVNode("input", {4217 type: "text",4218 class: "form-control",4219 placeholder: "дом, коÑпÑÑ, ÑÑÑоение",4220 "onUpdate:modelValue": _cache[75] || (_cache[75] = $event => (($props.order.consignee.house) = $event))4221 }, null, 512 /* NEED_PATCH */), [4222 [vModelText, $props.order.consignee.house]4223 ])4224 ])4225 ]),4226 createElementVNode("div", _hoisted_249, [4227 createElementVNode("div", _hoisted_250, [4228 withDirectives(createElementVNode("input", {4229 type: "text",4230 class: "form-control",4231 placeholder: "оÑиÑ/кваÑÑиÑа",4232 "onUpdate:modelValue": _cache[76] || (_cache[76] = $event => (($props.order.consignee.office) = $event))4233 }, null, 512 /* NEED_PATCH */), [4234 [vModelText, $props.order.consignee.office]4235 ])4236 ])4237 ]),4238 createElementVNode("div", _hoisted_251, [4239 createElementVNode("div", _hoisted_252, [4240 withDirectives(createElementVNode("input", {4241 type: "text",4242 class: "form-control",4243 placeholder: "Ð½Ð¾Ð¼ÐµÑ Ð°/Ñ",4244 "onUpdate:modelValue": _cache[77] || (_cache[77] = $event => (($props.order.consignee.officeLetter) = $event))4245 }, null, 512 /* NEED_PATCH */), [4246 [vModelText, $props.order.consignee.officeLetter]4247 ])4248 ])4249 ])4250 ]),4251 createElementVNode("div", _hoisted_253, [4252 createElementVNode("div", _hoisted_254, [4253 createElementVNode("div", _hoisted_255, [4254 withDirectives(createElementVNode("input", {4255 type: "text",4256 class: "form-control",4257 placeholder: "Ð½Ð°Ð±Ð¾Ñ ÑлеменÑов адÑеÑа, пÑедÑÑавленнÑÑ
в Ñвободной ÑоÑме в виде ÑекÑÑа",4258 "onUpdate:modelValue": _cache[78] || (_cache[78] = $event => (($props.order.consignee.fullAddress) = $event))4259 }, null, 512 /* NEED_PATCH */), [4260 [vModelText, $props.order.consignee.fullAddress]4261 ])4262 ])4263 ])4264 ])4265 ])4266 ])4267 ])4268 ]),4269 createElementVNode("div", _hoisted_256, [4270 createElementVNode("div", _hoisted_257, [4271 _hoisted_258,4272 createElementVNode("div", _hoisted_259, [4273 createElementVNode("div", _hoisted_260, [4274 createElementVNode("div", _hoisted_261, [4275 createElementVNode("div", _hoisted_262, [4276 withDirectives(createElementVNode("input", {4277 type: "text",4278 class: "form-control",4279 placeholder: "ÑÑÑ",4280 "onUpdate:modelValue": _cache[79] || (_cache[79] = $event => (($props.order.consignee.document.country) = $event))4281 }, null, 512 /* NEED_PATCH */), [4282 [vModelText, $props.order.consignee.document.country]4283 ])4284 ])4285 ]),4286 createElementVNode("div", _hoisted_263, [4287 createElementVNode("div", _hoisted_264, [4288 withDirectives(createElementVNode("input", {4289 type: "text",4290 class: "form-control",4291 placeholder: "код вида",4292 "onUpdate:modelValue": _cache[80] || (_cache[80] = $event => (($props.order.consignee.document.code) = $event))4293 }, null, 512 /* NEED_PATCH */), [4294 [vModelText, $props.order.consignee.document.code]4295 ])4296 ])4297 ]),4298 createElementVNode("div", _hoisted_265, [4299 createElementVNode("div", _hoisted_266, [4300 withDirectives(createElementVNode("input", {4301 type: "text",4302 class: "form-control",4303 placeholder: "кÑаÑкое наименование",4304 "onUpdate:modelValue": _cache[81] || (_cache[81] = $event => (($props.order.consignee.document.shortName) = $event))4305 }, null, 512 /* NEED_PATCH */), [4306 [vModelText, $props.order.consignee.document.shortName]4307 ])4308 ])4309 ]),4310 createElementVNode("div", _hoisted_267, [4311 createElementVNode("div", _hoisted_268, [4312 withDirectives(createElementVNode("input", {4313 type: "text",4314 class: "form-control",4315 placeholder: "ÑеÑиÑ",4316 "onUpdate:modelValue": _cache[82] || (_cache[82] = $event => (($props.order.consignee.document.series) = $event))4317 }, null, 512 /* NEED_PATCH */), [4318 [vModelText, $props.order.consignee.document.series]4319 ])4320 ]),4321 createElementVNode("div", _hoisted_269, [4322 withDirectives(createElementVNode("input", {4323 type: "text",4324 class: "form-control",4325 placeholder: "номеÑ",4326 "onUpdate:modelValue": _cache[83] || (_cache[83] = $event => (($props.order.consignee.document.num) = $event))4327 }, null, 512 /* NEED_PATCH */), [4328 [vModelText, $props.order.consignee.document.num]4329 ])4330 ]),4331 createElementVNode("div", _hoisted_270, [4332 withDirectives(createElementVNode("input", {4333 type: "text",4334 class: "form-control",4335 placeholder: "даÑа вÑдаÑи",4336 "onUpdate:modelValue": _cache[84] || (_cache[84] = $event => (($props.order.consignee.document.dateRelease) = $event))4337 }, null, 512 /* NEED_PATCH */), [4338 [vModelText, $props.order.consignee.document.dateRelease]4339 ])4340 ])4341 ]),4342 createElementVNode("div", _hoisted_271, [4343 createElementVNode("div", _hoisted_272, [4344 withDirectives(createElementVNode("input", {4345 type: "text",4346 class: "form-control",4347 placeholder: "Ðод подÑазделениÑ",4348 "onUpdate:modelValue": _cache[85] || (_cache[85] = $event => (($props.order.consignee.document.divisionCode) = $event))4349 }, null, 512 /* NEED_PATCH */), [4350 [vModelText, $props.order.consignee.document.divisionCode]4351 ])4352 ])4353 ])4354 ]),4355 createElementVNode("div", _hoisted_273, [4356 createElementVNode("div", _hoisted_274, [4357 createElementVNode("div", _hoisted_275, [4358 withDirectives(createElementVNode("input", {4359 type: "text",4360 class: "form-control",4361 placeholder: "наименование оÑганизаÑии, вÑдавÑей докÑменÑ",4362 "onUpdate:modelValue": _cache[86] || (_cache[86] = $event => (($props.order.consignee.document.issuedBy) = $event))4363 }, null, 512 /* NEED_PATCH */), [4364 [vModelText, $props.order.consignee.document.issuedBy]4365 ])4366 ])4367 ])4368 ])4369 ])4370 ])4371 ])4372 ])4373 ], 512 /* NEED_PATCH */), [4374 [vShow, $data.recipient]4375 ])4376 ])4377 ])4378 ])4379 ]),4380 createElementVNode("div", _hoisted_276, [4381 createElementVNode("div", {4382 class: "group-panel-label mb-2",4383 onClick: _cache[87] || (_cache[87] = $event => ($data.isGoodsOpen= !$data.isGoodsOpen))4384 }, [4385 _hoisted_277,4386 createElementVNode("div", _hoisted_278, [4387 createElementVNode("i", {4388 class: normalizeClass(["fa-solid fa-caret-right", {'down-rotate': $data.isGoodsOpen}])4389 }, null, 2 /* CLASS */)4390 ])4391 ]),4392 createElementVNode("div", {4393 class: normalizeClass(["group-panel-content", {'open': $data.isGoodsOpen}])4394 }, [4395 (openBlock(true), createElementBlock(Fragment, null, renderList($props.goods, (good, index) => {4396 return (openBlock(), createBlock(_component_tsoft_good_information_form, {4397 goodNum: index,4398 good: good.goodInfo,4399 documents: good.documents4400 }, null, 8 /* PROPS */, ["goodNum", "good", "documents"]))4401 }), 256 /* UNKEYED_FRAGMENT */))4402 ], 2 /* CLASS */)4403 ])4404 ], 2 /* CLASS */)4405 ]))4406}4407script$9.render = render$9;4408script$9.__file = "src/components/Form/GoodsAwbInformation.vue";4409var script$8 = {4410 name: "TsoftAdditionalDocumentForm",4411 props: {4412 document: {4413 type: Object,4414 required: true4415 }4416 },4417 data() {4418 return {4419 isDocumentOpen: false4420 };4421 }4422};4423const _withScopeId$2 = n => (pushScopeId("data-v-598fc5a6"),n=n(),popScopeId(),n);4424const _hoisted_1$8 = { class: "doc" };4425const _hoisted_2$7 = /*#__PURE__*/ _withScopeId$2(() => /*#__PURE__*/createElementVNode("p", null, "ÐокÑменÑÑ â", -1 /* HOISTED */));4426const _hoisted_3$7 = { class: "arrow" };4427const _hoisted_4$4 = { class: "optional-inf-block" };4428const _hoisted_5$4 = { class: "product-inner-block" };4429const _hoisted_6$2 = { class: "optional-inf-card" };4430const _hoisted_7$2 = { class: "row" };4431const _hoisted_8$2 = { class: "d-flex" };4432const _hoisted_9$1 = { class: "col-5 d-flex" };4433const _hoisted_10$1 = { class: "col-3 d-flex" };4434const _hoisted_11$1 = { class: "col-8" };4435const _hoisted_12$1 = { class: "input-bg" };4436const _hoisted_13$1 = /*#__PURE__*/ _withScopeId$2(() => /*#__PURE__*/createElementVNode("div", { class: "col-1" }, [4437 /*#__PURE__*/createElementVNode("p", { class: "fs-5 my-0" }, "/")4438], -1 /* HOISTED */));4439const _hoisted_14$1 = { class: "col-3" };4440const _hoisted_15$1 = { class: "input-bg" };4441const _hoisted_16$1 = { class: "col-9 ps-2" };4442const _hoisted_17$1 = { class: "input-bg" };4443const _hoisted_18$1 = { class: "col-7 row" };4444const _hoisted_19$1 = { class: "col-2" };4445const _hoisted_20$1 = { class: "input-bg" };4446const _hoisted_21$1 = { class: "col-3 d-flex" };4447const _hoisted_22$1 = /*#__PURE__*/ _withScopeId$2(() => /*#__PURE__*/createElementVNode("p", { class: "align-bcntr pe-1" }, "оÑ", -1 /* HOISTED */));4448const _hoisted_23$1 = { class: "input-bg" };4449const _hoisted_24$1 = { class: "col-3 d-flex" };4450const _hoisted_25$1 = /*#__PURE__*/ _withScopeId$2(() => /*#__PURE__*/createElementVNode("p", { class: "align-bcntr pe-1" }, "Ñ", -1 /* HOISTED */));4451const _hoisted_26$1 = { class: "input-bg" };4452const _hoisted_27$1 = { class: "col-3 d-flex" };4453const _hoisted_28$1 = /*#__PURE__*/ _withScopeId$2(() => /*#__PURE__*/createElementVNode("p", { class: "align-bcntr pe-1" }, "по", -1 /* HOISTED */));4454const _hoisted_29$1 = { class: "input-bg" };4455const _hoisted_30$1 = { class: "col-1" };4456const _hoisted_31$1 = { class: "input-bg" };4457const _hoisted_32$1 = { class: "row mt-3" };4458const _hoisted_33$1 = { class: "d-flex" };4459const _hoisted_34$1 = { class: "col-5 d-flex" };4460const _hoisted_35$1 = /*#__PURE__*/createStaticVNode("<div class=\"col-2\" data-v-598fc5a6><div class=\"row pe-4\" data-v-598fc5a6><div class=\"col-6\" data-v-598fc5a6><button class=\"btn\" data-v-598fc5a6><i class=\"fa-solid fa-bolt-lightning\" data-v-598fc5a6></i></button></div><div class=\"col-6\" data-v-598fc5a6><button class=\"btn\" data-v-598fc5a6><i class=\"fa-solid fa-folder-open\" data-v-598fc5a6></i></button></div></div><div class=\"row\" data-v-598fc5a6></div></div>", 1);4461const _hoisted_36$1 = { class: "col-10 d-flex" };4462const _hoisted_37$1 = { class: "col-8" };4463const _hoisted_38$1 = { class: "input-bg" };4464const _hoisted_39$1 = { class: "col-4" };4465const _hoisted_40$1 = { class: "input-bg" };4466const _hoisted_41$1 = { class: "col-7 d-flex" };4467const _hoisted_42$1 = { class: "col-4" };4468const _hoisted_43$1 = { class: "input-bg" };4469const _hoisted_44$1 = { class: "col-5" };4470const _hoisted_45$1 = { class: "input-bg" };4471const _hoisted_46$1 = { class: "col-3" };4472const _hoisted_47$1 = { class: "input-bg" };4473const _hoisted_48$1 = { class: "row justify-content-center mt-2" };4474const _hoisted_49$1 = { class: "col-11" };4475const _hoisted_50$1 = /*#__PURE__*/ _withScopeId$2(() => /*#__PURE__*/createElementVNode("div", { class: "" }, [4476 /*#__PURE__*/createElementVNode("p", { class: "align-bcntr" }, " Ð¡Ð²ÐµÐ´ÐµÐ½Ð¸Ñ Ð¾ ÑакÑиÑеÑком пÑедÑÑавлении докÑменÑа ")4477], -1 /* HOISTED */));4478const _hoisted_51$1 = { class: "d-flex" };4479const _hoisted_52$1 = { class: "col-2 d-flex" };4480const _hoisted_53$1 = { class: "input-bg col-4" };4481const _hoisted_54$1 = { class: "input-bg col-8" };4482const _hoisted_55$1 = { class: "col-5 d-flex" };4483const _hoisted_56$1 = /*#__PURE__*/ _withScopeId$2(() => /*#__PURE__*/createElementVNode("div", { class: "align-bcntr" }, [4484 /*#__PURE__*/createElementVNode("p", { class: "col-1 align-bcntr text" }, "ÐТ")4485], -1 /* HOISTED */));4486const _hoisted_57$1 = { class: "col-3" };4487const _hoisted_58$1 = { class: "input-bg" };4488const _hoisted_59$1 = { class: "col-4" };4489const _hoisted_60$1 = { class: "input-bg" };4490const _hoisted_61$1 = { class: "col-3" };4491const _hoisted_62$1 = { class: "input-bg" };4492const _hoisted_63$1 = { class: "col-1" };4493const _hoisted_64$1 = { class: "input-bg" };4494const _hoisted_65$1 = { class: "col-5 d-flex" };4495const _hoisted_66$1 = /*#__PURE__*/ _withScopeId$2(() => /*#__PURE__*/createElementVNode("div", { class: "align-bcntr" }, [4496 /*#__PURE__*/createElementVNode("p", { class: "col-1 align-bcntr" }, "ТС")4497], -1 /* HOISTED */));4498const _hoisted_67$1 = { class: "col-3" };4499const _hoisted_68$1 = { class: "input-bg" };4500const _hoisted_69$1 = { class: "col-4" };4501const _hoisted_70$1 = { class: "input-bg" };4502const _hoisted_71$1 = { class: "col-3" };4503const _hoisted_72$1 = { class: "input-bg" };4504const _hoisted_73$1 = { class: "col-1" };4505const _hoisted_74$1 = { class: "input-bg" };4506const _hoisted_75$1 = { class: "d-flex mt-2" };4507const _hoisted_76$1 = { class: "col-2 d-flex" };4508const _hoisted_77$1 = /*#__PURE__*/ _withScopeId$2(() => /*#__PURE__*/createElementVNode("div", { class: "col-1" }, null, -1 /* HOISTED */));4509const _hoisted_78$1 = /*#__PURE__*/ _withScopeId$2(() => /*#__PURE__*/createElementVNode("div", { class: "col-2 align-bcntr" }, [4510 /*#__PURE__*/createElementVNode("p", { class: "align-bcntr text" }, "TIR")4511], -1 /* HOISTED */));4512const _hoisted_79$1 = { class: "col-2" };4513const _hoisted_80$1 = { class: "input-bg" };4514const _hoisted_81$1 = { class: "col-7" };4515const _hoisted_82$1 = { class: "input-bg" };4516const _hoisted_83$1 = { class: "col-6 d-flex" };4517const _hoisted_84$1 = /*#__PURE__*/ _withScopeId$2(() => /*#__PURE__*/createElementVNode("div", { class: "col-3 align-bcntr" }, [4518 /*#__PURE__*/createElementVNode("p", { class: "align-bcntr text" }, "Ðной докÑменÑ")4519], -1 /* HOISTED */));4520const _hoisted_85$1 = { class: "col-6" };4521const _hoisted_86$1 = { class: "input-bg" };4522const _hoisted_87$1 = { class: "col-3" };4523const _hoisted_88$1 = { class: "input-bg" };4524function render$8(_ctx, _cache, $props, $setup, $data, $options) {4525 return (openBlock(), createElementBlock("div", _hoisted_1$8, [4526 createElementVNode("div", {4527 class: "group-panel-label",4528 onClick: _cache[0] || (_cache[0] = $event => ($data.isDocumentOpen = !$data.isDocumentOpen))4529 }, [4530 _hoisted_2$7,4531 createElementVNode("div", _hoisted_3$7, [4532 createElementVNode("span", {4533 class: normalizeClass(["fa-solid fa-caret-right", {'down-rotate': $data.isDocumentOpen}])4534 }, null, 2 /* CLASS */)4535 ])4536 ]),4537 createElementVNode("div", {4538 class: normalizeClass(["group-panel-content doc", {'open': $data.isDocumentOpen}])4539 }, [4540 createElementVNode("div", _hoisted_4$4, [4541 createElementVNode("div", _hoisted_5$4, [4542 createElementVNode("div", _hoisted_6$2, [4543 createElementVNode("div", _hoisted_7$2, [4544 createElementVNode("div", _hoisted_8$2, [4545 createElementVNode("div", _hoisted_9$1, [4546 createElementVNode("div", _hoisted_10$1, [4547 createElementVNode("div", _hoisted_11$1, [4548 createElementVNode("div", _hoisted_12$1, [4549 withDirectives(createElementVNode("input", {4550 type: "text",4551 class: "form-control",4552 "onUpdate:modelValue": _cache[1] || (_cache[1] = $event => (($props.document.typeCode) = $event))4553 }, null, 512 /* NEED_PATCH */), [4554 [vModelText, $props.document.typeCode]4555 ])4556 ])4557 ]),4558 _hoisted_13$1,4559 createElementVNode("div", _hoisted_14$1, [4560 createElementVNode("div", _hoisted_15$1, [4561 withDirectives(createElementVNode("input", {4562 type: "text",4563 class: "form-control",4564 "onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (($props.document.typeCodeCount) = $event))4565 }, null, 512 /* NEED_PATCH */), [4566 [vModelText, $props.document.typeCodeCount]4567 ])4568 ])4569 ])4570 ]),4571 createElementVNode("div", _hoisted_16$1, [4572 createElementVNode("div", _hoisted_17$1, [4573 withDirectives(createElementVNode("input", {4574 type: "text",4575 class: "form-control",4576 "onUpdate:modelValue": _cache[3] || (_cache[3] = $event => (($props.document.type) = $event))4577 }, null, 512 /* NEED_PATCH */), [4578 [vModelText, $props.document.type]4579 ])4580 ])4581 ])4582 ]),4583 createElementVNode("div", _hoisted_18$1, [4584 createElementVNode("div", _hoisted_19$1, [4585 createElementVNode("div", _hoisted_20$1, [4586 withDirectives(createElementVNode("input", {4587 type: "text",4588 class: "form-control",4589 "onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (($props.document.number) = $event))4590 }, null, 512 /* NEED_PATCH */), [4591 [vModelText, $props.document.number]4592 ])4593 ])4594 ]),4595 createElementVNode("div", _hoisted_21$1, [4596 _hoisted_22$1,4597 createElementVNode("div", _hoisted_23$1, [4598 withDirectives(createElementVNode("input", {4599 type: "text",4600 class: "form-control",4601 placeholder: "даÑа",4602 "onUpdate:modelValue": _cache[5] || (_cache[5] = $event => (($props.document.dateRelease) = $event))4603 }, null, 512 /* NEED_PATCH */), [4604 [vModelText, $props.document.dateRelease]4605 ])4606 ])4607 ]),4608 createElementVNode("div", _hoisted_24$1, [4609 _hoisted_25$1,4610 createElementVNode("div", _hoisted_26$1, [4611 withDirectives(createElementVNode("input", {4612 type: "text",4613 class: "form-control",4614 placeholder: "даÑа наÑала",4615 "onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (($props.document.dateStart) = $event))4616 }, null, 512 /* NEED_PATCH */), [4617 [vModelText, $props.document.dateStart]4618 ])4619 ])4620 ]),4621 createElementVNode("div", _hoisted_27$1, [4622 _hoisted_28$1,4623 createElementVNode("div", _hoisted_29$1, [4624 withDirectives(createElementVNode("input", {4625 type: "text",4626 class: "form-control",4627 placeholder: "даÑа оконÑаниÑ",4628 "onUpdate:modelValue": _cache[7] || (_cache[7] = $event => (($props.document.dateEnd) = $event))4629 }, null, 512 /* NEED_PATCH */), [4630 [vModelText, $props.document.dateEnd]4631 ])4632 ])4633 ]),4634 createElementVNode("div", _hoisted_30$1, [4635 createElementVNode("div", _hoisted_31$1, [4636 withDirectives(createElementVNode("input", {4637 type: "text",4638 class: "form-control",4639 "onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (($props.document.fieldUnknown) = $event))4640 }, null, 512 /* NEED_PATCH */), [4641 [vModelText, $props.document.fieldUnknown]4642 ])4643 ])4644 ])4645 ])4646 ])4647 ]),4648 createElementVNode("div", _hoisted_32$1, [4649 createElementVNode("div", _hoisted_33$1, [4650 createElementVNode("div", _hoisted_34$1, [4651 _hoisted_35$1,4652 createElementVNode("div", _hoisted_36$1, [4653 createElementVNode("div", _hoisted_37$1, [4654 createElementVNode("div", _hoisted_38$1, [4655 withDirectives(createElementVNode("input", {4656 type: "text",4657 class: "form-control",4658 placeholder: "Ðолное наименование гоÑÑдаÑÑÑвенной",4659 "onUpdate:modelValue": _cache[9] || (_cache[9] = $event => (($props.document.countryFullName) = $event))4660 }, null, 512 /* NEED_PATCH */), [4661 [vModelText, $props.document.countryFullName]4662 ])4663 ])4664 ]),4665 createElementVNode("div", _hoisted_39$1, [4666 createElementVNode("div", _hoisted_40$1, [4667 withDirectives(createElementVNode("input", {4668 type: "text",4669 class: "form-control",4670 placeholder: "AuthorityId",4671 "onUpdate:modelValue": _cache[10] || (_cache[10] = $event => (($props.document.authorityId) = $event))4672 }, null, 512 /* NEED_PATCH */), [4673 [vModelText, $props.document.authorityId]4674 ])4675 ])4676 ])4677 ])4678 ]),4679 createElementVNode("div", _hoisted_41$1, [4680 createElementVNode("div", _hoisted_42$1, [4681 createElementVNode("div", _hoisted_43$1, [4682 withDirectives(createElementVNode("input", {4683 type: "text",4684 class: "form-control",4685 placeholder: "ÐнÑоÑмаÑионного ÑеÑÑÑÑ",4686 "onUpdate:modelValue": _cache[11] || (_cache[11] = $event => (($props.document.informationSource) = $event))4687 }, null, 512 /* NEED_PATCH */), [4688 [vModelText, $props.document.informationSource]4689 ])4690 ])4691 ]),4692 createElementVNode("div", _hoisted_44$1, [4693 createElementVNode("div", _hoisted_45$1, [4694 withDirectives(createElementVNode("input", {4695 type: "text",4696 class: "form-control",4697 placeholder: "URL",4698 "onUpdate:modelValue": _cache[12] || (_cache[12] = $event => (($props.document.url) = $event))4699 }, null, 512 /* NEED_PATCH */), [4700 [vModelText, $props.document.url]4701 ])4702 ])4703 ]),4704 createElementVNode("div", _hoisted_46$1, [4705 createElementVNode("div", _hoisted_47$1, [4706 withDirectives(createElementVNode("input", {4707 type: "text",4708 class: "form-control",4709 placeholder: "ÐаÑа обÑаÑениÑ",4710 "onUpdate:modelValue": _cache[13] || (_cache[13] = $event => (($props.document.dateUrlAppeal) = $event))4711 }, null, 512 /* NEED_PATCH */), [4712 [vModelText, $props.document.dateUrlAppeal]4713 ])4714 ])4715 ])4716 ])4717 ])4718 ]),4719 createElementVNode("div", _hoisted_48$1, [4720 createElementVNode("div", _hoisted_49$1, [4721 _hoisted_50$1,4722 createElementVNode("div", _hoisted_51$1, [4723 createElementVNode("div", _hoisted_52$1, [4724 createElementVNode("div", _hoisted_53$1, [4725 withDirectives(createElementVNode("input", {4726 type: "text",4727 class: "form-control",4728 "onUpdate:modelValue": _cache[14] || (_cache[14] = $event => (($props.document.unknownField1) = $event))4729 }, null, 512 /* NEED_PATCH */), [4730 [vModelText, $props.document.unknownField1]4731 ])4732 ]),4733 createElementVNode("div", _hoisted_54$1, [4734 withDirectives(createElementVNode("input", {4735 type: "text",4736 class: "form-control",4737 "onUpdate:modelValue": _cache[15] || (_cache[15] = $event => (($props.document.unknownField2) = $event))4738 }, null, 512 /* NEED_PATCH */), [4739 [vModelText, $props.document.unknownField2]4740 ])4741 ])4742 ]),4743 createElementVNode("div", _hoisted_55$1, [4744 _hoisted_56$1,4745 createElementVNode("div", _hoisted_57$1, [4746 createElementVNode("div", _hoisted_58$1, [4747 withDirectives(createElementVNode("input", {4748 type: "text",4749 class: "form-control",4750 "onUpdate:modelValue": _cache[16] || (_cache[16] = $event => (($props.document.unknownField3) = $event))4751 }, null, 512 /* NEED_PATCH */), [4752 [vModelText, $props.document.unknownField3]4753 ])4754 ])4755 ]),4756 createElementVNode("div", _hoisted_59$1, [4757 createElementVNode("div", _hoisted_60$1, [4758 withDirectives(createElementVNode("input", {4759 type: "text",4760 class: "form-control",4761 "onUpdate:modelValue": _cache[17] || (_cache[17] = $event => (($props.document.unknownField4) = $event))4762 }, null, 512 /* NEED_PATCH */), [4763 [vModelText, $props.document.unknownField4]4764 ])4765 ])4766 ]),4767 createElementVNode("div", _hoisted_61$1, [4768 createElementVNode("div", _hoisted_62$1, [4769 withDirectives(createElementVNode("input", {4770 type: "text",4771 class: "form-control",4772 "onUpdate:modelValue": _cache[18] || (_cache[18] = $event => (($props.document.unknownField5) = $event))4773 }, null, 512 /* NEED_PATCH */), [4774 [vModelText, $props.document.unknownField5]4775 ])4776 ])4777 ]),4778 createElementVNode("div", _hoisted_63$1, [4779 createElementVNode("div", _hoisted_64$1, [4780 withDirectives(createElementVNode("input", {4781 type: "text",4782 class: "form-control",4783 "onUpdate:modelValue": _cache[19] || (_cache[19] = $event => (($props.document.unknownField6) = $event))4784 }, null, 512 /* NEED_PATCH */), [4785 [vModelText, $props.document.unknownField6]4786 ])4787 ])4788 ])4789 ]),4790 createElementVNode("div", _hoisted_65$1, [4791 _hoisted_66$1,4792 createElementVNode("div", _hoisted_67$1, [4793 createElementVNode("div", _hoisted_68$1, [4794 withDirectives(createElementVNode("input", {4795 type: "text",4796 class: "form-control",4797 "onUpdate:modelValue": _cache[20] || (_cache[20] = $event => (($props.document.unknownField7) = $event))4798 }, null, 512 /* NEED_PATCH */), [4799 [vModelText, $props.document.unknownField7]4800 ])4801 ])4802 ]),4803 createElementVNode("div", _hoisted_69$1, [4804 createElementVNode("div", _hoisted_70$1, [4805 withDirectives(createElementVNode("input", {4806 type: "text",4807 class: "form-control",4808 "onUpdate:modelValue": _cache[21] || (_cache[21] = $event => (($props.document.unknownField8) = $event))4809 }, null, 512 /* NEED_PATCH */), [4810 [vModelText, $props.document.unknownField8]4811 ])4812 ])4813 ]),4814 createElementVNode("div", _hoisted_71$1, [4815 createElementVNode("div", _hoisted_72$1, [4816 withDirectives(createElementVNode("input", {4817 type: "text",4818 class: "form-control",4819 "onUpdate:modelValue": _cache[22] || (_cache[22] = $event => (($props.document.unknownField9) = $event))4820 }, null, 512 /* NEED_PATCH */), [4821 [vModelText, $props.document.unknownField9]4822 ])4823 ])4824 ]),4825 createElementVNode("div", _hoisted_73$1, [4826 createElementVNode("div", _hoisted_74$1, [4827 withDirectives(createElementVNode("input", {4828 type: "text",4829 class: "form-control",4830 "onUpdate:modelValue": _cache[23] || (_cache[23] = $event => (($props.document.unknownField10) = $event))4831 }, null, 512 /* NEED_PATCH */), [4832 [vModelText, $props.document.unknownField10]4833 ])4834 ])4835 ])4836 ])4837 ]),4838 createElementVNode("div", _hoisted_75$1, [4839 createElementVNode("div", _hoisted_76$1, [4840 _hoisted_77$1,4841 _hoisted_78$1,4842 createElementVNode("div", _hoisted_79$1, [4843 createElementVNode("div", _hoisted_80$1, [4844 withDirectives(createElementVNode("input", {4845 type: "text",4846 class: "form-control",4847 "onUpdate:modelValue": _cache[24] || (_cache[24] = $event => (($props.document.unknownField11) = $event))4848 }, null, 512 /* NEED_PATCH */), [4849 [vModelText, $props.document.unknownField11]4850 ])4851 ])4852 ]),4853 createElementVNode("div", _hoisted_81$1, [4854 createElementVNode("div", _hoisted_82$1, [4855 withDirectives(createElementVNode("input", {4856 type: "text",4857 class: "form-control",4858 "onUpdate:modelValue": _cache[25] || (_cache[25] = $event => (($props.document.unknownField12) = $event))4859 }, null, 512 /* NEED_PATCH */), [4860 [vModelText, $props.document.unknownField12]4861 ])4862 ])4863 ])4864 ]),4865 createElementVNode("div", _hoisted_83$1, [4866 _hoisted_84$1,4867 createElementVNode("div", _hoisted_85$1, [4868 createElementVNode("div", _hoisted_86$1, [4869 withDirectives(createElementVNode("input", {4870 type: "text",4871 class: "form-control",4872 "onUpdate:modelValue": _cache[26] || (_cache[26] = $event => (($props.document.unknownField13) = $event))4873 }, null, 512 /* NEED_PATCH */), [4874 [vModelText, $props.document.unknownField13]4875 ])4876 ])4877 ]),4878 createElementVNode("div", _hoisted_87$1, [4879 createElementVNode("div", _hoisted_88$1, [4880 withDirectives(createElementVNode("input", {4881 type: "text",4882 class: "form-control",4883 "onUpdate:modelValue": _cache[27] || (_cache[27] = $event => (($props.document.unknownField14) = $event))4884 }, null, 512 /* NEED_PATCH */), [4885 [vModelText, $props.document.unknownField14]4886 ])4887 ])4888 ])4889 ])4890 ])4891 ])4892 ])4893 ])4894 ])4895 ])4896 ], 2 /* CLASS */)4897 ]))4898}4899var css_248z$8 = "\n.optional-inf-block > a[data-v-598fc5a6] {\r\n box-sizing: border-box;\r\n font-size: 10px;\n}\n.optional-inf-block p[data-v-598fc5a6] {\r\n font-size: 10px;\n}\n.optional-inf-block label[data-v-598fc5a6] {\r\n font-size: 10px;\n}\n.optional-inf-block[data-v-598fc5a6] {\r\n padding: 0 0 10px;\r\n max-width: 950px;\r\n min-width: 900px;\r\n margin: 0 auto;\n}\n.group-panel-content.doc[data-v-598fc5a6] {\r\n border: 1px solid #c4c4c4;\r\n border-top: unset;\n}\n.text[data-v-598fc5a6] {\r\n font-size: 10px;\n}\r\n";4900styleInject(css_248z$8);4901script$8.render = render$8;4902script$8.__scopeId = "data-v-598fc5a6";4903script$8.__file = "src/components/Form/AdditionalDocument.vue";4904var script$7 = {4905 name: "TsoftGoodInformationForm",4906 data() {4907 return {4908 isGoodOpen: false4909 };4910 },4911 props: {4912 good: {4913 type: Object,4914 required: true4915 },4916 goodNum: {4917 required: true4918 }4919 }4920};4921const _withScopeId$1 = n => (pushScopeId("data-v-d878b218"),n=n(),popScopeId(),n);4922const _hoisted_1$7 = { class: "good" };4923const _hoisted_2$6 = /*#__PURE__*/ _withScopeId$1(() => /*#__PURE__*/createElementVNode("p", null, "Ð¢Ð¾Ð²Ð°Ñ â", -1 /* HOISTED */));4924const _hoisted_3$6 = { class: "arrow" };4925const _hoisted_4$3 = { class: "product-info-block" };4926const _hoisted_5$3 = { class: "product-inner-block" };4927const _hoisted_6$1 = { class: "row" };4928const _hoisted_7$1 = { class: "col-1" };4929const _hoisted_8$1 = { class: "col-9" };4930const _hoisted_9 = { class: "col input-bg" };4931const _hoisted_10 = { class: "col input-bg mt-3" };4932const _hoisted_11 = { class: "col-8" };4933const _hoisted_12 = { class: "input-bg h-100" };4934const _hoisted_13 = { class: "col-3" };4935const _hoisted_14 = { class: "changing-code" };4936const _hoisted_15 = /*#__PURE__*/ _withScopeId$1(() => /*#__PURE__*/createElementVNode("div", { class: "label-block" }, [4937 /*#__PURE__*/createElementVNode("label", { class: "fs-5" }, "Ðод изменений")4938], -1 /* HOISTED */));4939const _hoisted_16 = { class: "col-9 d-flex w-100" };4940const _hoisted_17 = { class: "col input-bg" };4941const _hoisted_18 = { class: "col input-bg" };4942const _hoisted_19 = { class: "col input-bg" };4943const _hoisted_20 = { class: "col input-bg" };4944const _hoisted_21 = { class: "col input-bg" };4945const _hoisted_22 = { class: "col input-bg" };4946const _hoisted_23 = { class: "col input-bg" };4947const _hoisted_24 = /*#__PURE__*/ _withScopeId$1(() => /*#__PURE__*/createElementVNode("button", { class: "btn info-button p-1" }, [4948 /*#__PURE__*/createElementVNode("i", { class: "fa-solid fa-circle-info" })4949], -1 /* HOISTED */));4950const _hoisted_25 = /*#__PURE__*/ _withScopeId$1(() => /*#__PURE__*/createElementVNode("div", { class: "col-2" }, null, -1 /* HOISTED */));4951const _hoisted_26 = { class: "row" };4952const _hoisted_27 = { class: "col-3" };4953const _hoisted_28 = { class: "d-flex" };4954const _hoisted_29 = { class: "col-5" };4955const _hoisted_30 = /*#__PURE__*/ _withScopeId$1(() => /*#__PURE__*/createElementVNode("p", { class: "col-11 align-bcntr" }, "ТРÐÐÐ ÐÐÐС", -1 /* HOISTED */));4956const _hoisted_31 = { class: "col-11 input-bg" };4957const _hoisted_32 = { class: "col-7" };4958const _hoisted_33 = /*#__PURE__*/ _withScopeId$1(() => /*#__PURE__*/createElementVNode("p", { class: "align-bcntr" }, "ÐеÑ, бÑÑÑÑо", -1 /* HOISTED */));4959const _hoisted_34 = { class: "d-flex" };4960const _hoisted_35 = { class: "col-6" };4961const _hoisted_36 = { class: "col input-bg" };4962const _hoisted_37 = { class: "col-6 d-flex" };4963const _hoisted_38 = { class: "col-5" };4964const _hoisted_39 = { class: "col input-bg" };4965const _hoisted_40 = { class: "col-7" };4966const _hoisted_41 = { class: "col input-bg" };4967const _hoisted_42 = { class: "d-flex mt-2" };4968const _hoisted_43 = { class: "col input-bg" };4969const _hoisted_44 = { class: "col-6" };4970const _hoisted_45 = { class: "d-flex" };4971const _hoisted_46 = { class: "col-4" };4972const _hoisted_47 = /*#__PURE__*/ _withScopeId$1(() => /*#__PURE__*/createElementVNode("p", { class: "align-bcntr" }, "ÐеÑ, неÑÑо", -1 /* HOISTED */));4973const _hoisted_48 = { class: "d-flex" };4974const _hoisted_49 = { class: "col-6" };4975const _hoisted_50 = { class: "col input-bg" };4976const _hoisted_51 = { class: "col-6" };4977const _hoisted_52 = { class: "d-flex" };4978const _hoisted_53 = { class: "col-5" };4979const _hoisted_54 = { class: "col input-bg" };4980const _hoisted_55 = { class: "col-7" };4981const _hoisted_56 = { class: "col input-bg" };4982const _hoisted_57 = { class: "col-4" };4983const _hoisted_58 = /*#__PURE__*/ _withScopeId$1(() => /*#__PURE__*/createElementVNode("p", { class: "align-bcntr" }, "ÐолиÑеÑÑво", -1 /* HOISTED */));4984const _hoisted_59 = { class: "d-flex" };4985const _hoisted_60 = { class: "col-5" };4986const _hoisted_61 = { class: "col input-bg" };4987const _hoisted_62 = { class: "col-7" };4988const _hoisted_63 = { class: "d-flex" };4989const _hoisted_64 = { class: "col-5" };4990const _hoisted_65 = { class: "col input-bg" };4991const _hoisted_66 = { class: "col-7" };4992const _hoisted_67 = { class: "col input-bg" };4993const _hoisted_68 = { class: "col-4" };4994const _hoisted_69 = /*#__PURE__*/ _withScopeId$1(() => /*#__PURE__*/createElementVNode("p", { class: "align-bcntr" }, "Ð¢Ð°Ð¼Ð¾Ð¶ÐµÐ½Ð½Ð°Ñ ÑÑоимоÑÑÑ", -1 /* HOISTED */));4995const _hoisted_70 = { class: "d-flex" };4996const _hoisted_71 = { class: "col-7" };4997const _hoisted_72 = { class: "col input-bg" };4998const _hoisted_73 = { class: "col-3" };4999const _hoisted_74 = { class: "d-flex" };5000const _hoisted_75 = { class: "col input-bg" };5001const _hoisted_76 = /*#__PURE__*/ _withScopeId$1(() => /*#__PURE__*/createElementVNode("div", { class: "col-2" }, [5002 /*#__PURE__*/createElementVNode("button", { class: "btn btn-bg-white" }, [5003 /*#__PURE__*/createElementVNode("i", { class: "fa-solid fa-note-sticky" })5004 ])5005], -1 /* HOISTED */));5006const _hoisted_77 = { class: "d-flex mt-2" };5007const _hoisted_78 = { class: "col-6" };5008const _hoisted_79 = { class: "col input-bg" };5009const _hoisted_80 = { class: "col-6 d-flex" };5010const _hoisted_81 = /*#__PURE__*/ _withScopeId$1(() => /*#__PURE__*/createElementVNode("p", { class: "align-bcntr ps-2" }, "ТÑанÑп. ÑаÑÑ
.", -1 /* HOISTED */));5011const _hoisted_82 = { class: "col input-bg" };5012const _hoisted_83 = { class: "col input-bg" };5013const _hoisted_84 = { class: "col-3" };5014const _hoisted_85 = { class: "" };5015const _hoisted_86 = /*#__PURE__*/ _withScopeId$1(() => /*#__PURE__*/createElementVNode("p", { class: "align-bcntr" }, "ФакÑÑÑÐ½Ð°Ñ ÑÑоимоÑÑÑ", -1 /* HOISTED */));5016const _hoisted_87 = { class: "d-flex" };5017const _hoisted_88 = { class: "col-8" };5018const _hoisted_89 = { class: "col input-bg" };5019const _hoisted_90 = { class: "col-4" };5020const _hoisted_91 = { class: "col input-bg" };5021const _hoisted_92 = { class: "d-flex mt-2" };5022const _hoisted_93 = { class: "d-flex" };5023const _hoisted_94 = { class: "col-8" };5024const _hoisted_95 = { class: "col input-bg" };5025const _hoisted_96 = { class: "col-4" };5026const _hoisted_97 = { class: "col input-bg" };5027const _hoisted_98 = { class: "row mt-2" };5028const _hoisted_99 = { class: "col-9 d-flex" };5029const _hoisted_100 = { class: "col-9 d-flex" };5030const _hoisted_101 = { class: "col input-bg" };5031const _hoisted_102 = { class: "col input-bg" };5032const _hoisted_103 = { class: "col-3 d-flex batch-info-anchors" };5033const _hoisted_104 = /*#__PURE__*/createTextVNode("Ð ÐÐС");5034const _hoisted_105 = /*#__PURE__*/createTextVNode("ÐÑедÑеÑÑвÑÑÑий докÑменÑ");5035function render$7(_ctx, _cache, $props, $setup, $data, $options) {5036 const _component_router_link = resolveComponent("router-link");5037 return (openBlock(), createElementBlock("div", _hoisted_1$7, [5038 createElementVNode("div", {5039 class: "group-panel-label",5040 onClick: _cache[0] || (_cache[0] = $event => ($data.isGoodOpen = !$data.isGoodOpen))5041 }, [5042 _hoisted_2$6,5043 createElementVNode("div", _hoisted_3$6, [5044 createElementVNode("span", {5045 class: normalizeClass(["fa-solid fa-caret-right", {'down-rotate': $data.isGoodOpen}])5046 }, null, 2 /* CLASS */)5047 ])5048 ]),5049 createElementVNode("div", {5050 class: normalizeClass(["group-panel-content", {'open': $data.isGoodOpen}])5051 }, [5052 createElementVNode("div", _hoisted_4$3, [5053 createElementVNode("div", _hoisted_5$3, [5054 createElementVNode("div", _hoisted_6$1, [5055 createElementVNode("div", _hoisted_7$1, [5056 createElementVNode("div", _hoisted_8$1, [5057 createElementVNode("div", _hoisted_9, [5058 withDirectives(createElementVNode("input", {5059 class: "form-control",5060 type: "text",5061 "onUpdate:modelValue": _cache[1] || (_cache[1] = $event => (($props.good.numeric) = $event))5062 }, null, 512 /* NEED_PATCH */), [5063 [vModelText, $props.good.numeric]5064 ])5065 ]),5066 createElementVNode("div", _hoisted_10, [5067 withDirectives(createElementVNode("input", {5068 class: "form-control",5069 type: "text",5070 "onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (($props.good.totalNumeric) = $event))5071 }, null, 512 /* NEED_PATCH */), [5072 [vModelText, $props.good.totalNumeric]5073 ])5074 ])5075 ])5076 ]),5077 createElementVNode("div", _hoisted_11, [5078 createElementVNode("div", _hoisted_12, [5079 withDirectives(createElementVNode("textarea", {5080 type: "text",5081 class: "form-control h-100",5082 "onUpdate:modelValue": _cache[3] || (_cache[3] = $event => (($props.good.description) = $event))5083 }, null, 512 /* NEED_PATCH */), [5084 [vModelText, $props.good.description]5085 ])5086 ])5087 ]),5088 createElementVNode("div", _hoisted_13, [5089 createElementVNode("div", _hoisted_14, [5090 _hoisted_15,5091 createElementVNode("div", _hoisted_16, [5092 createElementVNode("div", _hoisted_17, [5093 withDirectives(createElementVNode("input", {5094 class: "form-control number-code",5095 type: "number",5096 "onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (($props.good.changeDetailsType.stageChangeCode) = $event))5097 }, null, 512 /* NEED_PATCH */), [5098 [vModelText, $props.good.changeDetailsType.stageChangeCode]5099 ])5100 ]),5101 createElementVNode("div", _hoisted_18, [5102 withDirectives(createElementVNode("input", {5103 class: "form-control number-code",5104 type: "number",5105 "onUpdate:modelValue": _cache[5] || (_cache[5] = $event => (($props.good.changeDetailsType.reasonChangeCode) = $event))5106 }, null, 512 /* NEED_PATCH */), [5107 [vModelText, $props.good.changeDetailsType.reasonChangeCode]5108 ])5109 ]),5110 createElementVNode("div", _hoisted_19, [5111 withDirectives(createElementVNode("input", {5112 class: "form-control number-code",5113 type: "number",5114 "onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (($props.good.changeDetailsType.quantityChangeCode) = $event))5115 }, null, 512 /* NEED_PATCH */), [5116 [vModelText, $props.good.changeDetailsType.quantityChangeCode]5117 ])5118 ]),5119 createElementVNode("div", _hoisted_20, [5120 withDirectives(createElementVNode("input", {5121 class: "form-control number-code",5122 type: "number",5123 "onUpdate:modelValue": _cache[7] || (_cache[7] = $event => (($props.good.changeDetailsType.TNVEDChangeCode) = $event))5124 }, null, 512 /* NEED_PATCH */), [5125 [vModelText, $props.good.changeDetailsType.TNVEDChangeCode]5126 ])5127 ]),5128 createElementVNode("div", _hoisted_21, [5129 withDirectives(createElementVNode("input", {5130 class: "form-control number-code",5131 type: "number",5132 "onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (($props.good.changeDetailsType.customsCostChangeCode) = $event))5133 }, null, 512 /* NEED_PATCH */), [5134 [vModelText, $props.good.changeDetailsType.customsCostChangeCode]5135 ])5136 ]),5137 createElementVNode("div", _hoisted_22, [5138 withDirectives(createElementVNode("input", {5139 class: "form-control number-code",5140 type: "number",5141 "onUpdate:modelValue": _cache[9] || (_cache[9] = $event => (($props.good.changeDetailsType.customsPaymentChangeCode) = $event))5142 }, null, 512 /* NEED_PATCH */), [5143 [vModelText, $props.good.changeDetailsType.customsPaymentChangeCode]5144 ])5145 ]),5146 createElementVNode("div", _hoisted_23, [5147 withDirectives(createElementVNode("input", {5148 class: "form-control number-code",5149 type: "number",5150 "onUpdate:modelValue": _cache[10] || (_cache[10] = $event => (($props.good.changeDetailsType.otherChangeCode) = $event))5151 }, null, 512 /* NEED_PATCH */), [5152 [vModelText, $props.good.changeDetailsType.otherChangeCode]5153 ])5154 ]),5155 _hoisted_245156 ]),5157 _hoisted_255158 ])5159 ])5160 ]),5161 createElementVNode("div", _hoisted_26, [5162 createElementVNode("div", _hoisted_27, [5163 createElementVNode("div", _hoisted_28, [5164 createElementVNode("div", _hoisted_29, [5165 _hoisted_30,5166 createElementVNode("div", _hoisted_31, [5167 withDirectives(createElementVNode("input", {5168 class: "form-control",5169 type: "text",5170 "onUpdate:modelValue": _cache[11] || (_cache[11] = $event => (($props.good.tnved) = $event))5171 }, null, 512 /* NEED_PATCH */), [5172 [vModelText, $props.good.tnved]5173 ])5174 ])5175 ]),5176 createElementVNode("div", _hoisted_32, [5177 _hoisted_33,5178 createElementVNode("div", _hoisted_34, [5179 createElementVNode("div", _hoisted_35, [5180 createElementVNode("div", _hoisted_36, [5181 withDirectives(createElementVNode("input", {5182 class: "form-control",5183 type: "text",5184 "onUpdate:modelValue": _cache[12] || (_cache[12] = $event => (($props.good.grossWeightQuantity) = $event))5185 }, null, 512 /* NEED_PATCH */), [5186 [vModelText, $props.good.grossWeightQuantity]5187 ])5188 ])5189 ]),5190 createElementVNode("div", _hoisted_37, [5191 createElementVNode("div", _hoisted_38, [5192 createElementVNode("div", _hoisted_39, [5193 withDirectives(createElementVNode("input", {5194 class: "form-control",5195 type: "text",5196 "onUpdate:modelValue": _cache[13] || (_cache[13] = $event => (($props.good.goodWeightUnit) = $event))5197 }, null, 512 /* NEED_PATCH */), [5198 [vModelText, $props.good.goodWeightUnit]5199 ])5200 ])5201 ]),5202 createElementVNode("div", _hoisted_40, [5203 createElementVNode("div", _hoisted_41, [5204 withDirectives(createElementVNode("input", {5205 class: "form-control number-code",5206 type: "text",5207 "onUpdate:modelValue": _cache[14] || (_cache[14] = $event => (($props.good.goodWeightUnknown) = $event))5208 }, null, 512 /* NEED_PATCH */), [5209 [vModelText, $props.good.goodWeightUnknown]5210 ])5211 ])5212 ])5213 ])5214 ])5215 ])5216 ]),5217 createElementVNode("div", _hoisted_42, [5218 createElementVNode("div", _hoisted_43, [5219 withDirectives(createElementVNode("input", {5220 class: "form-control",5221 type: "text",5222 placeholder: "наименование ÑоваÑного знака, обÑекÑа авÑоÑÑкого",5223 "onUpdate:modelValue": _cache[15] || (_cache[15] = $event => (($props.good.tradeMark) = $event))5224 }, null, 512 /* NEED_PATCH */), [5225 [vModelText, $props.good.tradeMark]5226 ])5227 ])5228 ])5229 ]),5230 createElementVNode("div", _hoisted_44, [5231 createElementVNode("div", _hoisted_45, [5232 createElementVNode("div", _hoisted_46, [5233 _hoisted_47,5234 createElementVNode("div", _hoisted_48, [5235 createElementVNode("div", _hoisted_49, [5236 createElementVNode("div", _hoisted_50, [5237 withDirectives(createElementVNode("input", {5238 class: "form-control",5239 type: "text",5240 "onUpdate:modelValue": _cache[16] || (_cache[16] = $event => (($props.good.netWeightQuantity) = $event))5241 }, null, 512 /* NEED_PATCH */), [5242 [vModelText, $props.good.netWeightQuantity]5243 ])5244 ])5245 ]),5246 createElementVNode("div", _hoisted_51, [5247 createElementVNode("div", _hoisted_52, [5248 createElementVNode("div", _hoisted_53, [5249 createElementVNode("div", _hoisted_54, [5250 withDirectives(createElementVNode("input", {5251 class: "form-control",5252 type: "text",5253 "onUpdate:modelValue": _cache[17] || (_cache[17] = $event => (($props.good.netWeightUnit) = $event))5254 }, null, 512 /* NEED_PATCH */), [5255 [vModelText, $props.good.netWeightUnit]5256 ])5257 ])5258 ]),5259 createElementVNode("div", _hoisted_55, [5260 createElementVNode("div", _hoisted_56, [5261 withDirectives(createElementVNode("input", {5262 class: "form-control",5263 type: "text",5264 "onUpdate:modelValue": _cache[18] || (_cache[18] = $event => (($props.good.netWeightUnknown) = $event))5265 }, null, 512 /* NEED_PATCH */), [5266 [vModelText, $props.good.netWeightUnknown]5267 ])5268 ])5269 ])5270 ])5271 ])5272 ])5273 ]),5274 createElementVNode("div", _hoisted_57, [5275 _hoisted_58,5276 createElementVNode("div", _hoisted_59, [5277 createElementVNode("div", _hoisted_60, [5278 createElementVNode("div", _hoisted_61, [5279 withDirectives(createElementVNode("input", {5280 class: "form-control",5281 type: "text",5282 "onUpdate:modelValue": _cache[19] || (_cache[19] = $event => (($props.good.goodQuantity) = $event))5283 }, null, 512 /* NEED_PATCH */), [5284 [vModelText, $props.good.goodQuantity]5285 ])5286 ])5287 ]),5288 createElementVNode("div", _hoisted_62, [5289 createElementVNode("div", _hoisted_63, [5290 createElementVNode("div", _hoisted_64, [5291 createElementVNode("div", _hoisted_65, [5292 withDirectives(createElementVNode("input", {5293 class: "form-control",5294 type: "text",5295 "onUpdate:modelValue": _cache[20] || (_cache[20] = $event => (($props.good.goodUnit) = $event))5296 }, null, 512 /* NEED_PATCH */), [5297 [vModelText, $props.good.goodUnit]5298 ])5299 ])5300 ]),5301 createElementVNode("div", _hoisted_66, [5302 createElementVNode("div", _hoisted_67, [5303 withDirectives(createElementVNode("input", {5304 class: "form-control",5305 type: "text",5306 "onUpdate:modelValue": _cache[21] || (_cache[21] = $event => (($props.good.goodUnknown) = $event))5307 }, null, 512 /* NEED_PATCH */), [5308 [vModelText, $props.good.goodUnknown]5309 ])5310 ])5311 ])5312 ])5313 ])5314 ])5315 ]),5316 createElementVNode("div", _hoisted_68, [5317 _hoisted_69,5318 createElementVNode("div", _hoisted_70, [5319 createElementVNode("div", _hoisted_71, [5320 createElementVNode("div", _hoisted_72, [5321 withDirectives(createElementVNode("input", {5322 class: "form-control",5323 type: "text",5324 "onUpdate:modelValue": _cache[22] || (_cache[22] = $event => (($props.good.customsCost) = $event))5325 }, null, 512 /* NEED_PATCH */), [5326 [vModelText, $props.good.customsCost]5327 ])5328 ])5329 ]),5330 createElementVNode("div", _hoisted_73, [5331 createElementVNode("div", _hoisted_74, [5332 createElementVNode("div", _hoisted_75, [5333 withDirectives(createElementVNode("input", {5334 class: "form-control",5335 type: "text",5336 "onUpdate:modelValue": _cache[23] || (_cache[23] = $event => (($props.good.customsCostCurrency) = $event))5337 }, null, 512 /* NEED_PATCH */), [5338 [vModelText, $props.good.customsCostCurrency]5339 ])5340 ])5341 ])5342 ]),5343 _hoisted_765344 ])5345 ])5346 ]),5347 createElementVNode("div", _hoisted_77, [5348 createElementVNode("div", _hoisted_78, [5349 createElementVNode("div", _hoisted_79, [5350 withDirectives(createElementVNode("input", {5351 class: "form-control",5352 type: "text",5353 placeholder: "наименование меÑÑа пÑоиÑÑ
.",5354 "onUpdate:modelValue": _cache[24] || (_cache[24] = $event => (($props.good.productionPlaceName) = $event))5355 }, null, 512 /* NEED_PATCH */), [5356 [vModelText, $props.good.productionPlaceName]5357 ])5358 ])5359 ]),5360 createElementVNode("div", _hoisted_80, [5361 _hoisted_81,5362 createElementVNode("div", _hoisted_82, [5363 withDirectives(createElementVNode("input", {5364 class: "form-control",5365 type: "text",5366 "onUpdate:modelValue": _cache[25] || (_cache[25] = $event => (($props.good.transportCost) = $event))5367 }, null, 512 /* NEED_PATCH */), [5368 [vModelText, $props.good.transportCost]5369 ])5370 ]),5371 createElementVNode("div", _hoisted_83, [5372 withDirectives(createElementVNode("input", {5373 class: "form-control",5374 type: "text",5375 "onUpdate:modelValue": _cache[26] || (_cache[26] = $event => (($props.good.transportCostCurrency) = $event))5376 }, null, 512 /* NEED_PATCH */), [5377 [vModelText, $props.good.transportCostCurrency]5378 ])5379 ])5380 ])5381 ])5382 ]),5383 createElementVNode("div", _hoisted_84, [5384 createElementVNode("div", _hoisted_85, [5385 _hoisted_86,5386 createElementVNode("div", _hoisted_87, [5387 createElementVNode("div", _hoisted_88, [5388 createElementVNode("div", _hoisted_89, [5389 withDirectives(createElementVNode("input", {5390 class: "form-control",5391 type: "text",5392 "onUpdate:modelValue": _cache[27] || (_cache[27] = $event => (($props.good.invoiceValue) = $event))5393 }, null, 512 /* NEED_PATCH */), [5394 [vModelText, $props.good.invoiceValue]5395 ])5396 ])5397 ]),5398 createElementVNode("div", _hoisted_90, [5399 createElementVNode("div", _hoisted_91, [5400 withDirectives(createElementVNode("input", {5401 class: "form-control",5402 type: "text",5403 "onUpdate:modelValue": _cache[28] || (_cache[28] = $event => (($props.good.invoiceValueCurrency) = $event))5404 }, null, 512 /* NEED_PATCH */), [5405 [vModelText, $props.good.invoiceValueCurrency]5406 ])5407 ])5408 ])5409 ])5410 ]),5411 createElementVNode("div", _hoisted_92, [5412 createElementVNode("div", _hoisted_93, [5413 createElementVNode("div", _hoisted_94, [5414 createElementVNode("div", _hoisted_95, [5415 withDirectives(createElementVNode("input", {5416 class: "form-control",5417 type: "text",5418 "onUpdate:modelValue": _cache[29] || (_cache[29] = $event => (($props.good.invoiceValueRus) = $event))5419 }, null, 512 /* NEED_PATCH */), [5420 [vModelText, $props.good.invoiceValueRus]5421 ])5422 ])5423 ]),5424 createElementVNode("div", _hoisted_96, [5425 createElementVNode("div", _hoisted_97, [5426 withDirectives(createElementVNode("input", {5427 class: "form-control",5428 type: "text",5429 "onUpdate:modelValue": _cache[30] || (_cache[30] = $event => (($props.good.invoiceValueRusCurrency) = $event))5430 }, null, 512 /* NEED_PATCH */), [5431 [vModelText, $props.good.invoiceValueRusCurrency]5432 ])5433 ])5434 ])5435 ])5436 ])5437 ])5438 ]),5439 createElementVNode("div", _hoisted_98, [5440 createElementVNode("div", _hoisted_99, [5441 createElementVNode("div", _hoisted_100, [5442 createElementVNode("div", _hoisted_101, [5443 withDirectives(createElementVNode("input", {5444 class: "form-control",5445 type: "text",5446 placeholder: "пÑимеÑание",5447 "onUpdate:modelValue": _cache[31] || (_cache[31] = $event => (($props.good.note) = $event))5448 }, null, 512 /* NEED_PATCH */), [5449 [vModelText, $props.good.note]5450 ])5451 ]),5452 createElementVNode("div", _hoisted_102, [5453 withDirectives(createElementVNode("input", {5454 class: "form-control",5455 type: "text",5456 "onUpdate:modelValue": _cache[32] || (_cache[32] = $event => (($props.good.url) = $event))5457 }, null, 512 /* NEED_PATCH */), [5458 [vModelText, $props.good.url]5459 ])5460 ])5461 ]),5462 createElementVNode("div", _hoisted_103, [5463 createVNode(_component_router_link, {5464 to: { name: 'index' },5465 class: "align-bcntr"5466 }, {5467 default: withCtx(() => [5468 _hoisted_1045469 ]),5470 _: 1 /* STABLE */5471 }),5472 createVNode(_component_router_link, {5473 to: { name: 'index' },5474 class: "align-bcntr"5475 }, {5476 default: withCtx(() => [5477 _hoisted_1055478 ]),5479 _: 1 /* STABLE */5480 })5481 ])5482 ])5483 ])5484 ])5485 ])5486 ], 2 /* CLASS */)5487 ]))5488}5489var css_248z$7 = "\n.product-batch p[data-v-d878b218] {\r\n box-sizing: border-box;\r\n margin: 0;\r\n padding: 0;\r\n font-size: 10px;\n}\n.product-batch label[data-v-d878b218] {\r\n font-size: 10px;\n}\n.product-batch a[data-v-d878b218] {\r\n font-size: 10px;\n}\n.product-info-block p[data-v-d878b218] {\r\n box-sizing: border-box;\r\n margin: 0;\r\n padding: 0;\r\n font-size: 10px;\n}\n.product-info-block label[data-v-d878b218] {\r\n font-size: 10px;\n}\n.product-info-block a[data-v-d878b218] {\r\n font-size: 10px;\n}\n.product-info-block[data-v-d878b218] {\r\n border: 1px solid #c4c4c4;\r\n border-top: unset;\r\n max-width: 950px;\r\n min-width: 900px;\r\n margin: 0 auto;\n}\n.product-info-actions button[data-v-d878b218]:focus {\r\n box-shadow: unset;\n}\n.product-info-actions i[data-v-d878b218]:before {\r\n color: white;\n}\n.product-info-actions .fa-sort-down[data-v-d878b218]:before {\r\n color: black;\n}\r\n";5490styleInject(css_248z$7);5491script$7.render = render$7;5492script$7.__scopeId = "data-v-d878b218";5493script$7.__file = "src/components/Form/GoodInformation.vue";5494var script$6 = {5495 name: "TsoftDeclaration",5496 props: {5497 data: {5498 required: true5499 }5500 },5501 data() {5502 return {5503 isGeneralOpen: false,5504 isOrdersOpen: false,5505 isDocumentOpen: false5506 };5507 },5508 computed: {5509 isDocumentsExist() {5510 return !!Object.keys(this.data.registry.documents).length;5511 },5512 isOrdersExist() {5513 return !!Object.keys(this.data.registry.orders).length;5514 }5515 }5516};5517const _hoisted_1$6 = { class: "forms" };5518const _hoisted_2$5 = /*#__PURE__*/createElementVNode("p", null, "ÐаказÑ", -1 /* HOISTED */);5519const _hoisted_3$5 = { class: "arrow" };5520const _hoisted_4$2 = /*#__PURE__*/createElementVNode("p", null, "ÐокÑменÑÑ", -1 /* HOISTED */);5521const _hoisted_5$2 = { class: "arrow" };5522function render$6(_ctx, _cache, $props, $setup, $data, $options) {5523 const _component_tsoft_general_declaration_form = resolveComponent("tsoft-general-declaration-form");5524 const _component_tsoft_goods_awb_information_form = resolveComponent("tsoft-goods-awb-information-form");5525 const _component_tsoft_additional_document_form = resolveComponent("tsoft-additional-document-form");5526 return (openBlock(), createElementBlock("div", _hoisted_1$6, [5527 createElementVNode("div", null, [5528 createVNode(_component_tsoft_general_declaration_form, {5529 "awb-info": this.data.awbInfo,5530 registry: this.data.registry.regInfo5531 }, null, 8 /* PROPS */, ["awb-info", "registry"]),5532 createElementVNode("div", null, [5533 createElementVNode("div", {5534 class: "group-panel-label mb-2",5535 onClick: _cache[0] || (_cache[0] = $event => ($data.isOrdersOpen = !$data.isOrdersOpen))5536 }, [5537 _hoisted_2$5,5538 createElementVNode("div", _hoisted_3$5, [5539 createElementVNode("span", {5540 class: normalizeClass(["fa-solid fa-caret-right", {'down-rotate': $data.isOrdersOpen}])5541 }, null, 2 /* CLASS */)5542 ])5543 ]),5544 createElementVNode("div", {5545 class: normalizeClass(["group-panel-content", {'open': $data.isOrdersOpen}])5546 }, [5547 ($options.isOrdersExist)5548 ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList(this.data.registry.orders, (order, index) => {5549 return (openBlock(), createBlock(_component_tsoft_goods_awb_information_form, {5550 order: order.orderInfo,5551 goods: order.goods,5552 orderNum: index5553 }, null, 8 /* PROPS */, ["order", "goods", "orderNum"]))5554 }), 256 /* UNKEYED_FRAGMENT */))5555 : createCommentVNode("v-if", true)5556 ], 2 /* CLASS */)5557 ]),5558 createElementVNode("div", null, [5559 createElementVNode("div", {5560 class: "group-panel-label mb-2",5561 onClick: _cache[1] || (_cache[1] = $event => ($data.isDocumentOpen = !$data.isDocumentOpen))5562 }, [5563 _hoisted_4$2,5564 createElementVNode("div", _hoisted_5$2, [5565 createElementVNode("span", {5566 class: normalizeClass(["fa-solid fa-caret-right", {'down-rotate': $data.isDocumentOpen}])5567 }, null, 2 /* CLASS */)5568 ])5569 ]),5570 createElementVNode("div", {5571 class: normalizeClass(["group-panel-content", {'open': $data.isDocumentOpen}])5572 }, [5573 ($options.isDocumentsExist)5574 ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList(this.data.registry.documents, (document, index) => {5575 return (openBlock(), createBlock(_component_tsoft_additional_document_form, {5576 key: index,5577 document: document5578 }, null, 8 /* PROPS */, ["document"]))5579 }), 128 /* KEYED_FRAGMENT */))5580 : createCommentVNode("v-if", true)5581 ], 2 /* CLASS */)5582 ])5583 ])5584 ]))5585}5586var css_248z$6 = "\n.common-inf p {\r\n box-sizing: border-box;\r\n margin: 0;\r\n padding: 0;\r\n font-size: 10px;\n}\n.common-inf label {\r\n box-sizing: border-box;\r\n font-size: 10px;\n}\n.arrow {\r\n margin-right: 5px;\r\n margin-top: -3px;\r\n font-size: 20px;\r\n height: 20px;\r\n width: 20px;\n}\n.forms {\r\n padding: 10px;\n}\n.fa-caret-right {\r\n transform: rotate(0deg);\r\n transition: 0.15s;\n}\n.fa-caret-right.down-rotate {\r\n transform: rotate(90deg);\r\n transition: 0.15s;\n}\n.group-panel-label {\r\n width: 100%;\r\n height: 40px;\r\n padding-left: 15px;\r\n padding-top: 7px;\r\n font-weight: bold;\r\n border: 1px solid #c4c4c4;\r\n /*margin-bottom: 1px;*/\r\n display: flex;\r\n justify-content: space-between;\r\n cursor: pointer;\n}\n.group-panel-content {\r\n width: 100%;\r\n height: 0;\r\n overflow: hidden;\r\n opacity: 0;\r\n transition: opacity 0.3s ease-in;\n}\n.goods {\r\n padding-top: 5px;\r\n padding-left: 20px;\n}\n.order {\r\n padding-left: 10px;\r\n margin-bottom: 10px;\n}\n.doc {\r\n padding-left: 10px;\r\n margin-bottom: 10px;\n}\n.good {\r\n padding-left: 10px;\r\n margin-bottom: 10px;\n}\n.group-panel-content.open {\r\n height: auto;\r\n opacity: 1;\r\n transition: opacity 0.3s ease-in;\r\n margin-bottom: 10px;\n}\nli a {\r\n color: black;\r\n text-decoration: unset;\r\n font-size: 14px;\n}\r\n\r\n/*СÑили ÑекÑÑовÑÑ
инпÑÑов*/\n.form-control {\r\n padding: 0 5px 0 3px;\r\n background-color: #e1e1e1;\r\n color: black;\r\n font-weight: bold;\r\n font-size: 16px;\r\n box-shadow: 1px 1px 1px white;\r\n border: 1px solid #afafaf;\n}\n.form-control:focus {\r\n outline: unset;\r\n border: unset;\r\n background-color: #38d9a6;\r\n color: black;\r\n font-weight: bold;\r\n font-size: 16px;\r\n box-shadow: 1px 1px 1px #9f9f9f;\r\n border: 1px solid black;\n}\n.form-control::placeholder {\r\n color: #989898;\r\n font-weight: bold;\r\n font-size: 11px;\r\n padding-left: 10px;\n}\r\n\r\n/*СÑÐ¸Ð»Ñ ÑекбокÑовÑÑ
инпÑÑов*/\n.form-check-input {\r\n background-color: #E67926;\r\n box-shadow: 1px 1px 1px white;\r\n font-size: 10px;\n}\n.form-check-input:checked {\r\n background-color: #0a9167;\r\n box-shadow: unset;\r\n border: unset;\n}\n.form-check-input:focus {\r\n box-shadow: unset;\r\n border: unset;\n}\n.number-code::-webkit-outer-spin-button,\r\n.number-code::-webkit-inner-spin-button {\r\n -webkit-appearance: none;\n}\n.number-code[type='number'] {\r\n -moz-appearance: textfield;\n}\r\n\r\n/*Region СÑили блока деклаÑаÑии*/\n.declaration {\r\n padding: 10px;\r\n border: 1px solid #c4c4c4;\r\n max-width: 950px;\r\n min-width: 900px;\r\n min-height: 660px;\r\n font-size: 10px;\r\n margin: 0 auto;\n}\nh4 {\r\n font-size: 14px;\n}\nh4.declaration-title {\r\n font-size: 14px;\r\n font-weight: bold;\r\n text-align: center;\n}\nh5 {\r\n text-align: center;\r\n font-size: 10px;\n}\n.inf-block {\r\n margin-bottom: 10px;\n}\nlabel {\r\n margin-top: 7px;\n}\n.inputs-group > div {\r\n padding: unset;\r\n min-width: 30px;\r\n margin-right: 7px;\n}\n.form-check-input {\r\n min-width: 20px;\r\n min-height: 20px;\n}\n.sheets-input {\r\n max-width: 70px;\n}\n.certificate-block div:first-child {\r\n padding-left: calc(var(--bs-gutter-x) * 0.5);\n}\n.certificate-block div {\r\n padding: 0;\r\n margin-right: 6px;\n}\r\n\r\n/*СÑÐ¸Ð»Ñ Ð±Ð»Ð¾ÐºÐ¾Ð²-обÑÑÑок Ð´Ð»Ñ <p>*/\n.inf-paragraph {\r\n min-width: 250px;\r\n max-width: 270px;\r\n margin: 5px 0 auto 0;\n}\r\n/**/\n.changing-declaration .inf-block div {\r\n padding: unset;\r\n margin-right: 5px;\n}\n.changing-code {\r\n margin-top: 10px;\n}\r\n\r\n/*ÑÑилÑ, оÑменÑÑÑий ÑÑÑелки в <input type =\"number\"> в Ñазделе \"Ðод изменений\"*/\n.number-code::-webkit-outer-spin-button,\r\n.number-code::-webkit-inner-spin-button {\r\n -webkit-appearance: none;\n}\r\n\r\n/**/\r\n/*СÑили блоков Ñ Ð¸Ð½Ð¿ÑÑами из Ñаздела \"ТоваÑÐ½Ð°Ñ Ð¿Ð°ÑÑиÑ\"*/\n.batch-form {\r\n padding: 0 10px 0 10px;\n}\n.batch-form div:first-child {\r\n padding-left: 0;\n}\n.batch-block {\r\n padding-left: 10px;\n}\n.batch-block div {\r\n padding: 0;\n}\r\n\r\n/**/\r\n/*СÑили \"Сведений об оплаÑе ÑаможеннÑÑ
и инÑÑ
плаÑежей*/\n.payment-information {\r\n width: fit-content;\r\n color: gray;\r\n text-decoration: underline;\r\n font-size: 10px;\n}\n.payment-information:hover {\r\n cursor: pointer;\n}\r\n\r\n/**/\r\n/*СÑили кнопок Ñо ÑкÑÑваÑÑимÑÑ ÐºÐ¾Ð½ÑенÑом*/\n.invoice-button:focus {\r\n box-shadow: unset;\n}\n.invoice-button.collapsed .collapsing-block i {\r\n transform: rotate(180deg);\n}\n.collapsing-block {\r\n background-color: white;\r\n border: 1px solid #c4c4c4;\r\n padding: 5px 10px;\r\n font-weight: bold;\n}\n.collapsing-block span,\r\ni {\r\n font-size: 14px;\n}\r\n\r\n/**/\n.card-body {\r\n background-color: unset;\r\n border: 1px solid #c4c4c4;\n}\n.point-name {\r\n width: fit-content;\r\n margin: auto auto 0;\r\n color: #0D6247;\r\n font-weight: bold;\r\n text-decoration: underline;\n}\n.personal-data div {\r\n padding: 0 0 0 3px;\n}\r\n\r\n/*СÑÐ¸Ð»Ñ Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÐ° \"ТаможеннÑй пÑедÑÑавиÑелÑ\"*/\n.customs-representative {\r\n font-size: 11px;\r\n font-weight: bold;\r\n margin: 0 0 8px;\n}\r\n\r\n/**/\r\n/*СÑили кнопки календаÑÑ*/\n.button-calendar {\r\n background-color: white;\r\n border: unset;\r\n border-radius: 8px;\r\n padding: 1px 5px;\n}\n.button-calendar:focus {\r\n box-shadow: unset;\n}\r\n\r\n/**/\r\n/*СÑÐ¸Ð»Ñ Ð´Ð»Ñ ÑекÑÑа, коÑоÑÑй надо оÑÑенÑÑоваÑÑ Ð²Ð½Ð¸Ð·Ñ Ð¸ поÑеÑедине( пÑименÑеÑÑÑ Ðº ÑодиÑелÑÑÐºÐ¾Ð¼Ñ Ð±Ð»Ð¾ÐºÑ Ð¸ к ÑÑÐ³Ñ <p>*/\n.align-bcntr {\r\n display: flex;\r\n margin: 5px auto 0;\n}\r\n\r\n/*СÑили блока инÑоÑмаÑии о ÑоваÑной паÑÑии*/\n.product-batch {\r\n padding: 0 0 10px;\r\n border: 1px solid #c4c4c4;\r\n border-top:unset;\r\n max-width: 950px;\r\n min-width: 900px;\r\n margin: 0 auto;\n}\r\n\r\n/*СÑÐ¸Ð»Ñ Ñинего Ñ
ÑдеÑа Ñ ÐºÐ½Ð¾Ð¿ÐºÐ°Ð¼Ð¸ */\n.product-batch-header {\r\n padding: 0 10px;\r\n background-color: #3274dd;\r\n box-shadow: inset 1px 1px 6px 0 #0d3195;\r\n color: white;\n}\n.batch-button:focus {\r\n box-shadow: unset;\n}\n.batch-button i:before {\r\n color: white;\n}\n.batch-button:last-child i {\r\n transform: rotate(180deg);\n}\r\n\r\n/**/\n.product-inner-block {\r\n padding: 10px;\n}\n.fs-12 {\r\n font-size: 12px;\n}\r\n\r\n/*СÑÐ¸Ð»Ñ ÐºÐ½Ð¾Ð¿ÐºÐ¸ \"инÑеÑнеÑ-магазин\", коÑоÑÐ°Ñ Ð½Ð°Ñ
одиÑÑÑ Ð² ÑлеменÑе Ñ Ð¾Ð±Ñей инÑоÑмаÑией о паÑÑии*/\n.new-window-button {\r\n background-color: white;\r\n border-radius: 5px;\r\n padding: 1px 5px;\n}\n.new-window-button:hover {\r\n box-shadow: unset;\n}\n.new-window-button:focus {\r\n box-shadow: unset;\n}\n.new-window-button i {\r\n font-size: 15px;\r\n color: #3274dd;\n}\r\n\r\n/**/\r\n\r\n/*СÑили гÑÑÐ¿Ð¿Ñ ÑеÑÑÑ
ÑÑÑлок в ÑлеменÑе Ñ Ð¾Ð±Ñей инÑоÑмаÑией о паÑÑии*/\n.batch-info-anchors > a, router-link {\r\n display: block;\r\n color: gray;\r\n text-decoration: underline;\r\n margin-bottom: 3px;\n}\n.batch-info-anchors router-link:hover {\r\n color: blue;\r\n cursor: pointer;\n}\n.btn-bg-white {\r\n background-color: white;\r\n border-radius: 5px;\r\n padding: 1px 5px;\n}\n.btn-bg-white:focus {\r\n box-shadow: unset;\n}\n.fa-note-sticky {\r\n font-size: 16px;\n}\r\n\r\n";5587styleInject(css_248z$6);5588script$6.render = render$6;5589script$6.__file = "src/components/Declaration/Declaration.vue";5590var script$5 = {5591 name: "TsoftLeftmenuGoods",5592 props: {5593 treeGoods: {5594 type: Object,5595 required: true,5596 }5597 },5598};5599const _hoisted_1$5 = { class: "sidebar me-3" };5600const _hoisted_2$4 = { id: "goodsList" };5601const _hoisted_3$4 = { href: "#declaration" };5602function render$5(_ctx, _cache, $props, $setup, $data, $options) {5603 return (openBlock(), createElementBlock("div", _hoisted_1$5, [5604 createElementVNode("ol", _hoisted_2$4, [5605 createElementVNode("li", null, [5606 createElementVNode("a", _hoisted_3$4, toDisplayString($props.treeGoods.title), 1 /* TEXT */)5607 ]),5608 (openBlock(true), createElementBlock(Fragment, null, renderList($props.treeGoods.goods, (good, index) => {5609 return (openBlock(), createElementBlock("li", { key: index }, toDisplayString(good), 1 /* TEXT */))5610 }), 128 /* KEYED_FRAGMENT */))5611 ])5612 ]))5613}5614var css_248z$5 = "\n.sidebar[data-v-6ebd9650] {\r\n height: fit-content;\r\n min-width: 300px;\r\n margin-top: 10px;\n}\n.form-switch .form-check-input[data-v-6ebd9650] {\r\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e\")\n}\n.goods-switcher-block[data-v-6ebd9650] {\r\n padding: 2px 0 0;\r\n margin: 0 10px;\n}\n.goods-menu-switcher[data-v-6ebd9650] {\r\n width: 50px;\r\n background-color: #E67926;\r\n box-shadow: unset;\r\n border: unset;\r\n margin: 0;\n}\n.goods-icon[data-v-6ebd9650] {\r\n color: gray;\r\n font-size: 18px;\n}\n.tree-icon[data-v-6ebd9650] {\r\n color: gray;\r\n font-size: 18px;\n}\n.goods-menu-switcher[data-v-6ebd9650]:checked {\r\n background-color: #0D6247;\n}\n.goods-menu-switcher[data-v-6ebd9650]:hover {\r\n cursor: pointer;\n}\n.goods-icon.active[data-v-6ebd9650] {\r\n color: #0D6247;\n}\n.tree-icon.active[data-v-6ebd9650] {\r\n color: #E67926;\n}\nli a[data-v-6ebd9650] {\r\n color: black;\r\n text-decoration: unset;\r\n font-size: 14px;\n}\r\n";5615styleInject(css_248z$5);5616script$5.render = render$5;5617script$5.__scopeId = "data-v-6ebd9650";5618script$5.__file = "src/components/Menu/LeftMenuGoods.vue";5619var script$4 = {5620 name: "TsoftInstrumentsMenu",5621 props: {5622 instruments: {5623 type: Object,5624 required: true5625 },5626 instrumentSettings: {5627 type: Object,5628 required: true5629 }5630 },5631 computed: {5632 isInstrumentsExist() {5633 return !!Object.keys(this.instruments).length;5634 }5635 },5636 mounted() {5637 console.log(this.instrumentSettings);5638 }5639};5640const _hoisted_1$4 = ["onClick", "title"];5641function render$4(_ctx, _cache, $props, $setup, $data, $options) {5642 return ($options.isInstrumentsExist)5643 ? (openBlock(), createElementBlock("div", {5644 key: 0,5645 class: "d-flex instruments",5646 style: normalizeStyle({'justify-content': $props.instrumentSettings.position})5647 }, [5648 (openBlock(true), createElementBlock(Fragment, null, renderList($props.instruments, (instrument, index) => {5649 return (openBlock(), createElementBlock("div", { key: index }, [5650 createElementVNode("button", {5651 class: "instrument-btn btn",5652 type: "button",5653 onClick: $event => (_ctx.$emit('action', instrument.action)),5654 title: instrument.name5655 }, [5656 createElementVNode("i", {5657 class: normalizeClass(instrument.img),5658 style: normalizeStyle({'font-size': $props.instrumentSettings.fontSize})5659 }, null, 6 /* CLASS, STYLE */)5660 ], 8 /* PROPS */, _hoisted_1$4)5661 ]))5662 }), 128 /* KEYED_FRAGMENT */))5663 ], 4 /* STYLE */))5664 : createCommentVNode("v-if", true)5665}5666var css_248z$4 = "\n.instruments[data-v-1012226a] {\r\n margin-top: 10px;\r\n border: 1px solid #c4c4c4;\n}\n.instrument-btn[data-v-1012226a] {\r\n padding-top: 10px\n}\n.instrument-btn[data-v-1012226a]:hover {\r\n color: #E67926;\n}\n.instrument-btn[data-v-1012226a]:focus {\r\n box-shadow: unset;\n}\r\n";5667styleInject(css_248z$4);5668script$4.render = render$4;5669script$4.__scopeId = "data-v-1012226a";5670script$4.__file = "src/components/Menu/InstrumentsMenu.vue";5671var script$3 = {5672 name: "TsoftModalWindow",5673 data() {5674 return {5675 loading: false,5676 isMoving: false,5677 position: {5678 left: null,5679 top: null5680 },5681 size: {5682 height: null,5683 width: null5684 },5685 defaultPosition: {5686 left: "40%",5687 top: "25%"5688 }5689 };5690 },5691 props: {5692 turn: {5693 type: Boolean,5694 required: true5695 },5696 title: {5697 type: String,5698 required: true5699 }5700 },5701 methods: {5702 close() {5703 this.$emit("close");5704 },5705 },5706};5707const _withScopeId = n => (pushScopeId("data-v-477f0afb"),n=n(),popScopeId(),n);5708const _hoisted_1$3 = { class: "modal-window" };5709const _hoisted_2$3 = { class: "wrapper d-flex" };5710const _hoisted_3$3 = { class: "mod-container" };5711const _hoisted_4$1 = { class: "mod-header d-flex" };5712const _hoisted_5$1 = { class: "mod-title" };5713const _hoisted_6 = /*#__PURE__*/ _withScopeId(() => /*#__PURE__*/createElementVNode("div", { class: "xmark" }, [5714 /*#__PURE__*/createElementVNode("i", { class: "fa-solid fa-xmark" })5715], -1 /* HOISTED */));5716const _hoisted_7 = [5717 _hoisted_65718];5719const _hoisted_8 = { class: "mod-body" };5720function render$3(_ctx, _cache, $props, $setup, $data, $options) {5721 const _component_tsoft_preloader = resolveComponent("tsoft-preloader");5722 return (openBlock(), createElementBlock(Fragment, null, [5723 createCommentVNode("Region Modal "),5724 withDirectives(createElementVNode("div", _hoisted_1$3, [5725 createElementVNode("div", _hoisted_2$3, [5726 createElementVNode("div", _hoisted_3$3, [5727 createElementVNode("div", {5728 class: "mod-block",5729 tabindex: "-1",5730 onKeyup: _cache[2] || (_cache[2] = withKeys((...args) => ($options.close && $options.close(...args)), ["esc"]))5731 }, [5732 createElementVNode("div", _hoisted_4$1, [5733 createElementVNode("span", _hoisted_5$1, toDisplayString($props.title), 1 /* TEXT */),5734 createElementVNode("div", {5735 class: "btn close-modal-button",5736 type: "button",5737 onMousedown: _cache[0] || (_cache[0] = (...args) => ($options.close && $options.close(...args))),5738 onClick: _cache[1] || (_cache[1] = (...args) => ($options.close && $options.close(...args)))...
__federation_expose_ShoppingCart.js
Source:__federation_expose_ShoppingCart.js
...123function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {124 const _component_el_button = resolveComponent("el-button");125 return (openBlock(), createElementBlock("div", _hoisted_1, [126 _hoisted_2,127 withDirectives(createBaseVNode("p", null, _hoisted_4, 512), [128 [vShow, !_ctx.products.length]129 ]),130 createBaseVNode("ul", null, [131 (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.products, (product) => {132 return (openBlock(), createElementBlock("li", {133 key: product.id134 }, toDisplayString(product.title) + " - " + toDisplayString(product.price | _ctx.currency) + " x " + toDisplayString(product.quantity), 1))135 }), 128))136 ]),137 createBaseVNode("p", null, "Total: " + toDisplayString(_ctx.total | _ctx.currency), 1),138 createBaseVNode("p", null, [139 createVNode(_component_el_button, {140 disabled: !_ctx.products.length,141 onClick: _cache[0] || (_cache[0] = $event => ($options.checkout(_ctx.products)))142 }, {143 default: withCtx(() => [144 _hoisted_5145 ]),146 _: 1147 }, 8, ["disabled"])148 ]),149 withDirectives(createBaseVNode("p", null, "Checkout " + toDisplayString(_ctx.checkoutStatus) + ".", 513), [150 [vShow, _ctx.checkoutStatus]151 ])152 ]))153}154var ShoppingCart = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);...
AppSidebarNav.js
Source:AppSidebarNav.js
...66 },67 )68 }69 if (item.type === 'external-link') {70 return withDirectives(h(71 resolveComponent(item.component),72 {73 href: item.to,74 onClick: e => {75 e.preventDefault()76 77 window.open(item.to, '_blank')78 } 79 },80 {81 default: () => [82 item.icon &&83 h(resolveComponent('CIcon'), {84 customClassName: 'nav-icon',85 name: item.icon,86 }),87 h('span', { class: 'nav-name' }, item.name),88 item.badge &&89 h(90 CBadge,91 {92 class: 'ms-auto',93 color: item.badge.color,94 },95 {96 default: () => item.badge.text,97 },98 ),99 ],100 },101 ), [102 [resolveDirective('c-tooltip'), 'Dashboard']103 ])104 }105 return item.to106 ? h(107 RouterLink,108 {109 to: item.to,110 custom: true,111 },112 {113 default: (props) =>114 withDirectives(h(115 resolveComponent(item.component),116 {117 active: props.isActive,118 href: props.href,119 onClick: () => props.navigate(),120 },121 {122 default: () => [123 item.icon &&124 h(resolveComponent('CIcon'), {125 customClassName: 'nav-icon',126 name: item.icon,127 }),128 h('span', { class: 'nav-name' }, item.name),...
render.js
Source:render.js
...48) {49 data.key = key + condition50 const vnode = h(tag, data, children)51 return condition === true52 ? withDirectives(vnode, getDirsFn())53 : vnode...
dynamicRender.js
Source:dynamicRender.js
...13 if (directives && directives.length > 0) {14 let directivesArr = directives.map(item => {15 return [item.dir?item.dir: resolveDirective(item.name), item.value, item.arg, item.modifiers];16 });17 return withDirectives(h.call(this,...arguments), directivesArr);18 }19 }20 return h.call(this,...arguments);
...
withDirdective.js
Source:withDirdective.js
2// withDirectives åªè½ç¨å¨renderå½æ°æè
setupå½æ°ä¸3import {withDirectives, resolveDirective} from 'vue'4const foo = resolveDirective('foo');5const bar = resolveDirective('bar');6return withDirectives(h('div'), [7 [foo],8 [bar, 100]...
FunctionalComponent.js
Source:FunctionalComponent.js
1import { h, resolveDirective, withDirectives } from 'vue'2const DynamicHeading = (props, context) => {3 const focus = resolveDirective('focus')4 console.log(focus)5 return withDirectives(h(`input`, context.attrs, context.slots), [6 [focus]7 ])8}9DynamicHeading.props = ['level']...
Using AI Code Generation
1const { chromium } = require('playwright');2(async () => {3 const browser = await chromium.launch();4 const context = await browser.newContext();5 const page = await context.newPage();6 const element = await page.$('text=Get started');7 console.log(await element.textContent());8 await browser.close();9})();10const { chromium } = require('playwright');11(async () => {12 const browser = await chromium.launch();13 const context = await browser.newContext();14 const page = await context.newPage();15 const element = await page.$('text=Get started');16 console.log(await element.textContent());17 await browser.close();18})();19const { chromium } = require('playwright');20(async () => {21 const browser = await chromium.launch();22 const context = await browser.newContext();23 const page = await context.newPage();24 const element = await page.$('text=Get started');25 console.log(await element.textContent());26 await browser.close();27})();28const { chromium } = require('playwright');29(async () => {30 const browser = await chromium.launch();31 const context = await browser.newContext();32 const page = await context.newPage();33 const element = await page.$('text=Get started');34 console.log(await element.textContent());35 await browser.close();36})();37const { chromium } = require('playwright');38(async () => {39 const browser = await chromium.launch();40 const context = await browser.newContext();41 const page = await context.newPage();42 const element = await page.$('text=Get started');43 console.log(await element.textContent());44 await browser.close();45})();46const { chromium } = require('playwright');47(async () => {48 const browser = await chromium.launch();49 const context = await browser.newContext();50 const page = await context.newPage();
Using AI Code Generation
1const { chromium } = require('playwright');2(async () => {3 const browser = await chromium.launch();4 const context = await browser.newContext();5 const page = await context.newPage();6 await page.screenshot({ path: 'example.png' });7 await browser.close();8})();9const { chromium } = require('playwright');10(async () => {11 const browser = await chromium.launch();12 const context = await browser.newContext();13 const page = await context.newPage();14 await page.screenshot({ path: 'example.png' });15 await browser.close();16})();17const { chromium } = require('playwright');18(async () => {19 const browser = await chromium.launch();20 const context = await browser.newContext();21 const page = await context.newPage();22 await page.screenshot({ path: 'example.png' });23 await browser.close();24})();25const { chromium } = require('playwright');26(async () => {27 const browser = await chromium.launch();28 const context = await browser.newContext();29 const page = await context.newPage();30 await page.screenshot({ path: 'example.png' });31 await browser.close();32})();33const { chromium } = require('playwright');34(async () => {35 const browser = await chromium.launch();36 const context = await browser.newContext();37 const page = await context.newPage();38 await page.screenshot({ path: 'example.png' });39 await browser.close();40})();41const { chromium } = require('playwright');42(async () => {43 const browser = await chromium.launch();44 const context = await browser.newContext();45 const page = await context.newPage();46 await page.screenshot({ path: 'example.png' });47 await browser.close();48})();
Using AI Code Generation
1const { chromium } = require('playwright');2(async () => {3 const browser = await chromium.launch();4 const context = await browser.newContext();5 const page = await context.newPage();6 await page.screenshot({ path: 'example.png' });7 await browser.close();8})();9page.on('request', (req) => {10 if (req.url().includes('/api/users/')) {11 req.response().then((res) => {12 console.log('res', res);13 });14 }15});16page.on('response', (res) => {17 if (res.url().includes('/api/users/')) {18 console.log('res', res);19 }20});21 .withDirectives([22 {23 },24I just tried your code and it seems to work for me. If I add a wait of 5 seconds before the await page.goto(...) line, I can see that
Using AI Code Generation
1const { chromium } = require('playwright');2(async () => {3 const browser = await chromium.launch();4 const context = await browser.newContext();5 const page = await context.newPage();6 await page.screenshot({ path: 'example.png' });7 await browser.close();8})();9const { chromium } = require('playwright');10(async () => {11 const browser = await chromium.launch();12 const context = await browser.newContext();13 const page = await context.newPage();14 await page.screenshot({ path: 'example.png' });15 await browser.close();16})();17const { chromium } = require('playwright');18(async () => {19 const browser = await chromium.launch();20 const context = await browser.newContext();21 const page = await context.newPage();22 await page.screenshot({ path: 'example.png' });23 await browser.close();24})();25const { chromium } = require('playwright');26(async () => {27 const browser = await chromium.launch();28 const context = await browser.newContext();29 const page = await context.newPage();30 await page.screenshot({ path: 'example.png' });31 await browser.close();32})();33const { chromium } = require('playwright');34(async () => {35 const browser = await chromium.launch();36 const context = await browser.newContext();37 const page = await context.newPage();38 await page.screenshot({ path: 'example.png' });39 await browser.close();40})();41const { chromium } = require('playwright');42(async () => {43 const browser = await chromium.launch();44 const context = await browser.newContext();45 const page = await context.newPage();46 await page.screenshot({ path: 'example.png' });47 await browser.close();48})();
Using AI Code Generation
1const { chromium } = require('playwright');2(async () => {3 const browser = await chromium.launch();4 const context = await browser.newContext();5 const page = await context.newPage();6 await page.type('#lst-ib', 'playwright');7 await page.click('input[name="btnK"]');8 await page.screenshot({ path: 'google-playwright.png' });9 await browser.close();10})();11const { chromium } = require('playwright');12(async () => {13 const browser = await chromium.launch();14 const context = await browser.newContext();15 const page = await context.newPage();16 await page.withDirectives({ timeout: 5000 }, async () => {17 await page.type('#lst-ib', 'playwright');18 await page.click('input[name="btnK"]');19 await page.screenshot({ path: 'google-playwright.png' });20 });21 await browser.close();22})();23const { chromium } = require('playwright');24(async () => {25 const browser = await chromium.launch();26 const context = await browser.newContext();27 const page = await context.newPage();28 await page.type('#lst-ib', 'playwright');29 await page.click('input[name="btnK"]');30 await page.screenshot({ path: 'google-playwright.png' });31 await page.withDirectives({ timeout: 5000 }, async () => {32 await page.type('#lst-ib', 'playwright');33 await page.click('input[name="btnK"]');34 await page.screenshot({ path: 'google-playwright.png' });35 });36 await browser.close();37})();38const { chromium } = require('playwright');39(async () => {40 const browser = await chromium.launch();41 const context = await browser.newContext();42 const page = await context.newPage();43 await page.type('#lst-ib', 'playwright');44 await page.click('
Using AI Code Generation
1const { chromium } = require('playwright');2const { withDirectives } = require('playwright-core/lib/client/directives');3(async () => {4 const browser = await chromium.launch();5 const context = await browser.newContext();6 const page = await context.newPage();7 await page.screenshot({ path: 'example.png' });8 const element = await withDirectives(page.$('h1'));9 const text = await element.evaluate(el => el.textContent);10 console.log(text);11 await browser.close();12})();
Using AI Code Generation
1const { withDirectives } = require('playwright-core/lib/server/supplements/recorder/recorderSupplement');2const { withDirectives } = require('playwright-core/lib/server/supplements/recorder/recorderSupplement');3const { withDirectives } = require('playwright-core/lib/server/supplements/recorder/recorderSupplement');4const { withDirectives } = require('playwright-core/lib/server/supplements/recorder/recorderSupplement');5const { withDirectives } = require('playwright-core/lib/server/supplements/recorder/recorderSupplement');6const { withDirectives } = require('playwright-core/lib/server/supplements/recorder/recorderSupplement');7const { withDirectives } = require('playwright-core/lib/server/supplements/recorder/recorderSupplement');8const { withDirectives } = require('playwright-core/lib/server/supplements/recorder/recorderSupplement');9const { withDirectives } = require('playwright-core/lib/server/supplements/recorder/recorderSupplement');10const { withDirectives } = require('playwright-core/lib/server/supplements/recorder/recorderSupplement');11const { withDirectives } = require('playwright-core/lib/server/supplements/recorder/recorderSupplement');12const { withDirectives } = require('playwright-core/lib/server/supplements/recorder/recorderSupplement');13const { withDirectives } = require('playwright-core/lib/server/supplements/recorder/recorderSupplement');14const { with
Using AI Code Generation
1const { test } = require('@playwright/test');2const { withDirectives } = require('@playwright/test/lib/test');3test('withDirectives', async ({ page }) => {4 await withDirectives(page, async () => {5 await page.click('text=Get Started');6 await page.click('text=Docs');7 await page.click('text=Playwright API');8 await page.click('text
Using AI Code Generation
1const { test, expect } = require('@playwright/test');2test('test', async ({ page }) => {3 await page.withDirectives([{ name: 'test', value: 'test' }], async () => {4 expect(await page.$eval('h1', (el) => el.textContent)).toBe('test');5 });6});7const { test, expect } = require('@playwright/test');8test('test', async ({ page }) => {9 await page.withDirectives([{ name: 'test', value: 'test' }], async () => {10 expect(await page.$eval('h1', (el) => el.textContent)).toBe('test');11 });12});13const { test, expect } = require('@playwright/test');14test('test', async ({ page }) => {15 await page.withDirectives([{ name: 'test', value: 'test' }], async () => {16 expect(await page.$eval('h1', (el) => el.textContent)).toBe('test');17 });18});19const { test, expect } = require('@playwright/test');20test('test', async ({ page }) => {21 await page.withDirectives([{ name: 'test', value: 'test' }], async () => {22 expect(await page.$eval('h1', (el) => el.textContent)).toBe('test');23 });24});25const { test, expect } = require('@playwright/test');26test('test', async ({ page }) => {27 await page.withDirectives([{ name: 'test', value: 'test' }], async () => {28 expect(await page.$eval('h1', (el) => el.textContent)).toBe('test');29 });30});31const { test, expect } = require('@playwright/test');32test('test', async ({ page }) =>
LambdaTest’s Playwright tutorial will give you a broader idea about the Playwright automation framework, its unique features, and use cases with examples to exceed your understanding of Playwright testing. This tutorial will give A to Z guidance, from installing the Playwright framework to some best practices and advanced concepts.
Get 100 minutes of automation test minutes FREE!!