{"remainingRequest":"/data/jenkins/workspace/test-v5inweb-5.x-vue/node_modules/cache-loader/dist/cjs.js??ref--12-0!/data/jenkins/workspace/test-v5inweb-5.x-vue/node_modules/thread-loader/dist/cjs.js!/data/jenkins/workspace/test-v5inweb-5.x-vue/node_modules/babel-loader/lib/index.js!/data/jenkins/workspace/test-v5inweb-5.x-vue/node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!/data/jenkins/workspace/test-v5inweb-5.x-vue/node_modules/cache-loader/dist/cjs.js??ref--0-0!/data/jenkins/workspace/test-v5inweb-5.x-vue/node_modules/vue-loader/lib/index.js??vue-loader-options!/data/jenkins/workspace/test-v5inweb-5.x-vue/src/components/o_checkbox.vue?vue&type=template&id=29085b66&scoped=true&","dependencies":[{"path":"/data/jenkins/workspace/test-v5inweb-5.x-vue/src/components/o_checkbox.vue","mtime":1739760944319},{"path":"/data/jenkins/workspace/test-v5inweb-5.x-vue/babel.config.js","mtime":1739760943855},{"path":"/data/jenkins/workspace/test-v5inweb-5.x-vue/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/data/jenkins/workspace/test-v5inweb-5.x-vue/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/data/jenkins/workspace/test-v5inweb-5.x-vue/node_modules/thread-loader/dist/cjs.js","mtime":499162500000},{"path":"/data/jenkins/workspace/test-v5inweb-5.x-vue/node_modules/babel-loader/lib/index.js","mtime":315532800000},{"path":"/data/jenkins/workspace/test-v5inweb-5.x-vue/node_modules/vue-loader/lib/loaders/templateLoader.js","mtime":1655712169000},{"path":"/data/jenkins/workspace/test-v5inweb-5.x-vue/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/data/jenkins/workspace/test-v5inweb-5.x-vue/node_modules/vue-loader/lib/index.js","mtime":1655715099000}],"contextDependencies":[],"result":["import \"core-js/modules/es6.function.name\";\nvar render = function render() {\n var _vm = this,\n _c = _vm._self._c;\n return _c('span', {\n staticClass: \"checkbox-control\",\n attrs: {\n \"id\": _vm.id,\n \"name\": _vm.field.name + '_show'\n }\n }, [_vm.field.displayType == _vm.Constant.PermissionType_HIDDEN || _vm.field.textType.toLowerCase() == 'hidden' ? [_c('span', {\n staticStyle: {\n \"display\": \"none\"\n },\n attrs: {\n \"id\": _vm.field.divId,\n \"fieldType\": _vm.field.formField,\n \"data-label\": _vm.field.name,\n \"name\": 'span_' + _vm.field.name,\n \"discript\": _vm.field.discript\n }\n }, [_vm._l(_vm.field.options, function (options) {\n return _c('label', {\n key: options.value,\n staticClass: \"checkbox-inline obpm-checkbox\"\n }, [_c('input', {\n directives: [{\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.value,\n expression: \"value\"\n }],\n staticClass: \"checkboxWid\",\n class: _vm.field.cssClass,\n attrs: {\n \"text\": options.option,\n \"type\": \"checkbox\",\n \"name\": _vm.field.name,\n \"isRefreshOnChanged\": _vm.field.refreshOnChanged\n },\n domProps: {\n \"value\": options.value,\n \"checked\": Array.isArray(_vm.value) ? _vm._i(_vm.value, options.value) > -1 : _vm.value\n },\n on: {\n \"change\": function change($event) {\n var $$a = _vm.value,\n $$el = $event.target,\n $$c = $$el.checked ? true : false;\n if (Array.isArray($$a)) {\n var $$v = options.value,\n $$i = _vm._i($$a, $$v);\n if ($$el.checked) {\n $$i < 0 && (_vm.value = $$a.concat([$$v]));\n } else {\n $$i > -1 && (_vm.value = $$a.slice(0, $$i).concat($$a.slice($$i + 1)));\n }\n } else {\n _vm.value = $$c;\n }\n }\n }\n }), _c('span', {\n staticClass: \"displayi-b\"\n }, [_vm._v(_vm._s(options.option))])]);\n }), _vm.field.layout && _vm.field.layout.toLowerCase() == 'vertical' ? _c('br') : _vm._e()], 2), _c('span', [_vm._v(_vm._s(_vm.field.printHiddenValue ? _vm.field.printHiddenValue : _vm.field.hiddenValue))])] : _vm.field.displayType == _vm.Constant.PermissionType_PRINT ? [_c('div', [_vm._v(\"\\n \" + _vm._s(_vm.field.checkShowValue) + \"\\n \")])] : _vm.field.textType.toLowerCase() == 'readonly' || _vm.field.displayType == _vm.Constant.PermissionType_READONLY || _vm.field.displayType == _vm.Constant.PermissionType_DISABLED ? [_vm.field.readOnlyShowValOnly ? [_c('span', {\n staticClass: \"check-input\",\n attrs: {\n \"id\": _vm.field.divId\n },\n on: {\n \"mouseenter\": function mouseenter($event) {\n return _vm.enter();\n }\n }\n }, [_c('div', [_vm._v(\"\\n \" + _vm._s(_vm.escape(_vm.field.value)) + \"\\n \")]), _vm.showLogsIcon && _vm.field.isModified ? _c('i', {\n staticClass: \"fa fa-history icon-log\",\n staticStyle: {\n \"color\": \"#46d2db\"\n },\n attrs: {\n \"aria-hidden\": \"true\"\n },\n on: {\n \"click\": _vm.getOperationLogs\n }\n }) : _vm._e(), _vm.showLogsDialog ? _c('form_operation', {\n attrs: {\n \"docId\": _vm.field.docId,\n \"operationData\": _vm.operationData\n },\n on: {\n \"event\": _vm.hiddenLogsDialog\n }\n }) : _vm._e()], 1)] : [_c('span', {\n staticClass: \"checkbox-readonly check-input\",\n attrs: {\n \"id\": _vm.field.divId\n },\n on: {\n \"mouseenter\": function mouseenter($event) {\n return _vm.enter();\n }\n }\n }, [_c('el-checkbox-group', {\n model: {\n value: _vm.value,\n callback: function callback($$v) {\n _vm.value = $$v;\n },\n expression: \"value\"\n }\n }, _vm._l(_vm.field.options, function (options) {\n return _c('el-checkbox', {\n key: options.value,\n class: _vm.field.layout == 'horizontal' ? 'checkbox-inline obpm-checkbox' : _vm.vertical,\n attrs: {\n \"disabled\": \"\",\n \"text\": options.option,\n \"isRefreshOnChanged\": _vm.field.refreshOnChanged,\n \"value\": options.value,\n \"label\": options.value\n }\n }, [_vm._v(_vm._s(_vm.escape(options.option)))]);\n }), 1), _vm.field.layout && _vm.field.layout.toLowerCase() == 'vertical' ? _c('br') : _vm._e(), _vm.showLogsIcon && _vm.field.isModified ? _c('i', {\n staticClass: \"fa fa-history icon-log\",\n staticStyle: {\n \"color\": \"#46d2db\"\n },\n attrs: {\n \"aria-hidden\": \"true\"\n },\n on: {\n \"click\": _vm.getOperationLogs\n }\n }) : _vm._e(), _vm.showLogsDialog ? _c('form_operation', {\n attrs: {\n \"docId\": _vm.field.docId,\n \"operationData\": _vm.operationData\n },\n on: {\n \"event\": _vm.hiddenLogsDialog\n }\n }) : _vm._e()], 1)]] : _vm.field.displayType == _vm.Constant.PermissionType_MODIFY ? [_c('span', {\n staticClass: \"check-input\",\n attrs: {\n \"id\": _vm.field.divId\n },\n on: {\n \"mouseenter\": function mouseenter($event) {\n return _vm.enter();\n }\n }\n }, [_c('div', {\n class: [_vm.isActive ? 'instantVerification' : '', 'checkbox-wrap']\n }, [_c('el-checkbox-group', {\n model: {\n value: _vm.value,\n callback: function callback($$v) {\n _vm.value = $$v;\n },\n expression: \"value\"\n }\n }, _vm._l(_vm.field.options, function (options, index) {\n return _c('el-checkbox', {\n key: index,\n class: _vm.field.layout == 'horizontal' ? 'checkbox-inline obpm-checkbox' : _vm.vertical,\n attrs: {\n \"value\": options.value,\n \"label\": options.value\n },\n on: {\n \"change\": _vm.onChange\n }\n }, [_vm._v(_vm._s(_vm.escape(options.option)))]);\n }), 1)], 1), _c('div', {\n directives: [{\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.isActive,\n expression: \"isActive\"\n }],\n staticClass: \"tips\"\n }, [_vm._v(\"\\n \" + _vm._s(_vm.errorMessage) + \"\\n \")]), _vm.field.layout && _vm.field.layout.toLowerCase() == 'vertical' ? _c('br') : _vm._e(), _vm.showLogsIcon && _vm.field.isModified ? _c('i', {\n staticClass: \"fa fa-history icon-log\",\n staticStyle: {\n \"color\": \"#46d2db\"\n },\n attrs: {\n \"aria-hidden\": \"true\"\n },\n on: {\n \"click\": _vm.getOperationLogs\n }\n }) : _vm._e(), _vm.showLogsDialog ? _c('form_operation', {\n attrs: {\n \"docId\": _vm.field.docId,\n \"operationData\": _vm.operationData\n },\n on: {\n \"event\": _vm.hiddenLogsDialog\n }\n }) : _vm._e()], 1)] : _vm._e()], 2);\n};\nvar staticRenderFns = [];\nexport { render, staticRenderFns };",null]}