cloud-module-bpm 6.4.5 → 6.4.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cloud-module-bpm.common.js +142 -40
- package/dist/cloud-module-bpm.common.js.map +1 -1
- package/dist/cloud-module-bpm.umd.js +142 -40
- package/dist/cloud-module-bpm.umd.js.map +1 -1
- package/dist/cloud-module-bpm.umd.min.js +2 -2
- package/dist/cloud-module-bpm.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/packages/bpm-form-tools/bpm-form-tools.vue +2 -6
- package/packages/utils/merit-bpm.js +10 -3
|
@@ -5526,7 +5526,7 @@ function done(stream, er, data) {
|
|
|
5526
5526
|
/***/ "2801":
|
|
5527
5527
|
/***/ (function(module) {
|
|
5528
5528
|
|
|
5529
|
-
module.exports = JSON.parse("{\"_args\":[[\"elliptic@6.5.2\",\"
|
|
5529
|
+
module.exports = JSON.parse("{\"_args\":[[\"elliptic@6.5.2\",\"D:\\\\cloud202112-V6.4.0\\\\trunk2.0\\\\front-end\\\\cloud-module\\\\cloud-module-bpm\"]],\"_from\":\"elliptic@6.5.2\",\"_id\":\"elliptic@6.5.2\",\"_inBundle\":false,\"_integrity\":\"sha512-f4x70okzZbIQl/NSRLkI/+tteV/9WqL98zx+SQ69KbXxmVrmjwsNUPn/gYJJ0sHvEak24cZgHIPegRePAtA/xw==\",\"_location\":\"/elliptic\",\"_phantomChildren\":{},\"_requested\":{\"type\":\"version\",\"registry\":true,\"raw\":\"elliptic@6.5.2\",\"name\":\"elliptic\",\"escapedName\":\"elliptic\",\"rawSpec\":\"6.5.2\",\"saveSpec\":null,\"fetchSpec\":\"6.5.2\"},\"_requiredBy\":[\"/browserify-sign\",\"/create-ecdh\"],\"_resolved\":\"http://nexus.hub.com:8082/repository/npm-group/elliptic/-/elliptic-6.5.2.tgz\",\"_spec\":\"6.5.2\",\"_where\":\"D:\\\\cloud202112-V6.4.0\\\\trunk2.0\\\\front-end\\\\cloud-module\\\\cloud-module-bpm\",\"author\":{\"name\":\"Fedor Indutny\",\"email\":\"fedor@indutny.com\"},\"bugs\":{\"url\":\"https://github.com/indutny/elliptic/issues\"},\"dependencies\":{\"bn.js\":\"^4.4.0\",\"brorand\":\"^1.0.1\",\"hash.js\":\"^1.0.0\",\"hmac-drbg\":\"^1.0.0\",\"inherits\":\"^2.0.1\",\"minimalistic-assert\":\"^1.0.0\",\"minimalistic-crypto-utils\":\"^1.0.0\"},\"description\":\"EC cryptography\",\"devDependencies\":{\"brfs\":\"^1.4.3\",\"coveralls\":\"^3.0.8\",\"grunt\":\"^1.0.4\",\"grunt-browserify\":\"^5.0.0\",\"grunt-cli\":\"^1.2.0\",\"grunt-contrib-connect\":\"^1.0.0\",\"grunt-contrib-copy\":\"^1.0.0\",\"grunt-contrib-uglify\":\"^1.0.1\",\"grunt-mocha-istanbul\":\"^3.0.1\",\"grunt-saucelabs\":\"^9.0.1\",\"istanbul\":\"^0.4.2\",\"jscs\":\"^3.0.7\",\"jshint\":\"^2.10.3\",\"mocha\":\"^6.2.2\"},\"files\":[\"lib\"],\"homepage\":\"https://github.com/indutny/elliptic\",\"keywords\":[\"EC\",\"Elliptic\",\"curve\",\"Cryptography\"],\"license\":\"MIT\",\"main\":\"lib/elliptic.js\",\"name\":\"elliptic\",\"repository\":{\"type\":\"git\",\"url\":\"git+ssh://git@github.com/indutny/elliptic.git\"},\"scripts\":{\"jscs\":\"jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js\",\"jshint\":\"jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js\",\"lint\":\"npm run jscs && npm run jshint\",\"test\":\"npm run lint && npm run unit\",\"unit\":\"istanbul test _mocha --reporter=spec test/index.js\",\"version\":\"grunt dist && git add dist/\"},\"version\":\"6.5.2\"}");
|
|
5530
5530
|
|
|
5531
5531
|
/***/ }),
|
|
5532
5532
|
|
|
@@ -17926,6 +17926,26 @@ module.exports = !!Object.getOwnPropertySymbols && !fails(function () {
|
|
|
17926
17926
|
});
|
|
17927
17927
|
|
|
17928
17928
|
|
|
17929
|
+
/***/ }),
|
|
17930
|
+
|
|
17931
|
+
/***/ "498a":
|
|
17932
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
17933
|
+
|
|
17934
|
+
"use strict";
|
|
17935
|
+
|
|
17936
|
+
var $ = __webpack_require__("23e7");
|
|
17937
|
+
var $trim = __webpack_require__("58a8").trim;
|
|
17938
|
+
var forcedStringTrimMethod = __webpack_require__("c8d2");
|
|
17939
|
+
|
|
17940
|
+
// `String.prototype.trim` method
|
|
17941
|
+
// https://tc39.github.io/ecma262/#sec-string.prototype.trim
|
|
17942
|
+
$({ target: 'String', proto: true, forced: forcedStringTrimMethod('trim') }, {
|
|
17943
|
+
trim: function trim() {
|
|
17944
|
+
return $trim(this);
|
|
17945
|
+
}
|
|
17946
|
+
});
|
|
17947
|
+
|
|
17948
|
+
|
|
17929
17949
|
/***/ }),
|
|
17930
17950
|
|
|
17931
17951
|
/***/ "4a2c":
|
|
@@ -22183,6 +22203,16 @@ module.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {
|
|
|
22183
22203
|
};
|
|
22184
22204
|
|
|
22185
22205
|
|
|
22206
|
+
/***/ }),
|
|
22207
|
+
|
|
22208
|
+
/***/ "5899":
|
|
22209
|
+
/***/ (function(module, exports) {
|
|
22210
|
+
|
|
22211
|
+
// a string of all valid unicode whitespaces
|
|
22212
|
+
// eslint-disable-next-line max-len
|
|
22213
|
+
module.exports = '\u0009\u000A\u000B\u000C\u000D\u0020\u00A0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF';
|
|
22214
|
+
|
|
22215
|
+
|
|
22186
22216
|
/***/ }),
|
|
22187
22217
|
|
|
22188
22218
|
/***/ "58a2":
|
|
@@ -22306,6 +22336,41 @@ function findPrime(bits, gen) {
|
|
|
22306
22336
|
/* unused harmony reexport * */
|
|
22307
22337
|
/* unused harmony default export */ var _unused_webpack_default_export = (_node_modules_mini_css_extract_plugin_dist_loader_js_ref_6_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_6_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_6_oneOf_1_2_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_SelectedGrid_vue_vue_type_style_index_0_id_6691bd0b_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0___default.a);
|
|
22308
22338
|
|
|
22339
|
+
/***/ }),
|
|
22340
|
+
|
|
22341
|
+
/***/ "58a8":
|
|
22342
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
22343
|
+
|
|
22344
|
+
var requireObjectCoercible = __webpack_require__("1d80");
|
|
22345
|
+
var whitespaces = __webpack_require__("5899");
|
|
22346
|
+
|
|
22347
|
+
var whitespace = '[' + whitespaces + ']';
|
|
22348
|
+
var ltrim = RegExp('^' + whitespace + whitespace + '*');
|
|
22349
|
+
var rtrim = RegExp(whitespace + whitespace + '*$');
|
|
22350
|
+
|
|
22351
|
+
// `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation
|
|
22352
|
+
var createMethod = function (TYPE) {
|
|
22353
|
+
return function ($this) {
|
|
22354
|
+
var string = String(requireObjectCoercible($this));
|
|
22355
|
+
if (TYPE & 1) string = string.replace(ltrim, '');
|
|
22356
|
+
if (TYPE & 2) string = string.replace(rtrim, '');
|
|
22357
|
+
return string;
|
|
22358
|
+
};
|
|
22359
|
+
};
|
|
22360
|
+
|
|
22361
|
+
module.exports = {
|
|
22362
|
+
// `String.prototype.{ trimLeft, trimStart }` methods
|
|
22363
|
+
// https://tc39.github.io/ecma262/#sec-string.prototype.trimstart
|
|
22364
|
+
start: createMethod(1),
|
|
22365
|
+
// `String.prototype.{ trimRight, trimEnd }` methods
|
|
22366
|
+
// https://tc39.github.io/ecma262/#sec-string.prototype.trimend
|
|
22367
|
+
end: createMethod(2),
|
|
22368
|
+
// `String.prototype.trim` method
|
|
22369
|
+
// https://tc39.github.io/ecma262/#sec-string.prototype.trim
|
|
22370
|
+
trim: createMethod(3)
|
|
22371
|
+
};
|
|
22372
|
+
|
|
22373
|
+
|
|
22309
22374
|
/***/ }),
|
|
22310
22375
|
|
|
22311
22376
|
/***/ "5919":
|
|
@@ -86170,6 +86235,25 @@ try {
|
|
|
86170
86235
|
module.exports = g;
|
|
86171
86236
|
|
|
86172
86237
|
|
|
86238
|
+
/***/ }),
|
|
86239
|
+
|
|
86240
|
+
/***/ "c8d2":
|
|
86241
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
86242
|
+
|
|
86243
|
+
var fails = __webpack_require__("d039");
|
|
86244
|
+
var whitespaces = __webpack_require__("5899");
|
|
86245
|
+
|
|
86246
|
+
var non = '\u200B\u0085\u180E';
|
|
86247
|
+
|
|
86248
|
+
// check that a method works with the correct list
|
|
86249
|
+
// of whitespaces and has a correct name
|
|
86250
|
+
module.exports = function (METHOD_NAME) {
|
|
86251
|
+
return fails(function () {
|
|
86252
|
+
return !!whitespaces[METHOD_NAME]() || non[METHOD_NAME]() != non || whitespaces[METHOD_NAME].name !== METHOD_NAME;
|
|
86253
|
+
});
|
|
86254
|
+
};
|
|
86255
|
+
|
|
86256
|
+
|
|
86173
86257
|
/***/ }),
|
|
86174
86258
|
|
|
86175
86259
|
/***/ "c901":
|
|
@@ -97468,7 +97552,7 @@ function _defineProperty(obj, key, value) {
|
|
|
97468
97552
|
|
|
97469
97553
|
return obj;
|
|
97470
97554
|
}
|
|
97471
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
97555
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5fa0baa2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/bpm-user-select-dialog/bpm-user-select.vue?vue&type=template&id=32be6de1&
|
|
97472
97556
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('el-dialog',{attrs:{"title":_vm.opt.title,"visible":_vm.dialogVisible,"width":"900px","top":"2vh","before-close":_vm.handleClose,"custom-class":"el-editRole-dialog","close-on-click-modal":false,"append-to-body":""},on:{"update:visible":function($event){_vm.dialogVisible=$event},"open":_vm.openDialog}},[_c('el-tabs',{staticStyle:{"padding":"0 20px 20px 20px!important"},model:{value:(_vm.activeNodeName),callback:function ($$v) {_vm.activeNodeName=$$v},expression:"activeNodeName"}},_vm._l((_vm.nextNodes),function(nextNode){return _c('el-tab-pane',{key:nextNode.taskDeKey,attrs:{"label":nextNode.taskName,"name":nextNode.taskDeKey}},[_c('v-bpm-next-node',{attrs:{"nextNode":nextNode}})],1)}),1),_c('span',{staticClass:"dialog-footer",attrs:{"slot":"footer"},slot:"footer"},[_c('el-button',{on:{"click":_vm.handleClose}},[_vm._v(_vm._s(_vm.$t('base.button.cancel')))]),_c('el-button',{attrs:{"type":"primary"},on:{"click":_vm.handleSave}},[_vm._v(_vm._s(_vm.$t('base.button.ok')))])],1)],1)],1)}
|
|
97473
97557
|
var staticRenderFns = []
|
|
97474
97558
|
|
|
@@ -97478,14 +97562,14 @@ var staticRenderFns = []
|
|
|
97478
97562
|
// EXTERNAL MODULE: ./node_modules/element-ui/lib/element-ui.common.js
|
|
97479
97563
|
var element_ui_common = __webpack_require__("5c96");
|
|
97480
97564
|
|
|
97481
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
97565
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5fa0baa2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/bpm-user-select-dialog/bpm-next-node.vue?vue&type=template&id=76b41797&
|
|
97482
97566
|
var bpm_next_nodevue_type_template_id_76b41797_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-container',{staticStyle:{"background":"#e8ecf3"}},[_c('el-aside',{staticStyle:{"height":"456px","width":"65%","margin-right":"0px","margin-left":"0px","background-color":"#e8ecf3"}},[_c('el-container',[_c('el-aside',{staticStyle:{"height":"456px","width":"40%","max-width":"400px","padding-top":"5px","margin":"0px","border-radius":"0px"}},[_c('v-tree',{attrs:{"opt":_vm.nextNode}})],1),_c('el-main',{staticStyle:{"height":"456px","width":"45%","padding":"0px","margin-left":"2px"}},[_c('v-source-grid',{attrs:{"opt":_vm.nextNode}})],1)],1)],1),_c('el-main',{staticStyle:{"height":"456px","padding":"0px","padding-bottom":"0px","width":"35%","margin-left":"10px"}},[_c('v-select-grid',{attrs:{"opt":_vm.nextNode}})],1)],1)}
|
|
97483
97567
|
var bpm_next_nodevue_type_template_id_76b41797_staticRenderFns = []
|
|
97484
97568
|
|
|
97485
97569
|
|
|
97486
97570
|
// CONCATENATED MODULE: ./packages/bpm-user-select-dialog/bpm-next-node.vue?vue&type=template&id=76b41797&
|
|
97487
97571
|
|
|
97488
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
97572
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5fa0baa2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/bpm-user-select-dialog/SelectedGrid.vue?vue&type=template&id=42acb368&scoped=true&
|
|
97489
97573
|
var SelectedGridvue_type_template_id_42acb368_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('el-row',{staticStyle:{"float":"left","padding":"11px 7px 3px 9px"}},[_vm._v(_vm._s(_vm.$t('base.selected_list')))]),_c('el-table',{staticStyle:{"width":"100%"},attrs:{"data":_vm.tableData,"stripe":"","height":_vm.tableHeight,"element-loading-text":_vm.$t('base.table.loading'),"element-loading-spinner":"el-icon-loading"},on:{"row-click":_vm.handleRowClick}},[_c('el-table-column',{attrs:{"prop":"name","label":_vm.$t('base.user.name'),"fit":"true"},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('div',{staticClass:"cell-hidden",attrs:{"title":scope.row.name}},[_vm._v(" "+_vm._s(scope.row.name)+" ")])]}}])}),_c('el-table-column',{attrs:{"prop":"code","label":_vm.$t('base.user.user_name'),"fit":"true"},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('div',{staticClass:"cell-hidden",attrs:{"title":scope.row.code}},[_vm._v(" "+_vm._s(scope.row.code)+" ")])]}}])}),_c('el-table-column',{attrs:{"prop":"deptName","label":_vm.$t('base.dept.name'),"fit":"true"},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('div',{staticClass:"cell-hidden",attrs:{"title":scope.row.deptName}},[_vm._v(" "+_vm._s(scope.row.deptName)+" ")])]}}])})],1),_c('el-pagination',{staticClass:"SelectedGrid",attrs:{"current-page":_vm.currentPage,"page-size":_vm.pagesize,"layout":"total, prev, pager, next","total":_vm.total},on:{"current-change":_vm.handleCurrentChange}})],1)}
|
|
97490
97574
|
var SelectedGridvue_type_template_id_42acb368_scoped_true_staticRenderFns = []
|
|
97491
97575
|
|
|
@@ -97742,7 +97826,7 @@ var component = normalizeComponent(
|
|
|
97742
97826
|
)
|
|
97743
97827
|
|
|
97744
97828
|
/* harmony default export */ var SelectedGrid = (component.exports);
|
|
97745
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
97829
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5fa0baa2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/bpm-user-select-dialog/SourceGrid.vue?vue&type=template&id=e48c8c38&
|
|
97746
97830
|
var SourceGridvue_type_template_id_e48c8c38_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('el-row',{staticStyle:{"padding":"5px"},attrs:{"justify":"space-between"}},[_c('el-col',{staticStyle:{"float":"left","padding-right":"40px","margin-top":"5px","padding-left":"2px"},attrs:{"span":7}},[_vm._v(_vm._s(_vm.$t('base.list_alternatives')))]),(_vm.opt.showSearch)?_c('el-col',{staticStyle:{"float":"right"},attrs:{"span":17}},[_c('el-input',{attrs:{"placeholder":"请输入姓名或编码","clearable":""},on:{"change":_vm.requestGridData},model:{value:(_vm.searchName),callback:function ($$v) {_vm.searchName=$$v},expression:"searchName"}},[_c('el-button',{staticClass:"el-icon-search-button",attrs:{"slot":"append","icon":"el-icon-search"},on:{"click":_vm.requestGridData},slot:"append"})],1)],1):_vm._e()],1),_c('el-table',{ref:"sourceGrid",staticStyle:{"width":"100%"},attrs:{"data":_vm.empTableData,"stripe":"","height":_vm.tableHeight,"element-loading-text":_vm.$t('base.table.loading'),"element-loading-spinner":"el-icon-loading","element-loading-background":"rgba(255, 255, 255, 0.8)"},on:{"select-all":_vm.handleSelectAll,"select":_vm.handleSelect,"row-click":_vm.handleRowClick}},[_c('div',{}),(_vm.notOnlyApprove)?_c('el-table-column',{staticStyle:{"height":"18px"},attrs:{"type":"selection"}}):_vm._e(),_c('el-table-column',{attrs:{"prop":"name","label":_vm.$t('base.user.name'),"fit":"true"},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('div',{staticClass:"cell-hidden",attrs:{"title":scope.row.name}},[_vm._v(" "+_vm._s(scope.row.name)+" ")])]}}])}),_c('el-table-column',{attrs:{"prop":"code","label":_vm.$t('base.user.user_name'),"fit":"true"},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('div',{staticClass:"cell-hidden",attrs:{"title":scope.row.code}},[_vm._v(" "+_vm._s(scope.row.code)+" ")])]}}])}),_c('el-table-column',{attrs:{"prop":"deptName","label":_vm.$t('base.dept.name'),"fit":"true"},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('div',{staticClass:"cell-hidden",attrs:{"title":scope.row.deptName}},[_vm._v(" "+_vm._s(scope.row.deptName)+" ")])]}}])})],1),_c('el-pagination',{staticClass:"SourceGrid",attrs:{"current-page":_vm.currentPage,"page-size":_vm.pageSize,"layout":"total, prev, pager, next","total":_vm.empTotal,"pager-count":_vm.pagerCount},on:{"size-change":_vm.handleSizeChange,"current-change":_vm.handleCurrentChange}})],1)}
|
|
97747
97831
|
var SourceGridvue_type_template_id_e48c8c38_staticRenderFns = []
|
|
97748
97832
|
|
|
@@ -97770,6 +97854,9 @@ var es_promise = __webpack_require__("e6cf");
|
|
|
97770
97854
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.regexp.to-string.js
|
|
97771
97855
|
var es_regexp_to_string = __webpack_require__("25f0");
|
|
97772
97856
|
|
|
97857
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.string.trim.js
|
|
97858
|
+
var es_string_trim = __webpack_require__("498a");
|
|
97859
|
+
|
|
97773
97860
|
// EXTERNAL MODULE: ./node_modules/axios/index.js
|
|
97774
97861
|
var axios = __webpack_require__("bc3a");
|
|
97775
97862
|
var axios_default = /*#__PURE__*/__webpack_require__.n(axios);
|
|
@@ -97789,6 +97876,7 @@ var crypto_js_default = /*#__PURE__*/__webpack_require__.n(crypto_js);
|
|
|
97789
97876
|
|
|
97790
97877
|
|
|
97791
97878
|
|
|
97879
|
+
|
|
97792
97880
|
/**
|
|
97793
97881
|
* ajax请求配置
|
|
97794
97882
|
*/
|
|
@@ -97836,7 +97924,17 @@ var signParam = function signParam(data, cloudTimeStamp) {
|
|
|
97836
97924
|
continue;
|
|
97837
97925
|
}
|
|
97838
97926
|
|
|
97927
|
+
if (typeof data[i] === 'string') {
|
|
97928
|
+
if (data[i].trim() === '') {
|
|
97929
|
+
continue;
|
|
97930
|
+
}
|
|
97931
|
+
}
|
|
97932
|
+
|
|
97839
97933
|
if (data[i] instanceof Array && data[i].length > 0) {
|
|
97934
|
+
if (data[i].join() === '') {
|
|
97935
|
+
continue;
|
|
97936
|
+
}
|
|
97937
|
+
|
|
97840
97938
|
dataArr.push(i + '=' + data[i].join());
|
|
97841
97939
|
continue;
|
|
97842
97940
|
}
|
|
@@ -98346,7 +98444,7 @@ var SourceGrid_component = normalizeComponent(
|
|
|
98346
98444
|
)
|
|
98347
98445
|
|
|
98348
98446
|
/* harmony default export */ var SourceGrid = (SourceGrid_component.exports);
|
|
98349
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
98447
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5fa0baa2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/bpm-user-select-dialog/Tree.vue?vue&type=template&id=528e90ce&
|
|
98350
98448
|
var Treevue_type_template_id_528e90ce_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-tree',{ref:"tree",staticClass:"flow-tree",attrs:{"data":_vm.treeNode,"node-key":"id","props":_vm.treeProps,"highlight-current":"","default-expanded-keys":_vm.defaultExpandedKeys},on:{"node-click":_vm.handelrNodeClick},scopedSlots:_vm._u([{key:"default",fn:function(ref){
|
|
98351
98449
|
var node = ref.node;
|
|
98352
98450
|
var data = ref.data;
|
|
@@ -98699,7 +98797,7 @@ bpm_user_select.install = function (Vue) {
|
|
|
98699
98797
|
};
|
|
98700
98798
|
|
|
98701
98799
|
/* harmony default export */ var bpm_user_select_dialog = (bpm_user_select);
|
|
98702
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
98800
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5fa0baa2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/bpm-proctrack-dialog/bpm-proctrack.vue?vue&type=template&id=53222480&scoped=true&
|
|
98703
98801
|
var bpm_proctrackvue_type_template_id_53222480_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('el-dialog',{attrs:{"title":_vm.opt.title,"visible":_vm.dialogVisible,"width":"850px","top":"8vh","before-close":_vm.handleClose},on:{"update:visible":function($event){_vm.dialogVisible=$event},"open":_vm.openDialog}},[_c('el-container',{staticStyle:{"background":"#fff"}},[_vm._v(" 流程跟踪对话框 ")]),_c('span',{staticClass:"dialog-footer",attrs:{"slot":"footer"},slot:"footer"},[_c('el-button',{on:{"click":_vm.handleClose}},[_vm._v(_vm._s(_vm.$t('base.button.cancel')))]),_c('el-button',{attrs:{"type":"primary"},on:{"click":_vm.handleSave}},[_vm._v(_vm._s(_vm.$t('base.button.ok')))])],1)],1)],1)}
|
|
98704
98802
|
var bpm_proctrackvue_type_template_id_53222480_scoped_true_staticRenderFns = []
|
|
98705
98803
|
|
|
@@ -98820,7 +98918,7 @@ bpm_proctrack.install = function (Vue) {
|
|
|
98820
98918
|
};
|
|
98821
98919
|
|
|
98822
98920
|
/* harmony default export */ var bpm_proctrack_dialog = (bpm_proctrack);
|
|
98823
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
98921
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5fa0baa2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/bpm-opinion-dialog/bpm-opinion.vue?vue&type=template&id=136505c3&
|
|
98824
98922
|
var bpm_opinionvue_type_template_id_136505c3_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('el-dialog',{attrs:{"title":_vm.opt.title,"visible":_vm.dialogVisible,"width":"650px","top":"8vh","before-close":_vm.handleClose,"close-on-click-modal":false,"append-to-body":""},on:{"update:visible":function($event){_vm.dialogVisible=$event},"open":_vm.openDialog}},[_c('el-form',{ref:"procOpinion",attrs:{"rules":_vm.rules,"model":_vm.procOpinion,"label-width":"80px","label-position":"right"}},[_c('el-row',[_c('el-form-item',{attrs:{"label":_vm.$t('bpm.opinion.opinion_area')}},[_c('el-tabs',{staticClass:"cloud-opinion-area",model:{value:(_vm.activeOpinionArea),callback:function ($$v) {_vm.activeOpinionArea=$$v},expression:"activeOpinionArea"}},[_c('el-tab-pane',{attrs:{"label":_vm.$t('bpm.opinion.common_opinion')}},[_c('el-row',{staticClass:"cloud-opinion-area-tab-pane"},_vm._l((_vm.commonOpinions),function(commonOpinion){return _c('el-row',{key:commonOpinion},[_c('el-col',[_c('div',{staticClass:"cloud-opinion-area-item",on:{"click":function($event){return _vm.handleOpnionSelect(commonOpinion)}}},[_vm._v(" "+_vm._s(commonOpinion)+" ")])])],1)}),1)],1),_c('el-tab-pane',{attrs:{"label":_vm.$t('bpm.opinion.personal_opinion')}},[_c('el-row',{staticClass:"cloud-opinion-area-tab-pane"},_vm._l((_vm.personalOpinions),function(personalOpinion){return _c('el-row',{key:personalOpinion},[_c('el-col',[_c('div',{staticClass:"cloud-opinion-area-item",on:{"click":function($event){return _vm.handleOpnionSelect(personalOpinion)}}},[_vm._v(" "+_vm._s(personalOpinion)+" ")])])],1)}),1)],1)],1)],1)],1),_c('el-row',{staticClass:"cloud-opinion-area-tab-pane"},[_c('div',{staticClass:"cloud-opinion-area-item"},[_c('el-form-item',{attrs:{"label":_vm.$t('bpm.opinion.opinion_content'),"prop":"content"}},[_c('el-input',{staticStyle:{"width":"100%"},attrs:{"type":"textarea","maxlength":200,"show-word-limit":"","autosize":{ minRows: 4, maxRows: 4 }},model:{value:(_vm.procOpinion.content),callback:function ($$v) {_vm.$set(_vm.procOpinion, "content", $$v)},expression:"procOpinion.content"}})],1)],1)])],1),_c('span',{staticClass:"dialog-footer",attrs:{"slot":"footer"},slot:"footer"},[_c('el-button',{on:{"click":_vm.handleClose}},[_vm._v(_vm._s(_vm.$t('base.button.cancel')))]),_c('el-button',{attrs:{"type":"primary"},on:{"click":_vm.handleSave}},[_vm._v("暂存")]),_c('el-button',{attrs:{"type":"primary"},on:{"click":_vm.handlePublish}},[_vm._v("发布")])],1)],1)],1)}
|
|
98825
98923
|
var bpm_opinionvue_type_template_id_136505c3_staticRenderFns = []
|
|
98826
98924
|
|
|
@@ -99120,7 +99218,7 @@ bpm_opinion.install = function (Vue) {
|
|
|
99120
99218
|
};
|
|
99121
99219
|
|
|
99122
99220
|
/* harmony default export */ var bpm_opinion_dialog = (bpm_opinion);
|
|
99123
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
99221
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5fa0baa2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/bpm-grid-buttons/bpm-grid-buttons.vue?vue&type=template&id=e54062e4&
|
|
99124
99222
|
var bpm_grid_buttonsvue_type_template_id_e54062e4_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-col',{staticClass:"cloud-bpm-grid-buttons",attrs:{"span":7}},[(_vm.MeritBPM.procCreatePermit)?_c('el-button',{staticClass:"cloud-bpm-grid-button",attrs:{"disabled":_vm.isDisabledAddButton,"type":"primary","icon":"el-icon-plus"},on:{"click":_vm.createBpm}},[_vm._v(_vm._s(_vm.$t('base.button.create')))]):_vm._e(),_c('el-dropdown',{directives:[{name:"show",rawName:"v-show",value:(_vm.isShowButton),expression:"isShowButton"}],staticClass:"cloud-bpm-grid-button",on:{"command":_vm.queryBpm}},[_c('el-button',{attrs:{"type":_vm.getMyType}},[_vm._v(" "+_vm._s(_vm.$t(_vm.bpmStatusLabel(true)))+" "),_c('i',{staticClass:"el-icon-arrow-down el-icon--right"})]),_c('el-dropdown-menu',{attrs:{"slot":"dropdown"},slot:"dropdown"},[_c('el-dropdown-item',{attrs:{"command":"my"}},[_vm._v(_vm._s(_vm.$t('bpm.button.my')))]),_c('el-dropdown-item',{attrs:{"command":"mydraft"}},[_vm._v(_vm._s(_vm.$t('bpm.button.mydraft')))]),_c('el-dropdown-item',{attrs:{"command":"mytrack"}},[_vm._v(_vm._s(_vm.$t('bpm.button.mytrack')))]),_c('el-dropdown-item',{attrs:{"command":"myover"}},[_vm._v(_vm._s(_vm.$t('bpm.button.myover')))])],1)],1),_c('el-dropdown',{directives:[{name:"show",rawName:"v-show",value:(_vm.isShowButton),expression:"isShowButton"}],staticClass:"cloud-bpm-grid-button",on:{"command":_vm.queryBpm}},[_c('el-button',{attrs:{"type":_vm.getAllType}},[_vm._v(" "+_vm._s(_vm.$t(_vm.bpmStatusLabel(false)))+" "),_c('i',{staticClass:"el-icon-arrow-down el-icon--right"})]),_c('el-dropdown-menu',{attrs:{"slot":"dropdown"},slot:"dropdown"},[_c('el-dropdown-item',{attrs:{"command":"all"}},[_vm._v(_vm._s(_vm.$t('bpm.button.all')))]),_c('el-dropdown-item',{attrs:{"command":"alltrack"}},[_vm._v(_vm._s(_vm.$t('bpm.button.alltrack')))]),_c('el-dropdown-item',{attrs:{"command":"allover"}},[_vm._v(_vm._s(_vm.$t('bpm.button.allover')))])],1)],1),_c('el-button',{directives:[{name:"show",rawName:"v-show",value:(_vm.showDeleteButton),expression:"showDeleteButton"}],staticClass:"cloud-bpm-grid-button",attrs:{"id":"deleteButton"},on:{"click":_vm.deleteBpm}},[_vm._v(_vm._s(_vm.$t('base.button.delete')))])],1)}
|
|
99125
99223
|
var bpm_grid_buttonsvue_type_template_id_e54062e4_staticRenderFns = []
|
|
99126
99224
|
|
|
@@ -99522,6 +99620,7 @@ MeritBPM.finishTask = function (that, _ruleEngine) {
|
|
|
99522
99620
|
|
|
99523
99621
|
|
|
99524
99622
|
MeritBPM.bpmJumpBtnEnd = function (that, ruleEngine) {
|
|
99623
|
+
ruleEngine.runtime = {};
|
|
99525
99624
|
that.$confirm('此操作将终止该流程, 是否继续?', '提示', {
|
|
99526
99625
|
confirmButtonText: '确定',
|
|
99527
99626
|
cancelButtonText: '取消',
|
|
@@ -99544,6 +99643,7 @@ MeritBPM.bpmJumpBtnEnd = function (that, ruleEngine) {
|
|
|
99544
99643
|
|
|
99545
99644
|
MeritBPM.bpmRetprenodeBtn = function (that, ruleEngine) {
|
|
99546
99645
|
var businessId = that.ruleEngine.businessId;
|
|
99646
|
+
ruleEngine.runtime = {};
|
|
99547
99647
|
that.$confirm('此操作将退回到上一环节处理人, 是否继续?', '提示', {
|
|
99548
99648
|
confirmButtonText: '确定',
|
|
99549
99649
|
cancelButtonText: '取消',
|
|
@@ -99564,6 +99664,7 @@ MeritBPM.bpmRetprenodeBtn = function (that, ruleEngine) {
|
|
|
99564
99664
|
}, //发送到退回人
|
|
99565
99665
|
MeritBPM.bpmDoBackBtn = function (that, ruleEngine) {
|
|
99566
99666
|
var businessId = that.ruleEngine.businessId;
|
|
99667
|
+
ruleEngine.runtime = {};
|
|
99567
99668
|
that.$confirm('是否将流程直接发送给退回人', '发送提示', {
|
|
99568
99669
|
confirmButtonText: '确定',
|
|
99569
99670
|
cancelButtonText: '取消',
|
|
@@ -99624,6 +99725,7 @@ MeritBPM.bpmReadEndBtn = function (that, ruleEngine) {
|
|
|
99624
99725
|
}, // 退回拟稿人
|
|
99625
99726
|
MeritBPM.bpmRetfirnodeBtn = function (that, ruleEngine) {
|
|
99626
99727
|
var businessId = that.ruleEngine.businessId;
|
|
99728
|
+
ruleEngine.runtime = {};
|
|
99627
99729
|
that.$confirm('此操作将退回到拟稿人, 是否继续?', '提示', {
|
|
99628
99730
|
confirmButtonText: '确定',
|
|
99629
99731
|
cancelButtonText: '取消',
|
|
@@ -99646,6 +99748,7 @@ MeritBPM.retRandomNodeStatusSave = function (that, ruleEngine) {
|
|
|
99646
99748
|
var businessId = that.ruleEngine.businessId;
|
|
99647
99749
|
var receiver = ruleEngine.resultCodes;
|
|
99648
99750
|
var toTaskDefKey = ruleEngine.resultToTaskDefKey;
|
|
99751
|
+
ruleEngine.runtime = {};
|
|
99649
99752
|
http['bpm-engine'].post('/api/engine/bpm/process/RetRandomNodeStatus/' + businessId + '/' + toTaskDefKey + '/' + receiver, ruleEngine).then(function (res) {
|
|
99650
99753
|
if (res.status == '1') {
|
|
99651
99754
|
that.$message.success(res.message);
|
|
@@ -99659,6 +99762,7 @@ MeritBPM.retRandomNodeStatusSave = function (that, ruleEngine) {
|
|
|
99659
99762
|
}, // 流程收回
|
|
99660
99763
|
MeritBPM.bpmTakeBackBtn = function (that, ruleEngine) {
|
|
99661
99764
|
var businessId = that.ruleEngine.businessId;
|
|
99765
|
+
ruleEngine.runtime = {};
|
|
99662
99766
|
that.$confirm('此操作将收回该流程, 是否继续?', '提示', {
|
|
99663
99767
|
confirmButtonText: '确定',
|
|
99664
99768
|
cancelButtonText: '取消',
|
|
@@ -99679,7 +99783,8 @@ MeritBPM.bpmTakeBackBtn = function (that, ruleEngine) {
|
|
|
99679
99783
|
}, // 特送对话框
|
|
99680
99784
|
MeritBPM.JumpSave = function (that, ruleEngine) {
|
|
99681
99785
|
var toTaskDefKey = ruleEngine.toTaskDefKey;
|
|
99682
|
-
var businessId = that.ruleEngine.businessId;
|
|
99786
|
+
var businessId = that.ruleEngine.businessId; // ruleEngine.runtime = {};
|
|
99787
|
+
|
|
99683
99788
|
http['bpm-engine'].post('/api/engine/bpm/jump/process/' + businessId + '/' + toTaskDefKey, ruleEngine).then(function (res) {
|
|
99684
99789
|
if (res.status == '1') {
|
|
99685
99790
|
that.$message.success(res.message);
|
|
@@ -99693,7 +99798,8 @@ MeritBPM.JumpSave = function (that, ruleEngine) {
|
|
|
99693
99798
|
}, //特送管理对话框
|
|
99694
99799
|
MeritBPM.JumpManagementSave = function (that, ruleEngine) {
|
|
99695
99800
|
var toTaskDefKey = ruleEngine.toTaskDefKey;
|
|
99696
|
-
var businessId = that.ruleEngine.businessId;
|
|
99801
|
+
var businessId = that.ruleEngine.businessId; // ruleEngine.runtime = {};
|
|
99802
|
+
|
|
99697
99803
|
http['bpm-engine'].post('/api/engine/bpm/jump/latest/process/' + businessId + '/' + toTaskDefKey, ruleEngine).then(function (res) {
|
|
99698
99804
|
if (res.status == '1') {
|
|
99699
99805
|
that.$message.success(res.message);
|
|
@@ -100217,12 +100323,12 @@ bpm_grid_buttons.install = function (Vue) {
|
|
|
100217
100323
|
};
|
|
100218
100324
|
|
|
100219
100325
|
/* harmony default export */ var packages_bpm_grid_buttons = (bpm_grid_buttons);
|
|
100220
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
100221
|
-
var
|
|
100222
|
-
var
|
|
100326
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5fa0baa2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/bpm-form-tools/bpm-form-tools.vue?vue&type=template&id=80866bc8&
|
|
100327
|
+
var bpm_form_toolsvue_type_template_id_80866bc8_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-col',{staticStyle:{"text-align":"left"}},[_vm._l((_vm.MeritBPM.bpmBtns),function(bpmBtn){return _c('el-button',{key:bpmBtn.id,class:bpmBtn.id,staticStyle:{"margin-top":"5px"},attrs:{"type":bpmBtn.type},on:{"click":function($event){return _vm.BPMEventBus('doSend', bpmBtn)}}},[_vm._v(_vm._s(bpmBtn.name))])}),_c('bpm-user-select',{attrs:{"dialogVisible":_vm.MeritBPM.userSelectDialogVisible,"ruleEngine":_vm.ruleEngine},on:{"dialog-close":function($event){return _vm.BPMEventBus('bpmUserSelectClose', _vm.ruleEngine)},"dialog-save":function($event){return _vm.BPMEventBus('bpmUserSelectSave', _vm.ruleEngine)}}}),_c('bpm-opinion',{attrs:{"dialogVisible":_vm.MeritBPM.opinionDialogVisible,"ruleEngine":_vm.ruleEngine},on:{"dialog-close":function($event){return _vm.BPMEventBus('bpmOpinionClose', _vm.ruleEngine)},"dialog-save":function($event){return _vm.BPMEventBus('bpmOpinionSave', _vm.ruleEngine)}}}),_c('bpm-jump',{attrs:{"dialogVisible":_vm.MeritBPM.bpmJumpDialogVisible,"ruleEngine":_vm.ruleEngine},on:{"dialog-close":function($event){return _vm.BPMEventBus('bpmJumpClose', _vm.ruleEngine)},"dialog-save":function($event){return _vm.BPMEventBus('bpmJumpSave', _vm.ruleEngine)}}}),_c('bpm-jump-latest',{attrs:{"dialogVisible":_vm.MeritBPM.bpmJumpManagementDialogVisible,"ruleEngine":_vm.ruleEngine},on:{"dialog-close":function($event){return _vm.BPMEventBus('bpmJumpManagementClose', _vm.ruleEngine)},"dialog-save":function($event){return _vm.BPMEventBus('bpmJumpManagementSave', _vm.ruleEngine)}}}),_c('bpm-back-anylink',{attrs:{"dialogVisible":_vm.MeritBPM.bpmAnyLink,"ruleEngine":_vm.ruleEngine},on:{"dialog-close":function($event){return _vm.BPMEventBus('bpmRetRandomNodeStatusClose', _vm.ruleEngine)},"dialog-save":function($event){return _vm.BPMEventBus('bpmRetRandomNodeStatusSave', _vm.ruleEngine)}}}),_c('bpm-send-read',{attrs:{"dialogVisible":_vm.MeritBPM.sendReadDialogVisible,"ruleEngine":_vm.ruleEngine},on:{"dialog-close":function($event){return _vm.BPMEventBus('bpmSendReadClose', _vm.ruleEngine)},"dialog-save":function($event){return _vm.BPMEventBus('bpmSendReadSave', _vm.ruleEngine)}}}),_c('bpm-send-read-opinion',{attrs:{"dialogVisible":_vm.MeritBPM.sednReadOpinionDialogVisible,"ruleEngine":_vm.ruleEngine},on:{"dialog-close":function($event){return _vm.BPMEventBus('bpmSendReadOpinionClose', _vm.ruleEngine)},"dialog-save":function($event){return _vm.BPMEventBus('bpmSendReadOpinionSave', _vm.ruleEngine)}}}),_c('bpm-sign-opinion',{attrs:{"dialogVisible":_vm.MeritBPM.signOpinionDialogVisible,"ruleEngine":_vm.ruleEngine},on:{"dialog-close":function($event){return _vm.BPMEventBus('bpmSignOpinionClose', _vm.ruleEngine)},"dialog-save":function($event){return _vm.BPMEventBus('bpmSignOpinionSave', _vm.ruleEngine)}}}),_c('bpm-sign-select',{attrs:{"dialogVisible":_vm.MeritBPM.signDialogVisible,"ruleEngine":_vm.ruleEngine},on:{"dialog-close":function($event){return _vm.BPMEventBus('bpmSignClose', _vm.ruleEngine)},"dialog-save":function($event){return _vm.BPMEventBus('bpmSignSave', _vm.ruleEngine)}}})],2)}
|
|
100328
|
+
var bpm_form_toolsvue_type_template_id_80866bc8_staticRenderFns = []
|
|
100223
100329
|
|
|
100224
100330
|
|
|
100225
|
-
// CONCATENATED MODULE: ./packages/bpm-form-tools/bpm-form-tools.vue?vue&type=template&id=
|
|
100331
|
+
// CONCATENATED MODULE: ./packages/bpm-form-tools/bpm-form-tools.vue?vue&type=template&id=80866bc8&
|
|
100226
100332
|
|
|
100227
100333
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.string.replace.js
|
|
100228
100334
|
var es_string_replace = __webpack_require__("5319");
|
|
@@ -100451,13 +100557,9 @@ var es_string_replace = __webpack_require__("5319");
|
|
|
100451
100557
|
//关闭按钮事件,如果有父窗口,则调用父窗口的监听事件
|
|
100452
100558
|
if (window.opener && window.opener.refreshBpmGrid) {
|
|
100453
100559
|
window.opener.refreshBpmGrid();
|
|
100454
|
-
window.
|
|
100455
|
-
var win = window.open(' ', '_self');
|
|
100456
|
-
win.close();
|
|
100560
|
+
window.close();
|
|
100457
100561
|
} else {
|
|
100458
|
-
window.
|
|
100459
|
-
var win = window.open(' ', '_self');
|
|
100460
|
-
win.close();
|
|
100562
|
+
window.close();
|
|
100461
100563
|
}
|
|
100462
100564
|
}
|
|
100463
100565
|
}
|
|
@@ -100474,8 +100576,8 @@ var es_string_replace = __webpack_require__("5319");
|
|
|
100474
100576
|
|
|
100475
100577
|
var bpm_form_tools_component = normalizeComponent(
|
|
100476
100578
|
bpm_form_tools_bpm_form_toolsvue_type_script_lang_js_,
|
|
100477
|
-
|
|
100478
|
-
|
|
100579
|
+
bpm_form_toolsvue_type_template_id_80866bc8_render,
|
|
100580
|
+
bpm_form_toolsvue_type_template_id_80866bc8_staticRenderFns,
|
|
100479
100581
|
false,
|
|
100480
100582
|
null,
|
|
100481
100583
|
null,
|
|
@@ -100495,7 +100597,7 @@ bpm_form_tools.install = function (Vue) {
|
|
|
100495
100597
|
};
|
|
100496
100598
|
|
|
100497
100599
|
/* harmony default export */ var packages_bpm_form_tools = (bpm_form_tools);
|
|
100498
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
100600
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5fa0baa2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/bpm-jump-dialog/bpm-jump-dialog.vue?vue&type=template&id=5b32ac06&
|
|
100499
100601
|
var bpm_jump_dialogvue_type_template_id_5b32ac06_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('el-dialog',{attrs:{"title":_vm.opt.title,"visible":_vm.dialogVisible,"width":"700px","top":"8vh","before-close":_vm.handleClose,"close-on-click-modal":false,"append-to-body":"","custom-class":"bpmjump"},on:{"update:visible":function($event){_vm.dialogVisible=$event},"open":_vm.openDialog}},[_c('el-form',[_c('div',{staticStyle:{"padding":"10px 0px 30px 0px"}},[_c('el-row',[_c('el-col',{staticStyle:{"text-align":"left"},attrs:{"span":8}},[_vm._v(" "+_vm._s(_vm.$t('bpm.jump.choice_activity'))+" ")]),_c('el-col',{attrs:{"span":16}},[_c('span',{staticStyle:{"padding-right":"5px","line-height":"2.5"}},[_vm._v(" "+_vm._s(_vm.$t('bpm.jump.activity_name'))+" ")]),_c('el-select',{staticStyle:{"width":"200px"},attrs:{"placeholder":_vm.$t('bpm.jump.please_select')},on:{"change":_vm.handleChange},model:{value:(_vm.value),callback:function ($$v) {_vm.value=$$v},expression:"value"}},_vm._l((_vm.options),function(item){return _c('el-option',{key:item.value,attrs:{"label":item.label,"value":item.value}})}),1)],1)],1)],1),_c('div',[_c('el-row',{staticStyle:{"text-align":"left"}},[_c('el-col',{attrs:{"span":8}},[_vm._v(_vm._s(_vm.$t('bpm.jump.for_personnel')))])],1),_c('el-table',{ref:"eltableCurrentRow",attrs:{"data":_vm.initialTableData,"tooltip-effect":"dark","stripe":"","height":"150"},on:{"select":_vm.handleSelect,"select-all":_vm.handleSelectAll}},[_c('el-table-column',{attrs:{"type":"selection","width":"55"}}),_c('el-table-column',{attrs:{"prop":"name","label":_vm.$t('bpm.jump.name')}}),_c('el-table-column',{attrs:{"prop":"code","label":_vm.$t('bpm.jump.coding')}}),_c('el-table-column',{attrs:{"prop":"deptName","label":_vm.$t('bpm.jump.department')},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('div',{staticClass:"cell-hidden",attrs:{"title":scope.row.deptName}},[_vm._v(" "+_vm._s(scope.row.deptName)+" ")])]}}])})],1)],1),_c('div',{staticStyle:{"padding":"20px 0px 0px 0px"}},[_c('el-row',{staticStyle:{"text-align":"left"}},[_c('el-col',{attrs:{"span":8}},[_vm._v(_vm._s(_vm.$t('bpm.jump.selected_personnel_list')))])],1),_c('el-table',{attrs:{"data":_vm.selectTableData,"tooltip-effect":"dark","stripe":"","height":"150"},on:{"row-click":_vm.handleRowClick}},[_c('el-table-column',{attrs:{"width":"55"}}),_c('el-table-column',{attrs:{"prop":"name","label":_vm.$t('bpm.jump.name')}}),_c('el-table-column',{attrs:{"prop":"code","label":_vm.$t('bpm.jump.coding')}}),_c('el-table-column',{attrs:{"prop":"deptName","label":_vm.$t('bpm.jump.department')},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('div',{staticClass:"cell-hidden",attrs:{"title":scope.row.deptName}},[_vm._v(" "+_vm._s(scope.row.deptName)+" ")])]}}])})],1)],1)]),_c('span',{staticClass:"dialog-footer",attrs:{"slot":"footer"},slot:"footer"},[_c('el-button',{on:{"click":_vm.handleClose}},[_vm._v(_vm._s(_vm.$t('base.button.cancel')))]),_c('el-button',{attrs:{"type":"primary"},on:{"click":_vm.handleSave}},[_vm._v(_vm._s(_vm.$t('base.button.ok')))])],1)],1)],1)}
|
|
100500
100602
|
var bpm_jump_dialogvue_type_template_id_5b32ac06_staticRenderFns = []
|
|
100501
100603
|
|
|
@@ -100882,14 +100984,14 @@ bpm_jump_dialog.install = function (Vue) {
|
|
|
100882
100984
|
};
|
|
100883
100985
|
|
|
100884
100986
|
/* harmony default export */ var packages_bpm_jump_dialog = (bpm_jump_dialog);
|
|
100885
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
100987
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5fa0baa2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/bpm-jump-latest-dialog/bpm-jump-latest-dialog.vue?vue&type=template&id=5ff1b7b3&
|
|
100886
100988
|
var bpm_jump_latest_dialogvue_type_template_id_5ff1b7b3_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('el-dialog',{staticClass:"jumpDialog",attrs:{"title":_vm.opt.title,"visible":_vm.dialogVisible,"width":"900px","top":"2vh","before-close":_vm.handleClose,"close-on-click-modal":false,"append-to-body":""},on:{"update:visible":function($event){_vm.dialogVisible=$event},"open":_vm.openDialog}},[_c('el-container',[_c('el-aside',{staticStyle:{"height":"456px","width":"65%","margin-right":"0px","margin-left":"0px","background":"#e8ecf3"}},[_c('el-container',[_c('el-aside',{staticStyle:{"height":"456px","width":"35%","max-width":"400px","padding-top":"5px","margin":"0px","border-radius":"0px"}},[_c('v-tree')],1),_c('el-main',{staticStyle:{"height":"456px","width":"45%","padding":"0px","margin-left":"2px"}},[_c('div',{staticClass:"selected-grid"},[_c('el-row',[_c('el-col',{staticStyle:{"text-align":"left","padding":"7px 7px 0 7px"}},[_vm._v(" "+_vm._s(_vm.$t('bpm.jump.choice_activity'))+" ")])],1),_c('el-row',[_c('el-col',{attrs:{"align":"center"}},[_vm._v(_vm._s(_vm.$t('bpm.jump.activity_name'))+" "),_c('el-select',{staticStyle:{"width":"200px"},attrs:{"placeholder":_vm.$t('bpm.jump.please_select')},on:{"change":_vm.handleChange},model:{value:(_vm.value),callback:function ($$v) {_vm.value=$$v},expression:"value"}},_vm._l((_vm.options),function(item){return _c('el-option',{key:item.value,attrs:{"label":item.label,"value":item.value}})}),1)],1)],1),_c('el-row',[_c('el-col',{staticStyle:{"text-align":"left","padding":"7px 7px 0 7px"}},[_vm._v(_vm._s(_vm.$t('bpm.jump.for_personnel')))])],1),_c('el-table',{ref:"eltableCurrentRow",attrs:{"data":_vm.initialTableData,"height":_vm.tableHeight},on:{"select":_vm.handleSelect,"select-all":_vm.handleSelectAll}},[_c('el-table-column',{attrs:{"type":"selection"}}),_c('el-table-column',{attrs:{"prop":"name","label":_vm.$t('bpm.jump.name')},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('div',{staticClass:"cell-hidden",attrs:{"title":scope.row.name}},[_vm._v(" "+_vm._s(scope.row.name)+" ")])]}}])}),_c('el-table-column',{attrs:{"prop":"code","label":_vm.$t('bpm.jump.coding')},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('div',{staticClass:"cell-hidden",attrs:{"title":scope.row.code}},[_vm._v(" "+_vm._s(scope.row.code)+" ")])]}}])}),_c('el-table-column',{attrs:{"prop":"deptName","label":_vm.$t('bpm.jump.department')},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('div',{staticClass:"cell-hidden",attrs:{"title":scope.row.deptName}},[_vm._v(" "+_vm._s(scope.row.deptName)+" ")])]}}])})],1),(_vm.isShowPagination)?_c('el-pagination',{staticClass:"SourceGrid",attrs:{"current-page":_vm.currentPage,"page-size":_vm.pageSize,"layout":"total, prev, pager, next","total":_vm.total,"pager-count":_vm.pagerCount},on:{"size-change":_vm.handleSizeChange,"current-change":_vm.handleCurrentChange}}):_vm._e(),(_vm.isShowPagination == false)?_c('el-pagination',{staticClass:"SourceGrid",attrs:{"current-page":_vm.currentPage,"page-size":_vm.pageSize,"layout":"total, prev, pager, next","total":_vm.total,"pager-count":_vm.pagerCount},on:{"size-change":_vm.elSelectHandleSizeChange,"current-change":_vm.elSelectHandleCurrentChange}}):_vm._e()],1)])],1)],1),_c('el-main',{staticStyle:{"height":"456px","padding":"0px","width":"35%","margin-left":"10px"}},[_c('div',[_c('el-row',{staticStyle:{"float":"left","padding":"7px"}},[_vm._v(" "+_vm._s(_vm.$t('bpm.jump.selected_personnel_list'))+" ")]),_c('el-table',{attrs:{"data":_vm.selectTableData,"height":_vm.tableHeight + 85},on:{"row-click":_vm.handleRowClick}},[_c('el-table-column',{attrs:{"prop":"name","label":_vm.$t('bpm.jump.name')},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('div',{staticClass:"cell-hidden",attrs:{"title":scope.row.name}},[_vm._v(" "+_vm._s(scope.row.name)+" ")])]}}])}),_c('el-table-column',{attrs:{"prop":"code","label":_vm.$t('bpm.jump.coding')},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('div',{staticClass:"cell-hidden",attrs:{"title":scope.row.code}},[_vm._v(" "+_vm._s(scope.row.code)+" ")])]}}])}),_c('el-table-column',{attrs:{"prop":"deptName","label":_vm.$t('bpm.jump.department')},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('div',{staticClass:"cell-hidden",attrs:{"title":scope.row.deptName}},[_vm._v(" "+_vm._s(scope.row.deptName)+" ")])]}}])})],1)],1)])],1),_c('span',{staticClass:"dialog-footer",attrs:{"slot":"footer"},slot:"footer"},[_c('el-button',{on:{"click":_vm.handleClose}},[_vm._v(_vm._s(_vm.$t('base.button.cancel')))]),_c('el-button',{attrs:{"type":"primary"},on:{"click":_vm.handleSave}},[_vm._v(_vm._s(_vm.$t('base.button.ok')))])],1)],1)],1)}
|
|
100887
100989
|
var bpm_jump_latest_dialogvue_type_template_id_5ff1b7b3_staticRenderFns = []
|
|
100888
100990
|
|
|
100889
100991
|
|
|
100890
100992
|
// CONCATENATED MODULE: ./packages/bpm-jump-latest-dialog/bpm-jump-latest-dialog.vue?vue&type=template&id=5ff1b7b3&
|
|
100891
100993
|
|
|
100892
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
100994
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5fa0baa2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/bpm-jump-latest-dialog/Tree.vue?vue&type=template&id=114fea47&scoped=true&
|
|
100893
100995
|
var Treevue_type_template_id_114fea47_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-tree',{ref:"tree",staticClass:"flow-tree",attrs:{"load":_vm.loadNode,"data":_vm.treeNode,"lazy":"","node-key":"id","highlight-current":"","props":_vm.treeProps,"default-expanded-keys":_vm.defaultExpandedKeys},on:{"node-click":_vm.handelrNodeClick},scopedSlots:_vm._u([{key:"default",fn:function(ref){
|
|
100894
100996
|
var node = ref.node;
|
|
100895
100997
|
var data = ref.data;
|
|
@@ -101518,7 +101620,7 @@ bpm_jump_latest_dialog.install = function (Vue) {
|
|
|
101518
101620
|
};
|
|
101519
101621
|
|
|
101520
101622
|
/* harmony default export */ var packages_bpm_jump_latest_dialog = (bpm_jump_latest_dialog);
|
|
101521
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
101623
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5fa0baa2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/bpm-back-anylink-dialog/bpm-back-anylink-dialog.vue?vue&type=template&id=c378b3b6&
|
|
101522
101624
|
var bpm_back_anylink_dialogvue_type_template_id_c378b3b6_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('el-dialog',{attrs:{"title":_vm.opt.title,"visible":_vm.dialogVisible,"width":"650px","top":"8vh","before-close":_vm.handleClose,"close-on-click-modal":false,"append-to-body":"","custom-class":"bpmjump"},on:{"update:visible":function($event){_vm.dialogVisible=$event},"open":_vm.openDialog}},[_c('el-form',[_c('div',{staticStyle:{"padding":"10px 0px 30px 0px"}},[_c('el-row',[_c('el-col',{staticStyle:{"padding-right":"140px"},attrs:{"span":8}},[_vm._v(" "+_vm._s(_vm.$t('bpm.back_anyLink.choice_activity'))+" ")])],1),_c('el-row',{attrs:{"type":"flex","justify":"center"}},[_c('span',{staticStyle:{"padding-right":"5px","line-height":"2"}},[_vm._v(" "+_vm._s(_vm.$t('bpm.back_anyLink.activity_name'))+" ")]),_c('el-select',{staticStyle:{"width":"200px"},attrs:{"placeholder":_vm.$t('bpm.back_anyLink.please_select')},on:{"change":_vm.handleChange},model:{value:(_vm.value),callback:function ($$v) {_vm.value=$$v},expression:"value"}},_vm._l((_vm.options),function(item){return _c('el-option',{key:item.value,attrs:{"label":item.label,"value":item.value}})}),1)],1)],1),_c('div',[_c('el-row',[_c('el-col',{staticStyle:{"padding-right":"140px"},attrs:{"span":8}},[_vm._v(_vm._s(_vm.$t('bpm.back_anyLink.for_personnel')))])],1),_c('el-table',{ref:"eltableCurrentRow",attrs:{"data":_vm.initialTableData,"tooltip-effect":"dark","stripe":"","height":"150"},on:{"select":_vm.handleSelect,"select-all":_vm.handleSelectAll}},[_c('el-table-column',{attrs:{"type":"selection","width":"55"}}),_c('el-table-column',{attrs:{"prop":"name","label":_vm.$t('bpm.back_anyLink.name')},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('div',{staticClass:"cell-hidden",attrs:{"title":scope.row.name}},[_vm._v(" "+_vm._s(scope.row.name)+" ")])]}}])}),_c('el-table-column',{attrs:{"prop":"code","label":_vm.$t('bpm.back_anyLink.coding')},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('div',{staticClass:"cell-hidden",attrs:{"title":scope.row.code}},[_vm._v(" "+_vm._s(scope.row.code)+" ")])]}}])}),_c('el-table-column',{attrs:{"prop":"deptName","label":_vm.$t('bpm.back_anyLink.department')},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('div',{staticClass:"cell-hidden",attrs:{"title":scope.row.deptName}},[_vm._v(" "+_vm._s(scope.row.deptName)+" ")])]}}])})],1)],1),_c('div',{staticStyle:{"padding":"20px 0px 0px 0px"}},[_c('el-row',[_c('el-col',{staticStyle:{"padding-right":"140px"},attrs:{"span":8}},[_vm._v(_vm._s(_vm.$t('bpm.back_anyLink.selected_personnel_list')))])],1),_c('el-table',{attrs:{"data":_vm.selectTableData,"tooltip-effect":"dark","stripe":"","height":"150"},on:{"row-click":_vm.handleRowClick}},[_c('el-table-column',{attrs:{"width":"55"}}),_c('el-table-column',{attrs:{"prop":"name","label":_vm.$t('bpm.back_anyLink.name')},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('div',{staticClass:"cell-hidden",attrs:{"title":scope.row.name}},[_vm._v(" "+_vm._s(scope.row.name)+" ")])]}}])}),_c('el-table-column',{attrs:{"prop":"code","label":_vm.$t('bpm.back_anyLink.coding')},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('div',{staticClass:"cell-hidden",attrs:{"title":scope.row.code}},[_vm._v(" "+_vm._s(scope.row.code)+" ")])]}}])}),_c('el-table-column',{attrs:{"prop":"deptName","label":_vm.$t('bpm.back_anyLink.department')},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('div',{staticClass:"cell-hidden",attrs:{"title":scope.row.deptName}},[_vm._v(" "+_vm._s(scope.row.deptName)+" ")])]}}])})],1)],1)]),_c('span',{staticClass:"dialog-footer",attrs:{"slot":"footer"},slot:"footer"},[_c('el-button',{on:{"click":_vm.handleClose}},[_vm._v(_vm._s(_vm.$t('base.button.cancel')))]),_c('el-button',{attrs:{"type":"primary"},on:{"click":_vm.handleSave}},[_vm._v(_vm._s(_vm.$t('base.button.ok')))])],1)],1)],1)}
|
|
101523
101625
|
var bpm_back_anylink_dialogvue_type_template_id_c378b3b6_staticRenderFns = []
|
|
101524
101626
|
|
|
@@ -101949,21 +102051,21 @@ bpm_back_anylink_dialog.install = function (Vue) {
|
|
|
101949
102051
|
};
|
|
101950
102052
|
|
|
101951
102053
|
/* harmony default export */ var packages_bpm_back_anylink_dialog = (bpm_back_anylink_dialog);
|
|
101952
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
102054
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5fa0baa2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/bpm-send-read-dialog/bpm-send-read.vue?vue&type=template&id=acaf86ae&
|
|
101953
102055
|
var bpm_send_readvue_type_template_id_acaf86ae_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('el-dialog',{staticClass:"jumpDialog",attrs:{"title":_vm.opt.title,"visible":_vm.dialogVisible,"width":"900px","top":"2vh","before-close":_vm.handleClose,"close-on-click-modal":false,"append-to-body":""},on:{"update:visible":function($event){_vm.dialogVisible=$event},"open":_vm.openDialog}},[(_vm.ok)?_c('v-bpm-next-node',{attrs:{"nextNode":_vm.nextNodes}}):_vm._e(),_c('span',{staticClass:"dialog-footer",attrs:{"slot":"footer"},slot:"footer"},[_c('el-button',{on:{"click":_vm.handleClose}},[_vm._v(_vm._s(_vm.$t('base.button.cancel')))]),_c('el-button',{attrs:{"type":"primary"},on:{"click":_vm.handleSave}},[_vm._v(_vm._s(_vm.$t('base.button.ok')))])],1)],1)],1)}
|
|
101954
102056
|
var bpm_send_readvue_type_template_id_acaf86ae_staticRenderFns = []
|
|
101955
102057
|
|
|
101956
102058
|
|
|
101957
102059
|
// CONCATENATED MODULE: ./packages/bpm-send-read-dialog/bpm-send-read.vue?vue&type=template&id=acaf86ae&
|
|
101958
102060
|
|
|
101959
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
102061
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5fa0baa2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/bpm-send-read-dialog/bpm-next-node.vue?vue&type=template&id=50bc7879&
|
|
101960
102062
|
var bpm_next_nodevue_type_template_id_50bc7879_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-container',[_c('el-aside',{staticStyle:{"height":"456px","width":"65%","margin-right":"0px","margin-left":"0px","background":"#e8ecf3"}},[_c('el-container',[_c('el-aside',{staticStyle:{"height":"456px","width":"40%","max-width":"400px","padding-top":"5px","margin":"0px","border-radius":"0px"}},[_c('v-tree',{attrs:{"opt":_vm.nextNode}})],1),_c('el-main',{staticStyle:{"height":"456px","width":"45%","padding":"0px","margin-left":"2px"}},[_c('v-source-grid',{attrs:{"opt":_vm.nextNode}})],1)],1)],1),_c('el-main',{staticStyle:{"height":"456px","padding":"0px","padding-bottom":"0px","width":"35%","margin-left":"10px"}},[_c('v-select-grid',{attrs:{"opt":_vm.nextNode}})],1)],1)}
|
|
101961
102063
|
var bpm_next_nodevue_type_template_id_50bc7879_staticRenderFns = []
|
|
101962
102064
|
|
|
101963
102065
|
|
|
101964
102066
|
// CONCATENATED MODULE: ./packages/bpm-send-read-dialog/bpm-next-node.vue?vue&type=template&id=50bc7879&
|
|
101965
102067
|
|
|
101966
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
102068
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5fa0baa2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/bpm-send-read-dialog/SelectedGrid.vue?vue&type=template&id=6691bd0b&scoped=true&
|
|
101967
102069
|
var SelectedGridvue_type_template_id_6691bd0b_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('el-row',{staticStyle:{"float":"left","padding":"11px 7px 3px 9px"}},[_vm._v(_vm._s(_vm.$t('base.selected_list')))]),_c('el-table',{staticStyle:{"width":"100%"},attrs:{"data":_vm.tableData,"stripe":"","height":_vm.tableHeight,"element-loading-text":_vm.$t('base.table.loading'),"element-loading-spinner":"el-icon-loading"},on:{"row-click":_vm.handleRowClick}},[_c('el-table-column',{attrs:{"prop":"name","label":_vm.$t('base.user.name'),"fit":"true"},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('div',{staticClass:"cell-hidden",attrs:{"title":scope.row.name}},[_vm._v(" "+_vm._s(scope.row.name)+" ")])]}}])}),_c('el-table-column',{attrs:{"prop":"code","label":_vm.$t('base.user.user_name'),"fit":"true"},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('div',{staticClass:"cell-hidden",attrs:{"title":scope.row.code}},[_vm._v(" "+_vm._s(scope.row.code)+" ")])]}}])}),_c('el-table-column',{attrs:{"prop":"deptName","label":_vm.$t('base.dept.name'),"fit":"true"},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('div',{staticClass:"cell-hidden",attrs:{"title":scope.row.deptName}},[_vm._v(" "+_vm._s(scope.row.deptName)+" ")])]}}])})],1)],1)}
|
|
101968
102070
|
var SelectedGridvue_type_template_id_6691bd0b_scoped_true_staticRenderFns = []
|
|
101969
102071
|
|
|
@@ -102084,7 +102186,7 @@ var SelectedGrid_component = normalizeComponent(
|
|
|
102084
102186
|
)
|
|
102085
102187
|
|
|
102086
102188
|
/* harmony default export */ var bpm_send_read_dialog_SelectedGrid = (SelectedGrid_component.exports);
|
|
102087
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
102189
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5fa0baa2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/bpm-send-read-dialog/SourceGrid.vue?vue&type=template&id=1f1c0918&
|
|
102088
102190
|
var SourceGridvue_type_template_id_1f1c0918_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('el-row',{staticStyle:{"padding":"5px"},attrs:{"justify":"space-between"}},[_c('el-col',{staticStyle:{"float":"left","padding-right":"40px","margin-top":"5px","padding-left":"2px"},attrs:{"span":7}},[_vm._v(_vm._s(_vm.$t('base.list_alternatives')))]),(_vm.opt.showSearch)?_c('el-col',{staticStyle:{"float":"right"},attrs:{"span":17}},[_c('el-input',{attrs:{"placeholder":"请输入姓名或编码","clearable":""},on:{"change":_vm.requestGridData},model:{value:(_vm.searchName),callback:function ($$v) {_vm.searchName=$$v},expression:"searchName"}},[_c('el-button',{staticClass:"el-icon-search-button",attrs:{"slot":"append","icon":"el-icon-search"},on:{"click":_vm.requestGridData},slot:"append"})],1)],1):_vm._e()],1),_c('el-table',{ref:"sourceGrid",staticStyle:{"width":"100%"},attrs:{"data":_vm.empTableData,"stripe":"","height":_vm.tableHeight,"element-loading-text":_vm.$t('base.table.loading'),"element-loading-spinner":"el-icon-loading","element-loading-background":"rgba(255, 255, 255, 0.8)"},on:{"select-all":_vm.handleSelectAll,"select":_vm.handleSelect,"row-click":_vm.handleRowClick}},[_c('div',{}),_c('el-table-column',{staticStyle:{"height":"18px"},attrs:{"type":"selection"}}),_c('el-table-column',{attrs:{"prop":"name","label":_vm.$t('base.user.name'),"fit":"true"},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('div',{staticClass:"cell-hidden",attrs:{"title":scope.row.name}},[_vm._v(" "+_vm._s(scope.row.name)+" ")])]}}])}),_c('el-table-column',{attrs:{"prop":"code","label":_vm.$t('base.user.user_name'),"fit":"true"},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('div',{staticClass:"cell-hidden",attrs:{"title":scope.row.code}},[_vm._v(" "+_vm._s(scope.row.code)+" ")])]}}])}),_c('el-table-column',{attrs:{"prop":"deptName","label":_vm.$t('base.dept.name'),"fit":"true"},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('div',{staticClass:"cell-hidden",attrs:{"title":scope.row.deptName}},[_vm._v(" "+_vm._s(scope.row.deptName)+" ")])]}}])})],1),_c('el-pagination',{staticClass:"SourceGrid",attrs:{"current-page":_vm.currentPage,"page-size":_vm.pageSize,"layout":"total, prev, pager, next","total":_vm.empTotal,"pager-count":_vm.pagerCount},on:{"size-change":_vm.handleSizeChange,"current-change":_vm.handleCurrentChange}})],1)}
|
|
102089
102191
|
var SourceGridvue_type_template_id_1f1c0918_staticRenderFns = []
|
|
102090
102192
|
|
|
@@ -102491,7 +102593,7 @@ var bpm_send_read_dialog_SourceGrid_component = normalizeComponent(
|
|
|
102491
102593
|
)
|
|
102492
102594
|
|
|
102493
102595
|
/* harmony default export */ var bpm_send_read_dialog_SourceGrid = (bpm_send_read_dialog_SourceGrid_component.exports);
|
|
102494
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
102596
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5fa0baa2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/bpm-send-read-dialog/Tree.vue?vue&type=template&id=09e24fa3&
|
|
102495
102597
|
var Treevue_type_template_id_09e24fa3_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-tree',{ref:"tree",staticClass:"flow-tree",attrs:{"data":_vm.treeNode,"node-key":"id","props":_vm.treeProps,"highlight-current":"","default-expanded-keys":['1']},on:{"node-click":_vm.handelrNodeClick},scopedSlots:_vm._u([{key:"default",fn:function(ref){
|
|
102496
102598
|
var node = ref.node;
|
|
102497
102599
|
var data = ref.data;
|
|
@@ -102807,7 +102909,7 @@ bpm_send_read.install = function (Vue) {
|
|
|
102807
102909
|
};
|
|
102808
102910
|
|
|
102809
102911
|
/* harmony default export */ var bpm_send_read_dialog = (bpm_send_read);
|
|
102810
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
102912
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5fa0baa2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/bpm-send-read-opinion-dialog/bpm-send-read-opinion.vue?vue&type=template&id=0c6391d2&
|
|
102811
102913
|
var bpm_send_read_opinionvue_type_template_id_0c6391d2_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('el-dialog',{attrs:{"title":_vm.opt.title,"visible":_vm.dialogVisible,"width":"650px","top":"8vh","before-close":_vm.handleClose,"close-on-click-modal":false,"append-to-body":""},on:{"update:visible":function($event){_vm.dialogVisible=$event},"open":_vm.openDialog}},[_c('el-form',{ref:"procOpinion",attrs:{"rules":_vm.rules,"model":_vm.procOpinion,"label-width":"80px","label-position":"right"}},[_c('el-row',[_c('el-form-item',{attrs:{"label":_vm.$t('bpm.send_read_opinion.opinion_area')}},[_c('el-tabs',{staticClass:"cloud-opinion-area",model:{value:(_vm.activeOpinionArea),callback:function ($$v) {_vm.activeOpinionArea=$$v},expression:"activeOpinionArea"}},[_c('el-tab-pane',{attrs:{"label":_vm.$t('bpm.send_read_opinion.common_opinion')}},[_c('el-row',{staticClass:"cloud-opinion-area-tab-pane"},_vm._l((_vm.commonOpinions),function(commonOpinion){return _c('el-row',{key:commonOpinion},[_c('el-col',[_c('div',{staticClass:"cloud-opinion-area-item",on:{"click":function($event){return _vm.handleOpnionSelect(commonOpinion)}}},[_vm._v(" "+_vm._s(commonOpinion)+" ")])])],1)}),1)],1),_c('el-tab-pane',{attrs:{"label":_vm.$t('bpm.send_read_opinion.personal_opinion')}},[_c('el-row',{staticClass:"cloud-opinion-area-tab-pane"},_vm._l((_vm.personalOpinions),function(personalOpinion){return _c('el-row',{key:personalOpinion},[_c('el-col',[_c('div',{staticClass:"cloud-opinion-area-item",on:{"click":function($event){return _vm.handleOpnionSelect(personalOpinion)}}},[_vm._v(" "+_vm._s(personalOpinion)+" ")])])],1)}),1)],1)],1)],1)],1),_c('el-row',{staticClass:"cloud-opinion-area-tab-pane"},[_c('div',{staticClass:"cloud-opinion-area-item"},[_c('el-form-item',{attrs:{"label":_vm.$t('bpm.send_read_opinion.opinion_content'),"prop":"content"}},[_c('el-input',{staticStyle:{"width":"100%"},attrs:{"type":"textarea","maxlength":255,"show-word-limit":"","autosize":{ minRows: 4, maxRows: 4 }},model:{value:(_vm.procOpinion.content),callback:function ($$v) {_vm.$set(_vm.procOpinion, "content", $$v)},expression:"procOpinion.content"}})],1)],1)])],1),_c('span',{staticClass:"dialog-footer",attrs:{"slot":"footer"},slot:"footer"},[_c('el-button',{on:{"click":_vm.handleClose}},[_vm._v(_vm._s(_vm.$t('base.button.cancel')))]),_c('el-button',{attrs:{"type":"primary"},on:{"click":_vm.handleSave}},[_vm._v(_vm._s(_vm.$t('base.button.ok')))])],1)],1)],1)}
|
|
102812
102914
|
var bpm_send_read_opinionvue_type_template_id_0c6391d2_staticRenderFns = []
|
|
102813
102915
|
|
|
@@ -103077,7 +103179,7 @@ bpm_send_read_opinion.install = function (Vue) {
|
|
|
103077
103179
|
};
|
|
103078
103180
|
|
|
103079
103181
|
/* harmony default export */ var bpm_send_read_opinion_dialog = (bpm_send_read_opinion);
|
|
103080
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
103182
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5fa0baa2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/bpm-sign-opinion-dialog/bpm-sign-opinion.vue?vue&type=template&id=2949d0f7&
|
|
103081
103183
|
var bpm_sign_opinionvue_type_template_id_2949d0f7_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('el-dialog',{attrs:{"title":_vm.opt.title,"visible":_vm.dialogVisible,"width":"650px","top":"8vh","before-close":_vm.handleClose,"close-on-click-modal":false,"append-to-body":""},on:{"update:visible":function($event){_vm.dialogVisible=$event},"open":_vm.openDialog}},[_c('el-form',{ref:"procOpinion",attrs:{"rules":_vm.rules,"model":_vm.procOpinion,"label-width":"80px","label-position":"right"}},[_c('el-row',[_c('el-form-item',{attrs:{"label":_vm.$t('bpm.sign_opinion.opinion_area')}},[_c('el-tabs',{staticClass:"cloud-opinion-area",model:{value:(_vm.activeOpinionArea),callback:function ($$v) {_vm.activeOpinionArea=$$v},expression:"activeOpinionArea"}},[_c('el-tab-pane',{attrs:{"label":_vm.$t('bpm.sign_opinion.common_opinion')}},[_c('el-row',{staticClass:"cloud-opinion-area-tab-pane"},_vm._l((_vm.commonOpinions),function(commonOpinion){return _c('el-row',{key:commonOpinion},[_c('el-col',[_c('div',{staticClass:"cloud-opinion-area-item",on:{"click":function($event){return _vm.handleOpnionSelect(commonOpinion)}}},[_vm._v(" "+_vm._s(commonOpinion)+" ")])])],1)}),1)],1),_c('el-tab-pane',{attrs:{"label":_vm.$t('bpm.sign_opinion.personal_opinion')}},[_c('el-row',{staticClass:"cloud-opinion-area-tab-pane"},_vm._l((_vm.personalOpinions),function(personalOpinion){return _c('el-row',{key:personalOpinion},[_c('el-col',[_c('div',{staticClass:"cloud-opinion-area-item",on:{"click":function($event){return _vm.handleOpnionSelect(personalOpinion)}}},[_vm._v(" "+_vm._s(personalOpinion)+" ")])])],1)}),1)],1)],1)],1)],1),_c('el-row',{staticClass:"cloud-opinion-area-tab-pane"},[_c('div',{staticClass:"cloud-opinion-area-item"},[_c('el-form-item',{attrs:{"label":_vm.$t('bpm.sign_opinion.opinion_content'),"prop":"content"}},[_c('el-input',{staticStyle:{"width":"100%"},attrs:{"type":"textarea","maxlength":200,"show-word-limit":"","autosize":{ minRows: 4, maxRows: 4 }},model:{value:(_vm.procOpinion.content),callback:function ($$v) {_vm.$set(_vm.procOpinion, "content", $$v)},expression:"procOpinion.content"}})],1)],1)])],1),_c('span',{staticClass:"dialog-footer",attrs:{"slot":"footer"},slot:"footer"},[_c('el-button',{on:{"click":_vm.handleClose}},[_vm._v(_vm._s(_vm.$t('base.button.cancel')))]),_c('el-button',{attrs:{"type":"primary"},on:{"click":_vm.handleSave}},[_vm._v(_vm._s(_vm.$t('base.button.ok')))])],1)],1)],1)}
|
|
103082
103184
|
var bpm_sign_opinionvue_type_template_id_2949d0f7_staticRenderFns = []
|
|
103083
103185
|
|
|
@@ -103345,21 +103447,21 @@ bpm_sign_opinion.install = function (Vue) {
|
|
|
103345
103447
|
};
|
|
103346
103448
|
|
|
103347
103449
|
/* harmony default export */ var bpm_sign_opinion_dialog = (bpm_sign_opinion);
|
|
103348
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
103450
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5fa0baa2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/bpm-sign-dialog/bpm-sign-select.vue?vue&type=template&id=75954348&
|
|
103349
103451
|
var bpm_sign_selectvue_type_template_id_75954348_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('el-dialog',{staticClass:"jumpDialog",attrs:{"title":_vm.opt.title,"visible":_vm.dialogVisible,"width":"900px","top":"2vh","before-close":_vm.handleClose,"close-on-click-modal":false,"append-to-body":""},on:{"update:visible":function($event){_vm.dialogVisible=$event},"open":_vm.openDialog}},[_c('v-bpm-next-node',{ref:"tabledate",attrs:{"nextNode":_vm.resultData}}),_c('span',{staticClass:"dialog-footer",attrs:{"slot":"footer"},slot:"footer"},[_c('el-button',{on:{"click":_vm.handleClose}},[_vm._v(_vm._s(_vm.$t('base.button.cancel')))]),_c('el-button',{attrs:{"type":"primary"},on:{"click":_vm.handleSave}},[_vm._v(_vm._s(_vm.$t('base.button.ok')))])],1)],1)],1)}
|
|
103350
103452
|
var bpm_sign_selectvue_type_template_id_75954348_staticRenderFns = []
|
|
103351
103453
|
|
|
103352
103454
|
|
|
103353
103455
|
// CONCATENATED MODULE: ./packages/bpm-sign-dialog/bpm-sign-select.vue?vue&type=template&id=75954348&
|
|
103354
103456
|
|
|
103355
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
103457
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5fa0baa2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/bpm-sign-dialog/bpm-next-node.vue?vue&type=template&id=501929c0&
|
|
103356
103458
|
var bpm_next_nodevue_type_template_id_501929c0_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-container',[_c('el-aside',{staticStyle:{"height":"456px","width":"65%","margin-right":"0px","margin-left":"0px"}},[_c('el-container',[_c('el-aside',{staticStyle:{"height":"456px","width":"40%","max-width":"400px","padding-top":"5px","margin":"0px","border-radius":"0px"}},[_c('v-tree',{attrs:{"opt":_vm.nextNode}})],1),_c('el-main',{staticStyle:{"height":"456px","width":"45%","padding":"0px","margin-left":"2px"}},[_c('v-source-grid',{attrs:{"opt":_vm.nextNode}})],1)],1)],1),_c('el-main',{staticStyle:{"height":"456px","padding":"0px","padding-bottom":"0px","width":"35%","margin-left":"10px"}},[_c('v-select-grid',{ref:"selectGrid",attrs:{"opt":_vm.nextNode}})],1)],1)}
|
|
103357
103459
|
var bpm_next_nodevue_type_template_id_501929c0_staticRenderFns = []
|
|
103358
103460
|
|
|
103359
103461
|
|
|
103360
103462
|
// CONCATENATED MODULE: ./packages/bpm-sign-dialog/bpm-next-node.vue?vue&type=template&id=501929c0&
|
|
103361
103463
|
|
|
103362
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
103464
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5fa0baa2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/bpm-sign-dialog/SelectedGrid.vue?vue&type=template&id=8c5f831e&scoped=true&
|
|
103363
103465
|
var SelectedGridvue_type_template_id_8c5f831e_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('el-row',{staticStyle:{"float":"left","padding":"11px 7px 3px 9px"}},[_vm._v(_vm._s(_vm.$t('base.selected_list')))]),_c('el-table',{staticStyle:{"width":"100%"},attrs:{"data":_vm.tableData,"stripe":"","height":_vm.tableHeight,"element-loading-text":_vm.$t('base.table.loading'),"element-loading-spinner":"el-icon-loading"},on:{"row-click":_vm.handleRowClick}},[_c('el-table-column',{attrs:{"prop":"name","label":_vm.$t('base.user.name'),"fit":"true"},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('div',{staticClass:"cell-hidden",attrs:{"title":scope.row.name}},[_vm._v(" "+_vm._s(scope.row.name)+" ")])]}}])}),_c('el-table-column',{attrs:{"prop":"code","label":_vm.$t('base.user.user_name'),"fit":"true"},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('div',{staticClass:"cell-hidden",attrs:{"title":scope.row.code}},[_vm._v(" "+_vm._s(scope.row.code)+" ")])]}}])}),_c('el-table-column',{attrs:{"prop":"deptName","label":_vm.$t('base.dept.name'),"fit":"true"},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('div',{staticClass:"cell-hidden",attrs:{"title":scope.row.deptName}},[_vm._v(" "+_vm._s(scope.row.deptName)+" ")])]}}])})],1)],1)}
|
|
103364
103466
|
var SelectedGridvue_type_template_id_8c5f831e_scoped_true_staticRenderFns = []
|
|
103365
103467
|
|
|
@@ -103483,7 +103585,7 @@ var bpm_sign_dialog_SelectedGrid_component = normalizeComponent(
|
|
|
103483
103585
|
)
|
|
103484
103586
|
|
|
103485
103587
|
/* harmony default export */ var bpm_sign_dialog_SelectedGrid = (bpm_sign_dialog_SelectedGrid_component.exports);
|
|
103486
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
103588
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5fa0baa2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/bpm-sign-dialog/SourceGrid.vue?vue&type=template&id=842d6510&scoped=true&
|
|
103487
103589
|
var SourceGridvue_type_template_id_842d6510_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('el-row',{staticStyle:{"padding":"5px"},attrs:{"justify":"space-between"}},[_c('el-col',{staticStyle:{"float":"left","padding-right":"40px","margin-top":"5px","padding-left":"2px"},attrs:{"span":7}},[_vm._v(_vm._s(_vm.$t('base.list_alternatives')))]),_c('el-col',{staticStyle:{"float":"right"},attrs:{"span":17}},[_c('el-input',{attrs:{"placeholder":"请输入姓名或编码","clearable":""},on:{"change":_vm.requestGridData},model:{value:(_vm.searchName),callback:function ($$v) {_vm.searchName=$$v},expression:"searchName"}},[_c('el-button',{staticClass:"el-icon-search-button",attrs:{"slot":"append","icon":"el-icon-search"},on:{"click":_vm.requestGridData},slot:"append"})],1)],1)],1),_c('el-table',{ref:"sourceGrid",staticStyle:{"width":"100%"},attrs:{"data":_vm.empTableData,"stripe":"","ruleEngine":_vm.ruleEngine,"height":_vm.tableHeight,"element-loading-text":_vm.$t('base.table.loading'),"element-loading-spinner":"el-icon-loading","element-loading-background":"rgba(255, 255, 255, 0.8)"},on:{"select-all":_vm.handleSelectAll,"select":_vm.handleSelect,"row-click":_vm.handleRowClick}},[_c('div',{}),(_vm.notOnlyApprove)?_c('el-table-column',{staticStyle:{"height":"18px"},attrs:{"type":"selection"}}):_vm._e(),_c('el-table-column',{attrs:{"prop":"name","label":_vm.$t('base.user.name'),"fit":"true"},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('div',{staticClass:"cell-hidden",attrs:{"title":scope.row.name}},[_vm._v(" "+_vm._s(scope.row.name)+" ")])]}}])}),_c('el-table-column',{attrs:{"prop":"code","label":_vm.$t('base.user.user_name'),"fit":"true"},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('div',{staticClass:"cell-hidden",attrs:{"title":scope.row.code}},[_vm._v(" "+_vm._s(scope.row.code)+" ")])]}}])}),_c('el-table-column',{attrs:{"prop":"deptName","label":_vm.$t('base.dept.name'),"fit":"true"},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('div',{staticClass:"cell-hidden",attrs:{"title":scope.row.deptName}},[_vm._v(" "+_vm._s(scope.row.deptName)+" ")])]}}])})],1),_c('el-pagination',{staticClass:"SourceGrid",attrs:{"current-page":_vm.currentPage,"page-size":_vm.pageSize,"layout":"total, prev, pager, next","total":_vm.empTotal,"pager-count":_vm.pagerCount},on:{"size-change":_vm.handleSizeChange,"current-change":_vm.handleCurrentChange}})],1)}
|
|
103488
103590
|
var SourceGridvue_type_template_id_842d6510_scoped_true_staticRenderFns = []
|
|
103489
103591
|
|
|
@@ -103904,7 +104006,7 @@ var bpm_sign_dialog_SourceGrid_component = normalizeComponent(
|
|
|
103904
104006
|
)
|
|
103905
104007
|
|
|
103906
104008
|
/* harmony default export */ var bpm_sign_dialog_SourceGrid = (bpm_sign_dialog_SourceGrid_component.exports);
|
|
103907
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
104009
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5fa0baa2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/bpm-sign-dialog/Tree.vue?vue&type=template&id=7637a73d&
|
|
103908
104010
|
var Treevue_type_template_id_7637a73d_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticStyle:{"height":"100%","width":"100%"}},[_c('el-row',[_c('el-col',{staticStyle:{"padding":"4px"},attrs:{"span":24}},[_c('el-input',{attrs:{"placeholder":"请输入名称或编码","clearable":"","suffix-icon":"el-icon-search"},on:{"clear":_vm.restart,"change":_vm.searchTree},nativeOn:{"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.searchTree($event)}},model:{value:(_vm.searchName),callback:function ($$v) {_vm.searchName=$$v},expression:"searchName"}})],1)],1),_c('el-row',{staticStyle:{"height":"calc(100% - 36px)","overflow-y":"auto"}},[_c('div',[_c('el-tree',{directives:[{name:"show",rawName:"v-show",value:(_vm.isShow),expression:"isShow"}],ref:"tree",staticClass:"flow-tree",staticStyle:{"height":"395px!important"},attrs:{"data":_vm.treeNode,"node-key":"id","props":_vm.treeProps,"highlight-current":"","default-expanded-keys":_vm.defaultExpandedKeys},on:{"node-click":_vm.handelrNodeClick},scopedSlots:_vm._u([{key:"default",fn:function(ref){
|
|
103909
104011
|
var node = ref.node;
|
|
103910
104012
|
var data = ref.data;
|
|
@@ -104376,7 +104478,7 @@ bpm_sign_select.install = function (Vue) {
|
|
|
104376
104478
|
};
|
|
104377
104479
|
|
|
104378
104480
|
/* harmony default export */ var bpm_sign_dialog = (bpm_sign_select);
|
|
104379
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
104481
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5fa0baa2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/bpm-grid-buttons-new/bpm-grid-buttons-new.vue?vue&type=template&id=4ddc8a82&
|
|
104380
104482
|
var bpm_grid_buttons_newvue_type_template_id_4ddc8a82_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-col',{staticClass:"cloud-bpm-grid-buttons",attrs:{"span":7}},[(_vm.MeritBPM.procCreatePermit)?_c('el-button',{staticClass:"cloud-bpm-grid-button",attrs:{"disabled":_vm.isDisabledAddButton,"type":"primary","icon":"el-icon-plus"},on:{"click":_vm.createBpm}},[_vm._v(_vm._s(_vm.$t('base.button.create')))]):_vm._e(),_c('el-dropdown',{directives:[{name:"show",rawName:"v-show",value:(_vm.isShowButton),expression:"isShowButton"}],staticClass:"cloud-bpm-grid-button",on:{"command":_vm.queryBpm}},[_c('el-button',{attrs:{"type":_vm.getMyType}},[_vm._v(" "+_vm._s(_vm.$t(_vm.bpmStatusLabel(1)))+" "),_c('i',{staticClass:"el-icon-arrow-down el-icon--right"})]),_c('el-dropdown-menu',{attrs:{"slot":"dropdown"},slot:"dropdown"},[_c('el-dropdown-item',{attrs:{"command":"my"}},[_vm._v(_vm._s(_vm.$t('bpm.button.my')))]),_c('el-dropdown-item',{attrs:{"command":"mydraft"}},[_vm._v(_vm._s(_vm.$t('bpm.button.mydraft')))]),_c('el-dropdown-item',{attrs:{"command":"mytrack"}},[_vm._v(_vm._s(_vm.$t('bpm.button.mytrack')))]),_c('el-dropdown-item',{attrs:{"command":"myover"}},[_vm._v(_vm._s(_vm.$t('bpm.button.myover')))])],1)],1),_c('el-dropdown',{directives:[{name:"show",rawName:"v-show",value:(_vm.isShowButton),expression:"isShowButton"}],staticClass:"cloud-bpm-grid-button",on:{"command":_vm.queryBpm}},[_c('el-button',{attrs:{"type":_vm.getMyApproveType}},[_vm._v(" "+_vm._s(_vm.$t(_vm.bpmStatusLabel(2)))+" "),_c('i',{staticClass:"el-icon-arrow-down el-icon--right"})]),_c('el-dropdown-menu',{attrs:{"slot":"dropdown"},slot:"dropdown"},[_c('el-dropdown-item',{attrs:{"command":"approve"}},[_vm._v(_vm._s(_vm.$t('bpm.button.approve')))]),_c('el-dropdown-item',{attrs:{"command":"approving"}},[_vm._v(_vm._s(_vm.$t('bpm.button.approving')))]),_c('el-dropdown-item',{attrs:{"command":"approved"}},[_vm._v(_vm._s(_vm.$t('bpm.button.approved')))]),_c('el-dropdown-item',{attrs:{"command":"reject"}},[_vm._v(_vm._s(_vm.$t('bpm.button.reject')))])],1)],1),_c('el-dropdown',{directives:[{name:"show",rawName:"v-show",value:(_vm.isShowButton),expression:"isShowButton"}],staticClass:"cloud-bpm-grid-button",on:{"command":_vm.queryBpm}},[_c('el-button',{attrs:{"type":_vm.getAllType}},[_vm._v(" "+_vm._s(_vm.$t(_vm.bpmStatusLabel(3)))+" "),_c('i',{staticClass:"el-icon-arrow-down el-icon--right"})]),_c('el-dropdown-menu',{attrs:{"slot":"dropdown"},slot:"dropdown"},[_c('el-dropdown-item',{attrs:{"command":"all"}},[_vm._v(_vm._s(_vm.$t('bpm.button.all')))]),_c('el-dropdown-item',{attrs:{"command":"alltrack"}},[_vm._v(_vm._s(_vm.$t('bpm.button.alltrack')))]),_c('el-dropdown-item',{attrs:{"command":"allover"}},[_vm._v(_vm._s(_vm.$t('bpm.button.allover')))])],1)],1),_c('el-button',{directives:[{name:"show",rawName:"v-show",value:(_vm.showDeleteButton),expression:"showDeleteButton"}],staticClass:"cloud-bpm-grid-button",attrs:{"id":"deleteButton"},on:{"click":_vm.deleteBpm}},[_vm._v(_vm._s(_vm.$t('base.button.delete')))])],1)}
|
|
104381
104483
|
var bpm_grid_buttons_newvue_type_template_id_4ddc8a82_staticRenderFns = []
|
|
104382
104484
|
|