cloud-module-bpm 6.6.0 → 6.7.0
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 +121 -27
- package/dist/cloud-module-bpm.common.js.map +1 -1
- package/dist/cloud-module-bpm.umd.js +121 -27
- 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 +2 -2
|
@@ -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\",\"D:\\\\cloud2.0\\\\cloud202206-V6.
|
|
5520
|
+
module.exports = JSON.parse("{\"_args\":[[\"elliptic@6.5.2\",\"D:\\\\cloud2.0\\\\cloud202206-V6.7.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:\\\\cloud2.0\\\\cloud202206-V6.7.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
|
|
|
@@ -17929,6 +17929,26 @@ module.exports = !!Object.getOwnPropertySymbols && !fails(function () {
|
|
|
17929
17929
|
});
|
|
17930
17930
|
|
|
17931
17931
|
|
|
17932
|
+
/***/ }),
|
|
17933
|
+
|
|
17934
|
+
/***/ "498a":
|
|
17935
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
17936
|
+
|
|
17937
|
+
"use strict";
|
|
17938
|
+
|
|
17939
|
+
var $ = __webpack_require__("23e7");
|
|
17940
|
+
var $trim = __webpack_require__("58a8").trim;
|
|
17941
|
+
var forcedStringTrimMethod = __webpack_require__("c8d2");
|
|
17942
|
+
|
|
17943
|
+
// `String.prototype.trim` method
|
|
17944
|
+
// https://tc39.github.io/ecma262/#sec-string.prototype.trim
|
|
17945
|
+
$({ target: 'String', proto: true, forced: forcedStringTrimMethod('trim') }, {
|
|
17946
|
+
trim: function trim() {
|
|
17947
|
+
return $trim(this);
|
|
17948
|
+
}
|
|
17949
|
+
});
|
|
17950
|
+
|
|
17951
|
+
|
|
17932
17952
|
/***/ }),
|
|
17933
17953
|
|
|
17934
17954
|
/***/ "4a2c":
|
|
@@ -22158,6 +22178,16 @@ module.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {
|
|
|
22158
22178
|
};
|
|
22159
22179
|
|
|
22160
22180
|
|
|
22181
|
+
/***/ }),
|
|
22182
|
+
|
|
22183
|
+
/***/ "5899":
|
|
22184
|
+
/***/ (function(module, exports) {
|
|
22185
|
+
|
|
22186
|
+
// a string of all valid unicode whitespaces
|
|
22187
|
+
// eslint-disable-next-line max-len
|
|
22188
|
+
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';
|
|
22189
|
+
|
|
22190
|
+
|
|
22161
22191
|
/***/ }),
|
|
22162
22192
|
|
|
22163
22193
|
/***/ "58a2":
|
|
@@ -22281,6 +22311,41 @@ function findPrime(bits, gen) {
|
|
|
22281
22311
|
/* unused harmony reexport * */
|
|
22282
22312
|
/* 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);
|
|
22283
22313
|
|
|
22314
|
+
/***/ }),
|
|
22315
|
+
|
|
22316
|
+
/***/ "58a8":
|
|
22317
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
22318
|
+
|
|
22319
|
+
var requireObjectCoercible = __webpack_require__("1d80");
|
|
22320
|
+
var whitespaces = __webpack_require__("5899");
|
|
22321
|
+
|
|
22322
|
+
var whitespace = '[' + whitespaces + ']';
|
|
22323
|
+
var ltrim = RegExp('^' + whitespace + whitespace + '*');
|
|
22324
|
+
var rtrim = RegExp(whitespace + whitespace + '*$');
|
|
22325
|
+
|
|
22326
|
+
// `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation
|
|
22327
|
+
var createMethod = function (TYPE) {
|
|
22328
|
+
return function ($this) {
|
|
22329
|
+
var string = String(requireObjectCoercible($this));
|
|
22330
|
+
if (TYPE & 1) string = string.replace(ltrim, '');
|
|
22331
|
+
if (TYPE & 2) string = string.replace(rtrim, '');
|
|
22332
|
+
return string;
|
|
22333
|
+
};
|
|
22334
|
+
};
|
|
22335
|
+
|
|
22336
|
+
module.exports = {
|
|
22337
|
+
// `String.prototype.{ trimLeft, trimStart }` methods
|
|
22338
|
+
// https://tc39.github.io/ecma262/#sec-string.prototype.trimstart
|
|
22339
|
+
start: createMethod(1),
|
|
22340
|
+
// `String.prototype.{ trimRight, trimEnd }` methods
|
|
22341
|
+
// https://tc39.github.io/ecma262/#sec-string.prototype.trimend
|
|
22342
|
+
end: createMethod(2),
|
|
22343
|
+
// `String.prototype.trim` method
|
|
22344
|
+
// https://tc39.github.io/ecma262/#sec-string.prototype.trim
|
|
22345
|
+
trim: createMethod(3)
|
|
22346
|
+
};
|
|
22347
|
+
|
|
22348
|
+
|
|
22284
22349
|
/***/ }),
|
|
22285
22350
|
|
|
22286
22351
|
/***/ "5919":
|
|
@@ -88005,6 +88070,25 @@ try {
|
|
|
88005
88070
|
module.exports = g;
|
|
88006
88071
|
|
|
88007
88072
|
|
|
88073
|
+
/***/ }),
|
|
88074
|
+
|
|
88075
|
+
/***/ "c8d2":
|
|
88076
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
88077
|
+
|
|
88078
|
+
var fails = __webpack_require__("d039");
|
|
88079
|
+
var whitespaces = __webpack_require__("5899");
|
|
88080
|
+
|
|
88081
|
+
var non = '\u200B\u0085\u180E';
|
|
88082
|
+
|
|
88083
|
+
// check that a method works with the correct list
|
|
88084
|
+
// of whitespaces and has a correct name
|
|
88085
|
+
module.exports = function (METHOD_NAME) {
|
|
88086
|
+
return fails(function () {
|
|
88087
|
+
return !!whitespaces[METHOD_NAME]() || non[METHOD_NAME]() != non || whitespaces[METHOD_NAME].name !== METHOD_NAME;
|
|
88088
|
+
});
|
|
88089
|
+
};
|
|
88090
|
+
|
|
88091
|
+
|
|
88008
88092
|
/***/ }),
|
|
88009
88093
|
|
|
88010
88094
|
/***/ "c901":
|
|
@@ -99315,7 +99399,7 @@ function _defineProperty(obj, key, value) {
|
|
|
99315
99399
|
|
|
99316
99400
|
return obj;
|
|
99317
99401
|
}
|
|
99318
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
99402
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6c67ce3e-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&
|
|
99319
99403
|
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)}
|
|
99320
99404
|
var staticRenderFns = []
|
|
99321
99405
|
|
|
@@ -99325,14 +99409,14 @@ var staticRenderFns = []
|
|
|
99325
99409
|
// EXTERNAL MODULE: ./node_modules/element-ui/lib/element-ui.common.js
|
|
99326
99410
|
var element_ui_common = __webpack_require__("5c96");
|
|
99327
99411
|
|
|
99328
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
99412
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6c67ce3e-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&
|
|
99329
99413
|
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)}
|
|
99330
99414
|
var bpm_next_nodevue_type_template_id_76b41797_staticRenderFns = []
|
|
99331
99415
|
|
|
99332
99416
|
|
|
99333
99417
|
// CONCATENATED MODULE: ./packages/bpm-user-select-dialog/bpm-next-node.vue?vue&type=template&id=76b41797&
|
|
99334
99418
|
|
|
99335
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
99419
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6c67ce3e-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&
|
|
99336
99420
|
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)}
|
|
99337
99421
|
var SelectedGridvue_type_template_id_42acb368_scoped_true_staticRenderFns = []
|
|
99338
99422
|
|
|
@@ -99589,7 +99673,7 @@ var component = normalizeComponent(
|
|
|
99589
99673
|
)
|
|
99590
99674
|
|
|
99591
99675
|
/* harmony default export */ var SelectedGrid = (component.exports);
|
|
99592
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
99676
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6c67ce3e-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&
|
|
99593
99677
|
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)}
|
|
99594
99678
|
var SourceGridvue_type_template_id_e48c8c38_staticRenderFns = []
|
|
99595
99679
|
|
|
@@ -99617,6 +99701,9 @@ var es_promise = __webpack_require__("e6cf");
|
|
|
99617
99701
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.regexp.to-string.js
|
|
99618
99702
|
var es_regexp_to_string = __webpack_require__("25f0");
|
|
99619
99703
|
|
|
99704
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.string.trim.js
|
|
99705
|
+
var es_string_trim = __webpack_require__("498a");
|
|
99706
|
+
|
|
99620
99707
|
// EXTERNAL MODULE: ./node_modules/axios/index.js
|
|
99621
99708
|
var axios = __webpack_require__("bc3a");
|
|
99622
99709
|
var axios_default = /*#__PURE__*/__webpack_require__.n(axios);
|
|
@@ -99636,6 +99723,7 @@ var crypto_js_default = /*#__PURE__*/__webpack_require__.n(crypto_js);
|
|
|
99636
99723
|
|
|
99637
99724
|
|
|
99638
99725
|
|
|
99726
|
+
|
|
99639
99727
|
/**
|
|
99640
99728
|
* ajax请求配置
|
|
99641
99729
|
*/
|
|
@@ -99683,6 +99771,12 @@ var signParam = function signParam(data, cloudTimeStamp) {
|
|
|
99683
99771
|
continue;
|
|
99684
99772
|
}
|
|
99685
99773
|
|
|
99774
|
+
if (typeof data[i] === 'string') {
|
|
99775
|
+
if (data[i].trim() === '') {
|
|
99776
|
+
continue;
|
|
99777
|
+
}
|
|
99778
|
+
}
|
|
99779
|
+
|
|
99686
99780
|
if (data[i] instanceof Array && data[i].length > 0) {
|
|
99687
99781
|
if (data[i].join() === '') {
|
|
99688
99782
|
continue;
|
|
@@ -100197,7 +100291,7 @@ var SourceGrid_component = normalizeComponent(
|
|
|
100197
100291
|
)
|
|
100198
100292
|
|
|
100199
100293
|
/* harmony default export */ var SourceGrid = (SourceGrid_component.exports);
|
|
100200
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
100294
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6c67ce3e-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&
|
|
100201
100295
|
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){
|
|
100202
100296
|
var node = ref.node;
|
|
100203
100297
|
var data = ref.data;
|
|
@@ -100550,7 +100644,7 @@ bpm_user_select.install = function (Vue) {
|
|
|
100550
100644
|
};
|
|
100551
100645
|
|
|
100552
100646
|
/* harmony default export */ var bpm_user_select_dialog = (bpm_user_select);
|
|
100553
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
100647
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6c67ce3e-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&
|
|
100554
100648
|
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)}
|
|
100555
100649
|
var bpm_proctrackvue_type_template_id_53222480_scoped_true_staticRenderFns = []
|
|
100556
100650
|
|
|
@@ -100671,7 +100765,7 @@ bpm_proctrack.install = function (Vue) {
|
|
|
100671
100765
|
};
|
|
100672
100766
|
|
|
100673
100767
|
/* harmony default export */ var bpm_proctrack_dialog = (bpm_proctrack);
|
|
100674
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
100768
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6c67ce3e-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=3a0e8024&
|
|
100675
100769
|
var bpm_opinionvue_type_template_id_3a0e8024_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)}
|
|
100676
100770
|
var bpm_opinionvue_type_template_id_3a0e8024_staticRenderFns = []
|
|
100677
100771
|
|
|
@@ -100971,7 +101065,7 @@ bpm_opinion.install = function (Vue) {
|
|
|
100971
101065
|
};
|
|
100972
101066
|
|
|
100973
101067
|
/* harmony default export */ var bpm_opinion_dialog = (bpm_opinion);
|
|
100974
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
101068
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6c67ce3e-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&
|
|
100975
101069
|
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)}
|
|
100976
101070
|
var bpm_grid_buttonsvue_type_template_id_e54062e4_staticRenderFns = []
|
|
100977
101071
|
|
|
@@ -102065,7 +102159,7 @@ bpm_grid_buttons.install = function (Vue) {
|
|
|
102065
102159
|
};
|
|
102066
102160
|
|
|
102067
102161
|
/* harmony default export */ var packages_bpm_grid_buttons = (bpm_grid_buttons);
|
|
102068
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
102162
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6c67ce3e-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=e73d2ca6&
|
|
102069
102163
|
var bpm_form_toolsvue_type_template_id_e73d2ca6_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)}
|
|
102070
102164
|
var bpm_form_toolsvue_type_template_id_e73d2ca6_staticRenderFns = []
|
|
102071
102165
|
|
|
@@ -102339,7 +102433,7 @@ bpm_form_tools.install = function (Vue) {
|
|
|
102339
102433
|
};
|
|
102340
102434
|
|
|
102341
102435
|
/* harmony default export */ var packages_bpm_form_tools = (bpm_form_tools);
|
|
102342
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
102436
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6c67ce3e-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&
|
|
102343
102437
|
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)}
|
|
102344
102438
|
var bpm_jump_dialogvue_type_template_id_5b32ac06_staticRenderFns = []
|
|
102345
102439
|
|
|
@@ -102726,14 +102820,14 @@ bpm_jump_dialog.install = function (Vue) {
|
|
|
102726
102820
|
};
|
|
102727
102821
|
|
|
102728
102822
|
/* harmony default export */ var packages_bpm_jump_dialog = (bpm_jump_dialog);
|
|
102729
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
102823
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6c67ce3e-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&
|
|
102730
102824
|
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)}
|
|
102731
102825
|
var bpm_jump_latest_dialogvue_type_template_id_5ff1b7b3_staticRenderFns = []
|
|
102732
102826
|
|
|
102733
102827
|
|
|
102734
102828
|
// CONCATENATED MODULE: ./packages/bpm-jump-latest-dialog/bpm-jump-latest-dialog.vue?vue&type=template&id=5ff1b7b3&
|
|
102735
102829
|
|
|
102736
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
102830
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6c67ce3e-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&
|
|
102737
102831
|
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){
|
|
102738
102832
|
var node = ref.node;
|
|
102739
102833
|
var data = ref.data;
|
|
@@ -103362,7 +103456,7 @@ bpm_jump_latest_dialog.install = function (Vue) {
|
|
|
103362
103456
|
};
|
|
103363
103457
|
|
|
103364
103458
|
/* harmony default export */ var packages_bpm_jump_latest_dialog = (bpm_jump_latest_dialog);
|
|
103365
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
103459
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6c67ce3e-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&
|
|
103366
103460
|
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)}
|
|
103367
103461
|
var bpm_back_anylink_dialogvue_type_template_id_c378b3b6_staticRenderFns = []
|
|
103368
103462
|
|
|
@@ -103793,21 +103887,21 @@ bpm_back_anylink_dialog.install = function (Vue) {
|
|
|
103793
103887
|
};
|
|
103794
103888
|
|
|
103795
103889
|
/* harmony default export */ var packages_bpm_back_anylink_dialog = (bpm_back_anylink_dialog);
|
|
103796
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
103890
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6c67ce3e-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&
|
|
103797
103891
|
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)}
|
|
103798
103892
|
var bpm_send_readvue_type_template_id_acaf86ae_staticRenderFns = []
|
|
103799
103893
|
|
|
103800
103894
|
|
|
103801
103895
|
// CONCATENATED MODULE: ./packages/bpm-send-read-dialog/bpm-send-read.vue?vue&type=template&id=acaf86ae&
|
|
103802
103896
|
|
|
103803
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
103897
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6c67ce3e-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&
|
|
103804
103898
|
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)}
|
|
103805
103899
|
var bpm_next_nodevue_type_template_id_50bc7879_staticRenderFns = []
|
|
103806
103900
|
|
|
103807
103901
|
|
|
103808
103902
|
// CONCATENATED MODULE: ./packages/bpm-send-read-dialog/bpm-next-node.vue?vue&type=template&id=50bc7879&
|
|
103809
103903
|
|
|
103810
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
103904
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6c67ce3e-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&
|
|
103811
103905
|
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)}
|
|
103812
103906
|
var SelectedGridvue_type_template_id_6691bd0b_scoped_true_staticRenderFns = []
|
|
103813
103907
|
|
|
@@ -103928,7 +104022,7 @@ var SelectedGrid_component = normalizeComponent(
|
|
|
103928
104022
|
)
|
|
103929
104023
|
|
|
103930
104024
|
/* harmony default export */ var bpm_send_read_dialog_SelectedGrid = (SelectedGrid_component.exports);
|
|
103931
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
104025
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6c67ce3e-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&
|
|
103932
104026
|
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)}
|
|
103933
104027
|
var SourceGridvue_type_template_id_1f1c0918_staticRenderFns = []
|
|
103934
104028
|
|
|
@@ -104335,7 +104429,7 @@ var bpm_send_read_dialog_SourceGrid_component = normalizeComponent(
|
|
|
104335
104429
|
)
|
|
104336
104430
|
|
|
104337
104431
|
/* harmony default export */ var bpm_send_read_dialog_SourceGrid = (bpm_send_read_dialog_SourceGrid_component.exports);
|
|
104338
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
104432
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6c67ce3e-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&
|
|
104339
104433
|
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){
|
|
104340
104434
|
var node = ref.node;
|
|
104341
104435
|
var data = ref.data;
|
|
@@ -104651,7 +104745,7 @@ bpm_send_read.install = function (Vue) {
|
|
|
104651
104745
|
};
|
|
104652
104746
|
|
|
104653
104747
|
/* harmony default export */ var bpm_send_read_dialog = (bpm_send_read);
|
|
104654
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
104748
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6c67ce3e-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=0d7fd537&
|
|
104655
104749
|
var bpm_send_read_opinionvue_type_template_id_0d7fd537_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)}
|
|
104656
104750
|
var bpm_send_read_opinionvue_type_template_id_0d7fd537_staticRenderFns = []
|
|
104657
104751
|
|
|
@@ -104921,7 +105015,7 @@ bpm_send_read_opinion.install = function (Vue) {
|
|
|
104921
105015
|
};
|
|
104922
105016
|
|
|
104923
105017
|
/* harmony default export */ var bpm_send_read_opinion_dialog = (bpm_send_read_opinion);
|
|
104924
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
105018
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6c67ce3e-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&
|
|
104925
105019
|
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)}
|
|
104926
105020
|
var bpm_sign_opinionvue_type_template_id_2949d0f7_staticRenderFns = []
|
|
104927
105021
|
|
|
@@ -105189,21 +105283,21 @@ bpm_sign_opinion.install = function (Vue) {
|
|
|
105189
105283
|
};
|
|
105190
105284
|
|
|
105191
105285
|
/* harmony default export */ var bpm_sign_opinion_dialog = (bpm_sign_opinion);
|
|
105192
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
105286
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6c67ce3e-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&
|
|
105193
105287
|
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)}
|
|
105194
105288
|
var bpm_sign_selectvue_type_template_id_75954348_staticRenderFns = []
|
|
105195
105289
|
|
|
105196
105290
|
|
|
105197
105291
|
// CONCATENATED MODULE: ./packages/bpm-sign-dialog/bpm-sign-select.vue?vue&type=template&id=75954348&
|
|
105198
105292
|
|
|
105199
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
105293
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6c67ce3e-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&
|
|
105200
105294
|
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)}
|
|
105201
105295
|
var bpm_next_nodevue_type_template_id_501929c0_staticRenderFns = []
|
|
105202
105296
|
|
|
105203
105297
|
|
|
105204
105298
|
// CONCATENATED MODULE: ./packages/bpm-sign-dialog/bpm-next-node.vue?vue&type=template&id=501929c0&
|
|
105205
105299
|
|
|
105206
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
105300
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6c67ce3e-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&
|
|
105207
105301
|
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)}
|
|
105208
105302
|
var SelectedGridvue_type_template_id_8c5f831e_scoped_true_staticRenderFns = []
|
|
105209
105303
|
|
|
@@ -105327,7 +105421,7 @@ var bpm_sign_dialog_SelectedGrid_component = normalizeComponent(
|
|
|
105327
105421
|
)
|
|
105328
105422
|
|
|
105329
105423
|
/* harmony default export */ var bpm_sign_dialog_SelectedGrid = (bpm_sign_dialog_SelectedGrid_component.exports);
|
|
105330
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
105424
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6c67ce3e-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&
|
|
105331
105425
|
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)}
|
|
105332
105426
|
var SourceGridvue_type_template_id_842d6510_scoped_true_staticRenderFns = []
|
|
105333
105427
|
|
|
@@ -105748,7 +105842,7 @@ var bpm_sign_dialog_SourceGrid_component = normalizeComponent(
|
|
|
105748
105842
|
)
|
|
105749
105843
|
|
|
105750
105844
|
/* harmony default export */ var bpm_sign_dialog_SourceGrid = (bpm_sign_dialog_SourceGrid_component.exports);
|
|
105751
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
105845
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6c67ce3e-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&
|
|
105752
105846
|
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){
|
|
105753
105847
|
var node = ref.node;
|
|
105754
105848
|
var data = ref.data;
|
|
@@ -106220,7 +106314,7 @@ bpm_sign_select.install = function (Vue) {
|
|
|
106220
106314
|
};
|
|
106221
106315
|
|
|
106222
106316
|
/* harmony default export */ var bpm_sign_dialog = (bpm_sign_select);
|
|
106223
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
106317
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6c67ce3e-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&
|
|
106224
106318
|
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)}
|
|
106225
106319
|
var bpm_grid_buttons_newvue_type_template_id_4ddc8a82_staticRenderFns = []
|
|
106226
106320
|
|