{"remainingRequest":"/data/jenkins/workspace/test-v5in-source-front-01/src/badp-bcxin-5.x/obpm-designer-web/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!/data/jenkins/workspace/test-v5in-source-front-01/src/badp-bcxin-5.x/obpm-designer-web/node_modules/cache-loader/dist/cjs.js??ref--0-0!/data/jenkins/workspace/test-v5in-source-front-01/src/badp-bcxin-5.x/obpm-designer-web/node_modules/vue-loader/lib/index.js??vue-loader-options!/data/jenkins/workspace/test-v5in-source-front-01/src/badp-bcxin-5.x/obpm-designer-web/src/components/modulesDetail/ViewOperationDialog.vue?vue&type=template&id=43c1a1e3&","dependencies":[{"path":"/data/jenkins/workspace/test-v5in-source-front-01/src/badp-bcxin-5.x/obpm-designer-web/src/components/modulesDetail/ViewOperationDialog.vue","mtime":1701674859504},{"path":"/data/jenkins/workspace/test-v5in-source-front-01/src/badp-bcxin-5.x/obpm-designer-web/node_modules/cache-loader/dist/cjs.js","mtime":1701674874584},{"path":"/data/jenkins/workspace/test-v5in-source-front-01/src/badp-bcxin-5.x/obpm-designer-web/node_modules/vue-loader/lib/loaders/templateLoader.js","mtime":1701674875202},{"path":"/data/jenkins/workspace/test-v5in-source-front-01/src/badp-bcxin-5.x/obpm-designer-web/node_modules/cache-loader/dist/cjs.js","mtime":1701674874584},{"path":"/data/jenkins/workspace/test-v5in-source-front-01/src/badp-bcxin-5.x/obpm-designer-web/node_modules/vue-loader/lib/index.js","mtime":1701674874903}],"contextDependencies":[],"result":["var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-dialog',{attrs:{\"visible\":_vm.dialogOperationVisible,\"top\":\"30px\",\"before-close\":_vm.cancel,\"append-to-body\":true,\"width\":\"60%\",\"title\":_vm.dialogOperationTiTle + _vm.$t('form.activity_button')},on:{\"update:visible\":function($event){_vm.dialogOperationVisible=$event}}},[_c('div',{staticClass:\"obpm-main mt-3\"},[_c('div',{staticClass:\"dialog-content\",attrs:{\"id\":\"contentTable\"}},[_c('el-form',{ref:\"operateRuleFrom\",attrs:{\"model\":_vm.actForm,\"size\":\"small\",\"label-position\":\"left\",\"rules\":_vm.operateRules,\"label-width\":\"105px\"}},[_c('el-form-item',{attrs:{\"label\":_vm.$t('view.name'),\"prop\":\"name\"}},[_c('el-input',{staticClass:\"width-400\",model:{value:(_vm.actForm.name),callback:function ($$v) {_vm.$set(_vm.actForm, \"name\", $$v)},expression:\"actForm.name\"}})],1),_c('el-form-item',{attrs:{\"label\":_vm.$t('view.label')}},[_c('el-input',{staticClass:\"width-400\",attrs:{\"type\":\"textarea\",\"rows\":6,\"placeholder\":_vm.$t('placeholder.name_label_script')},model:{value:(_vm.actForm.label),callback:function ($$v) {_vm.$set(_vm.actForm, \"label\", $$v)},expression:\"actForm.label\"}}),_c('i',{staticClass:\"el-icon-edit-outline\",on:{\"click\":function($event){return _vm.showScriptEditor('actFromLabel')}}})],1),_c('el-form-item',{attrs:{\"label\":_vm.$t('view.multi_language_tag')}},[_c('el-input',{staticClass:\"width-400\",model:{value:(_vm.actForm.multiLanguageLabel),callback:function ($$v) {_vm.$set(_vm.actForm, \"multiLanguageLabel\", $$v)},expression:\"actForm.multiLanguageLabel\"}}),_c('el-button',{staticStyle:{\"margin-left\":\"5px\"},attrs:{\"plain\":\"\"},on:{\"click\":function($event){return _vm.showMultiLanguage('actFormMultiLang')}}},[_vm._v(_vm._s(_vm.$t('btns.choose')))])],1),_c('el-form-item',{attrs:{\"label\":_vm.$t('view.action'),\"prop\":\"type\"}},[_c('el-select',{staticClass:\"width-400\",attrs:{\"placeholder\":_vm.$t('placeholder.select'),\"disabled\":_vm.dialogOperationTiTle === '编辑'},on:{\"change\":_vm.changeAction},model:{value:(_vm.actForm.type),callback:function ($$v) {_vm.$set(_vm.actForm, \"type\", $$v)},expression:\"actForm.type\"}},_vm._l((_vm.actTypeOptions),function(item){return _c('el-option',{key:item.value,attrs:{\"label\":item.label,\"value\":item.value}})}),1),_c('p',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.showNotSupportTxt),expression:\"showNotSupportTxt\"}],staticStyle:{\"color\":\"#33bd00\",\"margin-bottom\":\"0\",\"line-hegiht\":\"1.5\"}},[_vm._v(\"*\"+_vm._s(_vm.$t('unsupport')))])],1),_c('el-form-item',{attrs:{\"label\":_vm.$t('view.icon_type')}},[_c('el-radio-group',{model:{value:(_vm.actForm.icontype),callback:function ($$v) {_vm.$set(_vm.actForm, \"icontype\", $$v)},expression:\"actForm.icontype\"}},[_c('el-radio',{attrs:{\"label\":\"img\"}},[_vm._v(_vm._s(_vm.$t('view.img')))]),_c('el-radio',{attrs:{\"label\":\"font\"}},[_vm._v(_vm._s(_vm.$t('view.font')))])],1)],1),_c('el-form-item',{attrs:{\"label\":_vm.$t('view.icon')}},[(_vm.actForm.icontype === 'img')?_c('div',[(_vm.actForm.iconUrl !== '')?_c('img',{staticClass:\"imgIcon\",attrs:{\"src\":_vm.actForm.iconUrl}}):_vm._e(),_c('el-button',{attrs:{\"size\":\"small\"},on:{\"click\":_vm.actFormSelectImg}},[_vm._v(_vm._s(_vm.$t('btns.choose'))+_vm._s(_vm.$t('widget.pic')))]),_c('IconSelect',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.actFormIconSelectCheck),expression:\"actFormIconSelectCheck\"}],attrs:{\"visible\":_vm.actFormIconSelectCheck,\"logoUrl\":_vm.actForm.iconUrl,\"innerDialog\":true},on:{\"update:visible\":function($event){_vm.actFormIconSelectCheck=$event},\"select-ok\":_vm.onActFormSelectIconOk}}),_c('el-button',{attrs:{\"size\":\"small\"},on:{\"click\":_vm.resetActFormIconUrl}},[_vm._v(_vm._s(_vm.$t('btns.clean')))])],1):_vm._e(),(_vm.actForm.icontype === 'font')?_c('div',[(_vm.actForm.fontUrl !== '')?_c('i',{staticClass:\"imgIcon\",class:_vm.actForm.fontUrl}):_vm._e(),_c('el-button',{attrs:{\"size\":\"small\"},on:{\"click\":_vm.actFormSelectFont}},[_vm._v(_vm._s(_vm.$t('btns.choose'))+_vm._s(_vm.$t('widget.icon')))]),_c('FontSelect',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.actFormFontSelectCheck),expression:\"actFormFontSelectCheck\"}],attrs:{\"visible\":_vm.actFormFontSelectCheck,\"logoUrl\":_vm.actForm.fontUrl,\"innerDialog\":true},on:{\"update:visible\":function($event){_vm.actFormFontSelectCheck=$event},\"select-ok\":_vm.onActFormSelectFontOk}}),_c('el-button',{attrs:{\"size\":\"small\"},on:{\"click\":_vm.resetActFormFontUrl}},[_vm._v(_vm._s(_vm.$t('btns.clean')))])],1):_vm._e(),(_vm.actForm.icontype === '')?_c('div',[_c('el-button',{attrs:{\"size\":\"small\",\"disabled\":\"\"}},[_vm._v(_vm._s(_vm.$t('btns.choose')))]),_c('el-button',{attrs:{\"size\":\"small\"}},[_vm._v(_vm._s(_vm.$t('btns.clean')))])],1):_vm._e()]),_c('el-form-item',{attrs:{\"label\":_vm.$t('view.color_type')}},[_c('el-select',{staticClass:\"width-400\",attrs:{\"size\":\"small\"},model:{value:(_vm.actForm.colorType),callback:function ($$v) {_vm.$set(_vm.actForm, \"colorType\", $$v)},expression:\"actForm.colorType\"}},[_c('el-option',{attrs:{\"value\":\"default\",\"label\":_vm.$t('view.default')}}),_c('el-option',{staticStyle:{\"background-color\":\"#337ab7\"},attrs:{\"value\":\"primary\",\"label\":_vm.$t('view.primary')}}),_c('el-option',{staticStyle:{\"background-color\":\"#449d44\"},attrs:{\"value\":\"success\",\"label\":_vm.$t('view.success')}}),_c('el-option',{staticStyle:{\"background-color\":\"#5bc0de\"},attrs:{\"value\":\"info\",\"label\":_vm.$t('view.info')}}),_c('el-option',{staticStyle:{\"background-color\":\"#ec971f\"},attrs:{\"value\":\"warning\",\"label\":_vm.$t('view.warning')}}),_c('el-option',{staticStyle:{\"background-color\":\"#d9534f\"},attrs:{\"value\":\"danger\",\"label\":_vm.$t('view.danger')}})],1)],1),(_vm.actForm.type === '27')?_c('el-form-item',{key:\"actForm.impmappingconfigid\",attrs:{\"label\":_vm.$t('view.impmapping_config'),\"prop\":\"impmappingconfigid\"}},[_c('el-select',{attrs:{\"placeholder\":_vm.$t('placeholder.select')},model:{value:(_vm.actForm.impmappingconfigid),callback:function ($$v) {_vm.$set(_vm.actForm, \"impmappingconfigid\", $$v)},expression:\"actForm.impmappingconfigid\"}},_vm._l((_vm.actFormImportMapOptions),function(item){return _c('el-option',{key:item.id,attrs:{\"label\":item.name,\"value\":item.id}})}),1)],1):_vm._e(),_c('el-form-item',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.showContextMenu),expression:\"showContextMenu\"}],attrs:{\"label\":_vm.$t('view.show_context')}},[_c('el-checkbox',{attrs:{\"label\":_vm.$t('label.tabbtn')},model:{value:(_vm.actForm.showInToolbar),callback:function ($$v) {_vm.$set(_vm.actForm, \"showInToolbar\", $$v)},expression:\"actForm.showInToolbar\"}}),_c('el-checkbox',{attrs:{\"label\":_vm.$t('label.right_click')},model:{value:(_vm.actForm.contextMenu),callback:function ($$v) {_vm.$set(_vm.actForm, \"contextMenu\", $$v)},expression:\"actForm.contextMenu\"}})],1),(_vm.showOnActionForm)?_c('el-form-item',{attrs:{\"label\":_vm.$t('view.onactionform'),\"prop\":\"onActionForm\"}},[_c('el-select',{staticClass:\"width-400\",attrs:{\"placeholder\":_vm.$t('placeholder.select')},model:{value:(_vm.actForm.onActionForm),callback:function ($$v) {_vm.$set(_vm.actForm, \"onActionForm\", $$v)},expression:\"actForm.onActionForm\"}},_vm._l((_vm.dataSourcesOptions),function(item){return _c('el-option',{key:item.id,attrs:{\"label\":item.name,\"value\":item.id}})}),1)],1):_vm._e(),(this.actForm.type === '1')?_c('el-form-item',{attrs:{\"label\":_vm.$t('view.onactionview'),\"prop\":\"onActionView\"}},[_c('el-select',{staticClass:\"width-400\",attrs:{\"placeholder\":_vm.$t('placeholder.select')},model:{value:(_vm.actForm.onActionView),callback:function ($$v) {_vm.$set(_vm.actForm, \"onActionView\", $$v)},expression:\"actForm.onActionView\"}},_vm._l((_vm.viewOptions),function(item){return _c('el-option',{key:item.value,attrs:{\"label\":item.label,\"value\":item.value}})}),1)],1):_vm._e(),(_vm.actForm.type == '26')?_c('el-form-item',{attrs:{\"label\":_vm.$t('view.file_name_script'),\"prop\":\"fileNameScript\"}},[_c('el-input',{staticClass:\"width-400\",attrs:{\"type\":\"textarea\",\"rows\":6,\"placeholder\":_vm.$t('placeholder.file_name_script')},model:{value:(_vm.actForm.fileNameScript),callback:function ($$v) {_vm.$set(_vm.actForm, \"fileNameScript\", $$v)},expression:\"actForm.fileNameScript\"}}),_c('i',{staticClass:\"el-icon-edit-outline\",on:{\"click\":function($event){return _vm.showScriptEditor('actFromFileNameScript')}}})],1):_vm._e(),_c('el-form-item',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.actForm.type == '43'),expression:\"actForm.type == '43'\"}],attrs:{\"label\":_vm.$t('view.dispatcher_url')}},[_c('el-input',{staticClass:\"width-400\",attrs:{\"type\":\"textarea\",\"rows\":6},model:{value:(_vm.actForm.dispatcherUrl),callback:function ($$v) {_vm.$set(_vm.actForm, \"dispatcherUrl\", $$v)},expression:\"actForm.dispatcherUrl\"}}),_c('i',{staticClass:\"el-icon-edit-outline\",on:{\"click\":function($event){return _vm.showScriptEditor('actFromDispatcherUrl')}}})],1),_c('el-form-item',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.actForm.type == '43'),expression:\"actForm.type == '43'\"}],attrs:{\"label\":_vm.$t('view.paramete')}},[[_c('el-table',{attrs:{\"data\":_vm.actForm.dispatcherParams}},[_c('el-table-column',{attrs:{\"min-width\":\"50%\",\"label\":_vm.$t('view.parametername')},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_c('el-input',{attrs:{\"size\":\"mini\"},model:{value:(scope.row.paramKey),callback:function ($$v) {_vm.$set(scope.row, \"paramKey\", $$v)},expression:\"scope.row.paramKey\"}})]}}])}),_c('el-table-column',{attrs:{\"min-width\":\"50%\",\"label\":_vm.$t('view.parametervalue')},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_c('el-input',{attrs:{\"size\":\"mini\"},model:{value:(scope.row.paramValue),callback:function ($$v) {_vm.$set(scope.row, \"paramValue\", $$v)},expression:\"scope.row.paramValue\"}})]}}])}),_c('el-table-column',{attrs:{\"label\":_vm.$t('view.op'),\"min-width\":\"25%\"}},[_c('template',{slot:\"header\"},[_c('el-button',{attrs:{\"size\":\"small\"},on:{\"click\":_vm.addRows}},[_vm._v(_vm._s(_vm.$t('btns.add')))])],1)],2),_c('el-table-column',{scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_c('el-button',{attrs:{\"size\":\"small\",\"type\":\"danger\"},on:{\"click\":function($event){return _vm.delRow(scope.$index)}}},[_vm._v(_vm._s(_vm.$t(\"btns.delete\")))])]}}])})],1)]],2),_c('el-form-item',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.actForm.type == '43'),expression:\"actForm.type == '43'\"}],attrs:{\"label\":_vm.$t('view.act_open_type')}},[_c('el-radio-group',{model:{value:(_vm.actForm.jumpActOpenType),callback:function ($$v) {_vm.$set(_vm.actForm, \"jumpActOpenType\", $$v)},expression:\"actForm.jumpActOpenType\"}},[_c('el-radio',{attrs:{\"label\":\"0\"}},[_vm._v(_vm._s(_vm.$t('view.current_page')))]),_c('el-radio',{attrs:{\"label\":\"1\"}},[_vm._v(_vm._s(_vm.$t('view.pop_layer')))]),_c('el-radio',{attrs:{\"label\":\"2\"}},[_vm._v(_vm._s(_vm.$t('view.tabs')))]),_c('el-radio',{attrs:{\"label\":\"3\"}},[_vm._v(_vm._s(_vm.$t('view.new_page')))])],1)],1),_c('el-form-item',{attrs:{\"label\":_vm.$t('view.before_action_script')}},[_c('el-input',{staticClass:\"width-400\",attrs:{\"type\":\"textarea\",\"rows\":6,\"placeholder\":_vm.$t('placeholder.before_action_script')},model:{value:(_vm.actForm.beforeActionScript),callback:function ($$v) {_vm.$set(_vm.actForm, \"beforeActionScript\", $$v)},expression:\"actForm.beforeActionScript\"}}),_c('i',{staticClass:\"el-icon-edit-outline\",on:{\"click\":function($event){return _vm.showScriptEditor('actFromBeforeActionScript')}}})],1),_c('el-form-item',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.showAfterActionScript),expression:\"showAfterActionScript\"}],attrs:{\"label\":_vm.$t('view.afteractionscript')}},[_c('el-input',{staticClass:\"width-400\",attrs:{\"type\":\"textarea\",\"rows\":6,\"placeholder\":_vm.$t('placeholder.action_script')},model:{value:(_vm.actForm.afterActionScript),callback:function ($$v) {_vm.$set(_vm.actForm, \"afterActionScript\", $$v)},expression:\"actForm.afterActionScript\"}}),_c('i',{staticClass:\"el-icon-edit-outline\",on:{\"click\":function($event){return _vm.showScriptEditor('actFromAfterActionScript')}}})],1),_c('el-form-item',{attrs:{\"label\":_vm.$t('view.readonly_script')}},[_c('el-input',{staticClass:\"width-400\",attrs:{\"type\":\"textarea\",\"rows\":6,\"placeholder\":_vm.$t('placeholder.boolean_value')},model:{value:(_vm.actForm.readonlyScript),callback:function ($$v) {_vm.$set(_vm.actForm, \"readonlyScript\", $$v)},expression:\"actForm.readonlyScript\"}}),_c('i',{staticClass:\"el-icon-edit-outline\",on:{\"click\":function($event){return _vm.showScriptEditor('actFromReadonlyScript')}}})],1),_c('el-form-item',{attrs:{\"label\":_vm.$t('view.hidden_script')}},[_c('el-input',{staticClass:\"width-400\",attrs:{\"type\":\"textarea\",\"rows\":6,\"placeholder\":_vm.$t('placeholder.boolean_value')},model:{value:(_vm.actForm.hiddenScript),callback:function ($$v) {_vm.$set(_vm.actForm, \"hiddenScript\", $$v)},expression:\"actForm.hiddenScript\"}}),_c('i',{staticClass:\"el-icon-edit-outline\",on:{\"click\":function($event){return _vm.showScriptEditor('actFromHiddenScript')}}})],1),_c('el-form-item',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.actForm.type == '16'),expression:\"actForm.type == '16'\"}],attrs:{\"label\":_vm.$t('view.expSub')}},[_c('el-checkbox',{model:{value:(_vm.actForm.expSub),callback:function ($$v) {_vm.$set(_vm.actForm, \"expSub\", $$v)},expression:\"actForm.expSub\"}})],1)],1)],1)]),_c('div',{staticClass:\"bar d-inline-block float-right\",attrs:{\"slot\":\"footer\"},slot:\"footer\"},[_c('el-button',{attrs:{\"size\":\"small\"},on:{\"click\":_vm.cancel}},[_vm._v(_vm._s(_vm.$t('btns.cancel')))]),_c('el-button',{attrs:{\"type\":\"primary\",\"size\":\"small\"},on:{\"click\":function($event){return _vm.operateNewSave('operateRuleFrom')}}},[_vm._v(_vm._s(_vm.$t('btns.save_new')))]),_c('el-button',{attrs:{\"type\":\"primary\",\"size\":\"small\"},on:{\"click\":function($event){return _vm.operateSave('operateRuleFrom')}}},[_vm._v(_vm._s(_vm.$t(\"btns.save\")))])],1),_c('MultiLanguages',{attrs:{\"multiVisible\":_vm.languagesVisible,\"isNested\":true,\"languageData\":_vm.languageData},on:{\"closeMultiLanguage\":function($event){_vm.languagesVisible = false},\"selectRowValue\":_vm.handelMultiLanguage,\"showMultiVisible\":_vm.showMultiVisible,\"delMultiLanguage\":_vm.delMultiLanguage,\"changeLanguageParams\":_vm.changeLanguageParams,\"resetMultiLanguage\":_vm.resetMultiLanguage}}),(_vm.scriptEditorVisible)?_c('ScriptEditorSelect',{attrs:{\"scriptEditorVisible\":_vm.scriptEditorVisible,\"editorCode\":_vm.showScritptEditorCode,\"isNested\":true},on:{\"closeScriptEditorDialog\":function($event){_vm.scriptEditorVisible = false},\"saveScriptEditor\":_vm.handleScriptEditor}}):_vm._e()],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }"]}