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
|
@@ -5517,7 +5517,7 @@ function done(stream, er, data) {
|
|
|
5517
5517
|
/***/ "2801":
|
|
5518
5518
|
/***/ (function(module) {
|
|
5519
5519
|
|
|
5520
|
-
module.exports = JSON.parse("{\"_args\":[[\"elliptic@6.5.2\",\"
|
|
5520
|
+
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\"}");
|
|
5521
5521
|
|
|
5522
5522
|
/***/ }),
|
|
5523
5523
|
|
|
@@ -17917,6 +17917,26 @@ module.exports = !!Object.getOwnPropertySymbols && !fails(function () {
|
|
|
17917
17917
|
});
|
|
17918
17918
|
|
|
17919
17919
|
|
|
17920
|
+
/***/ }),
|
|
17921
|
+
|
|
17922
|
+
/***/ "498a":
|
|
17923
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
17924
|
+
|
|
17925
|
+
"use strict";
|
|
17926
|
+
|
|
17927
|
+
var $ = __webpack_require__("23e7");
|
|
17928
|
+
var $trim = __webpack_require__("58a8").trim;
|
|
17929
|
+
var forcedStringTrimMethod = __webpack_require__("c8d2");
|
|
17930
|
+
|
|
17931
|
+
// `String.prototype.trim` method
|
|
17932
|
+
// https://tc39.github.io/ecma262/#sec-string.prototype.trim
|
|
17933
|
+
$({ target: 'String', proto: true, forced: forcedStringTrimMethod('trim') }, {
|
|
17934
|
+
trim: function trim() {
|
|
17935
|
+
return $trim(this);
|
|
17936
|
+
}
|
|
17937
|
+
});
|
|
17938
|
+
|
|
17939
|
+
|
|
17920
17940
|
/***/ }),
|
|
17921
17941
|
|
|
17922
17942
|
/***/ "4a2c":
|
|
@@ -22174,6 +22194,16 @@ module.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {
|
|
|
22174
22194
|
};
|
|
22175
22195
|
|
|
22176
22196
|
|
|
22197
|
+
/***/ }),
|
|
22198
|
+
|
|
22199
|
+
/***/ "5899":
|
|
22200
|
+
/***/ (function(module, exports) {
|
|
22201
|
+
|
|
22202
|
+
// a string of all valid unicode whitespaces
|
|
22203
|
+
// eslint-disable-next-line max-len
|
|
22204
|
+
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';
|
|
22205
|
+
|
|
22206
|
+
|
|
22177
22207
|
/***/ }),
|
|
22178
22208
|
|
|
22179
22209
|
/***/ "58a2":
|
|
@@ -22297,6 +22327,41 @@ function findPrime(bits, gen) {
|
|
|
22297
22327
|
/* unused harmony reexport * */
|
|
22298
22328
|
/* 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);
|
|
22299
22329
|
|
|
22330
|
+
/***/ }),
|
|
22331
|
+
|
|
22332
|
+
/***/ "58a8":
|
|
22333
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
22334
|
+
|
|
22335
|
+
var requireObjectCoercible = __webpack_require__("1d80");
|
|
22336
|
+
var whitespaces = __webpack_require__("5899");
|
|
22337
|
+
|
|
22338
|
+
var whitespace = '[' + whitespaces + ']';
|
|
22339
|
+
var ltrim = RegExp('^' + whitespace + whitespace + '*');
|
|
22340
|
+
var rtrim = RegExp(whitespace + whitespace + '*$');
|
|
22341
|
+
|
|
22342
|
+
// `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation
|
|
22343
|
+
var createMethod = function (TYPE) {
|
|
22344
|
+
return function ($this) {
|
|
22345
|
+
var string = String(requireObjectCoercible($this));
|
|
22346
|
+
if (TYPE & 1) string = string.replace(ltrim, '');
|
|
22347
|
+
if (TYPE & 2) string = string.replace(rtrim, '');
|
|
22348
|
+
return string;
|
|
22349
|
+
};
|
|
22350
|
+
};
|
|
22351
|
+
|
|
22352
|
+
module.exports = {
|
|
22353
|
+
// `String.prototype.{ trimLeft, trimStart }` methods
|
|
22354
|
+
// https://tc39.github.io/ecma262/#sec-string.prototype.trimstart
|
|
22355
|
+
start: createMethod(1),
|
|
22356
|
+
// `String.prototype.{ trimRight, trimEnd }` methods
|
|
22357
|
+
// https://tc39.github.io/ecma262/#sec-string.prototype.trimend
|
|
22358
|
+
end: createMethod(2),
|
|
22359
|
+
// `String.prototype.trim` method
|
|
22360
|
+
// https://tc39.github.io/ecma262/#sec-string.prototype.trim
|
|
22361
|
+
trim: createMethod(3)
|
|
22362
|
+
};
|
|
22363
|
+
|
|
22364
|
+
|
|
22300
22365
|
/***/ }),
|
|
22301
22366
|
|
|
22302
22367
|
/***/ "5919":
|
|
@@ -86161,6 +86226,25 @@ try {
|
|
|
86161
86226
|
module.exports = g;
|
|
86162
86227
|
|
|
86163
86228
|
|
|
86229
|
+
/***/ }),
|
|
86230
|
+
|
|
86231
|
+
/***/ "c8d2":
|
|
86232
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
86233
|
+
|
|
86234
|
+
var fails = __webpack_require__("d039");
|
|
86235
|
+
var whitespaces = __webpack_require__("5899");
|
|
86236
|
+
|
|
86237
|
+
var non = '\u200B\u0085\u180E';
|
|
86238
|
+
|
|
86239
|
+
// check that a method works with the correct list
|
|
86240
|
+
// of whitespaces and has a correct name
|
|
86241
|
+
module.exports = function (METHOD_NAME) {
|
|
86242
|
+
return fails(function () {
|
|
86243
|
+
return !!whitespaces[METHOD_NAME]() || non[METHOD_NAME]() != non || whitespaces[METHOD_NAME].name !== METHOD_NAME;
|
|
86244
|
+
});
|
|
86245
|
+
};
|
|
86246
|
+
|
|
86247
|
+
|
|
86164
86248
|
/***/ }),
|
|
86165
86249
|
|
|
86166
86250
|
/***/ "c901":
|
|
@@ -97459,7 +97543,7 @@ function _defineProperty(obj, key, value) {
|
|
|
97459
97543
|
|
|
97460
97544
|
return obj;
|
|
97461
97545
|
}
|
|
97462
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
97546
|
+
// 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&
|
|
97463
97547
|
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)}
|
|
97464
97548
|
var staticRenderFns = []
|
|
97465
97549
|
|
|
@@ -97469,14 +97553,14 @@ var staticRenderFns = []
|
|
|
97469
97553
|
// EXTERNAL MODULE: ./node_modules/element-ui/lib/element-ui.common.js
|
|
97470
97554
|
var element_ui_common = __webpack_require__("5c96");
|
|
97471
97555
|
|
|
97472
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
97556
|
+
// 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&
|
|
97473
97557
|
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)}
|
|
97474
97558
|
var bpm_next_nodevue_type_template_id_76b41797_staticRenderFns = []
|
|
97475
97559
|
|
|
97476
97560
|
|
|
97477
97561
|
// CONCATENATED MODULE: ./packages/bpm-user-select-dialog/bpm-next-node.vue?vue&type=template&id=76b41797&
|
|
97478
97562
|
|
|
97479
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
97563
|
+
// 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&
|
|
97480
97564
|
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)}
|
|
97481
97565
|
var SelectedGridvue_type_template_id_42acb368_scoped_true_staticRenderFns = []
|
|
97482
97566
|
|
|
@@ -97733,7 +97817,7 @@ var component = normalizeComponent(
|
|
|
97733
97817
|
)
|
|
97734
97818
|
|
|
97735
97819
|
/* harmony default export */ var SelectedGrid = (component.exports);
|
|
97736
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
97820
|
+
// 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&
|
|
97737
97821
|
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)}
|
|
97738
97822
|
var SourceGridvue_type_template_id_e48c8c38_staticRenderFns = []
|
|
97739
97823
|
|
|
@@ -97761,6 +97845,9 @@ var es_promise = __webpack_require__("e6cf");
|
|
|
97761
97845
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.regexp.to-string.js
|
|
97762
97846
|
var es_regexp_to_string = __webpack_require__("25f0");
|
|
97763
97847
|
|
|
97848
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.string.trim.js
|
|
97849
|
+
var es_string_trim = __webpack_require__("498a");
|
|
97850
|
+
|
|
97764
97851
|
// EXTERNAL MODULE: ./node_modules/axios/index.js
|
|
97765
97852
|
var axios = __webpack_require__("bc3a");
|
|
97766
97853
|
var axios_default = /*#__PURE__*/__webpack_require__.n(axios);
|
|
@@ -97780,6 +97867,7 @@ var crypto_js_default = /*#__PURE__*/__webpack_require__.n(crypto_js);
|
|
|
97780
97867
|
|
|
97781
97868
|
|
|
97782
97869
|
|
|
97870
|
+
|
|
97783
97871
|
/**
|
|
97784
97872
|
* ajax请求配置
|
|
97785
97873
|
*/
|
|
@@ -97827,7 +97915,17 @@ var signParam = function signParam(data, cloudTimeStamp) {
|
|
|
97827
97915
|
continue;
|
|
97828
97916
|
}
|
|
97829
97917
|
|
|
97918
|
+
if (typeof data[i] === 'string') {
|
|
97919
|
+
if (data[i].trim() === '') {
|
|
97920
|
+
continue;
|
|
97921
|
+
}
|
|
97922
|
+
}
|
|
97923
|
+
|
|
97830
97924
|
if (data[i] instanceof Array && data[i].length > 0) {
|
|
97925
|
+
if (data[i].join() === '') {
|
|
97926
|
+
continue;
|
|
97927
|
+
}
|
|
97928
|
+
|
|
97831
97929
|
dataArr.push(i + '=' + data[i].join());
|
|
97832
97930
|
continue;
|
|
97833
97931
|
}
|
|
@@ -98337,7 +98435,7 @@ var SourceGrid_component = normalizeComponent(
|
|
|
98337
98435
|
)
|
|
98338
98436
|
|
|
98339
98437
|
/* harmony default export */ var SourceGrid = (SourceGrid_component.exports);
|
|
98340
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
98438
|
+
// 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&
|
|
98341
98439
|
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){
|
|
98342
98440
|
var node = ref.node;
|
|
98343
98441
|
var data = ref.data;
|
|
@@ -98690,7 +98788,7 @@ bpm_user_select.install = function (Vue) {
|
|
|
98690
98788
|
};
|
|
98691
98789
|
|
|
98692
98790
|
/* harmony default export */ var bpm_user_select_dialog = (bpm_user_select);
|
|
98693
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
98791
|
+
// 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&
|
|
98694
98792
|
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)}
|
|
98695
98793
|
var bpm_proctrackvue_type_template_id_53222480_scoped_true_staticRenderFns = []
|
|
98696
98794
|
|
|
@@ -98811,7 +98909,7 @@ bpm_proctrack.install = function (Vue) {
|
|
|
98811
98909
|
};
|
|
98812
98910
|
|
|
98813
98911
|
/* harmony default export */ var bpm_proctrack_dialog = (bpm_proctrack);
|
|
98814
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
98912
|
+
// 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&
|
|
98815
98913
|
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)}
|
|
98816
98914
|
var bpm_opinionvue_type_template_id_136505c3_staticRenderFns = []
|
|
98817
98915
|
|
|
@@ -99111,7 +99209,7 @@ bpm_opinion.install = function (Vue) {
|
|
|
99111
99209
|
};
|
|
99112
99210
|
|
|
99113
99211
|
/* harmony default export */ var bpm_opinion_dialog = (bpm_opinion);
|
|
99114
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
99212
|
+
// 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&
|
|
99115
99213
|
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)}
|
|
99116
99214
|
var bpm_grid_buttonsvue_type_template_id_e54062e4_staticRenderFns = []
|
|
99117
99215
|
|
|
@@ -99513,6 +99611,7 @@ MeritBPM.finishTask = function (that, _ruleEngine) {
|
|
|
99513
99611
|
|
|
99514
99612
|
|
|
99515
99613
|
MeritBPM.bpmJumpBtnEnd = function (that, ruleEngine) {
|
|
99614
|
+
ruleEngine.runtime = {};
|
|
99516
99615
|
that.$confirm('此操作将终止该流程, 是否继续?', '提示', {
|
|
99517
99616
|
confirmButtonText: '确定',
|
|
99518
99617
|
cancelButtonText: '取消',
|
|
@@ -99535,6 +99634,7 @@ MeritBPM.bpmJumpBtnEnd = function (that, ruleEngine) {
|
|
|
99535
99634
|
|
|
99536
99635
|
MeritBPM.bpmRetprenodeBtn = function (that, ruleEngine) {
|
|
99537
99636
|
var businessId = that.ruleEngine.businessId;
|
|
99637
|
+
ruleEngine.runtime = {};
|
|
99538
99638
|
that.$confirm('此操作将退回到上一环节处理人, 是否继续?', '提示', {
|
|
99539
99639
|
confirmButtonText: '确定',
|
|
99540
99640
|
cancelButtonText: '取消',
|
|
@@ -99555,6 +99655,7 @@ MeritBPM.bpmRetprenodeBtn = function (that, ruleEngine) {
|
|
|
99555
99655
|
}, //发送到退回人
|
|
99556
99656
|
MeritBPM.bpmDoBackBtn = function (that, ruleEngine) {
|
|
99557
99657
|
var businessId = that.ruleEngine.businessId;
|
|
99658
|
+
ruleEngine.runtime = {};
|
|
99558
99659
|
that.$confirm('是否将流程直接发送给退回人', '发送提示', {
|
|
99559
99660
|
confirmButtonText: '确定',
|
|
99560
99661
|
cancelButtonText: '取消',
|
|
@@ -99615,6 +99716,7 @@ MeritBPM.bpmReadEndBtn = function (that, ruleEngine) {
|
|
|
99615
99716
|
}, // 退回拟稿人
|
|
99616
99717
|
MeritBPM.bpmRetfirnodeBtn = function (that, ruleEngine) {
|
|
99617
99718
|
var businessId = that.ruleEngine.businessId;
|
|
99719
|
+
ruleEngine.runtime = {};
|
|
99618
99720
|
that.$confirm('此操作将退回到拟稿人, 是否继续?', '提示', {
|
|
99619
99721
|
confirmButtonText: '确定',
|
|
99620
99722
|
cancelButtonText: '取消',
|
|
@@ -99637,6 +99739,7 @@ MeritBPM.retRandomNodeStatusSave = function (that, ruleEngine) {
|
|
|
99637
99739
|
var businessId = that.ruleEngine.businessId;
|
|
99638
99740
|
var receiver = ruleEngine.resultCodes;
|
|
99639
99741
|
var toTaskDefKey = ruleEngine.resultToTaskDefKey;
|
|
99742
|
+
ruleEngine.runtime = {};
|
|
99640
99743
|
http['bpm-engine'].post('/api/engine/bpm/process/RetRandomNodeStatus/' + businessId + '/' + toTaskDefKey + '/' + receiver, ruleEngine).then(function (res) {
|
|
99641
99744
|
if (res.status == '1') {
|
|
99642
99745
|
that.$message.success(res.message);
|
|
@@ -99650,6 +99753,7 @@ MeritBPM.retRandomNodeStatusSave = function (that, ruleEngine) {
|
|
|
99650
99753
|
}, // 流程收回
|
|
99651
99754
|
MeritBPM.bpmTakeBackBtn = function (that, ruleEngine) {
|
|
99652
99755
|
var businessId = that.ruleEngine.businessId;
|
|
99756
|
+
ruleEngine.runtime = {};
|
|
99653
99757
|
that.$confirm('此操作将收回该流程, 是否继续?', '提示', {
|
|
99654
99758
|
confirmButtonText: '确定',
|
|
99655
99759
|
cancelButtonText: '取消',
|
|
@@ -99670,7 +99774,8 @@ MeritBPM.bpmTakeBackBtn = function (that, ruleEngine) {
|
|
|
99670
99774
|
}, // 特送对话框
|
|
99671
99775
|
MeritBPM.JumpSave = function (that, ruleEngine) {
|
|
99672
99776
|
var toTaskDefKey = ruleEngine.toTaskDefKey;
|
|
99673
|
-
var businessId = that.ruleEngine.businessId;
|
|
99777
|
+
var businessId = that.ruleEngine.businessId; // ruleEngine.runtime = {};
|
|
99778
|
+
|
|
99674
99779
|
http['bpm-engine'].post('/api/engine/bpm/jump/process/' + businessId + '/' + toTaskDefKey, ruleEngine).then(function (res) {
|
|
99675
99780
|
if (res.status == '1') {
|
|
99676
99781
|
that.$message.success(res.message);
|
|
@@ -99684,7 +99789,8 @@ MeritBPM.JumpSave = function (that, ruleEngine) {
|
|
|
99684
99789
|
}, //特送管理对话框
|
|
99685
99790
|
MeritBPM.JumpManagementSave = function (that, ruleEngine) {
|
|
99686
99791
|
var toTaskDefKey = ruleEngine.toTaskDefKey;
|
|
99687
|
-
var businessId = that.ruleEngine.businessId;
|
|
99792
|
+
var businessId = that.ruleEngine.businessId; // ruleEngine.runtime = {};
|
|
99793
|
+
|
|
99688
99794
|
http['bpm-engine'].post('/api/engine/bpm/jump/latest/process/' + businessId + '/' + toTaskDefKey, ruleEngine).then(function (res) {
|
|
99689
99795
|
if (res.status == '1') {
|
|
99690
99796
|
that.$message.success(res.message);
|
|
@@ -100208,12 +100314,12 @@ bpm_grid_buttons.install = function (Vue) {
|
|
|
100208
100314
|
};
|
|
100209
100315
|
|
|
100210
100316
|
/* harmony default export */ var packages_bpm_grid_buttons = (bpm_grid_buttons);
|
|
100211
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
100212
|
-
var
|
|
100213
|
-
var
|
|
100317
|
+
// 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&
|
|
100318
|
+
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)}
|
|
100319
|
+
var bpm_form_toolsvue_type_template_id_80866bc8_staticRenderFns = []
|
|
100214
100320
|
|
|
100215
100321
|
|
|
100216
|
-
// CONCATENATED MODULE: ./packages/bpm-form-tools/bpm-form-tools.vue?vue&type=template&id=
|
|
100322
|
+
// CONCATENATED MODULE: ./packages/bpm-form-tools/bpm-form-tools.vue?vue&type=template&id=80866bc8&
|
|
100217
100323
|
|
|
100218
100324
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.string.replace.js
|
|
100219
100325
|
var es_string_replace = __webpack_require__("5319");
|
|
@@ -100442,13 +100548,9 @@ var es_string_replace = __webpack_require__("5319");
|
|
|
100442
100548
|
//关闭按钮事件,如果有父窗口,则调用父窗口的监听事件
|
|
100443
100549
|
if (window.opener && window.opener.refreshBpmGrid) {
|
|
100444
100550
|
window.opener.refreshBpmGrid();
|
|
100445
|
-
window.
|
|
100446
|
-
var win = window.open(' ', '_self');
|
|
100447
|
-
win.close();
|
|
100551
|
+
window.close();
|
|
100448
100552
|
} else {
|
|
100449
|
-
window.
|
|
100450
|
-
var win = window.open(' ', '_self');
|
|
100451
|
-
win.close();
|
|
100553
|
+
window.close();
|
|
100452
100554
|
}
|
|
100453
100555
|
}
|
|
100454
100556
|
}
|
|
@@ -100465,8 +100567,8 @@ var es_string_replace = __webpack_require__("5319");
|
|
|
100465
100567
|
|
|
100466
100568
|
var bpm_form_tools_component = normalizeComponent(
|
|
100467
100569
|
bpm_form_tools_bpm_form_toolsvue_type_script_lang_js_,
|
|
100468
|
-
|
|
100469
|
-
|
|
100570
|
+
bpm_form_toolsvue_type_template_id_80866bc8_render,
|
|
100571
|
+
bpm_form_toolsvue_type_template_id_80866bc8_staticRenderFns,
|
|
100470
100572
|
false,
|
|
100471
100573
|
null,
|
|
100472
100574
|
null,
|
|
@@ -100486,7 +100588,7 @@ bpm_form_tools.install = function (Vue) {
|
|
|
100486
100588
|
};
|
|
100487
100589
|
|
|
100488
100590
|
/* harmony default export */ var packages_bpm_form_tools = (bpm_form_tools);
|
|
100489
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
100591
|
+
// 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&
|
|
100490
100592
|
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)}
|
|
100491
100593
|
var bpm_jump_dialogvue_type_template_id_5b32ac06_staticRenderFns = []
|
|
100492
100594
|
|
|
@@ -100873,14 +100975,14 @@ bpm_jump_dialog.install = function (Vue) {
|
|
|
100873
100975
|
};
|
|
100874
100976
|
|
|
100875
100977
|
/* harmony default export */ var packages_bpm_jump_dialog = (bpm_jump_dialog);
|
|
100876
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
100978
|
+
// 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&
|
|
100877
100979
|
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)}
|
|
100878
100980
|
var bpm_jump_latest_dialogvue_type_template_id_5ff1b7b3_staticRenderFns = []
|
|
100879
100981
|
|
|
100880
100982
|
|
|
100881
100983
|
// CONCATENATED MODULE: ./packages/bpm-jump-latest-dialog/bpm-jump-latest-dialog.vue?vue&type=template&id=5ff1b7b3&
|
|
100882
100984
|
|
|
100883
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
100985
|
+
// 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&
|
|
100884
100986
|
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){
|
|
100885
100987
|
var node = ref.node;
|
|
100886
100988
|
var data = ref.data;
|
|
@@ -101509,7 +101611,7 @@ bpm_jump_latest_dialog.install = function (Vue) {
|
|
|
101509
101611
|
};
|
|
101510
101612
|
|
|
101511
101613
|
/* harmony default export */ var packages_bpm_jump_latest_dialog = (bpm_jump_latest_dialog);
|
|
101512
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
101614
|
+
// 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&
|
|
101513
101615
|
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)}
|
|
101514
101616
|
var bpm_back_anylink_dialogvue_type_template_id_c378b3b6_staticRenderFns = []
|
|
101515
101617
|
|
|
@@ -101940,21 +102042,21 @@ bpm_back_anylink_dialog.install = function (Vue) {
|
|
|
101940
102042
|
};
|
|
101941
102043
|
|
|
101942
102044
|
/* harmony default export */ var packages_bpm_back_anylink_dialog = (bpm_back_anylink_dialog);
|
|
101943
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
102045
|
+
// 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&
|
|
101944
102046
|
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)}
|
|
101945
102047
|
var bpm_send_readvue_type_template_id_acaf86ae_staticRenderFns = []
|
|
101946
102048
|
|
|
101947
102049
|
|
|
101948
102050
|
// CONCATENATED MODULE: ./packages/bpm-send-read-dialog/bpm-send-read.vue?vue&type=template&id=acaf86ae&
|
|
101949
102051
|
|
|
101950
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
102052
|
+
// 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&
|
|
101951
102053
|
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)}
|
|
101952
102054
|
var bpm_next_nodevue_type_template_id_50bc7879_staticRenderFns = []
|
|
101953
102055
|
|
|
101954
102056
|
|
|
101955
102057
|
// CONCATENATED MODULE: ./packages/bpm-send-read-dialog/bpm-next-node.vue?vue&type=template&id=50bc7879&
|
|
101956
102058
|
|
|
101957
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
102059
|
+
// 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&
|
|
101958
102060
|
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)}
|
|
101959
102061
|
var SelectedGridvue_type_template_id_6691bd0b_scoped_true_staticRenderFns = []
|
|
101960
102062
|
|
|
@@ -102075,7 +102177,7 @@ var SelectedGrid_component = normalizeComponent(
|
|
|
102075
102177
|
)
|
|
102076
102178
|
|
|
102077
102179
|
/* harmony default export */ var bpm_send_read_dialog_SelectedGrid = (SelectedGrid_component.exports);
|
|
102078
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
102180
|
+
// 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&
|
|
102079
102181
|
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)}
|
|
102080
102182
|
var SourceGridvue_type_template_id_1f1c0918_staticRenderFns = []
|
|
102081
102183
|
|
|
@@ -102482,7 +102584,7 @@ var bpm_send_read_dialog_SourceGrid_component = normalizeComponent(
|
|
|
102482
102584
|
)
|
|
102483
102585
|
|
|
102484
102586
|
/* harmony default export */ var bpm_send_read_dialog_SourceGrid = (bpm_send_read_dialog_SourceGrid_component.exports);
|
|
102485
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
102587
|
+
// 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&
|
|
102486
102588
|
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){
|
|
102487
102589
|
var node = ref.node;
|
|
102488
102590
|
var data = ref.data;
|
|
@@ -102798,7 +102900,7 @@ bpm_send_read.install = function (Vue) {
|
|
|
102798
102900
|
};
|
|
102799
102901
|
|
|
102800
102902
|
/* harmony default export */ var bpm_send_read_dialog = (bpm_send_read);
|
|
102801
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
102903
|
+
// 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&
|
|
102802
102904
|
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)}
|
|
102803
102905
|
var bpm_send_read_opinionvue_type_template_id_0c6391d2_staticRenderFns = []
|
|
102804
102906
|
|
|
@@ -103068,7 +103170,7 @@ bpm_send_read_opinion.install = function (Vue) {
|
|
|
103068
103170
|
};
|
|
103069
103171
|
|
|
103070
103172
|
/* harmony default export */ var bpm_send_read_opinion_dialog = (bpm_send_read_opinion);
|
|
103071
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
103173
|
+
// 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&
|
|
103072
103174
|
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)}
|
|
103073
103175
|
var bpm_sign_opinionvue_type_template_id_2949d0f7_staticRenderFns = []
|
|
103074
103176
|
|
|
@@ -103336,21 +103438,21 @@ bpm_sign_opinion.install = function (Vue) {
|
|
|
103336
103438
|
};
|
|
103337
103439
|
|
|
103338
103440
|
/* harmony default export */ var bpm_sign_opinion_dialog = (bpm_sign_opinion);
|
|
103339
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
103441
|
+
// 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&
|
|
103340
103442
|
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)}
|
|
103341
103443
|
var bpm_sign_selectvue_type_template_id_75954348_staticRenderFns = []
|
|
103342
103444
|
|
|
103343
103445
|
|
|
103344
103446
|
// CONCATENATED MODULE: ./packages/bpm-sign-dialog/bpm-sign-select.vue?vue&type=template&id=75954348&
|
|
103345
103447
|
|
|
103346
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
103448
|
+
// 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&
|
|
103347
103449
|
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)}
|
|
103348
103450
|
var bpm_next_nodevue_type_template_id_501929c0_staticRenderFns = []
|
|
103349
103451
|
|
|
103350
103452
|
|
|
103351
103453
|
// CONCATENATED MODULE: ./packages/bpm-sign-dialog/bpm-next-node.vue?vue&type=template&id=501929c0&
|
|
103352
103454
|
|
|
103353
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
103455
|
+
// 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&
|
|
103354
103456
|
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)}
|
|
103355
103457
|
var SelectedGridvue_type_template_id_8c5f831e_scoped_true_staticRenderFns = []
|
|
103356
103458
|
|
|
@@ -103474,7 +103576,7 @@ var bpm_sign_dialog_SelectedGrid_component = normalizeComponent(
|
|
|
103474
103576
|
)
|
|
103475
103577
|
|
|
103476
103578
|
/* harmony default export */ var bpm_sign_dialog_SelectedGrid = (bpm_sign_dialog_SelectedGrid_component.exports);
|
|
103477
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
103579
|
+
// 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&
|
|
103478
103580
|
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)}
|
|
103479
103581
|
var SourceGridvue_type_template_id_842d6510_scoped_true_staticRenderFns = []
|
|
103480
103582
|
|
|
@@ -103895,7 +103997,7 @@ var bpm_sign_dialog_SourceGrid_component = normalizeComponent(
|
|
|
103895
103997
|
)
|
|
103896
103998
|
|
|
103897
103999
|
/* harmony default export */ var bpm_sign_dialog_SourceGrid = (bpm_sign_dialog_SourceGrid_component.exports);
|
|
103898
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
104000
|
+
// 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&
|
|
103899
104001
|
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){
|
|
103900
104002
|
var node = ref.node;
|
|
103901
104003
|
var data = ref.data;
|
|
@@ -104367,7 +104469,7 @@ bpm_sign_select.install = function (Vue) {
|
|
|
104367
104469
|
};
|
|
104368
104470
|
|
|
104369
104471
|
/* harmony default export */ var bpm_sign_dialog = (bpm_sign_select);
|
|
104370
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
104472
|
+
// 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&
|
|
104371
104473
|
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)}
|
|
104372
104474
|
var bpm_grid_buttons_newvue_type_template_id_4ddc8a82_staticRenderFns = []
|
|
104373
104475
|
|