qgb-process 0.1.69 → 0.1.81
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/lib/qgb-process.common.js +1010 -223
- package/lib/qgb-process.umd.js +1010 -223
- package/lib/qgb-process.umd.min.js +42 -42
- package/package.json +2 -2
- package/src/App.vue +4 -1
- package/src/api/apiMemberSelection.js +6 -4
- package/src/api/apiProcess.js +6 -4
- package/src/http/index.js +2 -1
- package/src/main.js +0 -9
- package/src/views/formBuilder/components/approverSelector.vue +10 -4
- package/src/views/formBuilder/components/nodeConditionConfig.vue +8 -2
- package/src/views/formBuilder/process-2.vue +19 -24
- package/src/views/formBuilder/process.vue +62 -22
- package/src/views/formBuilder/workflow/nodeWrap.vue +10 -5
|
@@ -684,6 +684,17 @@ module.exports = function transformData(data, headers, fns) {
|
|
|
684
684
|
};
|
|
685
685
|
|
|
686
686
|
|
|
687
|
+
/***/ }),
|
|
688
|
+
|
|
689
|
+
/***/ "0391":
|
|
690
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
691
|
+
|
|
692
|
+
"use strict";
|
|
693
|
+
/* harmony import */ var _node_modules_vue_style_loader_4_1_3_vue_style_loader_index_js_ref_8_oneOf_1_0_node_modules_css_loader_1_0_1_css_loader_index_js_ref_8_oneOf_1_1_node_modules_vue_loader_15_9_8_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_3_node_modules_sass_loader_7_3_1_sass_loader_dist_cjs_js_ref_8_oneOf_1_4_node_modules_cache_loader_4_1_0_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_9_8_vue_loader_lib_index_js_vue_loader_options_process_vue_vue_type_style_index_0_id_6031d00f_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("ba07");
|
|
694
|
+
/* harmony import */ var _node_modules_vue_style_loader_4_1_3_vue_style_loader_index_js_ref_8_oneOf_1_0_node_modules_css_loader_1_0_1_css_loader_index_js_ref_8_oneOf_1_1_node_modules_vue_loader_15_9_8_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_3_node_modules_sass_loader_7_3_1_sass_loader_dist_cjs_js_ref_8_oneOf_1_4_node_modules_cache_loader_4_1_0_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_9_8_vue_loader_lib_index_js_vue_loader_options_process_vue_vue_type_style_index_0_id_6031d00f_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_4_1_3_vue_style_loader_index_js_ref_8_oneOf_1_0_node_modules_css_loader_1_0_1_css_loader_index_js_ref_8_oneOf_1_1_node_modules_vue_loader_15_9_8_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_3_node_modules_sass_loader_7_3_1_sass_loader_dist_cjs_js_ref_8_oneOf_1_4_node_modules_cache_loader_4_1_0_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_9_8_vue_loader_lib_index_js_vue_loader_options_process_vue_vue_type_style_index_0_id_6031d00f_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
|
|
695
|
+
/* unused harmony reexport * */
|
|
696
|
+
|
|
697
|
+
|
|
687
698
|
/***/ }),
|
|
688
699
|
|
|
689
700
|
/***/ "03bf":
|
|
@@ -906,22 +917,6 @@ module.exports = function isCancel(value) {
|
|
|
906
917
|
};
|
|
907
918
|
|
|
908
919
|
|
|
909
|
-
/***/ }),
|
|
910
|
-
|
|
911
|
-
/***/ "04dc":
|
|
912
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
913
|
-
|
|
914
|
-
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
915
|
-
|
|
916
|
-
// load the styles
|
|
917
|
-
var content = __webpack_require__("85c2");
|
|
918
|
-
if(content.__esModule) content = content.default;
|
|
919
|
-
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
920
|
-
if(content.locals) module.exports = content.locals;
|
|
921
|
-
// add the styles to the DOM
|
|
922
|
-
var add = __webpack_require__("5925").default
|
|
923
|
-
var update = add("00f67eea", content, true, {"sourceMap":false,"shadowMode":false});
|
|
924
|
-
|
|
925
920
|
/***/ }),
|
|
926
921
|
|
|
927
922
|
/***/ "0600":
|
|
@@ -1058,19 +1053,14 @@ module.exports = function (it) {
|
|
|
1058
1053
|
|
|
1059
1054
|
/***/ }),
|
|
1060
1055
|
|
|
1061
|
-
/***/ "
|
|
1062
|
-
/***/ (function(module,
|
|
1056
|
+
/***/ "060c":
|
|
1057
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1063
1058
|
|
|
1064
|
-
|
|
1059
|
+
"use strict";
|
|
1060
|
+
/* harmony import */ var _node_modules_vue_style_loader_4_1_3_vue_style_loader_index_js_ref_8_oneOf_1_0_node_modules_css_loader_1_0_1_css_loader_index_js_ref_8_oneOf_1_1_node_modules_vue_loader_15_9_8_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_3_node_modules_sass_loader_7_3_1_sass_loader_dist_cjs_js_ref_8_oneOf_1_4_node_modules_cache_loader_4_1_0_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_9_8_vue_loader_lib_index_js_vue_loader_options_nodeConditionConfig_vue_vue_type_style_index_0_id_8f9476fa_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("3405");
|
|
1061
|
+
/* harmony import */ var _node_modules_vue_style_loader_4_1_3_vue_style_loader_index_js_ref_8_oneOf_1_0_node_modules_css_loader_1_0_1_css_loader_index_js_ref_8_oneOf_1_1_node_modules_vue_loader_15_9_8_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_3_node_modules_sass_loader_7_3_1_sass_loader_dist_cjs_js_ref_8_oneOf_1_4_node_modules_cache_loader_4_1_0_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_9_8_vue_loader_lib_index_js_vue_loader_options_nodeConditionConfig_vue_vue_type_style_index_0_id_8f9476fa_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_4_1_3_vue_style_loader_index_js_ref_8_oneOf_1_0_node_modules_css_loader_1_0_1_css_loader_index_js_ref_8_oneOf_1_1_node_modules_vue_loader_15_9_8_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_3_node_modules_sass_loader_7_3_1_sass_loader_dist_cjs_js_ref_8_oneOf_1_4_node_modules_cache_loader_4_1_0_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_9_8_vue_loader_lib_index_js_vue_loader_options_nodeConditionConfig_vue_vue_type_style_index_0_id_8f9476fa_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
|
|
1062
|
+
/* unused harmony reexport * */
|
|
1065
1063
|
|
|
1066
|
-
// load the styles
|
|
1067
|
-
var content = __webpack_require__("b7d6");
|
|
1068
|
-
if(content.__esModule) content = content.default;
|
|
1069
|
-
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
1070
|
-
if(content.locals) module.exports = content.locals;
|
|
1071
|
-
// add the styles to the DOM
|
|
1072
|
-
var add = __webpack_require__("5925").default
|
|
1073
|
-
var update = add("58f603bc", content, true, {"sourceMap":false,"shadowMode":false});
|
|
1074
1064
|
|
|
1075
1065
|
/***/ }),
|
|
1076
1066
|
|
|
@@ -2441,6 +2431,17 @@ module.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {
|
|
|
2441
2431
|
};
|
|
2442
2432
|
|
|
2443
2433
|
|
|
2434
|
+
/***/ }),
|
|
2435
|
+
|
|
2436
|
+
/***/ "0b2d":
|
|
2437
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
2438
|
+
|
|
2439
|
+
"use strict";
|
|
2440
|
+
/* harmony import */ var _node_modules_vue_style_loader_4_1_3_vue_style_loader_index_js_ref_6_oneOf_1_0_node_modules_css_loader_1_0_1_css_loader_index_js_ref_6_oneOf_1_1_node_modules_vue_loader_15_9_8_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_6_oneOf_1_2_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_6_oneOf_1_3_node_modules_cache_loader_4_1_0_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_9_8_vue_loader_lib_index_js_vue_loader_options_approverSelector_vue_vue_type_style_index_0_id_0922466c_scoped_true_style_scss_lang_css___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("593f");
|
|
2441
|
+
/* harmony import */ var _node_modules_vue_style_loader_4_1_3_vue_style_loader_index_js_ref_6_oneOf_1_0_node_modules_css_loader_1_0_1_css_loader_index_js_ref_6_oneOf_1_1_node_modules_vue_loader_15_9_8_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_6_oneOf_1_2_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_6_oneOf_1_3_node_modules_cache_loader_4_1_0_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_9_8_vue_loader_lib_index_js_vue_loader_options_approverSelector_vue_vue_type_style_index_0_id_0922466c_scoped_true_style_scss_lang_css___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_4_1_3_vue_style_loader_index_js_ref_6_oneOf_1_0_node_modules_css_loader_1_0_1_css_loader_index_js_ref_6_oneOf_1_1_node_modules_vue_loader_15_9_8_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_6_oneOf_1_2_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_6_oneOf_1_3_node_modules_cache_loader_4_1_0_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_9_8_vue_loader_lib_index_js_vue_loader_options_approverSelector_vue_vue_type_style_index_0_id_0922466c_scoped_true_style_scss_lang_css___WEBPACK_IMPORTED_MODULE_0__);
|
|
2442
|
+
/* unused harmony reexport * */
|
|
2443
|
+
|
|
2444
|
+
|
|
2444
2445
|
/***/ }),
|
|
2445
2446
|
|
|
2446
2447
|
/***/ "0cb2":
|
|
@@ -3047,12 +3048,12 @@ var es_array_map = __webpack_require__("e30c");
|
|
|
3047
3048
|
// EXTERNAL MODULE: ./node_modules/_core-js@3.18.1@core-js/modules/es.function.name.js
|
|
3048
3049
|
var es_function_name = __webpack_require__("6ded");
|
|
3049
3050
|
|
|
3050
|
-
// CONCATENATED MODULE: ./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2eddf19b-vue-loader-template"}!./node_modules/_vue-loader@15.9.8@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.9.8@vue-loader/lib??vue-loader-options!./src/views/formBuilder/process.vue?vue&type=template&id=
|
|
3051
|
-
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"fd-nav sidePadding"},[_vm.
|
|
3052
|
-
var staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"
|
|
3051
|
+
// CONCATENATED MODULE: ./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2eddf19b-vue-loader-template"}!./node_modules/_vue-loader@15.9.8@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.9.8@vue-loader/lib??vue-loader-options!./src/views/formBuilder/process.vue?vue&type=template&id=6031d00f&scoped=true&
|
|
3052
|
+
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"fd-nav sidePadding"},[_c('div',{staticClass:"fd-nav-left"},[_c('div',{staticClass:"fd-nav-title"},[_vm._v(_vm._s(_vm.queryInfo.name)+"流程")])]),_c('div',{staticClass:"fd-nav-center"}),_c('div',{staticClass:"fd-nav-right"},[_c('div',{staticClass:"switch fixWidth"},[_c('span',[_vm._v("重复审批人自动通过:")]),_c('el-switch',{model:{value:(_vm.workFlowDef.automaticPass),callback:function ($$v) {_vm.$set(_vm.workFlowDef, "automaticPass", $$v)},expression:"workFlowDef.automaticPass"}}),_c('el-tooltip',{staticClass:"item",attrs:{"effect":"dark","placement":"bottom"}},[_c('div',{attrs:{"slot":"content"},slot:"content"},[_vm._v("开通后,当同一审批人重复出现在多节点时,"),_c('br'),_vm._v("若首个节点审批通过,则后续节点中该审批"),_c('br'),_vm._v("人自动通过无需多次操作审批")]),_c('el-button',{staticClass:"tooltipContent",attrs:{"icon":"el-icon-question","circle":""}})],1)],1),_c('div',{staticClass:"switch"},[_c('span',[_vm._v("是否开启审批:")]),_c('el-switch',{model:{value:(_vm.workFlowDef.switchOn),callback:function ($$v) {_vm.$set(_vm.workFlowDef, "switchOn", $$v)},expression:"workFlowDef.switchOn"}})],1),_c('el-button',{attrs:{"round":"","size":"medium"},on:{"click":_vm.cancel}},[_vm._v("取消")]),_c('el-button',{attrs:{"round":"","type":"primary","size":"medium"},on:{"click":_vm.saveSet}},[_vm._v("保存")]),(_vm.isOldData)?_c('el-button',{attrs:{"round":"","type":"warning","size":"medium"},on:{"click":_vm.showOldModal}},[_vm._v("老数据参考")]):_vm._e()],1)]),_c('div',{staticClass:"fd-nav-content"},[_c('section',{staticClass:"dingflow-design"},[_c('div',{staticClass:"zoom"},[_c('div',{class:'zoom-out'+ (_vm.nowVal==50?' disabled':''),on:{"click":function($event){return _vm.zoomSize(1)}}}),_c('span',[_vm._v(_vm._s(_vm.nowVal)+"%")]),_c('div',{class:'zoom-in'+ (_vm.nowVal==300?' disabled':''),on:{"click":function($event){return _vm.zoomSize(2)}}})]),_c('div',{staticClass:"box-scale",style:('transform: scale('+_vm.nowVal/100+'); transform-origin: 50% 0px 0px;'),attrs:{"id":"box-scale"}},[_c('nodeWrap',{attrs:{"nodeConfig":_vm.nodeConfig,"flowPermission":_vm.flowPermission,"isTried":_vm.isTried,"directorMaxLevel":_vm.directorMaxLevel,"tableId":_vm.processConfig.processId,"queryInfo":_vm.queryInfo},on:{"update:nodeConfig":function($event){_vm.nodeConfig=$event},"update:node-config":function($event){_vm.nodeConfig=$event},"update:flowPermission":function($event){_vm.flowPermission=$event},"update:flow-permission":function($event){_vm.flowPermission=$event},"update:isTried":function($event){_vm.isTried=$event},"update:is-tried":function($event){_vm.isTried=$event}}}),_vm._m(0)],1)])]),_c('el-dialog',{staticClass:"modalTips",attrs:{"title":"提示","visible":_vm.tipVisible,"width":"445px"},on:{"update:visible":function($event){_vm.tipVisible=$event}}},[_c('div',{staticClass:"ant-confirm-body"},[_c('i',{staticClass:"anticon anticon-close-circle",staticStyle:{"color":"#f00"}}),_c('span',{staticClass:"ant-confirm-title"},[_vm._v("当前无法发布")]),_c('div',{staticClass:"ant-confirm-content"},[_c('div',[_c('p',{staticClass:"error-modal-desc"},[_vm._v("以下内容不完善,需进行修改")]),_c('div',{staticClass:"error-modal-list"},_vm._l((_vm.tipList),function(item,index){return _c('div',{key:index,staticClass:"error-modal-item"},[_c('div',{staticClass:"error-modal-item-label"},[_vm._v("流程设计")]),_c('div',{staticClass:"error-modal-item-content"},[_vm._v(_vm._s(item.name)+" 未选择"+_vm._s(item.type))])])}),0)])])]),_c('span',{staticClass:"dialog-footer",attrs:{"slot":"footer"},slot:"footer"},[_c('el-button',{on:{"click":function($event){_vm.tipVisible = false}}},[_vm._v("我知道了")]),_c('el-button',{attrs:{"type":"primary"},on:{"click":function($event){_vm.tipVisible = false}}},[_vm._v("前往修改")])],1)]),_c('el-dialog',{attrs:{"title":((_vm.queryInfo.name) + "老数据参考"),"visible":_vm.oldModal,"width":"70%","before-close":_vm.showOldModal},on:{"update:visible":function($event){_vm.oldModal=$event}}},[_c('OldProcess',{attrs:{"tools":false,"path":_vm.path,"userInfo":_vm.userInfo,"queryInfo":_vm.queryInfo}}),_c('span',{staticClass:"dialog-footer",attrs:{"slot":"footer"},slot:"footer"},[_c('el-button',{on:{"click":function($event){_vm.oldModal = false}}},[_vm._v("取 消")]),_c('el-button',{attrs:{"type":"primary"},on:{"click":function($event){_vm.oldModal = false}}},[_vm._v("确 定")])],1)],1)],1)}
|
|
3053
|
+
var staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"end-node"},[_c('div',{staticClass:"end-node-circle"}),_c('div',{staticClass:"end-node-text"},[_vm._v("流程结束")])])}]
|
|
3053
3054
|
|
|
3054
3055
|
|
|
3055
|
-
// CONCATENATED MODULE: ./src/views/formBuilder/process.vue?vue&type=template&id=
|
|
3056
|
+
// CONCATENATED MODULE: ./src/views/formBuilder/process.vue?vue&type=template&id=6031d00f&scoped=true&
|
|
3056
3057
|
|
|
3057
3058
|
// EXTERNAL MODULE: ./node_modules/_core-js@3.18.1@core-js/modules/es.object.to-string.js
|
|
3058
3059
|
var es_object_to_string = __webpack_require__("e7dc");
|
|
@@ -3348,7 +3349,7 @@ function cookieSet(cName, value, expiredays) {
|
|
|
3348
3349
|
js_cookie_default.a.set(cName, value, {
|
|
3349
3350
|
expires: expiredays,
|
|
3350
3351
|
path: "/",
|
|
3351
|
-
domain: ".
|
|
3352
|
+
domain: ".qiguanbang.com"
|
|
3352
3353
|
});
|
|
3353
3354
|
} // cookies.set(cName, value, { expires: expiredays, path: '/', domain: '.zhandiana.com' })
|
|
3354
3355
|
// cookies.set(cName, value, { expires: expiredays, path: '/', domain: '.gcw.net' })
|
|
@@ -3366,7 +3367,7 @@ function cookieClear(key) {
|
|
|
3366
3367
|
js_cookie_default.a.remove(key);
|
|
3367
3368
|
js_cookie_default.a.remove(key, {
|
|
3368
3369
|
path: "/",
|
|
3369
|
-
domain: ".
|
|
3370
|
+
domain: ".qiguanbang.com"
|
|
3370
3371
|
});
|
|
3371
3372
|
} // cookies.remove(key, { path: '/', domain: '.zhandiana.com' })
|
|
3372
3373
|
// cookies.remove(key, { path: '/', domain: '.gcw.net' })
|
|
@@ -3420,7 +3421,7 @@ function clearMulti(keys) {
|
|
|
3420
3421
|
});
|
|
3421
3422
|
}
|
|
3422
3423
|
|
|
3423
|
-
var
|
|
3424
|
+
var localStorage_localStorage = {
|
|
3424
3425
|
set: localStorage_set,
|
|
3425
3426
|
setMulti: setMulti,
|
|
3426
3427
|
read: read,
|
|
@@ -3428,16 +3429,16 @@ var localStorage = {
|
|
|
3428
3429
|
clear: clear,
|
|
3429
3430
|
clearMulti: clearMulti
|
|
3430
3431
|
};
|
|
3431
|
-
/* harmony default export */ var storage_localStorage = (
|
|
3432
|
+
/* harmony default export */ var storage_localStorage = (localStorage_localStorage);
|
|
3432
3433
|
// CONCATENATED MODULE: ./src/api/apiAuthentication.js
|
|
3433
3434
|
//
|
|
3434
3435
|
// 认证管理
|
|
3435
3436
|
//
|
|
3436
3437
|
|
|
3437
|
-
var api = "https://
|
|
3438
|
-
var apiMaterials = "https://
|
|
3439
|
-
var apiUser = "https://
|
|
3440
|
-
var apiUrl = "https://
|
|
3438
|
+
var api = "https://gateway.shigongbang.com/sgb-review";
|
|
3439
|
+
var apiMaterials = "https://gateway.shigongbang.com/sgb-cailiao";
|
|
3440
|
+
var apiUser = "https://gateway.shigongbang.com/enterprise-managerment-release";
|
|
3441
|
+
var apiUrl = "https://gateway.shigongbang.com/memberCenter";
|
|
3441
3442
|
var apiAuthentication = {
|
|
3442
3443
|
business: function business() {
|
|
3443
3444
|
return http.get("/api/auth/business");
|
|
@@ -3500,7 +3501,7 @@ var apiAuthentication = {
|
|
|
3500
3501
|
// CONCATENATED MODULE: ./src/api/apiUser.js
|
|
3501
3502
|
|
|
3502
3503
|
|
|
3503
|
-
var apiUser_api = "https://
|
|
3504
|
+
var apiUser_api = "https://gateway.shigongbang.com/memberCenter";
|
|
3504
3505
|
var apiUser_apiUser = {
|
|
3505
3506
|
getUserInfo: function getUserInfo() {
|
|
3506
3507
|
return http.get(apiUser_api + "/api/user/getCurrentUserInfo");
|
|
@@ -25542,9 +25543,9 @@ var store = new vuex_esm["a" /* default */].Store({
|
|
|
25542
25543
|
// 三级地区数据
|
|
25543
25544
|
shopInfo: {},
|
|
25544
25545
|
menuList: [],
|
|
25545
|
-
upload: "".concat("https://
|
|
25546
|
-
uploadMess: "".concat("https://
|
|
25547
|
-
uploadApp: "".concat("https://
|
|
25546
|
+
upload: "".concat("https://gateway.shigongbang.com/enterprise-managerment-release", "/file/add"),
|
|
25547
|
+
uploadMess: "".concat("https://gateway.shigongbang.com/enterprise-managerment-release", "/file/recognition"),
|
|
25548
|
+
uploadApp: "".concat("https://gateway.shigongbang.com").concat("/sgb-app-manager", "/v1/app/common/imgUpload"),
|
|
25548
25549
|
otherUpload: "file/add",
|
|
25549
25550
|
otherUploadMess: "file/recognition",
|
|
25550
25551
|
imgUrl: "https://shigongbang.oss-cn-hangzhou.aliyuncs.com/",
|
|
@@ -26135,8 +26136,9 @@ var removePending = function removePending(config) {
|
|
|
26135
26136
|
}; // axios 基础配置
|
|
26136
26137
|
|
|
26137
26138
|
|
|
26139
|
+
var base = JSON.parse(localStorage.getItem("env"));
|
|
26138
26140
|
_axios_0_18_1_axios_default.a.defaults.timeout = 50000;
|
|
26139
|
-
_axios_0_18_1_axios_default.a.defaults.baseURL =
|
|
26141
|
+
_axios_0_18_1_axios_default.a.defaults.baseURL = base.VUE_APP_APIUSER;
|
|
26140
26142
|
_axios_0_18_1_axios_default.a.interceptors.request.use(function (config) {
|
|
26141
26143
|
// let token = store.state.token
|
|
26142
26144
|
var token = cookies.cookieRead("token");
|
|
@@ -26343,12 +26345,13 @@ var lib_default = /*#__PURE__*/__webpack_require__.n(lib);
|
|
|
26343
26345
|
* @FilePath: \src\api\apiProcess.js
|
|
26344
26346
|
**/
|
|
26345
26347
|
|
|
26346
|
-
var baseUrl = "https://api.jingyingbang.net" + "/sgb-meta-design"; // const baseUrl = 'http://192.168.3.51:9096'
|
|
26347
|
-
|
|
26348
26348
|
|
|
26349
|
-
var
|
|
26350
|
-
var
|
|
26351
|
-
var
|
|
26349
|
+
var apiProcess_base = JSON.parse(localStorage.getItem("env"));
|
|
26350
|
+
var baseUrl = apiProcess_base.VUE_APP_API + "/sgb-meta-design";
|
|
26351
|
+
var apiProcess_url = apiProcess_base.VUE_APP_API;
|
|
26352
|
+
var qiguan = apiProcess_base.VUE_APP_QIGUAN;
|
|
26353
|
+
var appUrl = apiProcess_url + qiguan;
|
|
26354
|
+
console.log(baseUrl); // 保存流程
|
|
26352
26355
|
|
|
26353
26356
|
var saveProcess = /*#__PURE__*/function () {
|
|
26354
26357
|
var _ref = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee(params) {
|
|
@@ -26769,14 +26772,14 @@ var approvalOption = /*#__PURE__*/function () {
|
|
|
26769
26772
|
return _ref20.apply(this, arguments);
|
|
26770
26773
|
};
|
|
26771
26774
|
}();
|
|
26772
|
-
// CONCATENATED MODULE: ./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2eddf19b-vue-loader-template"}!./node_modules/_vue-loader@15.9.8@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.9.8@vue-loader/lib??vue-loader-options!./src/views/formBuilder/process-2.vue?vue&type=template&id=
|
|
26773
|
-
var
|
|
26775
|
+
// CONCATENATED MODULE: ./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2eddf19b-vue-loader-template"}!./node_modules/_vue-loader@15.9.8@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.9.8@vue-loader/lib??vue-loader-options!./src/views/formBuilder/process-2.vue?vue&type=template&id=a4148146&
|
|
26776
|
+
var process_2vue_type_template_id_a4148146_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.easyFlowVisible)?_c('div',[(_vm.tools)?_c('el-row',[_c('el-col',{staticClass:"right-plan",attrs:{"span":24}},[_c('div',{staticClass:"process-heard"},[(_vm.queryName)?[(_vm.isEdit)?_c('div',[_c('span',{staticClass:"process-title"},[_vm._v(_vm._s(_vm.queryName)+"流程")])]):_c('div',[_c('el-input',{attrs:{"autofocus":"","placeholder":"请输入内容"},on:{"blur":_vm.changeName},model:{value:(_vm.conName),callback:function ($$v) {_vm.conName=$$v},expression:"conName"}})],1)]:_c('div'),_c('div',[_c('div',{staticClass:"switch"},[_c('span',[_vm._v("是否开启审批:")]),_c('el-switch',{model:{value:(_vm.isFlg),callback:function ($$v) {_vm.isFlg=$$v},expression:"isFlg"}})],1),_c('el-button',{on:{"click":_vm.cancal}},[_vm._v("取消")]),_c('el-button',{attrs:{"type":"primary"},on:{"click":_vm.save}},[_vm._v("保存")])],1)],2)])],1):_vm._e(),_c('el-col',{attrs:{"span":24}},[_c('div',{staticClass:"container-process",attrs:{"id":"flowContainer"}},[_vm._l((_vm.data.nodeList),function(node,index){return [(node.item.type !== 'addCondition')?_c('flow-node',{key:index,ref:"flowNode",refInFor:true,attrs:{"node":node.item,"level":node.level},on:{"deleteNode":_vm.deleteNode,"changeNodeSite":_vm.changeNodeSite,"nodeRightMenu":_vm.nodeRightMenu,"editNode":_vm.editNode,"showForm":_vm.showForm,"changeName":_vm.changeNodeName}}):_c('div',{key:node.item.id + '_add',staticClass:"add-condition",style:({ top: node.item.top, left: node.item.left }),attrs:{"id":'flowchartWindow' + node.item.id},on:{"click":function($event){return _vm.addExtraCondition($event)}}},[_vm._v("\n 添加条件\n ")])]}),_c('flow-node-condition',{directives:[{name:"show",rawName:"v-show",value:(_vm.conditionVisible),expression:"conditionVisible"}],ref:"conditionForm",attrs:{"formData":_vm.connection,"title":_vm.title},on:{"edit":_vm.editName,"save":_vm.setCondition,"cancal":function($event){_vm.conditionVisible = false}}}),(_vm.showAddNode)?_c('add-node-box',{attrs:{"info":_vm.addNodeInfo},on:{"close":function () {
|
|
26774
26777
|
_vm.showAddNode = false;
|
|
26775
26778
|
},"addNode":_vm.addNode}}):_vm._e()],2)]),_c('approver-selector',{ref:"approverSelector",attrs:{"approverList":_vm.approverSelectorData.approverList,"notifierList":_vm.approverSelectorData.notifierList},on:{"save":_vm.setNode},model:{value:(_vm.selectorVisible),callback:function ($$v) {_vm.selectorVisible=$$v},expression:"selectorVisible"}})],1):_vm._e()}
|
|
26776
|
-
var
|
|
26779
|
+
var process_2vue_type_template_id_a4148146_staticRenderFns = []
|
|
26777
26780
|
|
|
26778
26781
|
|
|
26779
|
-
// CONCATENATED MODULE: ./src/views/formBuilder/process-2.vue?vue&type=template&id=
|
|
26782
|
+
// CONCATENATED MODULE: ./src/views/formBuilder/process-2.vue?vue&type=template&id=a4148146&
|
|
26780
26783
|
|
|
26781
26784
|
// CONCATENATED MODULE: ./node_modules/_@babel_runtime@7.15.4@@babel/runtime/helpers/esm/arrayWithHoles.js
|
|
26782
26785
|
function _arrayWithHoles(arr) {
|
|
@@ -27250,12 +27253,12 @@ var component = normalizeComponent(
|
|
|
27250
27253
|
)
|
|
27251
27254
|
|
|
27252
27255
|
/* harmony default export */ var planNode = (component.exports);
|
|
27253
|
-
// CONCATENATED MODULE: ./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2eddf19b-vue-loader-template"}!./node_modules/_vue-loader@15.9.8@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.9.8@vue-loader/lib??vue-loader-options!./src/views/formBuilder/components/nodeConditionConfig.vue?vue&type=template&id=
|
|
27254
|
-
var
|
|
27255
|
-
var
|
|
27256
|
+
// CONCATENATED MODULE: ./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2eddf19b-vue-loader-template"}!./node_modules/_vue-loader@15.9.8@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.9.8@vue-loader/lib??vue-loader-options!./src/views/formBuilder/components/nodeConditionConfig.vue?vue&type=template&id=8f9476fa&scoped=true&
|
|
27257
|
+
var nodeConditionConfigvue_type_template_id_8f9476fa_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-drawer',{staticClass:"nodeConditionModal",attrs:{"visible":_vm.nodeConditionModal,"direction":"rtl","wrapperClosable":false,"show-close":false,"close-on-press-escape":false,"destroy-on-close":"","append-to-body":true}},[_c('div',{staticClass:"wrapper",on:{"click":function($event){$event.stopPropagation();}}},[_c('div',{staticClass:"title"},[(_vm.isEdit)?_c('div',[_c('span',[_vm._v(_vm._s(_vm.title))]),_c('i',{staticClass:"el-icon-edit",on:{"click":function($event){$event.stopPropagation();_vm.isEdit = false}}})]):_c('div',[_c('el-input',{attrs:{"autofocus":"","placeholder":"请输入内容"},on:{"blur":_vm.changeName},model:{value:(_vm.conName),callback:function ($$v) {_vm.conName=$$v},expression:"conName"}})],1)]),_c('div',{staticClass:"content"},[_c('el-form',{ref:"form",staticClass:"form-box",attrs:{"model":_vm.form,"label-width":"80px"}},_vm._l((_vm.formConfig),function(item,index){return _c('div',{key:index},[(item.ele == 'checkbox')?[_c('el-form-item',{attrs:{"label":item.name + ': '}},[_c('el-checkbox-group',{on:{"change":function (val) { return _vm.handlerChange(val, item); }},model:{value:(_vm.form[item.variable].value),callback:function ($$v) {_vm.$set(_vm.form[item.variable], "value", $$v)},expression:"form[item.variable].value"}},_vm._l((item.data),function(items,indexs){return _c('el-checkbox',{key:indexs,attrs:{"label":items.no}},[_vm._v(_vm._s(items.name))])}),1)],1)]:_vm._e(),(item.ele == 'input')?[_c('el-form-item',{attrs:{"label":item.name + ': ',"rules":{ validator: _vm.validatePass, trigger: 'change', message: '不能小于0' },"prop":item.variable}},[_c('el-row',{attrs:{"gutter":4}},[_c('el-col',{attrs:{"span":11}},[_c('el-select',{attrs:{"placeholder":"请选择"},model:{value:(_vm.form[item.variable].opt),callback:function ($$v) {_vm.$set(_vm.form[item.variable], "opt", $$v)},expression:"form[item.variable].opt"}},_vm._l((_vm.optOption),function(item){return _c('el-option',{key:item.value,attrs:{"label":item.labal,"value":item.value}})}),1)],1),_c('el-col',{attrs:{"span":11}},[_c('el-input',{model:{value:(_vm.form[item.variable].value),callback:function ($$v) {_vm.$set(_vm.form[item.variable], "value", $$v)},expression:"form[item.variable].value"}})],1)],1)],1)]:_vm._e(),(item.ele == 'sponsor')?[_c('el-form-item',{attrs:{"label":item.name + ': '}},[_c('div',[(_vm.form[item.variable].sponsors && _vm.form[item.variable].sponsors.length > 0)?[_c('div',{staticClass:"selector",on:{"click":function($event){_vm.showSelector = true}}},_vm._l((_vm.form[item.variable].sponsors),function(tag){return _c('el-tag',{key:tag.userId,attrs:{"closable":""},on:{"close":function($event){return _vm.removeTag(item.variable, tag)}}},[_vm._v("\n "+_vm._s(tag.userName)+"\n ")])}),1)]:[_c('el-input',{attrs:{"placeholder":"请选择具体人员"},on:{"focus":function($event){_vm.showSelector = true}}})]],2)])]:_vm._e(),(item.ele == 'spoSxy')?[_c('el-form-item',{attrs:{"label":item.name + ': '}},[_c('div',[( _vm.form[item.variable].sponsors && _vm.form[item.variable].sponsors.length > 0)?[_c('div',{staticClass:"selector",on:{"click":function($event){return _vm.showSxyL(item.variable)}}},_vm._l((_vm.form[item.variable].sponsors),function(tag){return _c('el-tag',{key:tag[item.variable],attrs:{"closable":""},on:{"close":function($event){return _vm.removeTag(item.variable, tag)}}},[_vm._v("\n "+_vm._s(tag.userName)+"\n ")])}),1)]:[_c('el-input',{attrs:{"placeholder":"请选择人员"},on:{"focus":function($event){return _vm.showSxyL(item.variable)}}})]],2)])]:_vm._e(),(item.ele == 'radio')?[_c('el-form-item',{attrs:{"label":item.name + ': '}},[_c('div',[_c('el-radio-group',{model:{value:(_vm.form[item.variable].value),callback:function ($$v) {_vm.$set(_vm.form[item.variable], "value", $$v)},expression:"form[item.variable].value"}},[_vm._l((item.data),function(rad,ind){return [_c('el-radio',{key:ind,attrs:{"label":rad.value}},[_vm._v(_vm._s(rad.name))])]})],2)],1)])]:_vm._e()],2)}),0),_c('el-form',{staticClass:"userHandle"},[_c('el-form-item',[_c('el-button',{attrs:{"type":"primary","size":"medium"},on:{"click":function($event){$event.stopPropagation();return _vm.addCondition.apply(null, arguments)}}},[_vm._v("添加条件")]),_c('span',{staticClass:"mar_l20"},[_vm._v("还有 "+_vm._s(_vm.able)+" 个可用条件")])],1)],1)],1),_c('div',{staticClass:"btn-group"},[_c('el-button',{on:{"click":function($event){$event.stopPropagation();return _vm.nodeConditionHandler.apply(null, arguments)}}},[_vm._v("取消")]),_c('el-button',{attrs:{"type":"primary"},on:{"click":function($event){$event.stopPropagation();return _vm.save.apply(null, arguments)}}},[_vm._v("保存")])],1),_c('el-dialog',{staticClass:"conditionSelect",attrs:{"title":"选择条件","visible":_vm.isShow,"width":"30%","modal":false,"before-close":_vm.handleClose},on:{"update:visible":function($event){_vm.isShow=$event}}},[_c('span',[_vm._v("请选择用来区分审批流程的条件字段")]),_c('el-checkbox-group',{staticClass:"mar_t20",model:{value:(_vm.condition),callback:function ($$v) {_vm.condition=$$v},expression:"condition"}},_vm._l((_vm.configList),function(items,indexs){return _c('el-checkbox',{key:indexs,attrs:{"label":items.variable}},[_vm._v(_vm._s(items.name))])}),1),_c('span',{staticClass:"dialog-footer",attrs:{"slot":"footer"},slot:"footer"},[_c('el-button',{on:{"click":function($event){$event.stopPropagation();return _vm.cancel.apply(null, arguments)}}},[_vm._v("取 消")]),_c('el-button',{attrs:{"type":"primary"},on:{"click":function($event){$event.stopPropagation();return _vm.determine.apply(null, arguments)}}},[_vm._v("确 定")])],1)],1),(_vm.showSelector)?_c('MemberSelection',{attrs:{"title":"选择发起人","directClose":false,"formData":_vm.selectData,"memberNo":_vm.memberNo},on:{"close":function($event){_vm.showSelector = false},"save":_vm.checkMenber}}):_vm._e(),(_vm.showSxytor)?_c('MemberSelection',{attrs:{"title":"选择申请人","directClose":false,"formData":_vm.selSxytData,"memberNo":_vm.memSxyrNo},on:{"close":function($event){_vm.showSxytor = false},"save":_vm.checkSxyber}}):_vm._e()],1)])}
|
|
27258
|
+
var nodeConditionConfigvue_type_template_id_8f9476fa_scoped_true_staticRenderFns = []
|
|
27256
27259
|
|
|
27257
27260
|
|
|
27258
|
-
// CONCATENATED MODULE: ./src/views/formBuilder/components/nodeConditionConfig.vue?vue&type=template&id=
|
|
27261
|
+
// CONCATENATED MODULE: ./src/views/formBuilder/components/nodeConditionConfig.vue?vue&type=template&id=8f9476fa&scoped=true&
|
|
27259
27262
|
|
|
27260
27263
|
// CONCATENATED MODULE: ./node_modules/_@babel_runtime@7.15.4@@babel/runtime/helpers/esm/typeof.js
|
|
27261
27264
|
|
|
@@ -27325,13 +27328,13 @@ var _apiPact;
|
|
|
27325
27328
|
* @FilePath: \qgb-app-form\src\api\apiCheckingIn.js
|
|
27326
27329
|
*/
|
|
27327
27330
|
|
|
27328
|
-
var contract = "https://
|
|
27331
|
+
var contract = "https://gateway.shigongbang.com/enterprise-managerment-release"; // let contract = 'http://192.168.1.19:9090'
|
|
27329
27332
|
|
|
27330
27333
|
var ip = "https://api.sgbwl.com/sgb-app"; // let ip = "http://app.ngrok.gcw.net:90"
|
|
27331
27334
|
// let id = 'http://192.168.1.8:9090'
|
|
27332
27335
|
|
|
27333
|
-
var apiCheckingIn_id = "https://
|
|
27334
|
-
var apiCheckingIn_baseUrl = "https://
|
|
27336
|
+
var apiCheckingIn_id = "https://gateway.shigongbang.com/enterprise-managerment-release";
|
|
27337
|
+
var apiCheckingIn_baseUrl = "https://gateway.shigongbang.com" + "/sgb-app-manager";
|
|
27335
27338
|
var apiPact = (_apiPact = {
|
|
27336
27339
|
// 判断考勤组名称是否可用
|
|
27337
27340
|
permitGroupName: function permitGroupName(data) {
|
|
@@ -27484,9 +27487,9 @@ var apiPact = (_apiPact = {
|
|
|
27484
27487
|
/* harmony default export */ var apiCheckingIn = (apiPact);
|
|
27485
27488
|
// CONCATENATED MODULE: ./src/api/Notice.js
|
|
27486
27489
|
|
|
27487
|
-
var Notice_baseUrl = "https://
|
|
27488
|
-
var Notice_url = "https://
|
|
27489
|
-
var authUrlType = "/enterprise-managerment"; // let baseUrl = 'http://localhost:8080'
|
|
27490
|
+
var Notice_baseUrl = "https://gateway.shigongbang.com/enterprise-managerment-release";
|
|
27491
|
+
var Notice_url = "https://gateway.shigongbang.com";
|
|
27492
|
+
var authUrlType = "/enterprise-managerment-release"; // let baseUrl = 'http://localhost:8080'
|
|
27490
27493
|
|
|
27491
27494
|
var apiNotice = {
|
|
27492
27495
|
// 发布公告
|
|
@@ -27748,7 +27751,7 @@ var getAppointsByContractNo = /*#__PURE__*/function () {
|
|
|
27748
27751
|
// CONCATENATED MODULE: ./src/api/apiTeam/api.js
|
|
27749
27752
|
// let api = 'http://192.168.100.244:9099/'
|
|
27750
27753
|
// VUE_APP_APIUSER = http://192.168.100.244:9099
|
|
27751
|
-
var api_api = "https://
|
|
27754
|
+
var api_api = "https://gateway.shigongbang.com/sgb-gongdui";
|
|
27752
27755
|
/* harmony default export */ var apiTeam_api = (api_api);
|
|
27753
27756
|
// CONCATENATED MODULE: ./src/api/apiTeam/apiUtils.js
|
|
27754
27757
|
|
|
@@ -27812,7 +27815,7 @@ var apiUtils_req = {
|
|
|
27812
27815
|
|
|
27813
27816
|
// let baseUrl = 'http://192.168.2.103:9190'
|
|
27814
27817
|
|
|
27815
|
-
var apiSealRecord_baseUrl = "https://
|
|
27818
|
+
var apiSealRecord_baseUrl = "https://gateway.shigongbang.com/enterprise-managerment-release"; // let Url = process.env.VUE_APP_AUTHENTICATION
|
|
27816
27819
|
// 获取申请人
|
|
27817
27820
|
// export const getUserByParentId = async (params) => request.get(Url +'/v1/organization/getUserByParentId/'+params)
|
|
27818
27821
|
// 判断印章
|
|
@@ -28264,8 +28267,8 @@ var sealApplyDetails = /*#__PURE__*/function () {
|
|
|
28264
28267
|
// CONCATENATED MODULE: ./src/api/apiSystem/index.js
|
|
28265
28268
|
|
|
28266
28269
|
|
|
28267
|
-
var apiSystem_url = "https://
|
|
28268
|
-
var apiSystem_authUrlType = "/enterprise-managerment";
|
|
28270
|
+
var apiSystem_url = "https://gateway.shigongbang.com";
|
|
28271
|
+
var apiSystem_authUrlType = "/enterprise-managerment-release";
|
|
28269
28272
|
var apiSystem_qiguan = "/sgb-app-manager";
|
|
28270
28273
|
var apiSystem_auth = "/auth";
|
|
28271
28274
|
var urls = "http://192.168.2.184:9190";
|
|
@@ -29669,10 +29672,10 @@ var MemberSelectionvue_type_template_id_37f95368_scoped_true_staticRenderFns = [
|
|
|
29669
29672
|
// CONCATENATED MODULE: ./src/api/apiMemberSelection.js
|
|
29670
29673
|
|
|
29671
29674
|
|
|
29672
|
-
var
|
|
29673
|
-
var
|
|
29674
|
-
var
|
|
29675
|
-
var
|
|
29675
|
+
var apiMemberSelection_base = JSON.parse(localStorage.getItem("env"));
|
|
29676
|
+
var apiMemberSelection_url = apiMemberSelection_base.VUE_APP_API;
|
|
29677
|
+
var apiMemberSelection_authUrlType = apiMemberSelection_base.VUE_APP_EMTERPRISE;
|
|
29678
|
+
var apiMemberSelection_qiguan = apiMemberSelection_base.VUE_APP_QIGUAN;
|
|
29676
29679
|
var apiMemberSelection = {
|
|
29677
29680
|
getOrgsData: function getOrgsData() {
|
|
29678
29681
|
return http.get(apiMemberSelection_url + apiMemberSelection_authUrlType + "/v1/organization/getNewOrganizationAndContacts");
|
|
@@ -30380,6 +30383,12 @@ var MemberSelection_component = normalizeComponent(
|
|
|
30380
30383
|
title: {
|
|
30381
30384
|
type: String,
|
|
30382
30385
|
default: ""
|
|
30386
|
+
},
|
|
30387
|
+
queryInfo: {
|
|
30388
|
+
type: Object,
|
|
30389
|
+
default: function _default() {
|
|
30390
|
+
return {};
|
|
30391
|
+
}
|
|
30383
30392
|
}
|
|
30384
30393
|
},
|
|
30385
30394
|
data: function data() {
|
|
@@ -30675,7 +30684,7 @@ var MemberSelection_component = normalizeComponent(
|
|
|
30675
30684
|
while (1) {
|
|
30676
30685
|
switch (_context.prev = _context.next) {
|
|
30677
30686
|
case 0:
|
|
30678
|
-
_this3.applyType = _this3
|
|
30687
|
+
_this3.applyType = _this3.queryInfo.type;
|
|
30679
30688
|
configDefault = {
|
|
30680
30689
|
ele: "sponsor",
|
|
30681
30690
|
name: "发起人",
|
|
@@ -30701,7 +30710,7 @@ var MemberSelection_component = normalizeComponent(
|
|
|
30701
30710
|
case 9:
|
|
30702
30711
|
_this3.configList = _context.t0;
|
|
30703
30712
|
|
|
30704
|
-
if (_this3
|
|
30713
|
+
if (_this3.queryInfo.type == "sealApproval" || _this3.queryInfo.name == "用章申请" || _this3.queryInfo.name == "用车申请" || _this3.queryInfo.type == "carApproval") {
|
|
30705
30714
|
configDefault = {};
|
|
30706
30715
|
} else {
|
|
30707
30716
|
_this3.configList.unshift(configDefault);
|
|
@@ -30763,8 +30772,8 @@ var MemberSelection_component = normalizeComponent(
|
|
|
30763
30772
|
});
|
|
30764
30773
|
// CONCATENATED MODULE: ./src/views/formBuilder/components/nodeConditionConfig.vue?vue&type=script&lang=js&
|
|
30765
30774
|
/* harmony default export */ var components_nodeConditionConfigvue_type_script_lang_js_ = (nodeConditionConfigvue_type_script_lang_js_);
|
|
30766
|
-
// EXTERNAL MODULE: ./src/views/formBuilder/components/nodeConditionConfig.vue?vue&type=style&index=0&id=
|
|
30767
|
-
var
|
|
30775
|
+
// EXTERNAL MODULE: ./src/views/formBuilder/components/nodeConditionConfig.vue?vue&type=style&index=0&id=8f9476fa&lang=scss&scoped=true&
|
|
30776
|
+
var nodeConditionConfigvue_type_style_index_0_id_8f9476fa_lang_scss_scoped_true_ = __webpack_require__("060c");
|
|
30768
30777
|
|
|
30769
30778
|
// CONCATENATED MODULE: ./src/views/formBuilder/components/nodeConditionConfig.vue
|
|
30770
30779
|
|
|
@@ -30777,11 +30786,11 @@ var nodeConditionConfigvue_type_style_index_0_id_b8e893ec_lang_scss_scoped_true_
|
|
|
30777
30786
|
|
|
30778
30787
|
var nodeConditionConfig_component = normalizeComponent(
|
|
30779
30788
|
components_nodeConditionConfigvue_type_script_lang_js_,
|
|
30780
|
-
|
|
30781
|
-
|
|
30789
|
+
nodeConditionConfigvue_type_template_id_8f9476fa_scoped_true_render,
|
|
30790
|
+
nodeConditionConfigvue_type_template_id_8f9476fa_scoped_true_staticRenderFns,
|
|
30782
30791
|
false,
|
|
30783
30792
|
null,
|
|
30784
|
-
"
|
|
30793
|
+
"8f9476fa",
|
|
30785
30794
|
null
|
|
30786
30795
|
|
|
30787
30796
|
)
|
|
@@ -30887,12 +30896,12 @@ var addNode_component = normalizeComponent(
|
|
|
30887
30896
|
)
|
|
30888
30897
|
|
|
30889
30898
|
/* harmony default export */ var components_addNode = (addNode_component.exports);
|
|
30890
|
-
// CONCATENATED MODULE: ./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2eddf19b-vue-loader-template"}!./node_modules/_vue-loader@15.9.8@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.9.8@vue-loader/lib??vue-loader-options!./src/views/formBuilder/components/approverSelector.vue?vue&type=template&id=
|
|
30891
|
-
var
|
|
30892
|
-
var
|
|
30899
|
+
// CONCATENATED MODULE: ./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2eddf19b-vue-loader-template"}!./node_modules/_vue-loader@15.9.8@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.9.8@vue-loader/lib??vue-loader-options!./src/views/formBuilder/components/approverSelector.vue?vue&type=template&id=0922466c&scoped=true&
|
|
30900
|
+
var approverSelectorvue_type_template_id_0922466c_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('el-drawer',{attrs:{"title":"审批节点","visible":_vm.visible,"direction":"rtl","wrapperClosable":false,"show-close":false,"close-on-press-escape":false,"destroy-on-close":"","append-to-body":true}},[_c('div',{staticClass:"drawer-wrap"},[(!_vm.isCCTask)?_c('div',{staticClass:"approverSelectorItem"},[_c('div',{staticClass:"multi-title"},[_vm._v("审批人")]),_c('div',{staticClass:"approverSelectorItemCon rowDirection"},[_c('el-radio-group',{on:{"change":_vm.approverModeChange},model:{value:(_vm.approverMode),callback:function ($$v) {_vm.approverMode=$$v},expression:"approverMode"}},[_c('el-radio',{attrs:{"label":1}},[_vm._v("指定成员")]),(_vm.queryInfo.type | _vm.filterType)?_c('el-radio',{attrs:{"label":2}},[_vm._v("主管")]):_vm._e()],1),(_vm.approverMode == 1)?_c('div',{staticClass:"selector-list"},[(_vm.approverList.length < 25)?_c('el-button',{staticClass:"list-item-btn",attrs:{"type":"primary","icon":"el-icon-plus","size":"mini"},on:{"click":function($event){return _vm.showStaffSelector(0)}}}):_vm._e(),(_vm.approverList.length)?_c('div',{staticClass:"tagList"},[_vm._l((_vm.approverList),function(tag,index){return [_c('el-tag',{key:index,staticClass:"list-item list-item-opt",attrs:{"closable":"","type":"info","size":"medium"},on:{"close":function($event){return _vm.removeItem('approverList', index)}}},[_vm._v("\n "+_vm._s(tag.name || tag.userName)+"\n ")])]}),_c('span',{staticClass:"clear-btn list-item",on:{"click":function($event){return _vm.clear('approverList')}}},[_vm._v("清空")])],2):_vm._e()],1):_vm._e()],1)]):_vm._e(),(_vm.approverMode == 2)?_c('div',{staticClass:"approverSelectorItem layoutRowItem"},[_c('div',{staticClass:"multi-title"},[_vm._v("发起人:")]),_c('div',{staticClass:"approverSelectorItemCon"},[_c('el-select',{attrs:{"placeholder":"请选择"},on:{"change":function (val){ return _vm.changeEvent(val, _vm.options); }},model:{value:(_vm.valueKey),callback:function ($$v) {_vm.valueKey=$$v},expression:"valueKey"}},_vm._l((_vm.options),function(item){return _c('el-option',{key:item.value,attrs:{"label":item.label,"value":item.value}})}),1)],1)]):_vm._e(),(![4].includes(_vm.approverMode) && !_vm.isCCTask)?_c('div',{staticClass:"approverSelectorItem"},[_c('div',{staticClass:"multi-title"},[_vm._v("多人审批时采用的审批方式")]),_c('div',{staticClass:"approverSelectorItemCon"},[_c('el-radio-group',{on:{"change":_vm.examineModeChange},model:{value:(_vm.approverType),callback:function ($$v) {_vm.approverType=$$v},expression:"approverType"}},[_c('el-radio',{attrs:{"label":"3"}},[_vm._v("依次审批")]),_c('el-radio',{attrs:{"label":"1"}},[_vm._v("会签(须所有审批人同意)")]),_c('el-radio',{attrs:{"label":"2"}},[_vm._v("或签(一名审批人同意或拒绝即可)")])],1)],1)]):_vm._e(),(_vm.approverMode == 2)?_c('div',{staticClass:"approverSelectorItem"},[_c('div',{staticClass:"multi-title"},[_vm._v("审批人为空时")]),_c('div',{staticClass:"approverSelectorItemCon"},[_c('el-radio-group',{on:{"change":_vm.noHanderActionChange},model:{value:(_vm.directorType.authType),callback:function ($$v) {_vm.$set(_vm.directorType, "authType", $$v)},expression:"directorType.authType"}},[_c('el-radio',{attrs:{"label":"1"}},[_vm._v("自动通过 ")]),_c('el-radio',{attrs:{"label":"2"}},[_vm._v("自动转交主管理员")])],1)],1)]):_vm._e(),(_vm.isCCTask)?_c('div',{staticClass:"approverSelectorItem"},[_c('div',{staticClass:"multi-title"},[_vm._v("抄送人")]),_c('div',{staticClass:"approverSelectorItemCon rowDirection"},[_c('el-radio-group',{model:{value:(_vm.isCCTaskType),callback:function ($$v) {_vm.isCCTaskType=$$v},expression:"isCCTaskType"}},[_c('el-radio',{attrs:{"label":1}},[_vm._v("指定成员")])],1),_c('div',{staticClass:"selector-list"},[(_vm.notifierList.length < 25)?_c('el-button',{staticClass:"list-item-btn",attrs:{"type":"primary","icon":"el-icon-plus","size":"mini"},on:{"click":function($event){return _vm.showStaffSelector(1)}}}):_vm._e(),(_vm.notifierList.length)?_c('div',{staticClass:"tagList"},[_vm._l((_vm.notifierList),function(tag,index){return _c('el-tag',{key:index,staticClass:"list-item list-item-opt",attrs:{"closable":"","type":"info","size":"medium"},on:{"close":function($event){return _vm.removeItem('notifierList', index)}}},[_vm._v("\n "+_vm._s(tag.name || tag.userName)+"\n ")])}),_c('span',{staticClass:"clear-btn list-item",on:{"click":function($event){return _vm.clear('notifierList')}}},[_vm._v("清空")])],2):_vm._e()],1)],1)]):_vm._e(),_c('div',{staticClass:"drawer-footer"},[_c('el-button',{on:{"click":_vm.cancel}},[_vm._v("取消")]),_c('el-button',{attrs:{"type":"primary"},on:{"click":_vm.submit}},[_vm._v("保存")])],1)])]),_c('FlowNodeForm',{ref:"nodeForm",attrs:{"id":"nodeForm","orgVisible":_vm.nodeVisible,"type":_vm.memberSelectorType},on:{"close":function($event){_vm.nodeVisible = false},"confirm":_vm.memberSelectorConfirm}})],1)}
|
|
30901
|
+
var approverSelectorvue_type_template_id_0922466c_scoped_true_staticRenderFns = []
|
|
30893
30902
|
|
|
30894
30903
|
|
|
30895
|
-
// CONCATENATED MODULE: ./src/views/formBuilder/components/approverSelector.vue?vue&type=template&id=
|
|
30904
|
+
// CONCATENATED MODULE: ./src/views/formBuilder/components/approverSelector.vue?vue&type=template&id=0922466c&scoped=true&
|
|
30896
30905
|
|
|
30897
30906
|
// CONCATENATED MODULE: ./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2eddf19b-vue-loader-template"}!./node_modules/_vue-loader@15.9.8@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.9.8@vue-loader/lib??vue-loader-options!./src/views/formBuilder/components/newNodeForm.vue?vue&type=template&id=64f53724&scoped=true&
|
|
30898
30907
|
var newNodeFormvue_type_template_id_64f53724_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.title,"visible":_vm.orgVisible,"width":"600px","append-to-body":"","before-close":_vm.cancel,"close-on-click-modal":false,"destroy-on-close":""},on:{"update:visible":function($event){_vm.orgVisible=$event}}},[_c('div',{staticClass:"main-wrapper"},[_c('div',{staticClass:"main-block"},[_c('div',{staticClass:"block-title"},[_vm._v("选择:")]),_c('div',{directives:[{name:"loading",rawName:"v-loading",value:(_vm.loading),expression:"loading"}],staticClass:"block-card"},[_c('el-input',{staticStyle:{"margin-bottom":"10px"},attrs:{"type":"text","clearable":"","placeholder":"输入姓名","size":"small"},model:{value:(_vm.searchValue),callback:function ($$v) {_vm.searchValue=$$v},expression:"searchValue"}},[_c('i',{staticClass:"el-input__icon el-icon-search",attrs:{"slot":"prefix"},slot:"prefix"})]),_c('div',[_c('el-tree',{ref:"tree",staticClass:"filter-tree",attrs:{"data":_vm.orgData,"props":_vm.defaultProps,"default-expand-all":"","show-checkbox":"","node-key":"uniqueProp","default-checked-keys":_vm.defaultCheck,"filter-node-method":_vm.filterNode},on:{"check":_vm.handleCheckChange}})],1)],1)]),_c('div',{staticClass:"main-block"},[_c('div',{staticClass:"block-title"},[_vm._v("已选:")]),_c('div',{staticClass:"block-card block-card-right"},[_c('ul',{staticClass:"opt-wrap",attrs:{"id":"opt-wrap"}},_vm._l((_vm.selectedList),function(item,index){return _c('li',{key:index,staticClass:"opt",attrs:{"data-memberNo":item.userId || item.memberNo}},[_c('span',{staticClass:"opt-name"},[_vm._v(_vm._s(item.name || item.userName))]),_c('i',{staticClass:"el-icon-circle-close",on:{"click":function($event){return _vm.deleteOpt(item, index)}}})])}),0)])])]),_c('span',{staticClass:"dialog-footer",attrs:{"slot":"footer"},slot:"footer"},[_c('el-button',{on:{"click":_vm.cancel}},[_vm._v("取 消")]),_c('el-button',{attrs:{"type":"primary"},on:{"click":_vm.confirm}},[_vm._v("确 认")])],1)])],1)}
|
|
@@ -31438,6 +31447,12 @@ var newNodeForm_component = normalizeComponent(
|
|
|
31438
31447
|
value: {
|
|
31439
31448
|
type: Boolean,
|
|
31440
31449
|
default: true
|
|
31450
|
+
},
|
|
31451
|
+
queryInfo: {
|
|
31452
|
+
type: Object,
|
|
31453
|
+
default: function _default() {
|
|
31454
|
+
return {};
|
|
31455
|
+
}
|
|
31441
31456
|
}
|
|
31442
31457
|
},
|
|
31443
31458
|
data: function data() {
|
|
@@ -31749,9 +31764,9 @@ var newNodeForm_component = normalizeComponent(
|
|
|
31749
31764
|
computed: {
|
|
31750
31765
|
// 过滤非主管的审批模块
|
|
31751
31766
|
filterType: function filterType(type) {
|
|
31752
|
-
if (this
|
|
31767
|
+
if (this.queryInfo.type == "notice") {
|
|
31753
31768
|
return false;
|
|
31754
|
-
} else if (this
|
|
31769
|
+
} else if (this.queryInfo.type == "officialDocument") {
|
|
31755
31770
|
return false;
|
|
31756
31771
|
} else {
|
|
31757
31772
|
return true;
|
|
@@ -31761,8 +31776,8 @@ var newNodeForm_component = normalizeComponent(
|
|
|
31761
31776
|
});
|
|
31762
31777
|
// CONCATENATED MODULE: ./src/views/formBuilder/components/approverSelector.vue?vue&type=script&lang=js&
|
|
31763
31778
|
/* harmony default export */ var components_approverSelectorvue_type_script_lang_js_ = (approverSelectorvue_type_script_lang_js_);
|
|
31764
|
-
// EXTERNAL MODULE: ./src/views/formBuilder/components/approverSelector.vue?vue&type=style&index=0&id=
|
|
31765
|
-
var
|
|
31779
|
+
// EXTERNAL MODULE: ./src/views/formBuilder/components/approverSelector.vue?vue&type=style&index=0&id=0922466c&scoped=true&style=scss&lang=css&
|
|
31780
|
+
var approverSelectorvue_type_style_index_0_id_0922466c_scoped_true_style_scss_lang_css_ = __webpack_require__("0b2d");
|
|
31766
31781
|
|
|
31767
31782
|
// CONCATENATED MODULE: ./src/views/formBuilder/components/approverSelector.vue
|
|
31768
31783
|
|
|
@@ -31775,11 +31790,11 @@ var approverSelectorvue_type_style_index_0_id_546edca3_scoped_true_style_scss_la
|
|
|
31775
31790
|
|
|
31776
31791
|
var approverSelector_component = normalizeComponent(
|
|
31777
31792
|
components_approverSelectorvue_type_script_lang_js_,
|
|
31778
|
-
|
|
31779
|
-
|
|
31793
|
+
approverSelectorvue_type_template_id_0922466c_scoped_true_render,
|
|
31794
|
+
approverSelectorvue_type_template_id_0922466c_scoped_true_staticRenderFns,
|
|
31780
31795
|
false,
|
|
31781
31796
|
null,
|
|
31782
|
-
"
|
|
31797
|
+
"0922466c",
|
|
31783
31798
|
null
|
|
31784
31799
|
|
|
31785
31800
|
)
|
|
@@ -32080,8 +32095,6 @@ function compare(property) {
|
|
|
32080
32095
|
//
|
|
32081
32096
|
//
|
|
32082
32097
|
//
|
|
32083
|
-
//
|
|
32084
|
-
//
|
|
32085
32098
|
// import draggable from "vuedraggable";
|
|
32086
32099
|
|
|
32087
32100
|
// import nodeMenu from "./components/nodeMenu";
|
|
@@ -32093,7 +32106,7 @@ function compare(property) {
|
|
|
32093
32106
|
|
|
32094
32107
|
|
|
32095
32108
|
/* harmony default export */ var process_2vue_type_script_lang_js_ = ({
|
|
32096
|
-
props: ["tools"],
|
|
32109
|
+
props: ["queryInfo", "tools", "path", "userInfo"],
|
|
32097
32110
|
data: function data() {
|
|
32098
32111
|
var _ref;
|
|
32099
32112
|
|
|
@@ -32150,10 +32163,8 @@ function compare(property) {
|
|
|
32150
32163
|
return this.memberSelectorType === 0 ? this.nodeInfo.approvers : this.nodeInfo.notifiers;
|
|
32151
32164
|
}
|
|
32152
32165
|
},
|
|
32153
|
-
created: function created() {
|
|
32154
|
-
|
|
32155
|
-
// ? "customForm_" + this.$store.state.formBuilder.formDesId
|
|
32156
|
-
// : this.$route.query.type;
|
|
32166
|
+
created: function created() {
|
|
32167
|
+
this.type = this.queryInfo.type;
|
|
32157
32168
|
},
|
|
32158
32169
|
mounted: function mounted() {
|
|
32159
32170
|
this.jsPlumbInit();
|
|
@@ -32170,10 +32181,10 @@ function compare(property) {
|
|
|
32170
32181
|
switch (_context.prev = _context.next) {
|
|
32171
32182
|
case 0:
|
|
32172
32183
|
// const user = this.$store.state.user;
|
|
32173
|
-
user =
|
|
32184
|
+
user = _this2.userInfo;
|
|
32174
32185
|
flg = false;
|
|
32175
32186
|
|
|
32176
|
-
if (_this2
|
|
32187
|
+
if (_this2.path == "/index") {
|
|
32177
32188
|
// this.params.menuId = this.$store.state.formBuilder.menuId;
|
|
32178
32189
|
_this2.params.menuId = "";
|
|
32179
32190
|
}
|
|
@@ -32510,10 +32521,8 @@ function compare(property) {
|
|
|
32510
32521
|
nodeList: content.nodeList,
|
|
32511
32522
|
lineList: content.lineList
|
|
32512
32523
|
}; // todo:
|
|
32513
|
-
// this.name = this.$route.query.name
|
|
32514
|
-
// ? this.$route.query.name + "流程"
|
|
32515
|
-
// : content.name;
|
|
32516
32524
|
|
|
32525
|
+
_this4.name = _this4.queryInfo.name ? _this4.queryInfo.name + "流程" : content.name;
|
|
32517
32526
|
_this4.isFlg = content.switchOn != 0;
|
|
32518
32527
|
_this4.processId = res.data.data._id;
|
|
32519
32528
|
_this4.version = res.data.data.rootNode.version;
|
|
@@ -32530,11 +32539,9 @@ function compare(property) {
|
|
|
32530
32539
|
} else {
|
|
32531
32540
|
if (res.data.data && res.data.data._id) {
|
|
32532
32541
|
_this4.processId = res.data.data._id;
|
|
32533
|
-
processList = JSON.parse(res.data.data.content);
|
|
32534
|
-
|
|
32535
|
-
|
|
32536
|
-
// : processList.name;
|
|
32537
|
-
|
|
32542
|
+
processList = JSON.parse(res.data.data.content);
|
|
32543
|
+
_this4.name = processList.name;
|
|
32544
|
+
_this4.name = _this4.queryInfo.name ? _this4.queryInfo.name + "流程" : processList.name;
|
|
32538
32545
|
_this4.isFlg = processList.switchOn != 0;
|
|
32539
32546
|
_this4.version = res.data.data.rootNode.version;
|
|
32540
32547
|
isflg = _this4.dataTonewList(processList.nodeList);
|
|
@@ -32571,18 +32578,16 @@ function compare(property) {
|
|
|
32571
32578
|
}, _callee2);
|
|
32572
32579
|
})), 200);
|
|
32573
32580
|
} else {
|
|
32574
|
-
|
|
32575
|
-
|
|
32576
|
-
// : this.$store.state.formBuilder.name + "流程";
|
|
32581
|
+
_this4.name = _this4.queryInfo.name ? _this4.queryInfo.name + "流程" : "流程";
|
|
32582
|
+
|
|
32577
32583
|
_this4.initProcess();
|
|
32578
32584
|
|
|
32579
32585
|
result = treeToListLocal(_this4.root.lists);
|
|
32580
32586
|
_this4.id = result.length + 10;
|
|
32581
32587
|
}
|
|
32582
32588
|
} else {
|
|
32583
|
-
|
|
32584
|
-
|
|
32585
|
-
// : this.$store.state.formBuilder.name + "流程";
|
|
32589
|
+
_this4.name = _this4.queryInfo.name ? _this4.queryInfo.name + "流程" : "流程";
|
|
32590
|
+
|
|
32586
32591
|
_this4.initProcess();
|
|
32587
32592
|
|
|
32588
32593
|
_result = treeToListLocal(_this4.root.lists);
|
|
@@ -33249,8 +33254,8 @@ var process_2vue_type_style_index_0_lang_css_ = __webpack_require__("ee82");
|
|
|
33249
33254
|
|
|
33250
33255
|
var process_2_component = normalizeComponent(
|
|
33251
33256
|
formBuilder_process_2vue_type_script_lang_js_,
|
|
33252
|
-
|
|
33253
|
-
|
|
33257
|
+
process_2vue_type_template_id_a4148146_render,
|
|
33258
|
+
process_2vue_type_template_id_a4148146_staticRenderFns,
|
|
33254
33259
|
false,
|
|
33255
33260
|
null,
|
|
33256
33261
|
null,
|
|
@@ -33259,7 +33264,146 @@ var process_2_component = normalizeComponent(
|
|
|
33259
33264
|
)
|
|
33260
33265
|
|
|
33261
33266
|
/* harmony default export */ var process_2 = (process_2_component.exports);
|
|
33262
|
-
// CONCATENATED MODULE: ./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js
|
|
33267
|
+
// CONCATENATED MODULE: ./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2eddf19b-vue-loader-template"}!./node_modules/_vue-loader@15.9.8@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.9.8@vue-loader/lib??vue-loader-options!./src/views/formBuilder/workflow/nodeWrap.vue?vue&type=template&id=2e4fa73a&scoped=true&
|
|
33268
|
+
var nodeWrapvue_type_template_id_2e4fa73a_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.nodeConfig.type!=4)?_c('div',{staticClass:"node-wrap"},[_c('div',{staticClass:"node-wrap-box",class:(_vm.nodeConfig.type==0?'start-node ':'')+(_vm.isTried&&_vm.nodeConfig.error?'active error':'')},[_c('div',[_c('div',{staticClass:"title",style:('background: rgb('+ ['87, 106, 149','255, 148, 62','50, 150, 250'][_vm.nodeConfig.type] +');')},[_c('span',{directives:[{name:"show",rawName:"v-show",value:(_vm.nodeConfig.type==1),expression:"nodeConfig.type==1"}],staticClass:"iconfont"},[_vm._v("")]),_c('span',{directives:[{name:"show",rawName:"v-show",value:(_vm.nodeConfig.type==2),expression:"nodeConfig.type==2"}],staticClass:"iconfont"},[_vm._v("")]),(_vm.nodeConfig.type==0)?_c('span',[_vm._v(_vm._s(_vm.nodeConfig.nodeName))]):_vm._e(),(_vm.nodeConfig.type!=0&&_vm.isInput)?_c('input',{directives:[{name:"focus",rawName:"v-focus"},{name:"model",rawName:"v-model",value:(_vm.nodeConfig.nodeName),expression:"nodeConfig.nodeName"}],staticClass:"ant-input editable-title-input",attrs:{"type":"text","placeholder":_vm.placeholderList[_vm.nodeConfig.type]},domProps:{"value":(_vm.nodeConfig.nodeName)},on:{"blur":function($event){return _vm.blurEvent()},"focus":function($event){return $event.currentTarget.select()},"input":function($event){if($event.target.composing){ return; }_vm.$set(_vm.nodeConfig, "nodeName", $event.target.value)}}}):_vm._e(),(_vm.nodeConfig.type!=0&&!_vm.isInput)?_c('span',{staticClass:"editable-title",on:{"click":function($event){return _vm.clickEvent()}}},[_vm._v(_vm._s(_vm.nodeConfig.nodeName))]):_vm._e(),(_vm.nodeConfig.type!=0)?_c('i',{staticClass:"anticon anticon-close close",on:{"click":function($event){return _vm.delNode()}}}):_vm._e()]),_c('div',{staticClass:"content",on:{"click":_vm.setPerson}},[(_vm.nodeConfig.type==0)?_c('div',{staticClass:"text"},[_vm._v(_vm._s(_vm.arrToStr(_vm.flowPermission)?_vm.arrToStr(_vm.flowPermission):'请求发起人'))]):_vm._e(),(_vm.nodeConfig.type==1)?_c('div',{staticClass:"text"},[(!_vm.setApproverStr(_vm.nodeConfig))?_c('span',{staticClass:"placeholder"},[_vm._v("请选择"+_vm._s(_vm.placeholderList[_vm.nodeConfig.type]))]):_vm._e(),_vm._v("\n "+_vm._s(_vm.setApproverStr(_vm.nodeConfig))+"\n ")]):_vm._e(),(_vm.nodeConfig.type==2)?_c('div',{staticClass:"text"},[(!_vm.copyerStr(_vm.nodeConfig))?_c('span',{staticClass:"placeholder"},[_vm._v("请选择"+_vm._s(_vm.placeholderList[_vm.nodeConfig.type]))]):_vm._e(),_vm._v("\n "+_vm._s(_vm.copyerStr(_vm.nodeConfig))+"\n ")]):_vm._e(),_c('i',{staticClass:"anticon anticon-right arrow"})]),(_vm.isTried&&_vm.nodeConfig.error)?_c('div',{staticClass:"error_tip"},[_c('i',{staticClass:"anticon anticon-exclamation-circle",staticStyle:{"color":"rgb(242, 86, 67)"}})]):_vm._e()])]),_c('addNode',{attrs:{"childNodeP":_vm.nodeConfig.childNode},on:{"update:childNodeP":function($event){return _vm.$set(_vm.nodeConfig, "childNode", $event)},"update:child-node-p":function($event){return _vm.$set(_vm.nodeConfig, "childNode", $event)}}})],1):_vm._e(),(_vm.nodeConfig.type==4)?_c('div',{staticClass:"branch-wrap"},[_c('div',{staticClass:"branch-box-wrap"},[_c('div',{staticClass:"branch-box"},[_c('button',{staticClass:"add-branch",on:{"click":_vm.addTerm}},[_vm._v("添加条件")]),_vm._l((_vm.nodeConfig.conditionNodes),function(item,index){return _c('div',{key:index,staticClass:"col-box"},[_c('div',{staticClass:"condition-node"},[_c('div',{staticClass:"condition-node-box"},[_c('div',{staticClass:"auto-judge",class:_vm.isTried&&item.error?'error active':''},[(index!=0)?_c('div',{staticClass:"sort-left",on:{"click":function($event){return _vm.arrTransfer(index,-1)}}},[_vm._v("<")]):_vm._e(),_c('div',{staticClass:"title-wrapper"},[(_vm.isInputList[index])?_c('input',{directives:[{name:"focus",rawName:"v-focus"},{name:"model",rawName:"v-model",value:(item.nodeName),expression:"item.nodeName"}],staticClass:"ant-input editable-title-input",attrs:{"type":"text"},domProps:{"value":(item.nodeName)},on:{"blur":function($event){return _vm.blurEvent(index)},"focus":function($event){return $event.currentTarget.select()},"input":function($event){if($event.target.composing){ return; }_vm.$set(item, "nodeName", $event.target.value)}}}):_vm._e(),(!_vm.isInputList[index])?_c('span',{staticClass:"editable-title",on:{"click":function($event){return _vm.clickEvent(index)}}},[_vm._v(_vm._s(item.nodeName))]):_vm._e(),_c('span',{staticClass:"priority-title",on:{"click":function($event){return _vm.setPerson(item.priority,item)}}},[_vm._v("优先级"+_vm._s(item.priority))]),_c('i',{staticClass:"anticon anticon-close close",on:{"click":function($event){return _vm.delTerm(index)}}})]),(index!=_vm.nodeConfig.conditionNodes.length-1)?_c('div',{staticClass:"sort-right",on:{"click":function($event){return _vm.arrTransfer(index)}}},[_vm._v(">")]):_vm._e(),_c('div',{staticClass:"content",on:{"click":function($event){return _vm.setPerson(item.priority,item)}}},[_vm._v(_vm._s(_vm.conditionStr(item,index)))]),(_vm.isTried&&item.error)?_c('div',{staticClass:"error_tip"},[_c('i',{staticClass:"anticon anticon-exclamation-circle",staticStyle:{"color":"rgb(242, 86, 67)"}})]):_vm._e()]),_c('addNode',{attrs:{"childNodeP":item.childNode},on:{"update:childNodeP":function($event){return _vm.$set(item, "childNode", $event)},"update:child-node-p":function($event){return _vm.$set(item, "childNode", $event)}}})],1)]),(item.childNode && item.childNode)?_c('nodeWrap',{attrs:{"nodeConfig":item.childNode,"tableId":_vm.tableId,"isTried":_vm.isTried,"directorMaxLevel":_vm.directorMaxLevel},on:{"update:nodeConfig":function($event){return _vm.$set(item, "childNode", $event)},"update:node-config":function($event){return _vm.$set(item, "childNode", $event)},"update:isTried":function($event){_vm.isTried=$event},"update:is-tried":function($event){_vm.isTried=$event}}}):_vm._e(),(index==0)?_c('div',{staticClass:"top-left-cover-line"}):_vm._e(),(index==0)?_c('div',{staticClass:"bottom-left-cover-line"}):_vm._e(),(index==_vm.nodeConfig.conditionNodes.length-1)?_c('div',{staticClass:"top-right-cover-line"}):_vm._e(),(index==_vm.nodeConfig.conditionNodes.length-1)?_c('div',{staticClass:"bottom-right-cover-line"}):_vm._e()],1)})],2),_c('addNode',{attrs:{"childNodeP":_vm.nodeConfig.childNode},on:{"update:childNodeP":function($event){return _vm.$set(_vm.nodeConfig, "childNode", $event)},"update:child-node-p":function($event){return _vm.$set(_vm.nodeConfig, "childNode", $event)}}})],1)]):_vm._e(),(_vm.nodeConfig.childNode && _vm.nodeConfig.childNode)?_c('nodeWrap',{attrs:{"nodeConfig":_vm.nodeConfig.childNode,"tableId":_vm.tableId,"isTried":_vm.isTried,"directorMaxLevel":_vm.directorMaxLevel,"queryInfo":_vm.queryInfo},on:{"update:nodeConfig":function($event){return _vm.$set(_vm.nodeConfig, "childNode", $event)},"update:node-config":function($event){return _vm.$set(_vm.nodeConfig, "childNode", $event)},"update:isTried":function($event){_vm.isTried=$event},"update:is-tried":function($event){_vm.isTried=$event}}}):_vm._e(),_c('ApproverSelector',{ref:"approverSelector",attrs:{"queryInfo":_vm.queryInfo}}),_c('NodeConditionConfig',{ref:"conditionForm",attrs:{"formData":_vm.connection,"title":_vm.title,"queryInfo":_vm.queryInfo}})],1)}
|
|
33269
|
+
var nodeWrapvue_type_template_id_2e4fa73a_scoped_true_staticRenderFns = []
|
|
33270
|
+
|
|
33271
|
+
|
|
33272
|
+
// CONCATENATED MODULE: ./src/views/formBuilder/workflow/nodeWrap.vue?vue&type=template&id=2e4fa73a&scoped=true&
|
|
33273
|
+
|
|
33274
|
+
// EXTERNAL MODULE: ./node_modules/_core-js@3.18.1@core-js/modules/es.regexp.to-string.js
|
|
33275
|
+
var es_regexp_to_string = __webpack_require__("a575");
|
|
33276
|
+
|
|
33277
|
+
// CONCATENATED MODULE: ./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2eddf19b-vue-loader-template"}!./node_modules/_vue-loader@15.9.8@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.9.8@vue-loader/lib??vue-loader-options!./src/views/formBuilder/workflow/addNode.vue?vue&type=template&id=efe9f9ce&
|
|
33278
|
+
var addNodevue_type_template_id_efe9f9ce_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"add-node-btn-box"},[_c('div',{staticClass:"add-node-btn"},[_c('el-popover',{attrs:{"placement":"right-start"},model:{value:(_vm.visible),callback:function ($$v) {_vm.visible=$$v},expression:"visible"}},[_c('div',{staticClass:"add-node-popover-body"},[_c('a',{staticClass:"add-node-popover-item approver",on:{"click":function($event){return _vm.addType(1)}}},[_c('div',{staticClass:"item-wrapper"},[_c('span',{staticClass:"iconfont"},[_vm._v("")]),_c('p',[_vm._v("审批人")])])]),_c('a',{staticClass:"add-node-popover-item notifier",on:{"click":function($event){return _vm.addType(2)}}},[_c('div',{staticClass:"item-wrapper"},[_c('span',{staticClass:"iconfont"},[_vm._v("")]),_c('p',[_vm._v("抄送人")])])]),_c('a',{staticClass:"add-node-popover-item condition",on:{"click":function($event){return _vm.addType(4)}}},[_c('div',{staticClass:"item-wrapper"},[_c('span',{staticClass:"iconfont"},[_vm._v("")]),_c('p',[_vm._v("条件分支")])])])]),_c('button',{staticClass:"btn",attrs:{"slot":"reference","type":"button"},slot:"reference"},[_c('span',{staticClass:"iconfont"},[_vm._v("")])])])],1)])}
|
|
33279
|
+
var addNodevue_type_template_id_efe9f9ce_staticRenderFns = []
|
|
33280
|
+
|
|
33281
|
+
|
|
33282
|
+
// CONCATENATED MODULE: ./src/views/formBuilder/workflow/addNode.vue?vue&type=template&id=efe9f9ce&
|
|
33283
|
+
|
|
33284
|
+
// CONCATENATED MODULE: ./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!./node_modules/_babel-loader@8.2.2@babel-loader/lib!./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.9.8@vue-loader/lib??vue-loader-options!./src/views/formBuilder/workflow/addNode.vue?vue&type=script&lang=js&
|
|
33285
|
+
//
|
|
33286
|
+
//
|
|
33287
|
+
//
|
|
33288
|
+
//
|
|
33289
|
+
//
|
|
33290
|
+
//
|
|
33291
|
+
//
|
|
33292
|
+
//
|
|
33293
|
+
//
|
|
33294
|
+
//
|
|
33295
|
+
//
|
|
33296
|
+
//
|
|
33297
|
+
//
|
|
33298
|
+
//
|
|
33299
|
+
//
|
|
33300
|
+
//
|
|
33301
|
+
//
|
|
33302
|
+
//
|
|
33303
|
+
//
|
|
33304
|
+
//
|
|
33305
|
+
//
|
|
33306
|
+
//
|
|
33307
|
+
//
|
|
33308
|
+
//
|
|
33309
|
+
//
|
|
33310
|
+
//
|
|
33311
|
+
//
|
|
33312
|
+
//
|
|
33313
|
+
//
|
|
33314
|
+
//
|
|
33315
|
+
//
|
|
33316
|
+
//
|
|
33317
|
+
//
|
|
33318
|
+
/* harmony default export */ var workflow_addNodevue_type_script_lang_js_ = ({
|
|
33319
|
+
props: ["childNodeP"],
|
|
33320
|
+
data: function data() {
|
|
33321
|
+
return {
|
|
33322
|
+
visible: false
|
|
33323
|
+
};
|
|
33324
|
+
},
|
|
33325
|
+
methods: {
|
|
33326
|
+
addType: function addType(type) {
|
|
33327
|
+
this.visible = false;
|
|
33328
|
+
|
|
33329
|
+
if (type != 4) {
|
|
33330
|
+
var data;
|
|
33331
|
+
|
|
33332
|
+
if (type == 1) {
|
|
33333
|
+
data = {
|
|
33334
|
+
"nodeName": "审批人",
|
|
33335
|
+
"error": true,
|
|
33336
|
+
"type": 1,
|
|
33337
|
+
"setType": 1,
|
|
33338
|
+
"directorLevel": 1,
|
|
33339
|
+
"examineMode": "3",
|
|
33340
|
+
"authType": "1",
|
|
33341
|
+
"childNode": this.childNodeP,
|
|
33342
|
+
"nodeUserList": []
|
|
33343
|
+
};
|
|
33344
|
+
} else if (type == 2) {
|
|
33345
|
+
data = {
|
|
33346
|
+
"nodeName": "抄送人",
|
|
33347
|
+
"type": 2,
|
|
33348
|
+
"ccSelfSelectFlag": 1,
|
|
33349
|
+
"childNode": this.childNodeP,
|
|
33350
|
+
"nodeUserList": []
|
|
33351
|
+
};
|
|
33352
|
+
}
|
|
33353
|
+
|
|
33354
|
+
this.$emit("update:childNodeP", data);
|
|
33355
|
+
} else {
|
|
33356
|
+
this.$emit("update:childNodeP", {
|
|
33357
|
+
"nodeName": "路由",
|
|
33358
|
+
"type": 4,
|
|
33359
|
+
"childNode": null,
|
|
33360
|
+
"conditionNodes": [{
|
|
33361
|
+
"nodeName": "条件1",
|
|
33362
|
+
"error": true,
|
|
33363
|
+
"type": 3,
|
|
33364
|
+
"priority": 1,
|
|
33365
|
+
"conditionList": [],
|
|
33366
|
+
"nodeUserList": [],
|
|
33367
|
+
"childNode": this.childNodeP
|
|
33368
|
+
}, {
|
|
33369
|
+
"nodeName": "条件2",
|
|
33370
|
+
"type": 3,
|
|
33371
|
+
"priority": 2,
|
|
33372
|
+
"conditionList": [],
|
|
33373
|
+
"nodeUserList": [],
|
|
33374
|
+
"childNode": null
|
|
33375
|
+
}]
|
|
33376
|
+
});
|
|
33377
|
+
}
|
|
33378
|
+
}
|
|
33379
|
+
}
|
|
33380
|
+
});
|
|
33381
|
+
// CONCATENATED MODULE: ./src/views/formBuilder/workflow/addNode.vue?vue&type=script&lang=js&
|
|
33382
|
+
/* harmony default export */ var formBuilder_workflow_addNodevue_type_script_lang_js_ = (workflow_addNodevue_type_script_lang_js_);
|
|
33383
|
+
// CONCATENATED MODULE: ./src/views/formBuilder/workflow/addNode.vue
|
|
33384
|
+
|
|
33385
|
+
|
|
33386
|
+
|
|
33387
|
+
|
|
33388
|
+
|
|
33389
|
+
/* normalize component */
|
|
33390
|
+
|
|
33391
|
+
var workflow_addNode_component = normalizeComponent(
|
|
33392
|
+
formBuilder_workflow_addNodevue_type_script_lang_js_,
|
|
33393
|
+
addNodevue_type_template_id_efe9f9ce_render,
|
|
33394
|
+
addNodevue_type_template_id_efe9f9ce_staticRenderFns,
|
|
33395
|
+
false,
|
|
33396
|
+
null,
|
|
33397
|
+
null,
|
|
33398
|
+
null
|
|
33399
|
+
|
|
33400
|
+
)
|
|
33401
|
+
|
|
33402
|
+
/* harmony default export */ var workflow_addNode = (workflow_addNode_component.exports);
|
|
33403
|
+
// CONCATENATED MODULE: ./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!./node_modules/_babel-loader@8.2.2@babel-loader/lib!./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.9.8@vue-loader/lib??vue-loader-options!./src/views/formBuilder/workflow/nodeWrap.vue?vue&type=script&lang=js&
|
|
33404
|
+
|
|
33405
|
+
|
|
33406
|
+
|
|
33263
33407
|
|
|
33264
33408
|
|
|
33265
33409
|
|
|
@@ -33360,10 +33504,560 @@ var process_2_component = normalizeComponent(
|
|
|
33360
33504
|
|
|
33361
33505
|
|
|
33362
33506
|
|
|
33507
|
+
/* harmony default export */ var nodeWrapvue_type_script_lang_js_ = ({
|
|
33508
|
+
props: ["nodeConfig", "flowPermission", "directorMaxLevel", "isTried", "tableId", "queryInfo"],
|
|
33509
|
+
components: {
|
|
33510
|
+
ApproverSelector: approverSelector,
|
|
33511
|
+
NodeConditionConfig: nodeConditionConfig,
|
|
33512
|
+
addNode: workflow_addNode
|
|
33513
|
+
},
|
|
33514
|
+
name: "nodeWrap",
|
|
33515
|
+
data: function data() {
|
|
33516
|
+
return {
|
|
33517
|
+
placeholderList: ["发起人", "审批人", "抄送人"],
|
|
33518
|
+
isInputList: [],
|
|
33519
|
+
isInput: false,
|
|
33520
|
+
// todo:发起人
|
|
33521
|
+
// flowPermission1: this.flowPermission,
|
|
33522
|
+
// 审批人
|
|
33523
|
+
approverConfig: {},
|
|
33524
|
+
// 抄送人
|
|
33525
|
+
copyerConfig: {},
|
|
33526
|
+
ccSelfSelectFlag: [],
|
|
33527
|
+
// 允许发起人自选抄送人
|
|
33528
|
+
// 条件节点设置
|
|
33529
|
+
conditionConfig: {},
|
|
33530
|
+
conditionsConfig: {
|
|
33531
|
+
conditionNodes: []
|
|
33532
|
+
},
|
|
33533
|
+
bPriorityLevel: "",
|
|
33534
|
+
conditions: [],
|
|
33535
|
+
conditionList: [],
|
|
33536
|
+
// 条件流程传递
|
|
33537
|
+
connection: {},
|
|
33538
|
+
title: ""
|
|
33539
|
+
};
|
|
33540
|
+
},
|
|
33541
|
+
mounted: function mounted() {
|
|
33542
|
+
if (this.nodeConfig.type == 1) {
|
|
33543
|
+
this.nodeConfig.error = !this.setApproverStr(this.nodeConfig);
|
|
33544
|
+
} else if (this.nodeConfig.type == 2) {
|
|
33545
|
+
this.nodeConfig.error = !this.copyerStr(this.nodeConfig);
|
|
33546
|
+
} else if (this.nodeConfig.type == 4) {
|
|
33547
|
+
for (var i = 0; i < this.nodeConfig.conditionNodes.length; i++) {
|
|
33548
|
+
this.nodeConfig.conditionNodes[i].error = this.conditionStr(this.nodeConfig.conditionNodes[i], i) == "请设置条件" && i != this.nodeConfig.conditionNodes.length - 1;
|
|
33549
|
+
}
|
|
33550
|
+
}
|
|
33551
|
+
},
|
|
33552
|
+
created: function created() {},
|
|
33553
|
+
methods: {
|
|
33554
|
+
// 展示修改节点的输入框
|
|
33555
|
+
clickEvent: function clickEvent(index) {
|
|
33556
|
+
if (index || index === 0) {
|
|
33557
|
+
this.$set(this.isInputList, index, true);
|
|
33558
|
+
} else {
|
|
33559
|
+
this.isInput = true;
|
|
33560
|
+
}
|
|
33561
|
+
},
|
|
33562
|
+
// 修改节点名称
|
|
33563
|
+
blurEvent: function blurEvent(index) {
|
|
33564
|
+
if (index || index === 0) {
|
|
33565
|
+
this.$set(this.isInputList, index, false);
|
|
33566
|
+
this.nodeConfig.conditionNodes[index].nodeName = this.nodeConfig.conditionNodes[index].nodeName ? this.nodeConfig.conditionNodes[index].nodeName : "条件";
|
|
33567
|
+
} else {
|
|
33568
|
+
this.isInput = false;
|
|
33569
|
+
this.nodeConfig.nodeName = this.nodeConfig.nodeName ? this.nodeConfig.nodeName : this.placeholderList[this.nodeConfig.type];
|
|
33570
|
+
}
|
|
33571
|
+
},
|
|
33572
|
+
// 配置条件节点
|
|
33573
|
+
// @TYPE: 类型 [0 发起人 1审批 2抄送 3条件 4路由]
|
|
33574
|
+
setPerson: function setPerson(priorityLevel, item) {
|
|
33575
|
+
var type = this.nodeConfig.type;
|
|
33576
|
+
|
|
33577
|
+
if (type == 0) {// this.flowPermission1 = this.flowPermission;
|
|
33578
|
+
} else if (type == 1) {
|
|
33579
|
+
// 展示审批弹窗
|
|
33580
|
+
this.$refs.approverSelector.init(this.nodeConfig); // 设置弹出类型
|
|
33581
|
+
|
|
33582
|
+
this.approverConfig = JSON.parse(JSON.stringify(this.nodeConfig));
|
|
33583
|
+
this.approverConfig.setType = this.approverConfig.setType ? this.approverConfig.setType : 1;
|
|
33584
|
+
} else if (type == 2) {
|
|
33585
|
+
this.$refs.approverSelector.init(this.nodeConfig);
|
|
33586
|
+
this.copyerConfig = JSON.parse(JSON.stringify(this.nodeConfig));
|
|
33587
|
+
this.ccSelfSelectFlag = this.copyerConfig.ccSelfSelectFlag == 0 ? [] : [this.copyerConfig.ccSelfSelectFlag]; // todo: 允许发起人自选抄送人判断
|
|
33588
|
+
} else {
|
|
33589
|
+
// 条件配置
|
|
33590
|
+
this.bPriorityLevel = priorityLevel;
|
|
33591
|
+
this.conditionsConfig = JSON.parse(JSON.stringify(this.nodeConfig));
|
|
33592
|
+
this.conditionConfig = this.conditionsConfig.conditionNodes[priorityLevel - 1];
|
|
33593
|
+
this.$refs.conditionForm.nodeConditionHandler(); // 条件页面
|
|
33594
|
+
|
|
33595
|
+
this.fillConditionForm(this.conditionConfig); // 填充条件弹出表单参数
|
|
33596
|
+
}
|
|
33597
|
+
},
|
|
33598
|
+
|
|
33599
|
+
/********** 1. 审批人修改 **********/
|
|
33600
|
+
// 修改审批人的类型
|
|
33601
|
+
changeType: function changeType(val) {
|
|
33602
|
+
this.approverConfig.nodeUserList = [];
|
|
33603
|
+
this.approverConfig.examineMode = "3";
|
|
33604
|
+
this.approverConfig.authType = "1";
|
|
33605
|
+
|
|
33606
|
+
if (val == 2) {
|
|
33607
|
+
this.approverConfig.directorLevel = 0;
|
|
33608
|
+
}
|
|
33609
|
+
|
|
33610
|
+
this.approverConfig.setType = val;
|
|
33611
|
+
},
|
|
33612
|
+
// 审批人为空时
|
|
33613
|
+
noHanderActionChange: function noHanderActionChange(val) {
|
|
33614
|
+
this.approverConfig.authType = val;
|
|
33615
|
+
},
|
|
33616
|
+
// 审批的主管级别
|
|
33617
|
+
directorLevelChange: function directorLevelChange(val) {
|
|
33618
|
+
this.approverConfig.directorLevel = val;
|
|
33619
|
+
},
|
|
33620
|
+
// 多人审批时采用的审批方式
|
|
33621
|
+
examineModeChange: function examineModeChange(val) {
|
|
33622
|
+
this.approverConfig.examineMode = val;
|
|
33623
|
+
},
|
|
33624
|
+
// 确定审批数据
|
|
33625
|
+
// @setType: 审批人设置 1指定成员 2主管 4发起人自选 5发起人自己 7连续多级主管
|
|
33626
|
+
// @selectRange 选择范围 1.全公司 2指定成员 3指定角色
|
|
33627
|
+
submitApprover: function submitApprover(data) {
|
|
33628
|
+
var approverType = data.approverType,
|
|
33629
|
+
approvers = data.approvers,
|
|
33630
|
+
directorType = data.directorType,
|
|
33631
|
+
notifiers = data.notifiers;
|
|
33632
|
+
this.approverConfig.nodeUserList = [];
|
|
33633
|
+
|
|
33634
|
+
if (this.approverConfig.setType == 1) {
|
|
33635
|
+
this.approverConfig.nodeUserList = approvers;
|
|
33636
|
+
}
|
|
33637
|
+
|
|
33638
|
+
this.saveApprover(); // 修改数据
|
|
33639
|
+
|
|
33640
|
+
this.$refs.approverSelector.showApproverSelector(); // 关闭审批配置窗口
|
|
33641
|
+
},
|
|
33642
|
+
// 保存审批
|
|
33643
|
+
saveApprover: function saveApprover() {
|
|
33644
|
+
this.approverConfig.error = !this.setApproverStr(this.approverConfig);
|
|
33645
|
+
this.$emit("update:nodeConfig", this.approverConfig);
|
|
33646
|
+
},
|
|
33647
|
+
// 设置审批节点字符
|
|
33648
|
+
setApproverStr: function setApproverStr(nodeConfig) {
|
|
33649
|
+
if (nodeConfig.setType == 1) {
|
|
33650
|
+
if (nodeConfig.nodeUserList.length == 1) {
|
|
33651
|
+
return nodeConfig.nodeUserList[0].userName;
|
|
33652
|
+
} else if (nodeConfig.nodeUserList.length > 1) {
|
|
33653
|
+
if (nodeConfig.examineMode == "1") {
|
|
33654
|
+
return nodeConfig.nodeUserList.length + "人会签";
|
|
33655
|
+
} else if (nodeConfig.examineMode == "2") {
|
|
33656
|
+
return nodeConfig.nodeUserList.length + "人或签";
|
|
33657
|
+
} else if (nodeConfig.examineMode == "3") {
|
|
33658
|
+
return nodeConfig.nodeUserList.length + "人依次审批";
|
|
33659
|
+
}
|
|
33660
|
+
}
|
|
33661
|
+
} else if (nodeConfig.setType == 2) {
|
|
33662
|
+
var level = nodeConfig.directorLevel == 0 ? '直接主管' : '第' + (parseInt(nodeConfig.directorLevel) + 1) + '级主管';
|
|
33663
|
+
|
|
33664
|
+
if (nodeConfig.examineMode == "1") {
|
|
33665
|
+
return level + "会签";
|
|
33666
|
+
} else if (nodeConfig.examineMode == "2") {
|
|
33667
|
+
return level + "人或签";
|
|
33668
|
+
} else if (nodeConfig.examineMode == "3") {
|
|
33669
|
+
return level + "人依次审批";
|
|
33670
|
+
}
|
|
33671
|
+
}
|
|
33672
|
+
},
|
|
33673
|
+
// 数组转字符串
|
|
33674
|
+
arrToStr: function arrToStr(arr) {
|
|
33675
|
+
if (arr) {
|
|
33676
|
+
return arr.map(function (item) {
|
|
33677
|
+
return item.userName;
|
|
33678
|
+
}).toString();
|
|
33679
|
+
}
|
|
33680
|
+
},
|
|
33681
|
+
|
|
33682
|
+
/********** 2. 抄送人修改 **********/
|
|
33683
|
+
// 确定提交抄送人数据
|
|
33684
|
+
submitCopyer: function submitCopyer(item) {
|
|
33685
|
+
var approverType = item.approverType,
|
|
33686
|
+
approvers = item.approvers,
|
|
33687
|
+
notifiers = item.notifiers,
|
|
33688
|
+
passCopy = item.passCopy,
|
|
33689
|
+
directorType = item.directorType;
|
|
33690
|
+
this.copyerConfig.nodeUserList = notifiers; // 更新数据
|
|
33691
|
+
|
|
33692
|
+
this.saveCopyer(); // 更新数据
|
|
33693
|
+
|
|
33694
|
+
this.$refs.approverSelector.showApproverSelector(); // 关闭抄送人窗口
|
|
33695
|
+
},
|
|
33696
|
+
// 更新抄送人数据
|
|
33697
|
+
saveCopyer: function saveCopyer() {
|
|
33698
|
+
this.copyerConfig.ccSelfSelectFlag = this.ccSelfSelectFlag.length == 0 ? 0 : 1; // todo: 允许发起人自选抄送人
|
|
33699
|
+
|
|
33700
|
+
this.copyerConfig.error = !this.copyerStr(this.copyerConfig);
|
|
33701
|
+
this.$emit("update:nodeConfig", this.copyerConfig);
|
|
33702
|
+
},
|
|
33703
|
+
// 抄送人展示字段
|
|
33704
|
+
copyerStr: function copyerStr(nodeConfig) {
|
|
33705
|
+
if (nodeConfig.nodeUserList.length != 0) {
|
|
33706
|
+
return this.arrToStr(nodeConfig.nodeUserList);
|
|
33707
|
+
} else {// todo: 允许发起人自选抄送人判断
|
|
33708
|
+
// if (nodeConfig.ccSelfSelectFlag == 1) {
|
|
33709
|
+
// return "选择抄送人"
|
|
33710
|
+
// }
|
|
33711
|
+
}
|
|
33712
|
+
},
|
|
33713
|
+
|
|
33714
|
+
/********** todo: 3. 发起人修改 **********/
|
|
33715
|
+
// 修改发起人方法
|
|
33716
|
+
// surePromoter() {
|
|
33717
|
+
// this.flowPermission1 = [];
|
|
33718
|
+
// this.checkedDepartmentList.map(item => {
|
|
33719
|
+
// this.flowPermission1.push({
|
|
33720
|
+
// type: 3,
|
|
33721
|
+
// targetId: item.id,
|
|
33722
|
+
// name: item.departmentName
|
|
33723
|
+
// })
|
|
33724
|
+
// });
|
|
33725
|
+
// this.checkedEmployessList.map(item => {
|
|
33726
|
+
// this.flowPermission1.push({
|
|
33727
|
+
// type: 1,
|
|
33728
|
+
// targetId: item.id,
|
|
33729
|
+
// name: item.employeeName
|
|
33730
|
+
// })
|
|
33731
|
+
// });
|
|
33732
|
+
// this.promoterVisible = false;
|
|
33733
|
+
// },
|
|
33734
|
+
// savePromoter() {
|
|
33735
|
+
// this.$emit("update:flowPermission", this.flowPermission1);
|
|
33736
|
+
// this.promoterDrawer = false;
|
|
33737
|
+
// },
|
|
33738
|
+
// 删除节点
|
|
33739
|
+
delNode: function delNode() {
|
|
33740
|
+
this.$emit("update:nodeConfig", this.nodeConfig.childNode);
|
|
33741
|
+
},
|
|
33742
|
+
// 添加条件
|
|
33743
|
+
addTerm: function addTerm() {
|
|
33744
|
+
var len = this.nodeConfig.conditionNodes.length + 1;
|
|
33745
|
+
this.nodeConfig.conditionNodes.push({
|
|
33746
|
+
"nodeName": "条件" + len,
|
|
33747
|
+
"type": 3,
|
|
33748
|
+
"priority": len,
|
|
33749
|
+
"conditionList": [],
|
|
33750
|
+
"nodeUserList": [],
|
|
33751
|
+
"childNode": null
|
|
33752
|
+
});
|
|
33753
|
+
|
|
33754
|
+
for (var i = 0; i < this.nodeConfig.conditionNodes.length; i++) {
|
|
33755
|
+
this.nodeConfig.conditionNodes[i].error = this.conditionStr(this.nodeConfig.conditionNodes[i], i) == "请设置条件" && i != this.nodeConfig.conditionNodes.length - 1;
|
|
33756
|
+
}
|
|
33757
|
+
|
|
33758
|
+
this.$emit("update:nodeConfig", this.nodeConfig);
|
|
33759
|
+
},
|
|
33760
|
+
// 删除条件
|
|
33761
|
+
delTerm: function delTerm(index) {
|
|
33762
|
+
this.nodeConfig.conditionNodes.splice(index, 1);
|
|
33763
|
+
|
|
33764
|
+
for (var i = 0; i < this.nodeConfig.conditionNodes.length; i++) {
|
|
33765
|
+
this.nodeConfig.conditionNodes[i].error = this.conditionStr(this.nodeConfig.conditionNodes[i], i) == "请设置条件" && i != this.nodeConfig.conditionNodes.length - 1;
|
|
33766
|
+
}
|
|
33767
|
+
|
|
33768
|
+
this.$emit("update:nodeConfig", this.nodeConfig);
|
|
33769
|
+
|
|
33770
|
+
if (this.nodeConfig.conditionNodes.length == 1) {
|
|
33771
|
+
if (this.nodeConfig.childNode) {
|
|
33772
|
+
if (this.nodeConfig.conditionNodes[0].childNode) {
|
|
33773
|
+
this.reData(this.nodeConfig.conditionNodes[0].childNode, this.nodeConfig.childNode);
|
|
33774
|
+
} else {
|
|
33775
|
+
this.nodeConfig.conditionNodes[0].childNode = this.nodeConfig.childNode;
|
|
33776
|
+
}
|
|
33777
|
+
}
|
|
33778
|
+
|
|
33779
|
+
this.$emit("update:nodeConfig", this.nodeConfig.conditionNodes[0].childNode);
|
|
33780
|
+
}
|
|
33781
|
+
},
|
|
33782
|
+
reData: function reData(data, addData) {
|
|
33783
|
+
if (!data.childNode) {
|
|
33784
|
+
data.childNode = addData;
|
|
33785
|
+
} else {
|
|
33786
|
+
this.reData(data.childNode, addData);
|
|
33787
|
+
}
|
|
33788
|
+
},
|
|
33789
|
+
// 填充条件表单
|
|
33790
|
+
fillConditionForm: function fillConditionForm(value) {
|
|
33791
|
+
var json = {};
|
|
33792
|
+
value.conditionList.forEach(function (item, index) {
|
|
33793
|
+
if (item.isArray && item.variable != "userId") {
|
|
33794
|
+
item.value = item.value.split(",");
|
|
33795
|
+
} // 判断修改类型,适应表单复现
|
|
33796
|
+
// todo: 暂时判断输入框与发起人类型
|
|
33797
|
+
|
|
33798
|
+
|
|
33799
|
+
if (!['input', 'sponsor'].includes(item.ele)) {
|
|
33800
|
+
item.value = item.value.split(',');
|
|
33801
|
+
item.value.map(function (items, key) {
|
|
33802
|
+
return item.value[key] = parseInt(items);
|
|
33803
|
+
});
|
|
33804
|
+
}
|
|
33805
|
+
|
|
33806
|
+
json[item.variable] = item;
|
|
33807
|
+
});
|
|
33808
|
+
this.connection = json;
|
|
33809
|
+
this.title = value.nodeName;
|
|
33810
|
+
},
|
|
33811
|
+
// 保存条件
|
|
33812
|
+
saveCondition: function saveCondition() {
|
|
33813
|
+
var a = this.conditionsConfig.conditionNodes.splice(this.bPriorityLevel - 1, 1); //截取旧下标
|
|
33814
|
+
|
|
33815
|
+
this.conditionsConfig.conditionNodes.splice(this.conditionConfig.priority - 1, 0, a[0]); //填充新下标
|
|
33816
|
+
|
|
33817
|
+
this.conditionsConfig.conditionNodes.map(function (item, index) {
|
|
33818
|
+
return item.priority = index + 1;
|
|
33819
|
+
});
|
|
33820
|
+
|
|
33821
|
+
for (var i = 0; i < this.conditionsConfig.conditionNodes.length; i++) {
|
|
33822
|
+
this.conditionsConfig.conditionNodes[i].error = this.conditionStr(this.conditionsConfig.conditionNodes[i], i) == "请设置条件" && i != this.conditionsConfig.conditionNodes.length - 1;
|
|
33823
|
+
}
|
|
33824
|
+
|
|
33825
|
+
this.$emit("update:nodeConfig", this.conditionsConfig);
|
|
33826
|
+
},
|
|
33827
|
+
// 保存条件数据到对应节点
|
|
33828
|
+
submitCondition: function submitCondition(item) {
|
|
33829
|
+
var form = item.form,
|
|
33830
|
+
desc = item.desc,
|
|
33831
|
+
SxyData = item.SxyData;
|
|
33832
|
+
this.conditionConfig.nodeUserList = [];
|
|
33833
|
+
this.conditionConfig.conditionList = [];
|
|
33834
|
+
this.conditionConfig.desc = desc; // 文字描述
|
|
33835
|
+
// 判断是否选择人员
|
|
33836
|
+
|
|
33837
|
+
if (form.userId) {
|
|
33838
|
+
this.conditionConfig.nodeUserList = form.userId.sponsors;
|
|
33839
|
+
} // 将所选条件加入其中
|
|
33840
|
+
|
|
33841
|
+
|
|
33842
|
+
for (var key in form) {
|
|
33843
|
+
// 修改数据格式,修改数组数据为字符串
|
|
33844
|
+
var resetItemType = void 0;
|
|
33845
|
+
|
|
33846
|
+
if (Array.isArray(form[key].value)) {
|
|
33847
|
+
resetItemType = {
|
|
33848
|
+
"value": form[key].value.join(",")
|
|
33849
|
+
};
|
|
33850
|
+
}
|
|
33851
|
+
|
|
33852
|
+
this.conditionConfig.conditionList.push(_objectSpread2(_objectSpread2({}, form[key]), {}, {
|
|
33853
|
+
"variable": key
|
|
33854
|
+
}, resetItemType));
|
|
33855
|
+
} // 修改数据
|
|
33856
|
+
|
|
33857
|
+
|
|
33858
|
+
this.saveCondition(); // 关闭条件选择弹出
|
|
33859
|
+
|
|
33860
|
+
this.$refs.conditionForm.nodeConditionHandler();
|
|
33861
|
+
},
|
|
33862
|
+
// 展示条件文字
|
|
33863
|
+
conditionStr: function conditionStr(item, index) {
|
|
33864
|
+
var conditionList = item.conditionList,
|
|
33865
|
+
nodeUserList = item.nodeUserList;
|
|
33866
|
+
|
|
33867
|
+
if (conditionList.length == 0) {
|
|
33868
|
+
return index == this.nodeConfig.conditionNodes.length - 1 && this.nodeConfig.conditionNodes[0].conditionList.length != 0 ? '其他条件进入此流程' : '请设置条件';
|
|
33869
|
+
} else if (item.desc) {
|
|
33870
|
+
return item.desc.join(";");
|
|
33871
|
+
}
|
|
33872
|
+
},
|
|
33873
|
+
// 修改左右关系,可依照此修改优先级
|
|
33874
|
+
arrTransfer: function arrTransfer(index) {
|
|
33875
|
+
var type = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 1;
|
|
33876
|
+
//向左-1,向右1
|
|
33877
|
+
this.nodeConfig.conditionNodes[index] = this.nodeConfig.conditionNodes.splice(index + type, 1, this.nodeConfig.conditionNodes[index])[0];
|
|
33878
|
+
this.nodeConfig.conditionNodes.map(function (item, index) {
|
|
33879
|
+
item.priority = index + 1;
|
|
33880
|
+
});
|
|
33881
|
+
|
|
33882
|
+
for (var i = 0; i < this.nodeConfig.conditionNodes.length; i++) {
|
|
33883
|
+
this.nodeConfig.conditionNodes[i].error = this.conditionStr(this.nodeConfig.conditionNodes[i], i) == "请设置条件" && i != this.nodeConfig.conditionNodes.length - 1;
|
|
33884
|
+
}
|
|
33885
|
+
|
|
33886
|
+
this.$emit("update:nodeConfig", this.nodeConfig);
|
|
33887
|
+
}
|
|
33888
|
+
}
|
|
33889
|
+
});
|
|
33890
|
+
// CONCATENATED MODULE: ./src/views/formBuilder/workflow/nodeWrap.vue?vue&type=script&lang=js&
|
|
33891
|
+
/* harmony default export */ var workflow_nodeWrapvue_type_script_lang_js_ = (nodeWrapvue_type_script_lang_js_);
|
|
33892
|
+
// EXTERNAL MODULE: ./src/views/formBuilder/workflow/nodeWrap.vue?vue&type=style&index=0&id=2e4fa73a&lang=scss&scoped=true&
|
|
33893
|
+
var nodeWrapvue_type_style_index_0_id_2e4fa73a_lang_scss_scoped_true_ = __webpack_require__("94b8");
|
|
33894
|
+
|
|
33895
|
+
// CONCATENATED MODULE: ./src/views/formBuilder/workflow/nodeWrap.vue
|
|
33896
|
+
|
|
33897
|
+
|
|
33898
|
+
|
|
33899
|
+
|
|
33900
|
+
|
|
33901
|
+
|
|
33902
|
+
/* normalize component */
|
|
33903
|
+
|
|
33904
|
+
var nodeWrap_component = normalizeComponent(
|
|
33905
|
+
workflow_nodeWrapvue_type_script_lang_js_,
|
|
33906
|
+
nodeWrapvue_type_template_id_2e4fa73a_scoped_true_render,
|
|
33907
|
+
nodeWrapvue_type_template_id_2e4fa73a_scoped_true_staticRenderFns,
|
|
33908
|
+
false,
|
|
33909
|
+
null,
|
|
33910
|
+
"2e4fa73a",
|
|
33911
|
+
null
|
|
33912
|
+
|
|
33913
|
+
)
|
|
33914
|
+
|
|
33915
|
+
/* harmony default export */ var nodeWrap = (nodeWrap_component.exports);
|
|
33916
|
+
// CONCATENATED MODULE: ./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!./node_modules/_babel-loader@8.2.2@babel-loader/lib!./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.9.8@vue-loader/lib??vue-loader-options!./src/views/formBuilder/process.vue?vue&type=script&lang=js&
|
|
33917
|
+
|
|
33918
|
+
|
|
33919
|
+
|
|
33920
|
+
|
|
33921
|
+
|
|
33922
|
+
|
|
33923
|
+
|
|
33924
|
+
|
|
33925
|
+
//
|
|
33926
|
+
//
|
|
33927
|
+
//
|
|
33928
|
+
//
|
|
33929
|
+
//
|
|
33930
|
+
//
|
|
33931
|
+
//
|
|
33932
|
+
//
|
|
33933
|
+
//
|
|
33934
|
+
//
|
|
33935
|
+
//
|
|
33936
|
+
//
|
|
33937
|
+
//
|
|
33938
|
+
//
|
|
33939
|
+
//
|
|
33940
|
+
//
|
|
33941
|
+
//
|
|
33942
|
+
//
|
|
33943
|
+
//
|
|
33944
|
+
//
|
|
33945
|
+
//
|
|
33946
|
+
//
|
|
33947
|
+
//
|
|
33948
|
+
//
|
|
33949
|
+
//
|
|
33950
|
+
//
|
|
33951
|
+
//
|
|
33952
|
+
//
|
|
33953
|
+
//
|
|
33954
|
+
//
|
|
33955
|
+
//
|
|
33956
|
+
//
|
|
33957
|
+
//
|
|
33958
|
+
//
|
|
33959
|
+
//
|
|
33960
|
+
//
|
|
33961
|
+
//
|
|
33962
|
+
//
|
|
33963
|
+
//
|
|
33964
|
+
//
|
|
33965
|
+
//
|
|
33966
|
+
//
|
|
33967
|
+
//
|
|
33968
|
+
//
|
|
33969
|
+
//
|
|
33970
|
+
//
|
|
33971
|
+
//
|
|
33972
|
+
//
|
|
33973
|
+
//
|
|
33974
|
+
//
|
|
33975
|
+
//
|
|
33976
|
+
//
|
|
33977
|
+
//
|
|
33978
|
+
//
|
|
33979
|
+
//
|
|
33980
|
+
//
|
|
33981
|
+
//
|
|
33982
|
+
//
|
|
33983
|
+
//
|
|
33984
|
+
//
|
|
33985
|
+
//
|
|
33986
|
+
//
|
|
33987
|
+
//
|
|
33988
|
+
//
|
|
33989
|
+
//
|
|
33990
|
+
//
|
|
33991
|
+
//
|
|
33992
|
+
//
|
|
33993
|
+
//
|
|
33994
|
+
//
|
|
33995
|
+
//
|
|
33996
|
+
//
|
|
33997
|
+
//
|
|
33998
|
+
//
|
|
33999
|
+
//
|
|
34000
|
+
//
|
|
34001
|
+
//
|
|
34002
|
+
//
|
|
34003
|
+
//
|
|
34004
|
+
//
|
|
34005
|
+
//
|
|
34006
|
+
//
|
|
34007
|
+
//
|
|
34008
|
+
//
|
|
34009
|
+
//
|
|
34010
|
+
//
|
|
34011
|
+
//
|
|
34012
|
+
//
|
|
34013
|
+
//
|
|
34014
|
+
|
|
34015
|
+
|
|
34016
|
+
|
|
34017
|
+
|
|
33363
34018
|
/* harmony default export */ var processvue_type_script_lang_js_ = ({
|
|
33364
34019
|
name: 'Process',
|
|
33365
34020
|
components: {
|
|
33366
|
-
OldProcess: process_2
|
|
34021
|
+
OldProcess: process_2,
|
|
34022
|
+
nodeWrap: nodeWrap
|
|
34023
|
+
},
|
|
34024
|
+
props: {
|
|
34025
|
+
// 路由地址
|
|
34026
|
+
path: {
|
|
34027
|
+
type: String,
|
|
34028
|
+
default: function _default() {
|
|
34029
|
+
return "/index";
|
|
34030
|
+
}
|
|
34031
|
+
},
|
|
34032
|
+
// 类型数据
|
|
34033
|
+
queryInfo: {
|
|
34034
|
+
type: Object,
|
|
34035
|
+
default: function _default() {
|
|
34036
|
+
return {
|
|
34037
|
+
name: "公告管理",
|
|
34038
|
+
type: "notice"
|
|
34039
|
+
};
|
|
34040
|
+
}
|
|
34041
|
+
},
|
|
34042
|
+
// 用户信息
|
|
34043
|
+
userInfo: {
|
|
34044
|
+
type: Object,
|
|
34045
|
+
default: function _default() {
|
|
34046
|
+
return {
|
|
34047
|
+
"companyNo": "202008267425615",
|
|
34048
|
+
// 公司no
|
|
34049
|
+
"no": "" // 用户no
|
|
34050
|
+
|
|
34051
|
+
};
|
|
34052
|
+
}
|
|
34053
|
+
},
|
|
34054
|
+
// 对应环境接口
|
|
34055
|
+
env: {
|
|
34056
|
+
type: Object,
|
|
34057
|
+
default: function _default() {
|
|
34058
|
+
return {};
|
|
34059
|
+
}
|
|
34060
|
+
}
|
|
33367
34061
|
},
|
|
33368
34062
|
data: function data() {
|
|
33369
34063
|
return {
|
|
@@ -33390,11 +34084,15 @@ var process_2_component = normalizeComponent(
|
|
|
33390
34084
|
|
|
33391
34085
|
};
|
|
33392
34086
|
},
|
|
34087
|
+
mounted: function mounted() {
|
|
34088
|
+
window.process = this.env;
|
|
34089
|
+
console.log(window.process);
|
|
34090
|
+
},
|
|
33393
34091
|
created: function created() {
|
|
33394
34092
|
// 获取审批流程数据
|
|
33395
34093
|
this.getProcessSet(); // 设置类型
|
|
33396
34094
|
// todo: 修改 this.$store.state.formBuilder.formDesId
|
|
33397
|
-
// this.type = this
|
|
34095
|
+
// this.type = this.path == "/index" ? "customForm_" + this.$store.state.formBuilder.formDesId : this.queryInfo.type;
|
|
33398
34096
|
},
|
|
33399
34097
|
methods: {
|
|
33400
34098
|
// 初始化数据
|
|
@@ -33424,11 +34122,9 @@ var process_2_component = normalizeComponent(
|
|
|
33424
34122
|
while (1) {
|
|
33425
34123
|
switch (_context.prev = _context.next) {
|
|
33426
34124
|
case 0:
|
|
33427
|
-
// this.$store.state.user.companyNo
|
|
33428
|
-
// this.$route.query.type
|
|
33429
34125
|
param = {
|
|
33430
|
-
companyId:
|
|
33431
|
-
type:
|
|
34126
|
+
companyId: _this.userInfo.companyNo,
|
|
34127
|
+
type: _this.queryInfo.type
|
|
33432
34128
|
};
|
|
33433
34129
|
_context.next = 3;
|
|
33434
34130
|
return queryProcessByType(param);
|
|
@@ -33678,15 +34374,15 @@ var process_2_component = normalizeComponent(
|
|
|
33678
34374
|
// 审批状态
|
|
33679
34375
|
"automaticPass": _this3.workFlowDef.automaticPass ? 1 : 0,
|
|
33680
34376
|
// 重复审批人问题
|
|
33681
|
-
"creator":
|
|
34377
|
+
"creator": _this3.userInfo.no,
|
|
33682
34378
|
// 用户no this.$store.state.user.no
|
|
33683
|
-
"companyId":
|
|
34379
|
+
"companyId": _this3.userInfo.companyNo,
|
|
33684
34380
|
// 公司id this.$store.state.user.companyNo
|
|
33685
|
-
"type":
|
|
34381
|
+
"type": _this3.queryInfo.type,
|
|
33686
34382
|
// 流程类型 this.$route.query.type
|
|
33687
|
-
"processName":
|
|
34383
|
+
"processName": _this3.queryInfo.name,
|
|
33688
34384
|
// 流程名称 ""this.$route.query.name
|
|
33689
|
-
"describe":
|
|
34385
|
+
"describe": _this3.queryInfo.name // 流程描述 this.$route.query.name
|
|
33690
34386
|
|
|
33691
34387
|
}); // 保存数据
|
|
33692
34388
|
|
|
@@ -33773,8 +34469,8 @@ var process_2_component = normalizeComponent(
|
|
|
33773
34469
|
});
|
|
33774
34470
|
// CONCATENATED MODULE: ./src/views/formBuilder/process.vue?vue&type=script&lang=js&
|
|
33775
34471
|
/* harmony default export */ var formBuilder_processvue_type_script_lang_js_ = (processvue_type_script_lang_js_);
|
|
33776
|
-
// EXTERNAL MODULE: ./src/views/formBuilder/process.vue?vue&type=style&index=0&id=
|
|
33777
|
-
var
|
|
34472
|
+
// EXTERNAL MODULE: ./src/views/formBuilder/process.vue?vue&type=style&index=0&id=6031d00f&lang=scss&scoped=true&
|
|
34473
|
+
var processvue_type_style_index_0_id_6031d00f_lang_scss_scoped_true_ = __webpack_require__("0391");
|
|
33778
34474
|
|
|
33779
34475
|
// CONCATENATED MODULE: ./src/views/formBuilder/process.vue
|
|
33780
34476
|
|
|
@@ -33791,7 +34487,7 @@ var process_component = normalizeComponent(
|
|
|
33791
34487
|
staticRenderFns,
|
|
33792
34488
|
false,
|
|
33793
34489
|
null,
|
|
33794
|
-
"
|
|
34490
|
+
"6031d00f",
|
|
33795
34491
|
null
|
|
33796
34492
|
|
|
33797
34493
|
)
|
|
@@ -55762,6 +56458,13 @@ var store = __webpack_require__("73fc");
|
|
|
55762
56458
|
})));
|
|
55763
56459
|
|
|
55764
56460
|
|
|
56461
|
+
/***/ }),
|
|
56462
|
+
|
|
56463
|
+
/***/ "3167":
|
|
56464
|
+
/***/ (function(module, exports) {
|
|
56465
|
+
|
|
56466
|
+
module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowNjBmOTNmOC1mZDY0LTU3NGEtOGQ5Yi00ZTZiYzI5YTA5YzkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEZEOEZFQ0IyQTdDMTFFN0FDMkJCQjNCRDI0NkZCQUEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEZEOEZFQ0EyQTdDMTFFN0FDMkJCQjNCRDI0NkZCQUEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA2MGY5M2Y4LWZkNjQtNTc0YS04ZDliLTRlNmJjMjlhMDljOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowNjBmOTNmOC1mZDY0LTU3NGEtOGQ5Yi00ZTZiYzI5YTA5YzkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5Mr+d8AAAAbklEQVR42mI8evEZAxAYA/FZBjTABMQ8QLwCiIvQJVmA+AsQOwLxfqhYH7IkCDyBKtiHrIAFyRSQAidkBSxo1oAUxALxcSA+yIQmKQPEi4G4FOR6JjQJkJEzgbgX5hWsEsj+xJBA9mckthACCDAAXZ4Y+7+dmmAAAAAASUVORK5CYII="
|
|
56467
|
+
|
|
55765
56468
|
/***/ }),
|
|
55766
56469
|
|
|
55767
56470
|
/***/ "3212":
|
|
@@ -56033,6 +56736,22 @@ module.exports = Array.isArray || function isArray(argument) {
|
|
|
56033
56736
|
};
|
|
56034
56737
|
|
|
56035
56738
|
|
|
56739
|
+
/***/ }),
|
|
56740
|
+
|
|
56741
|
+
/***/ "3405":
|
|
56742
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
56743
|
+
|
|
56744
|
+
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
56745
|
+
|
|
56746
|
+
// load the styles
|
|
56747
|
+
var content = __webpack_require__("b281");
|
|
56748
|
+
if(content.__esModule) content = content.default;
|
|
56749
|
+
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
56750
|
+
if(content.locals) module.exports = content.locals;
|
|
56751
|
+
// add the styles to the DOM
|
|
56752
|
+
var add = __webpack_require__("5925").default
|
|
56753
|
+
var update = add("656ff09e", content, true, {"sourceMap":false,"shadowMode":false});
|
|
56754
|
+
|
|
56036
56755
|
/***/ }),
|
|
56037
56756
|
|
|
56038
56757
|
/***/ "341b":
|
|
@@ -120276,6 +120995,22 @@ function applyToTag (styleElement, obj) {
|
|
|
120276
120995
|
}
|
|
120277
120996
|
|
|
120278
120997
|
|
|
120998
|
+
/***/ }),
|
|
120999
|
+
|
|
121000
|
+
/***/ "593f":
|
|
121001
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
121002
|
+
|
|
121003
|
+
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
121004
|
+
|
|
121005
|
+
// load the styles
|
|
121006
|
+
var content = __webpack_require__("a140");
|
|
121007
|
+
if(content.__esModule) content = content.default;
|
|
121008
|
+
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
121009
|
+
if(content.locals) module.exports = content.locals;
|
|
121010
|
+
// add the styles to the DOM
|
|
121011
|
+
var add = __webpack_require__("5925").default
|
|
121012
|
+
var update = add("7c3bbe91", content, true, {"sourceMap":false,"shadowMode":false});
|
|
121013
|
+
|
|
120279
121014
|
/***/ }),
|
|
120280
121015
|
|
|
120281
121016
|
/***/ "597a":
|
|
@@ -120915,6 +121650,21 @@ var deepmerge_1 = deepmerge;
|
|
|
120915
121650
|
module.exports = deepmerge_1;
|
|
120916
121651
|
|
|
120917
121652
|
|
|
121653
|
+
/***/ }),
|
|
121654
|
+
|
|
121655
|
+
/***/ "5c92":
|
|
121656
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
121657
|
+
|
|
121658
|
+
exports = module.exports = __webpack_require__("690e")(false);
|
|
121659
|
+
// imports
|
|
121660
|
+
exports.i(__webpack_require__("b797"), "");
|
|
121661
|
+
|
|
121662
|
+
// module
|
|
121663
|
+
exports.push([module.i, ".from[data-v-6031d00f]{overflow:hidden;margin-bottom:20px}.from .fromitem[data-v-6031d00f]{float:left;margin-right:20px}.from .fromitem span[data-v-6031d00f]{text-align:right;vertical-align:middle;font-size:14px;color:#606266;line-height:40px;padding:0 12px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}.talent-box[data-v-6031d00f]{padding:15px 20px 20px}.talent-box .title[data-v-6031d00f]{font-size:18px;font-weight:400;margin-bottom:15px}.offer-root[data-v-6031d00f]{color:#666}.offer-root .projectForm[data-v-6031d00f]{padding:0 0 10px 0}.offer-root .projectForm .projectForm[data-v-6031d00f]{margin-top:10px}.offer-root .projectForm .el-form-item[data-v-6031d00f]{margin-bottom:0}.continue[data-v-6031d00f]{color:#0286df}.common-offer-dialog .dialog-footer[data-v-6031d00f],.offer-pagination[data-v-6031d00f]{text-align:center}.offer-pagination .el-pagination[data-v-6031d00f]{margin:20px 0}.re-form .el-cascader[data-v-6031d00f],.re-form .el-date-editor[data-v-6031d00f],.re-form .el-input-number[data-v-6031d00f],.re-form .el-range-editor[data-v-6031d00f],.re-form .el-select[data-v-6031d00f]{width:100%}.re-form .el-input-number .el-input__inner[data-v-6031d00f]{text-align:left}.re-form .input-number-icon.el-input-number .el-input[data-v-6031d00f]{display:-webkit-box;display:-ms-flexbox;display:flex}.re-form .input-number-icon.el-input-number .el-input .el-input__inner[data-v-6031d00f]{border-radius:4px 0 4px 0}.re-form .input-number-icon.el-input-number .el-input[data-v-6031d00f]:after{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 20px;height:38px;display:inline-block;background:#f5f7fa;text-align:center;border:1px solid #dcdfe6;border-left:0;border-radius:0 4px 4px 0;color:#909399}.re-form .number-yuan.el-input-number .el-input[data-v-6031d00f]:after{content:\"\\5143\"}.re-form .number-tian.el-input-number .el-input[data-v-6031d00f]:after{content:\"\\5929\"}.re-form .line-feed .el-form-item__label[data-v-6031d00f]{line-height:inherit!important}.el-submenu__icon-arrow[data-v-6031d00f]{position:absolute!important;top:50%!important;right:8px!important;margin-top:-7px!important;-webkit-transition:-webkit-transform .3s!important;transition:-webkit-transform .3s!important;transition:transform .3s!important;transition:transform .3s,-webkit-transform .3s!important;font-size:12px!important}.base-pagination[data-v-6031d00f]{text-align:center}.base-pagination .el-pagination[data-v-6031d00f]{margin:20px 0}.pointer[data-v-6031d00f]{cursor:pointer}.base-ellipsis[data-v-6031d00f]{display:inline-block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btns-line[data-v-6031d00f]{margin-bottom:10px}.base-page-style[data-v-6031d00f]{padding:10px 10px}.base-page-style .btns-line[data-v-6031d00f]{margin-bottom:10px}.base-page-style .el-table .warning-row .cell[data-v-6031d00f]{color:red}.form-w100[data-v-6031d00f]{width:100%}.form-w100.el-input-number .el-input__inner[data-v-6031d00f]{text-align:left}.base-info-title[data-v-6031d00f]{font-size:18px;line-height:20px;color:#0286df;border-bottom:2px dotted #e4e7ed;padding-bottom:10px;margin-bottom:20px;position:relative}.base-info-title span[data-v-6031d00f]{border-left:3px solid #0286df;padding-left:10px}.base-info-title .append[data-v-6031d00f]{position:absolute;right:10px;top:0}.action-btns .btns[data-v-6031d00f]{margin-bottom:10px}.form-btns[data-v-6031d00f]{text-align:center}.text-danger[data-v-6031d00f]{color:#ff4949}.text-warning[data-v-6031d00f]{color:#f7ba2a}.text-blue[data-v-6031d00f]{color:#2e90fe}.clearboth[data-v-6031d00f]{clear:both}.noselect[data-v-6031d00f]{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}input[data-v-6031d00f]::-webkit-input-safebox-button{display:none}body[data-v-6031d00f]{background-color:#f5f5f5;font-family:Microsoft YaHei,微软雅黑,Arial,sans-serif;-webkit-box-sizing:border-box;box-sizing:border-box}.hover_02[data-v-6031d00f]:hover{color:#0286df!important}.color-default[data-v-6031d00f]{color:#0286df}.line-width[data-v-6031d00f]{background:#ededed;width:896px;height:1px}.bg-default[data-v-6031d00f]{background:#0286df}.hover-color-default[data-v-6031d00f]:hover{color:#0286df}.hover-bg-default[data-v-6031d00f]:hover{background:#ffeeea!important}.default-color[data-v-6031d00f]{color:#0286df}.page-left[data-v-6031d00f]{float:left}.page-right[data-v-6031d00f]{float:right}.colordefault[data-v-6031d00f]{color:#0286df}.colorgrey[data-v-6031d00f]{color:#ccc}.colortheme[data-v-6031d00f]{color:#ff8b00}.colorff4[data-v-6031d00f]{color:#ff4e00}.color-orange[data-v-6031d00f]{color:#f60}.p20[data-v-6031d00f]{padding:20px}.pl20[data-v-6031d00f]{padding-left:20px}.pb20[data-v-6031d00f]{padding-bottom:20px}.mt10[data-v-6031d00f]{margin-top:10px}.mt20[data-v-6031d00f]{margin-top:20px}.ml26[data-v-6031d00f]{margin-left:26px}.ml400[data-v-6031d00f]{margin-left:400px}.mb10[data-v-6031d00f]{margin-bottom:10px}.mb20[data-v-6031d00f]{margin-bottom:20px}.ml10[data-v-6031d00f]{margin-left:10px}.text-center[data-v-6031d00f]{text-align:center}.clearfix[data-v-6031d00f]{overflow:hidden}.fl[data-v-6031d00f]{float:left}.fr[data-v-6031d00f]{float:right}.avatar-uploader .el-upload[data-v-6031d00f]{border:1px dashed #d9d9d9;border-radius:6px;cursor:pointer;position:relative;overflow:hidden}.avatar-uploader .el-upload[data-v-6031d00f]:hover{border-color:#409eff}.avatar-uploader-icon[data-v-6031d00f]{font-size:28px;color:#8c939d;width:178px;height:178px;line-height:178px;text-align:center}.avatar-uploader-icon[data-v-6031d00f]:before{line-height:178px}.avatar[data-v-6031d00f]{width:178px;height:178px;border:1px dashed #c0ccda;border-radius:6px;display:block}.cell-button[data-v-6031d00f]{color:#0286df!important}.cell-del-button[data-v-6031d00f]{color:#f60!important}.tableStyle[data-v-6031d00f]{border-top:1px solid #e4e7ed;width:100%;margin-top:20px}.tabs-box .el-tabs .el-tabs__header[data-v-6031d00f]{margin:0}.tabs-box .el-tabs__item .is-active[data-v-6031d00f]{color:#0286df}.tabs-box .el-tabs__item[data-v-6031d00f]{color:#333}.m-l-15[data-v-6031d00f]{margin-left:15px!important}.m-l-20[data-v-6031d00f]{margin-left:20px!important}.m-l-40[data-v-6031d00f]{margin-left:40px!important}.pagination-box[data-v-6031d00f]{text-align:center;font-size:16px}.pagination-box .el-pagination[data-v-6031d00f]{margin-top:20px}.el-input__count[data-v-6031d00f]{background:none!important;bottom:-10px!important}.el-link.el-link--primary[data-v-6031d00f],.el-tabs__item.is-active[data-v-6031d00f]{color:#0286df!important}.info2 .successinfo i[data-v-6031d00f]{font-size:75px!important;color:#78c06e!important}.el-table__body tr.hover-row td[data-v-6031d00f]{background-color:#f5f7fa!important}.el-pager li.active[data-v-6031d00f]{color:#0286df!important}.el-loading-mask[data-v-6031d00f]{z-index:9999}.el-icon-loading[data-v-6031d00f]{font-size:40px}.el-button.is-loading .el-icon-loading[data-v-6031d00f]{font-size:14px}.el-tooltip__popper[data-v-6031d00f]{max-width:80%}li[data-v-6031d00f],ul[data-v-6031d00f]{list-style:none}a[data-v-6031d00f]{outline:medium none;text-decoration:none}.colorff66[data-v-6031d00f]{color:#f60}.color02[data-v-6031d00f]{color:#0286df}.color33[data-v-6031d00f]{color:#333}.colorff[data-v-6031d00f]{color:#fff}.color00[data-v-6031d00f]{color:#000}.color66[data-v-6031d00f]{color:#666}.color96[data-v-6031d00f]{color:#969696}.colorbf[data-v-6031d00f]{color:#bfbfbf}.color59[data-v-6031d00f]{color:#595959}.color5e[data-v-6031d00f]{color:#5e5e5e}.colorcc[data-v-6031d00f]{color:#ccc}.color6f[data-v-6031d00f]{color:#6f6f6f}.color2c[data-v-6031d00f]{color:#2c2c2b}.color8d[data-v-6031d00f]{color:#8d8d8d}.h-green[data-v-6031d00f]{color:#78c06e}.h-red[data-v-6031d00f]{color:#f60}.h-orange[data-v-6031d00f]{color:#f7ab01}.color-link[data-v-6031d00f],.h-blue[data-v-6031d00f]{color:#0286df}.bgf5[data-v-6031d00f]{background:#f5f5f5}.bgc9[data-v-6031d00f]{background:#c9c9c9}.bgff[data-v-6031d00f]{background:#fff}.bg02[data-v-6031d00f]{background:#0286df}.bg66[data-v-6031d00f]{background:#666}.bgb3[data-v-6031d00f]{background:#b3b3b3}.font10[data-v-6031d00f]{font-size:10px}.font12[data-v-6031d00f]{font-size:12px}.font14[data-v-6031d00f]{font-size:14px}.font16[data-v-6031d00f]{font-size:16px}.font18[data-v-6031d00f]{font-size:18px}.font20[data-v-6031d00f]{font-size:20px}.font22[data-v-6031d00f]{font-size:22px}.font24[data-v-6031d00f]{font-size:24px}.font28[data-v-6031d00f]{font-size:28px}.font36[data-v-6031d00f]{font-size:36px}.overflow[data-v-6031d00f]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.border02[data-v-6031d00f]{border:1px solid #0286df}.tc-1[data-v-6031d00f]{width:100%;height:1px}.tc-2[data-v-6031d00f]{width:100%;height:2px}.tc-3[data-v-6031d00f]{width:100%;height:3px}.tc-4[data-v-6031d00f]{width:100%;height:4px}.tc-5[data-v-6031d00f]{width:100%;height:5px}.tc-6[data-v-6031d00f]{width:100%;height:6px}.tc-7[data-v-6031d00f]{width:100%;height:7px}.tc-8[data-v-6031d00f]{width:100%;height:8px}.tc-9[data-v-6031d00f]{width:100%;height:9px}.tc-10[data-v-6031d00f]{width:100%;height:10px}.tc-13[data-v-6031d00f]{width:100%;height:13px}.tc-15[data-v-6031d00f]{width:100%;height:15px}.tc-20[data-v-6031d00f]{width:100%;height:20px}.tc-30[data-v-6031d00f]{width:100%;height:30px}.tc-40[data-v-6031d00f]{width:100%;height:40px}.tc-45[data-v-6031d00f]{width:100%;height:45px}.tc-50[data-v-6031d00f]{width:100%;height:50px}.tc-70[data-v-6031d00f]{width:100%;height:70px}.tc-80[data-v-6031d00f]{width:100%;height:80px}.tc-100[data-v-6031d00f]{width:100%;height:100px}.tc-200[data-v-6031d00f]{width:100%;height:200px}.cursor[data-v-6031d00f]{cursor:pointer}[data-v-6031d00f]::-webkit-scrollbar{width:9px;height:9px}[data-v-6031d00f]::-webkit-scrollbar-track{background-color:transparent;border-radius:2em}[data-v-6031d00f]::-webkit-scrollbar-thumb{background-color:#e1e1e1;border-radius:2em}.p-l-no[data-v-6031d00f]{padding-left:0}.el-button.h-btn-reset[data-v-6031d00f]{margin-left:10px;padding:12px 10px}.h-search-form .el-input[data-v-6031d00f]{width:200px}.h-search-form .el-date-editor--daterange.el-input__inner[data-v-6031d00f]{width:240px}.h-search-form.el-form--inline .el-form-item[data-v-6031d00f]{margin-right:10px}.btn-submit-box[data-v-6031d00f]{margin-top:40px;text-align:center}.list-table-td-a[data-v-6031d00f]{color:#0286df;cursor:pointer}.list-table-td-a[data-v-6031d00f]:hover{color:#0286df;text-decoration:underline}.h-main-box[data-v-6031d00f]{padding:10px}.h-main-box-tab[data-v-6031d00f]{padding:5px}.h-tab-content[data-v-6031d00f]{min-height:200px;padding:20px;border:1px solid #e4e7ed;margin-top:-16px}.h-divide-title[data-v-6031d00f]{font-size:16px;line-height:20px;color:#0286df;border-bottom:2px dotted #e4e7ed;padding-bottom:10px;margin:20px 0}.h-divide-title>span[data-v-6031d00f]{border-left:3px solid #0286df;padding-left:10px}", ""]);
|
|
121664
|
+
|
|
121665
|
+
// exports
|
|
121666
|
+
|
|
121667
|
+
|
|
120918
121668
|
/***/ }),
|
|
120919
121669
|
|
|
120920
121670
|
/***/ "5d2e":
|
|
@@ -123424,17 +124174,6 @@ module.exports = {
|
|
|
123424
124174
|
};
|
|
123425
124175
|
|
|
123426
124176
|
|
|
123427
|
-
/***/ }),
|
|
123428
|
-
|
|
123429
|
-
/***/ "609f":
|
|
123430
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
123431
|
-
|
|
123432
|
-
"use strict";
|
|
123433
|
-
/* harmony import */ var _node_modules_vue_style_loader_4_1_3_vue_style_loader_index_js_ref_6_oneOf_1_0_node_modules_css_loader_1_0_1_css_loader_index_js_ref_6_oneOf_1_1_node_modules_vue_loader_15_9_8_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_6_oneOf_1_2_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_6_oneOf_1_3_node_modules_cache_loader_4_1_0_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_9_8_vue_loader_lib_index_js_vue_loader_options_approverSelector_vue_vue_type_style_index_0_id_546edca3_scoped_true_style_scss_lang_css___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("04dc");
|
|
123434
|
-
/* harmony import */ var _node_modules_vue_style_loader_4_1_3_vue_style_loader_index_js_ref_6_oneOf_1_0_node_modules_css_loader_1_0_1_css_loader_index_js_ref_6_oneOf_1_1_node_modules_vue_loader_15_9_8_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_6_oneOf_1_2_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_6_oneOf_1_3_node_modules_cache_loader_4_1_0_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_9_8_vue_loader_lib_index_js_vue_loader_options_approverSelector_vue_vue_type_style_index_0_id_546edca3_scoped_true_style_scss_lang_css___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_4_1_3_vue_style_loader_index_js_ref_6_oneOf_1_0_node_modules_css_loader_1_0_1_css_loader_index_js_ref_6_oneOf_1_1_node_modules_vue_loader_15_9_8_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_6_oneOf_1_2_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_6_oneOf_1_3_node_modules_cache_loader_4_1_0_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_9_8_vue_loader_lib_index_js_vue_loader_options_approverSelector_vue_vue_type_style_index_0_id_546edca3_scoped_true_style_scss_lang_css___WEBPACK_IMPORTED_MODULE_0__);
|
|
123435
|
-
/* unused harmony reexport * */
|
|
123436
|
-
|
|
123437
|
-
|
|
123438
124177
|
/***/ }),
|
|
123439
124178
|
|
|
123440
124179
|
/***/ "60f8":
|
|
@@ -148776,21 +149515,6 @@ module.exports = function hasNativeSymbols() {
|
|
|
148776
149515
|
};
|
|
148777
149516
|
|
|
148778
149517
|
|
|
148779
|
-
/***/ }),
|
|
148780
|
-
|
|
148781
|
-
/***/ "85c2":
|
|
148782
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
148783
|
-
|
|
148784
|
-
exports = module.exports = __webpack_require__("690e")(false);
|
|
148785
|
-
// imports
|
|
148786
|
-
|
|
148787
|
-
|
|
148788
|
-
// module
|
|
148789
|
-
exports.push([module.i, "[data-v-546edca3] .el-drawer__header{font-size:16px;color:#000;padding-bottom:10px;padding-top:10px;padding-left:25px}[data-v-546edca3] .el-radio-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}[data-v-546edca3] .el-radio-group .el-radio{margin-bottom:15px}[data-v-546edca3] .el-radio-group .el-radio:last-child{margin-bottom:0}[data-v-546edca3] :focus{outline:0}[data-v-546edca3] .el-drawer{width:25%!important}[data-v-546edca3] .el-drawer__header{margin-bottom:0}.rowDirection[data-v-546edca3] .el-radio-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rowDirection[data-v-546edca3] .el-radio-group .el-radio{margin-bottom:10px}.layoutRowItem[data-v-546edca3]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 0 20px 0}.layoutRowItem[data-v-546edca3],.multi-title[data-v-546edca3]{border-top:1px solid #eaeaea}.multi-title[data-v-546edca3]{margin-bottom:10px;font-size:14px;padding:15px 25px 0 25px;color:#111}.layoutRowItem .multi-title[data-v-546edca3]{border:none;padding:0 0 0 25px;margin-bottom:0}.layoutRowItem .approverSelectorItemCon[data-v-546edca3]{padding:0}.approverSelectorItemCon[data-v-546edca3]{padding:5px 25px 18px 25px}.tagList[data-v-546edca3]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tagList[data-v-546edca3] .el-tag.el-tag--info{border:#d9ecff;color:#333}.drawer-footer[data-v-546edca3]{padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box;border-top:1px solid #f4f4f8}.drawer-wrap[data-v-546edca3]{overflow-y:auto}.selector-bar[data-v-546edca3],.selector-bar.no-padding[data-v-546edca3]{-webkit-box-sizing:border-box;box-sizing:border-box}.selector-bar.no-padding[data-v-546edca3]{padding:0 20px 20px}.selector-bar.border[data-v-546edca3]{border-top:1px solid #f4f4f8}.selector-bar__title[data-v-546edca3]{margin-bottom:10px;font-size:14px;color:#000}.selector-list[data-v-546edca3]{padding:10px 0 0 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.list-item[data-v-546edca3]{margin-right:10px;margin-bottom:10px}.list-item-btn[data-v-546edca3]{width:60px}.clear-btn[data-v-546edca3]{cursor:pointer;font-size:12px;color:#409eff}", ""]);
|
|
148790
|
-
|
|
148791
|
-
// exports
|
|
148792
|
-
|
|
148793
|
-
|
|
148794
149518
|
/***/ }),
|
|
148795
149519
|
|
|
148796
149520
|
/***/ "8697":
|
|
@@ -149145,6 +149869,22 @@ var firefox = userAgent.match(/firefox\/(\d+)/i);
|
|
|
149145
149869
|
module.exports = !!firefox && +firefox[1];
|
|
149146
149870
|
|
|
149147
149871
|
|
|
149872
|
+
/***/ }),
|
|
149873
|
+
|
|
149874
|
+
/***/ "8b9f":
|
|
149875
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
149876
|
+
|
|
149877
|
+
var escape = __webpack_require__("5454");
|
|
149878
|
+
exports = module.exports = __webpack_require__("690e")(false);
|
|
149879
|
+
// imports
|
|
149880
|
+
|
|
149881
|
+
|
|
149882
|
+
// module
|
|
149883
|
+
exports.push([module.i, ".from[data-v-2e4fa73a]{overflow:hidden;margin-bottom:20px}.from .fromitem[data-v-2e4fa73a]{float:left;margin-right:20px}.from .fromitem span[data-v-2e4fa73a]{text-align:right;vertical-align:middle;font-size:14px;color:#606266;line-height:40px;padding:0 12px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}.talent-box[data-v-2e4fa73a]{padding:15px 20px 20px}.talent-box .title[data-v-2e4fa73a]{font-size:18px;font-weight:400;margin-bottom:15px}.offer-root[data-v-2e4fa73a]{color:#666}.offer-root .projectForm[data-v-2e4fa73a]{padding:0 0 10px 0}.offer-root .projectForm .projectForm[data-v-2e4fa73a]{margin-top:10px}.offer-root .projectForm .el-form-item[data-v-2e4fa73a]{margin-bottom:0}.continue[data-v-2e4fa73a]{color:#0286df}.common-offer-dialog .dialog-footer[data-v-2e4fa73a],.offer-pagination[data-v-2e4fa73a]{text-align:center}.offer-pagination .el-pagination[data-v-2e4fa73a]{margin:20px 0}.re-form .el-cascader[data-v-2e4fa73a],.re-form .el-date-editor[data-v-2e4fa73a],.re-form .el-input-number[data-v-2e4fa73a],.re-form .el-range-editor[data-v-2e4fa73a],.re-form .el-select[data-v-2e4fa73a]{width:100%}.re-form .el-input-number .el-input__inner[data-v-2e4fa73a]{text-align:left}.re-form .input-number-icon.el-input-number .el-input[data-v-2e4fa73a]{display:-webkit-box;display:-ms-flexbox;display:flex}.re-form .input-number-icon.el-input-number .el-input .el-input__inner[data-v-2e4fa73a]{border-radius:4px 0 4px 0}.re-form .input-number-icon.el-input-number .el-input[data-v-2e4fa73a]:after{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 20px;height:38px;display:inline-block;background:#f5f7fa;text-align:center;border:1px solid #dcdfe6;border-left:0;border-radius:0 4px 4px 0;color:#909399}.re-form .number-yuan.el-input-number .el-input[data-v-2e4fa73a]:after{content:\"\\5143\"}.re-form .number-tian.el-input-number .el-input[data-v-2e4fa73a]:after{content:\"\\5929\"}.re-form .line-feed .el-form-item__label[data-v-2e4fa73a]{line-height:inherit!important}.el-submenu__icon-arrow[data-v-2e4fa73a]{position:absolute!important;top:50%!important;right:8px!important;margin-top:-7px!important;-webkit-transition:-webkit-transform .3s!important;transition:-webkit-transform .3s!important;transition:transform .3s!important;transition:transform .3s,-webkit-transform .3s!important;font-size:12px!important}.base-pagination[data-v-2e4fa73a]{text-align:center}.base-pagination .el-pagination[data-v-2e4fa73a]{margin:20px 0}.pointer[data-v-2e4fa73a]{cursor:pointer}.base-ellipsis[data-v-2e4fa73a]{display:inline-block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btns-line[data-v-2e4fa73a]{margin-bottom:10px}.base-page-style[data-v-2e4fa73a]{padding:10px 10px}.base-page-style .btns-line[data-v-2e4fa73a]{margin-bottom:10px}.base-page-style .el-table .warning-row .cell[data-v-2e4fa73a]{color:red}.form-w100[data-v-2e4fa73a]{width:100%}.form-w100.el-input-number .el-input__inner[data-v-2e4fa73a]{text-align:left}.base-info-title[data-v-2e4fa73a]{font-size:18px;line-height:20px;color:#0286df;border-bottom:2px dotted #e4e7ed;padding-bottom:10px;margin-bottom:20px;position:relative}.base-info-title span[data-v-2e4fa73a]{border-left:3px solid #0286df;padding-left:10px}.base-info-title .append[data-v-2e4fa73a]{position:absolute;right:10px;top:0}.action-btns .btns[data-v-2e4fa73a]{margin-bottom:10px}.form-btns[data-v-2e4fa73a]{text-align:center}.text-danger[data-v-2e4fa73a]{color:#ff4949}.text-warning[data-v-2e4fa73a]{color:#f7ba2a}.text-blue[data-v-2e4fa73a]{color:#2e90fe}.clearboth[data-v-2e4fa73a]{clear:both}.noselect[data-v-2e4fa73a]{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}input[data-v-2e4fa73a]::-webkit-input-safebox-button{display:none}body[data-v-2e4fa73a]{background-color:#f5f5f5;font-family:Microsoft YaHei,微软雅黑,Arial,sans-serif;-webkit-box-sizing:border-box;box-sizing:border-box}.hover_02[data-v-2e4fa73a]:hover{color:#0286df!important}.color-default[data-v-2e4fa73a]{color:#0286df}.line-width[data-v-2e4fa73a]{background:#ededed;width:896px;height:1px}.bg-default[data-v-2e4fa73a]{background:#0286df}.hover-color-default[data-v-2e4fa73a]:hover{color:#0286df}.hover-bg-default[data-v-2e4fa73a]:hover{background:#ffeeea!important}.default-color[data-v-2e4fa73a]{color:#0286df}.page-left[data-v-2e4fa73a]{float:left}.page-right[data-v-2e4fa73a]{float:right}.colordefault[data-v-2e4fa73a]{color:#0286df}.colorgrey[data-v-2e4fa73a]{color:#ccc}.colortheme[data-v-2e4fa73a]{color:#ff8b00}.colorff4[data-v-2e4fa73a]{color:#ff4e00}.color-orange[data-v-2e4fa73a]{color:#f60}.p20[data-v-2e4fa73a]{padding:20px}.pl20[data-v-2e4fa73a]{padding-left:20px}.pb20[data-v-2e4fa73a]{padding-bottom:20px}.mt10[data-v-2e4fa73a]{margin-top:10px}.mt20[data-v-2e4fa73a]{margin-top:20px}.ml26[data-v-2e4fa73a]{margin-left:26px}.ml400[data-v-2e4fa73a]{margin-left:400px}.mb10[data-v-2e4fa73a]{margin-bottom:10px}.mb20[data-v-2e4fa73a]{margin-bottom:20px}.ml10[data-v-2e4fa73a]{margin-left:10px}.text-center[data-v-2e4fa73a]{text-align:center}.clearfix[data-v-2e4fa73a]{overflow:hidden}.fl[data-v-2e4fa73a]{float:left}.fr[data-v-2e4fa73a]{float:right}.avatar-uploader .el-upload[data-v-2e4fa73a]{border:1px dashed #d9d9d9;border-radius:6px;cursor:pointer;position:relative;overflow:hidden}.avatar-uploader .el-upload[data-v-2e4fa73a]:hover{border-color:#409eff}.avatar-uploader-icon[data-v-2e4fa73a]{font-size:28px;color:#8c939d;width:178px;height:178px;line-height:178px;text-align:center}.avatar-uploader-icon[data-v-2e4fa73a]:before{line-height:178px}.avatar[data-v-2e4fa73a]{width:178px;height:178px;border:1px dashed #c0ccda;border-radius:6px;display:block}.cell-button[data-v-2e4fa73a]{color:#0286df!important}.cell-del-button[data-v-2e4fa73a]{color:#f60!important}.tableStyle[data-v-2e4fa73a]{border-top:1px solid #e4e7ed;width:100%;margin-top:20px}.tabs-box .el-tabs .el-tabs__header[data-v-2e4fa73a]{margin:0}.tabs-box .el-tabs__item .is-active[data-v-2e4fa73a]{color:#0286df}.tabs-box .el-tabs__item[data-v-2e4fa73a]{color:#333}.m-l-15[data-v-2e4fa73a]{margin-left:15px!important}.m-l-20[data-v-2e4fa73a]{margin-left:20px!important}.m-l-40[data-v-2e4fa73a]{margin-left:40px!important}.pagination-box[data-v-2e4fa73a]{text-align:center;font-size:16px}.pagination-box .el-pagination[data-v-2e4fa73a]{margin-top:20px}.el-input__count[data-v-2e4fa73a]{background:none!important;bottom:-10px!important}.el-link.el-link--primary[data-v-2e4fa73a],.el-tabs__item.is-active[data-v-2e4fa73a]{color:#0286df!important}.info2 .successinfo i[data-v-2e4fa73a]{font-size:75px!important;color:#78c06e!important}.el-table__body tr.hover-row td[data-v-2e4fa73a]{background-color:#f5f7fa!important}.el-pager li.active[data-v-2e4fa73a]{color:#0286df!important}.el-loading-mask[data-v-2e4fa73a]{z-index:9999}.el-icon-loading[data-v-2e4fa73a]{font-size:40px}.el-button.is-loading .el-icon-loading[data-v-2e4fa73a]{font-size:14px}.el-tooltip__popper[data-v-2e4fa73a]{max-width:80%}li[data-v-2e4fa73a],ul[data-v-2e4fa73a]{list-style:none}a[data-v-2e4fa73a]{outline:medium none;text-decoration:none}.colorff66[data-v-2e4fa73a]{color:#f60}.color02[data-v-2e4fa73a]{color:#0286df}.color33[data-v-2e4fa73a]{color:#333}.colorff[data-v-2e4fa73a]{color:#fff}.color00[data-v-2e4fa73a]{color:#000}.color66[data-v-2e4fa73a]{color:#666}.color96[data-v-2e4fa73a]{color:#969696}.colorbf[data-v-2e4fa73a]{color:#bfbfbf}.color59[data-v-2e4fa73a]{color:#595959}.color5e[data-v-2e4fa73a]{color:#5e5e5e}.colorcc[data-v-2e4fa73a]{color:#ccc}.color6f[data-v-2e4fa73a]{color:#6f6f6f}.color2c[data-v-2e4fa73a]{color:#2c2c2b}.color8d[data-v-2e4fa73a]{color:#8d8d8d}.h-green[data-v-2e4fa73a]{color:#78c06e}.h-red[data-v-2e4fa73a]{color:#f60}.h-orange[data-v-2e4fa73a]{color:#f7ab01}.color-link[data-v-2e4fa73a],.h-blue[data-v-2e4fa73a]{color:#0286df}.bgf5[data-v-2e4fa73a]{background:#f5f5f5}.bgc9[data-v-2e4fa73a]{background:#c9c9c9}.bgff[data-v-2e4fa73a]{background:#fff}.bg02[data-v-2e4fa73a]{background:#0286df}.bg66[data-v-2e4fa73a]{background:#666}.bgb3[data-v-2e4fa73a]{background:#b3b3b3}.font10[data-v-2e4fa73a]{font-size:10px}.font12[data-v-2e4fa73a]{font-size:12px}.font14[data-v-2e4fa73a]{font-size:14px}.font16[data-v-2e4fa73a]{font-size:16px}.font18[data-v-2e4fa73a]{font-size:18px}.font20[data-v-2e4fa73a]{font-size:20px}.font22[data-v-2e4fa73a]{font-size:22px}.font24[data-v-2e4fa73a]{font-size:24px}.font28[data-v-2e4fa73a]{font-size:28px}.font36[data-v-2e4fa73a]{font-size:36px}.overflow[data-v-2e4fa73a]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.border02[data-v-2e4fa73a]{border:1px solid #0286df}.tc-1[data-v-2e4fa73a]{width:100%;height:1px}.tc-2[data-v-2e4fa73a]{width:100%;height:2px}.tc-3[data-v-2e4fa73a]{width:100%;height:3px}.tc-4[data-v-2e4fa73a]{width:100%;height:4px}.tc-5[data-v-2e4fa73a]{width:100%;height:5px}.tc-6[data-v-2e4fa73a]{width:100%;height:6px}.tc-7[data-v-2e4fa73a]{width:100%;height:7px}.tc-8[data-v-2e4fa73a]{width:100%;height:8px}.tc-9[data-v-2e4fa73a]{width:100%;height:9px}.tc-10[data-v-2e4fa73a]{width:100%;height:10px}.tc-13[data-v-2e4fa73a]{width:100%;height:13px}.tc-15[data-v-2e4fa73a]{width:100%;height:15px}.tc-20[data-v-2e4fa73a]{width:100%;height:20px}.tc-30[data-v-2e4fa73a]{width:100%;height:30px}.tc-40[data-v-2e4fa73a]{width:100%;height:40px}.tc-45[data-v-2e4fa73a]{width:100%;height:45px}.tc-50[data-v-2e4fa73a]{width:100%;height:50px}.tc-70[data-v-2e4fa73a]{width:100%;height:70px}.tc-80[data-v-2e4fa73a]{width:100%;height:80px}.tc-100[data-v-2e4fa73a]{width:100%;height:100px}.tc-200[data-v-2e4fa73a]{width:100%;height:200px}.cursor[data-v-2e4fa73a]{cursor:pointer}[data-v-2e4fa73a]::-webkit-scrollbar{width:9px;height:9px}[data-v-2e4fa73a]::-webkit-scrollbar-track{background-color:transparent;border-radius:2em}[data-v-2e4fa73a]::-webkit-scrollbar-thumb{background-color:#e1e1e1;border-radius:2em}.p-l-no[data-v-2e4fa73a]{padding-left:0}.el-button.h-btn-reset[data-v-2e4fa73a]{margin-left:10px;padding:12px 10px}.h-search-form .el-input[data-v-2e4fa73a]{width:200px}.h-search-form .el-date-editor--daterange.el-input__inner[data-v-2e4fa73a]{width:240px}.h-search-form.el-form--inline .el-form-item[data-v-2e4fa73a]{margin-right:10px}.btn-submit-box[data-v-2e4fa73a]{margin-top:40px;text-align:center}.list-table-td-a[data-v-2e4fa73a]{color:#0286df;cursor:pointer}.list-table-td-a[data-v-2e4fa73a]:hover{color:#0286df;text-decoration:underline}.h-main-box[data-v-2e4fa73a]{padding:10px}.h-main-box-tab[data-v-2e4fa73a]{padding:5px}.h-tab-content[data-v-2e4fa73a]{min-height:200px;padding:20px;border:1px solid #e4e7ed;margin-top:-16px}.h-divide-title[data-v-2e4fa73a]{font-size:16px;line-height:20px;color:#0286df;border-bottom:2px dotted #e4e7ed;padding-bottom:10px;margin:20px 0}.h-divide-title>span[data-v-2e4fa73a]{border-left:3px solid #0286df;padding-left:10px}.error_tip[data-v-2e4fa73a]{position:absolute;top:0;right:0;-webkit-transform:translate(150%);transform:translate(150%);font-size:24px}.add-node-popover-body[data-v-2e4fa73a]{display:-webkit-box;display:-ms-flexbox;display:flex}.promoter_content[data-v-2e4fa73a]{padding:0 20px}.approver_content .el-button[data-v-2e4fa73a],.approver_self_select .el-button[data-v-2e4fa73a],.condition_content .el-button[data-v-2e4fa73a],.copyer_content .el-button[data-v-2e4fa73a],.promoter_content .el-button[data-v-2e4fa73a]{margin-bottom:20px}.promoter_content p[data-v-2e4fa73a]{padding:18px 0;font-size:14px;line-height:20px;color:#000}.promoter_person .el-dialog__body[data-v-2e4fa73a]{padding:10px 20px 14px 20px}.person_body[data-v-2e4fa73a]{border:1px solid #f5f5f5;height:500px}.person_tree[data-v-2e4fa73a]{padding:10px 12px 0 8px;width:280px;height:100%;border-right:1px solid #f5f5f5}.person_tree input[data-v-2e4fa73a]{padding-left:22px;width:210px;height:30px;font-size:12px;border-radius:2px;border:1px solid #d5dadf;background:url(" + escape(__webpack_require__("a610")) + ") no-repeat 10px;background-size:14px 14px;margin-bottom:14px}.tree_nav span[data-v-2e4fa73a]{display:inline-block;padding-right:10px;margin-right:5px;max-width:6em;color:#38adff;font-size:12px;cursor:pointer;background:url(" + escape(__webpack_require__("3167")) + ") no-repeat 100%}.tree_nav span[data-v-2e4fa73a]:last-of-type{background:none}.has_selected ul[data-v-2e4fa73a],.person_tree ul[data-v-2e4fa73a]{height:420px;overflow-y:auto}.person_tree li[data-v-2e4fa73a]{padding:5px 0}.person_tree li i[data-v-2e4fa73a]{float:right;padding-left:24px;padding-right:10px;color:#3195f8;font-size:12px;cursor:pointer;border-left:1px solid #eee}.person_tree li a.active+i[data-v-2e4fa73a]{color:#c5c5c5;pointer-events:none}.person_tree img[data-v-2e4fa73a]{width:14px;vertical-align:middle;margin-right:5px}.has_selected[data-v-2e4fa73a]{width:276px;height:100%;font-size:12px}.has_selected ul[data-v-2e4fa73a]{height:460px}.has_selected p[data-v-2e4fa73a]{padding-left:19px;padding-right:20px;line-height:37px;border-bottom:1px solid #f2f2f2}.has_selected p a[data-v-2e4fa73a]{float:right}.has_selected ul li[data-v-2e4fa73a]{margin:11px 26px 13px 19px;line-height:17px}.has_selected li span[data-v-2e4fa73a]{vertical-align:middle}.has_selected li img[data-v-2e4fa73a]:first-of-type{width:14px;vertical-align:middle;margin-right:5px}.has_selected li img[data-v-2e4fa73a]:last-of-type{float:right;margin-top:2px;width:14px}el-radio-group[data-v-2e4fa73a]{padding:20px 0}.approver_content[data-v-2e4fa73a]{padding-bottom:10px;border-bottom:1px solid #f2f2f2}.approver_content .el-radio[data-v-2e4fa73a],.approver_self_select .el-radio[data-v-2e4fa73a],.approver_some .el-radio[data-v-2e4fa73a]{width:27%;margin-bottom:20px}.copyer_content .el-checkbox[data-v-2e4fa73a]{margin-bottom:20px}.el-checkbox__label[data-v-2e4fa73a]{font-size:12px}.approver_content[data-v-2e4fa73a],.approver_manager[data-v-2e4fa73a],.approver_self_select[data-v-2e4fa73a],.approver_some[data-v-2e4fa73a],.condition_content[data-v-2e4fa73a],.copyer_content[data-v-2e4fa73a]{padding:20px 20px 0}.approver_manager p[data-v-2e4fa73a]:first-of-type,.approver_some p[data-v-2e4fa73a]{line-height:19px;font-size:14px;margin-bottom:14px}.approver_manager p[data-v-2e4fa73a]{line-height:32px}.approver_manager select[data-v-2e4fa73a]{width:420px;height:32px;background:#fff;border-radius:4px;border:1px solid #d9d9d9}.approver_manager p.tip[data-v-2e4fa73a]{margin:10px 0 22px 0;font-size:12px;line-height:16px;color:#f8642d}.approver_self[data-v-2e4fa73a]{padding:28px 20px}.selected_list[data-v-2e4fa73a]{margin-bottom:20px;line-height:30px}.selected_list span[data-v-2e4fa73a]{margin-right:10px;padding:3px 6px 3px 9px;line-height:12px;white-space:nowrap;border-radius:2px;border:1px solid #dcdcdc}.selected_list img[data-v-2e4fa73a]{margin-left:5px;width:7px;height:7px;cursor:pointer}.approver_self_select h3[data-v-2e4fa73a]{margin:5px 0 20px;font-size:14px;font-weight:700;line-height:19px}.condition_copyer .el-drawer__body .priority_level[data-v-2e4fa73a]{position:absolute;top:11px;right:30px;width:100px;height:32px;background:#fff;border-radius:4px;border:1px solid #d9d9d9}.condition_content p.tip[data-v-2e4fa73a]{margin:20px 0;width:510px;text-indent:17px;line-height:45px;background:#f1f9ff;border:1px solid #40a3f7;color:#46a6fe;font-size:14px}.condition_content ul[data-v-2e4fa73a]{max-height:500px;overflow-y:scroll;margin-bottom:20px}.condition_content li>span[data-v-2e4fa73a]{float:left;margin-right:8px;width:70px;line-height:32px;text-align:right}.condition_content li>div[data-v-2e4fa73a]{display:inline-block;width:370px}.condition_content li:not(:last-child)>div>p[data-v-2e4fa73a]{margin-bottom:20px}.condition_content li>div>p[data-v-2e4fa73a]:not(:last-child){margin-bottom:10px}.condition_content li>a[data-v-2e4fa73a]{float:right;margin-right:10px;margin-top:7px}.condition_content li input[data-v-2e4fa73a],.condition_content li select[data-v-2e4fa73a]{width:100%;height:32px;background:#fff;border-radius:4px;border:1px solid #d9d9d9}.condition_content li select+input[data-v-2e4fa73a]{width:260px}.condition_content li select[data-v-2e4fa73a]{margin-right:10px;width:100px}.condition_content li p.selected_list[data-v-2e4fa73a]{padding-left:10px;border-radius:4px;min-height:32px;border:1px solid #d9d9d9}.condition_content li p.check_box[data-v-2e4fa73a]{line-height:32px}.condition_list .el-dialog__body[data-v-2e4fa73a]{padding:16px 26px}.condition_list p[data-v-2e4fa73a]{color:#666;margin-bottom:10px}.condition_list p.check_box[data-v-2e4fa73a]{margin-bottom:0;line-height:36px}", ""]);
|
|
149884
|
+
|
|
149885
|
+
// exports
|
|
149886
|
+
|
|
149887
|
+
|
|
149148
149888
|
/***/ }),
|
|
149149
149889
|
|
|
149150
149890
|
/***/ "8bbf":
|
|
@@ -150532,6 +151272,17 @@ __webpack_require__("383f");
|
|
|
150532
151272
|
module.exports = __webpack_require__("708a").f('iterator');
|
|
150533
151273
|
|
|
150534
151274
|
|
|
151275
|
+
/***/ }),
|
|
151276
|
+
|
|
151277
|
+
/***/ "94b8":
|
|
151278
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
151279
|
+
|
|
151280
|
+
"use strict";
|
|
151281
|
+
/* harmony import */ var _node_modules_vue_style_loader_4_1_3_vue_style_loader_index_js_ref_8_oneOf_1_0_node_modules_css_loader_1_0_1_css_loader_index_js_ref_8_oneOf_1_1_node_modules_vue_loader_15_9_8_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_3_node_modules_sass_loader_7_3_1_sass_loader_dist_cjs_js_ref_8_oneOf_1_4_node_modules_cache_loader_4_1_0_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_9_8_vue_loader_lib_index_js_vue_loader_options_nodeWrap_vue_vue_type_style_index_0_id_2e4fa73a_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("e190");
|
|
151282
|
+
/* harmony import */ var _node_modules_vue_style_loader_4_1_3_vue_style_loader_index_js_ref_8_oneOf_1_0_node_modules_css_loader_1_0_1_css_loader_index_js_ref_8_oneOf_1_1_node_modules_vue_loader_15_9_8_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_3_node_modules_sass_loader_7_3_1_sass_loader_dist_cjs_js_ref_8_oneOf_1_4_node_modules_cache_loader_4_1_0_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_9_8_vue_loader_lib_index_js_vue_loader_options_nodeWrap_vue_vue_type_style_index_0_id_2e4fa73a_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_4_1_3_vue_style_loader_index_js_ref_8_oneOf_1_0_node_modules_css_loader_1_0_1_css_loader_index_js_ref_8_oneOf_1_1_node_modules_vue_loader_15_9_8_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_3_node_modules_sass_loader_7_3_1_sass_loader_dist_cjs_js_ref_8_oneOf_1_4_node_modules_cache_loader_4_1_0_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_9_8_vue_loader_lib_index_js_vue_loader_options_nodeWrap_vue_vue_type_style_index_0_id_2e4fa73a_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
|
|
151283
|
+
/* unused harmony reexport * */
|
|
151284
|
+
|
|
151285
|
+
|
|
150535
151286
|
/***/ }),
|
|
150536
151287
|
|
|
150537
151288
|
/***/ "94fa":
|
|
@@ -152275,6 +153026,21 @@ function scrollIntoView(container, selected) {
|
|
|
152275
153026
|
})));
|
|
152276
153027
|
|
|
152277
153028
|
|
|
153029
|
+
/***/ }),
|
|
153030
|
+
|
|
153031
|
+
/***/ "a140":
|
|
153032
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
153033
|
+
|
|
153034
|
+
exports = module.exports = __webpack_require__("690e")(false);
|
|
153035
|
+
// imports
|
|
153036
|
+
|
|
153037
|
+
|
|
153038
|
+
// module
|
|
153039
|
+
exports.push([module.i, "[data-v-0922466c] .el-drawer__header{font-size:16px;color:#000;padding-bottom:10px;padding-top:10px;padding-left:25px}[data-v-0922466c] .el-radio-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}[data-v-0922466c] .el-radio-group .el-radio{margin-bottom:15px}[data-v-0922466c] .el-radio-group .el-radio:last-child{margin-bottom:0}[data-v-0922466c] :focus{outline:0}[data-v-0922466c] .el-drawer{width:25%!important}[data-v-0922466c] .el-drawer__header{margin-bottom:0}.rowDirection[data-v-0922466c] .el-radio-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rowDirection[data-v-0922466c] .el-radio-group .el-radio{margin-bottom:10px}.layoutRowItem[data-v-0922466c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 0 20px 0}.layoutRowItem[data-v-0922466c],.multi-title[data-v-0922466c]{border-top:1px solid #eaeaea}.multi-title[data-v-0922466c]{margin-bottom:10px;font-size:14px;padding:15px 25px 0 25px;color:#111}.layoutRowItem .multi-title[data-v-0922466c]{border:none;padding:0 0 0 25px;margin-bottom:0}.layoutRowItem .approverSelectorItemCon[data-v-0922466c]{padding:0}.approverSelectorItemCon[data-v-0922466c]{padding:5px 25px 18px 25px}.tagList[data-v-0922466c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tagList[data-v-0922466c] .el-tag.el-tag--info{border:#d9ecff;color:#333}.drawer-footer[data-v-0922466c]{padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box;border-top:1px solid #f4f4f8}.drawer-wrap[data-v-0922466c]{overflow-y:auto}.selector-bar[data-v-0922466c],.selector-bar.no-padding[data-v-0922466c]{-webkit-box-sizing:border-box;box-sizing:border-box}.selector-bar.no-padding[data-v-0922466c]{padding:0 20px 20px}.selector-bar.border[data-v-0922466c]{border-top:1px solid #f4f4f8}.selector-bar__title[data-v-0922466c]{margin-bottom:10px;font-size:14px;color:#000}.selector-list[data-v-0922466c]{padding:10px 0 0 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.list-item[data-v-0922466c]{margin-right:10px;margin-bottom:10px}.list-item-btn[data-v-0922466c]{width:60px}.clear-btn[data-v-0922466c]{cursor:pointer;font-size:12px;color:#409eff}", ""]);
|
|
153040
|
+
|
|
153041
|
+
// exports
|
|
153042
|
+
|
|
153043
|
+
|
|
152278
153044
|
/***/ }),
|
|
152279
153045
|
|
|
152280
153046
|
/***/ "a158":
|
|
@@ -153258,6 +154024,48 @@ function cloneBuffer(buffer, isDeep) {
|
|
|
153258
154024
|
|
|
153259
154025
|
/***/ }),
|
|
153260
154026
|
|
|
154027
|
+
/***/ "a575":
|
|
154028
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
154029
|
+
|
|
154030
|
+
"use strict";
|
|
154031
|
+
|
|
154032
|
+
var PROPER_FUNCTION_NAME = __webpack_require__("bff0").PROPER;
|
|
154033
|
+
var redefine = __webpack_require__("ae12");
|
|
154034
|
+
var anObject = __webpack_require__("503d");
|
|
154035
|
+
var $toString = __webpack_require__("a869");
|
|
154036
|
+
var fails = __webpack_require__("7bb6");
|
|
154037
|
+
var flags = __webpack_require__("23ad");
|
|
154038
|
+
|
|
154039
|
+
var TO_STRING = 'toString';
|
|
154040
|
+
var RegExpPrototype = RegExp.prototype;
|
|
154041
|
+
var nativeToString = RegExpPrototype[TO_STRING];
|
|
154042
|
+
|
|
154043
|
+
var NOT_GENERIC = fails(function () { return nativeToString.call({ source: 'a', flags: 'b' }) != '/a/b'; });
|
|
154044
|
+
// FF44- RegExp#toString has a wrong name
|
|
154045
|
+
var INCORRECT_NAME = PROPER_FUNCTION_NAME && nativeToString.name != TO_STRING;
|
|
154046
|
+
|
|
154047
|
+
// `RegExp.prototype.toString` method
|
|
154048
|
+
// https://tc39.es/ecma262/#sec-regexp.prototype.tostring
|
|
154049
|
+
if (NOT_GENERIC || INCORRECT_NAME) {
|
|
154050
|
+
redefine(RegExp.prototype, TO_STRING, function toString() {
|
|
154051
|
+
var R = anObject(this);
|
|
154052
|
+
var p = $toString(R.source);
|
|
154053
|
+
var rf = R.flags;
|
|
154054
|
+
var f = $toString(rf === undefined && R instanceof RegExp && !('flags' in RegExpPrototype) ? flags.call(R) : rf);
|
|
154055
|
+
return '/' + p + '/' + f;
|
|
154056
|
+
}, { unsafe: true });
|
|
154057
|
+
}
|
|
154058
|
+
|
|
154059
|
+
|
|
154060
|
+
/***/ }),
|
|
154061
|
+
|
|
154062
|
+
/***/ "a610":
|
|
154063
|
+
/***/ (function(module, exports) {
|
|
154064
|
+
|
|
154065
|
+
module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAEMklEQVRIS72XXWhcRRTH/2duTXPTiFSkqxaL0Rot+GBpCYKiItZQP9pSRB+sEqm+SEWC65272ZfBipnZXbPBKL4oKMU8FGyNCkrRxA+IqKWi+AWChVpERGoba9bd7L1HTrkJaXOzG+2287hz5vzunDkf/yU0WNlsdoVSqpeItgLoAXAFgOUA/gLwM4AJAGO+708aY+JGvs7cozTjvr6+9kwmswtADsDFzRwS0ffMPOCcG2tmO7u/ABwEwToiEgfXJEaTRLQviqIJZj7a2dl5fGpqKuN53lWe522O4/h+IupKbMeY+aFCoSARabhOA4dheDsz7wNwEYCvmfmpQqHwYSMPxphllUrlMQDPALiEmb8F0FsoFH5tdG4OnNz0swQ66vv+TmPMP82+fHY/m812KaXeJqLriejLarV6a7lcrix2/hQ4edNvkvCOOuceXCpwvl0YhiuZ+fPEz6vOuUcbgoMgeJqIChJe3/dv/C83PdNxLpe7Lo7jQ5L9RLTRWvtVGpykZDzPOyLZy8x3NHvTpURCa+0ABET0rrX23lRwEATbiehNAJPOuZuW4riZTRLy3wAQEWWstX8uqGOt9esAHiairLX2+WZOl7qvtX5fspuIdlhr30gD/wBA3mVDsViUt2nJCsNQM7MlohestU+mgU8CWBFFUaZUKv3eEioArfUOAHsA7HfObU8DzwBY5vv+cmNMrVXgXC53TxzH7wB4zzl3Vxr4GICVMzMza4aGhn5pFTgIgp1E9AqAvc65B9LABwFsiOP4tmKx+HGrwGEYPsvMeQDWOSfD5rRFWusigCwROWtt2Cqw1loSdT0R9VprD6SBbwbwKTMf7ujo6DbG1M8WnvT97wBM+b6/Ki13yBijKpWKTJR1AB53zr18tmCt9X4A24joRWvtE6mdS37UWovCeAvAH1EU9ZRKpcP/Fx4EwX1EtBfAySiK1i5WonNjUWst4K0yT5VSt6S1uWYfk8/ne+r1+rj0BQC7nHMvLXZm/jy+UPq1zFMAPymltgwODv7YDDa7n9z0tQR6ZHp6untkZKTaFCwGQRBcnsiejQBkiI8QkW10+ySRnpNoyVAAIOKhHcCBWq22bTExsEBz9ff3+21tbSMAHgGgAEg3myAiUZRHieiEtFelVBczS0e6IQGKzsoppSbiOBa5dCkRjdfr9S2lUunvBeW0WCjCMFzPzLsB3AngggYhP0FEe+r1+u7ZRAqC4FoiEvhqAJ/4vn+3MUZmwtxKlbfzDWS2ApCb9TCz6GoJ4yldLVFob2//KK1OwzBcG8fxOBHJmUnf9zcbY6ZmfTcFLzW50uxEAHqeJ1l+JYAvqtVq7/Dw8HGxPafgpEesASDwqwEcqtVqm8rl8rFzDhZ4Pp9fndR3twhKpdSm8wIW+MDAwGVRFEnCyT+VD84bWODZbHaV53mjzHzwX4sip7vxoJ9hAAAAAElFTkSuQmCC"
|
|
154066
|
+
|
|
154067
|
+
/***/ }),
|
|
154068
|
+
|
|
153261
154069
|
/***/ "a616":
|
|
153262
154070
|
/***/ (function(module, exports, __webpack_require__) {
|
|
153263
154071
|
|
|
@@ -156817,6 +157625,21 @@ module.exports =
|
|
|
156817
157625
|
})));
|
|
156818
157626
|
|
|
156819
157627
|
|
|
157628
|
+
/***/ }),
|
|
157629
|
+
|
|
157630
|
+
/***/ "b281":
|
|
157631
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
157632
|
+
|
|
157633
|
+
exports = module.exports = __webpack_require__("690e")(false);
|
|
157634
|
+
// imports
|
|
157635
|
+
|
|
157636
|
+
|
|
157637
|
+
// module
|
|
157638
|
+
exports.push([module.i, ".from[data-v-8f9476fa]{overflow:hidden;margin-bottom:20px}.from .fromitem[data-v-8f9476fa]{float:left;margin-right:20px}.from .fromitem span[data-v-8f9476fa]{text-align:right;vertical-align:middle;font-size:14px;color:#606266;line-height:40px;padding:0 12px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}.talent-box[data-v-8f9476fa]{padding:15px 20px 20px}.talent-box .title[data-v-8f9476fa]{font-size:18px;font-weight:400;margin-bottom:15px}.offer-root[data-v-8f9476fa]{color:#666}.offer-root .projectForm[data-v-8f9476fa]{padding:0 0 10px 0}.offer-root .projectForm .projectForm[data-v-8f9476fa]{margin-top:10px}.offer-root .projectForm .el-form-item[data-v-8f9476fa]{margin-bottom:0}.continue[data-v-8f9476fa]{color:#0286df}.common-offer-dialog .dialog-footer[data-v-8f9476fa],.offer-pagination[data-v-8f9476fa]{text-align:center}.offer-pagination .el-pagination[data-v-8f9476fa]{margin:20px 0}.re-form .el-cascader[data-v-8f9476fa],.re-form .el-date-editor[data-v-8f9476fa],.re-form .el-input-number[data-v-8f9476fa],.re-form .el-range-editor[data-v-8f9476fa],.re-form .el-select[data-v-8f9476fa]{width:100%}.re-form .el-input-number .el-input__inner[data-v-8f9476fa]{text-align:left}.re-form .input-number-icon.el-input-number .el-input[data-v-8f9476fa]{display:-webkit-box;display:-ms-flexbox;display:flex}.re-form .input-number-icon.el-input-number .el-input .el-input__inner[data-v-8f9476fa]{border-radius:4px 0 4px 0}.re-form .input-number-icon.el-input-number .el-input[data-v-8f9476fa]:after{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 20px;height:38px;display:inline-block;background:#f5f7fa;text-align:center;border:1px solid #dcdfe6;border-left:0;border-radius:0 4px 4px 0;color:#909399}.re-form .number-yuan.el-input-number .el-input[data-v-8f9476fa]:after{content:\"\\5143\"}.re-form .number-tian.el-input-number .el-input[data-v-8f9476fa]:after{content:\"\\5929\"}.re-form .line-feed .el-form-item__label[data-v-8f9476fa]{line-height:inherit!important}.el-submenu__icon-arrow[data-v-8f9476fa]{position:absolute!important;top:50%!important;right:8px!important;margin-top:-7px!important;-webkit-transition:-webkit-transform .3s!important;transition:-webkit-transform .3s!important;transition:transform .3s!important;transition:transform .3s,-webkit-transform .3s!important;font-size:12px!important}.base-pagination[data-v-8f9476fa]{text-align:center}.base-pagination .el-pagination[data-v-8f9476fa]{margin:20px 0}.pointer[data-v-8f9476fa]{cursor:pointer}.base-ellipsis[data-v-8f9476fa]{display:inline-block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btns-line[data-v-8f9476fa]{margin-bottom:10px}.base-page-style[data-v-8f9476fa]{padding:10px 10px}.base-page-style .btns-line[data-v-8f9476fa]{margin-bottom:10px}.base-page-style .el-table .warning-row .cell[data-v-8f9476fa]{color:red}.form-w100[data-v-8f9476fa]{width:100%}.form-w100.el-input-number .el-input__inner[data-v-8f9476fa]{text-align:left}.base-info-title[data-v-8f9476fa]{font-size:18px;line-height:20px;color:#0286df;border-bottom:2px dotted #e4e7ed;padding-bottom:10px;margin-bottom:20px;position:relative}.base-info-title span[data-v-8f9476fa]{border-left:3px solid #0286df;padding-left:10px}.base-info-title .append[data-v-8f9476fa]{position:absolute;right:10px;top:0}.action-btns .btns[data-v-8f9476fa]{margin-bottom:10px}.form-btns[data-v-8f9476fa]{text-align:center}.text-danger[data-v-8f9476fa]{color:#ff4949}.text-warning[data-v-8f9476fa]{color:#f7ba2a}.text-blue[data-v-8f9476fa]{color:#2e90fe}.clearboth[data-v-8f9476fa]{clear:both}.noselect[data-v-8f9476fa]{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}input[data-v-8f9476fa]::-webkit-input-safebox-button{display:none}body[data-v-8f9476fa]{background-color:#f5f5f5;font-family:Microsoft YaHei,微软雅黑,Arial,sans-serif;-webkit-box-sizing:border-box;box-sizing:border-box}.hover_02[data-v-8f9476fa]:hover{color:#0286df!important}.color-default[data-v-8f9476fa]{color:#0286df}.line-width[data-v-8f9476fa]{background:#ededed;width:896px;height:1px}.bg-default[data-v-8f9476fa]{background:#0286df}.hover-color-default[data-v-8f9476fa]:hover{color:#0286df}.hover-bg-default[data-v-8f9476fa]:hover{background:#ffeeea!important}.default-color[data-v-8f9476fa]{color:#0286df}.page-left[data-v-8f9476fa]{float:left}.page-right[data-v-8f9476fa]{float:right}.colordefault[data-v-8f9476fa]{color:#0286df}.colorgrey[data-v-8f9476fa]{color:#ccc}.colortheme[data-v-8f9476fa]{color:#ff8b00}.colorff4[data-v-8f9476fa]{color:#ff4e00}.color-orange[data-v-8f9476fa]{color:#f60}.p20[data-v-8f9476fa]{padding:20px}.pl20[data-v-8f9476fa]{padding-left:20px}.pb20[data-v-8f9476fa]{padding-bottom:20px}.mt10[data-v-8f9476fa]{margin-top:10px}.mt20[data-v-8f9476fa]{margin-top:20px}.ml26[data-v-8f9476fa]{margin-left:26px}.ml400[data-v-8f9476fa]{margin-left:400px}.mb10[data-v-8f9476fa]{margin-bottom:10px}.mb20[data-v-8f9476fa]{margin-bottom:20px}.ml10[data-v-8f9476fa]{margin-left:10px}.text-center[data-v-8f9476fa]{text-align:center}.clearfix[data-v-8f9476fa]{overflow:hidden}.fl[data-v-8f9476fa]{float:left}.fr[data-v-8f9476fa]{float:right}.avatar-uploader .el-upload[data-v-8f9476fa]{border:1px dashed #d9d9d9;border-radius:6px;cursor:pointer;position:relative;overflow:hidden}.avatar-uploader .el-upload[data-v-8f9476fa]:hover{border-color:#409eff}.avatar-uploader-icon[data-v-8f9476fa]{font-size:28px;color:#8c939d;width:178px;height:178px;line-height:178px;text-align:center}.avatar-uploader-icon[data-v-8f9476fa]:before{line-height:178px}.avatar[data-v-8f9476fa]{width:178px;height:178px;border:1px dashed #c0ccda;border-radius:6px;display:block}.cell-button[data-v-8f9476fa]{color:#0286df!important}.cell-del-button[data-v-8f9476fa]{color:#f60!important}.tableStyle[data-v-8f9476fa]{border-top:1px solid #e4e7ed;width:100%;margin-top:20px}.tabs-box .el-tabs .el-tabs__header[data-v-8f9476fa]{margin:0}.tabs-box .el-tabs__item .is-active[data-v-8f9476fa]{color:#0286df}.tabs-box .el-tabs__item[data-v-8f9476fa]{color:#333}.m-l-15[data-v-8f9476fa]{margin-left:15px!important}.m-l-20[data-v-8f9476fa]{margin-left:20px!important}.m-l-40[data-v-8f9476fa]{margin-left:40px!important}.pagination-box[data-v-8f9476fa]{text-align:center;font-size:16px}.pagination-box .el-pagination[data-v-8f9476fa]{margin-top:20px}.el-input__count[data-v-8f9476fa]{background:none!important;bottom:-10px!important}.el-link.el-link--primary[data-v-8f9476fa],.el-tabs__item.is-active[data-v-8f9476fa]{color:#0286df!important}.info2 .successinfo i[data-v-8f9476fa]{font-size:75px!important;color:#78c06e!important}.el-table__body tr.hover-row td[data-v-8f9476fa]{background-color:#f5f7fa!important}.el-pager li.active[data-v-8f9476fa]{color:#0286df!important}.el-loading-mask[data-v-8f9476fa]{z-index:9999}.el-icon-loading[data-v-8f9476fa]{font-size:40px}.el-button.is-loading .el-icon-loading[data-v-8f9476fa]{font-size:14px}.el-tooltip__popper[data-v-8f9476fa]{max-width:80%}li[data-v-8f9476fa],ul[data-v-8f9476fa]{list-style:none}a[data-v-8f9476fa]{outline:medium none;text-decoration:none}.colorff66[data-v-8f9476fa]{color:#f60}.color02[data-v-8f9476fa]{color:#0286df}.color33[data-v-8f9476fa]{color:#333}.colorff[data-v-8f9476fa]{color:#fff}.color00[data-v-8f9476fa]{color:#000}.color66[data-v-8f9476fa]{color:#666}.color96[data-v-8f9476fa]{color:#969696}.colorbf[data-v-8f9476fa]{color:#bfbfbf}.color59[data-v-8f9476fa]{color:#595959}.color5e[data-v-8f9476fa]{color:#5e5e5e}.colorcc[data-v-8f9476fa]{color:#ccc}.color6f[data-v-8f9476fa]{color:#6f6f6f}.color2c[data-v-8f9476fa]{color:#2c2c2b}.color8d[data-v-8f9476fa]{color:#8d8d8d}.h-green[data-v-8f9476fa]{color:#78c06e}.h-red[data-v-8f9476fa]{color:#f60}.h-orange[data-v-8f9476fa]{color:#f7ab01}.color-link[data-v-8f9476fa],.h-blue[data-v-8f9476fa]{color:#0286df}.bgf5[data-v-8f9476fa]{background:#f5f5f5}.bgc9[data-v-8f9476fa]{background:#c9c9c9}.bgff[data-v-8f9476fa]{background:#fff}.bg02[data-v-8f9476fa]{background:#0286df}.bg66[data-v-8f9476fa]{background:#666}.bgb3[data-v-8f9476fa]{background:#b3b3b3}.font10[data-v-8f9476fa]{font-size:10px}.font12[data-v-8f9476fa]{font-size:12px}.font14[data-v-8f9476fa]{font-size:14px}.font16[data-v-8f9476fa]{font-size:16px}.font18[data-v-8f9476fa]{font-size:18px}.font20[data-v-8f9476fa]{font-size:20px}.font22[data-v-8f9476fa]{font-size:22px}.font24[data-v-8f9476fa]{font-size:24px}.font28[data-v-8f9476fa]{font-size:28px}.font36[data-v-8f9476fa]{font-size:36px}.overflow[data-v-8f9476fa]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.border02[data-v-8f9476fa]{border:1px solid #0286df}.tc-1[data-v-8f9476fa]{width:100%;height:1px}.tc-2[data-v-8f9476fa]{width:100%;height:2px}.tc-3[data-v-8f9476fa]{width:100%;height:3px}.tc-4[data-v-8f9476fa]{width:100%;height:4px}.tc-5[data-v-8f9476fa]{width:100%;height:5px}.tc-6[data-v-8f9476fa]{width:100%;height:6px}.tc-7[data-v-8f9476fa]{width:100%;height:7px}.tc-8[data-v-8f9476fa]{width:100%;height:8px}.tc-9[data-v-8f9476fa]{width:100%;height:9px}.tc-10[data-v-8f9476fa]{width:100%;height:10px}.tc-13[data-v-8f9476fa]{width:100%;height:13px}.tc-15[data-v-8f9476fa]{width:100%;height:15px}.tc-20[data-v-8f9476fa]{width:100%;height:20px}.tc-30[data-v-8f9476fa]{width:100%;height:30px}.tc-40[data-v-8f9476fa]{width:100%;height:40px}.tc-45[data-v-8f9476fa]{width:100%;height:45px}.tc-50[data-v-8f9476fa]{width:100%;height:50px}.tc-70[data-v-8f9476fa]{width:100%;height:70px}.tc-80[data-v-8f9476fa]{width:100%;height:80px}.tc-100[data-v-8f9476fa]{width:100%;height:100px}.tc-200[data-v-8f9476fa]{width:100%;height:200px}.cursor[data-v-8f9476fa]{cursor:pointer}[data-v-8f9476fa]::-webkit-scrollbar{width:9px;height:9px}[data-v-8f9476fa]::-webkit-scrollbar-track{background-color:transparent;border-radius:2em}[data-v-8f9476fa]::-webkit-scrollbar-thumb{background-color:#e1e1e1;border-radius:2em}.p-l-no[data-v-8f9476fa]{padding-left:0}.el-button.h-btn-reset[data-v-8f9476fa]{margin-left:10px;padding:12px 10px}.h-search-form .el-input[data-v-8f9476fa]{width:200px}.h-search-form .el-date-editor--daterange.el-input__inner[data-v-8f9476fa]{width:240px}.h-search-form.el-form--inline .el-form-item[data-v-8f9476fa]{margin-right:10px}.btn-submit-box[data-v-8f9476fa]{margin-top:40px;text-align:center}.list-table-td-a[data-v-8f9476fa]{color:#0286df;cursor:pointer}.list-table-td-a[data-v-8f9476fa]:hover{color:#0286df;text-decoration:underline}.h-main-box[data-v-8f9476fa]{padding:10px}.h-main-box-tab[data-v-8f9476fa]{padding:5px}.h-tab-content[data-v-8f9476fa]{min-height:200px;padding:20px;border:1px solid #e4e7ed;margin-top:-16px}.h-divide-title[data-v-8f9476fa]{font-size:16px;line-height:20px;color:#0286df;border-bottom:2px dotted #e4e7ed;padding-bottom:10px;margin:20px 0}.h-divide-title>span[data-v-8f9476fa]{border-left:3px solid #0286df;padding-left:10px}.nodeConditionModal[data-v-8f9476fa] .content{overflow-y:scroll;overflow-x:initial}[data-v-8f9476fa] .el-drawer__header{display:none}[data-v-8f9476fa] .el-radio-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}[data-v-8f9476fa] .el-radio-group .el-radio{margin-bottom:15px}[data-v-8f9476fa] .el-radio-group .el-radio:last-child{margin-bottom:0}[data-v-8f9476fa] :focus{outline:0}[data-v-8f9476fa] .el-drawer{width:25%!important}[data-v-8f9476fa] .el-form-item{margin-bottom:10px}[data-v-8f9476fa] .el-form-item__label{text-align:left}.content[data-v-8f9476fa]{height:80vh;overflow-y:scroll}.conditionSelect[data-v-8f9476fa] .el-dialog__header{padding:15px 20px;border-bottom:1px solid #eaeaea}.conditionSelect[data-v-8f9476fa] .el-dialog__header .el-dialog__title{font-size:16px}.conditionSelect[data-v-8f9476fa] .el-dialog__footer{padding:15px 20px;border-top:1px solid #eaeaea}.userHandle[data-v-8f9476fa]{padding:0 25px}.wrapper-mask[data-v-8f9476fa]{background-color:rgba(0,0,0,.4);cursor:pointer;z-index:1999}.wrapper[data-v-8f9476fa]{width:100%}.wrapper .title[data-v-8f9476fa]{padding-left:25px;height:60px;border-bottom:1px solid #dfe4ea;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px;font-size:16px}.wrapper .title .el-icon-edit[data-v-8f9476fa]{cursor:pointer;margin-left:10px}.wrapper .form-box[data-v-8f9476fa]{padding:0 25px 0 25px}.wrapper .btn-group[data-v-8f9476fa]{position:absolute;bottom:0;left:0;right:0;text-align:left;border-top:1px solid #eaeaea;padding:15px 0 15px 25px;background-color:#fff;z-index:10000}.mar_t20[data-v-8f9476fa]{margin-top:20px}.mar_l20[data-v-8f9476fa]{margin-left:20px}.selector[data-v-8f9476fa]{padding:0 4px;border:1px solid #d9d9d9;line-height:30px;border-radius:4px}.selector[data-v-8f9476fa]:hover{border:1px solid #1890ff}[data-v-8f9476fa] .selector .el-tag{height:22px;line-height:20px;padding:0 0 0 8px;font-size:14px;margin-right:4px}[data-v-8f9476fa] .selector .el-tag .el-icon-close{right:2px}", ""]);
|
|
157639
|
+
|
|
157640
|
+
// exports
|
|
157641
|
+
|
|
157642
|
+
|
|
156820
157643
|
/***/ }),
|
|
156821
157644
|
|
|
156822
157645
|
/***/ "b2a1":
|
|
@@ -159481,21 +160304,6 @@ exports.push([module.i, "@font-face{font-family:anticon;font-display:fallback;sr
|
|
|
159481
160304
|
// exports
|
|
159482
160305
|
|
|
159483
160306
|
|
|
159484
|
-
/***/ }),
|
|
159485
|
-
|
|
159486
|
-
/***/ "b7d6":
|
|
159487
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
159488
|
-
|
|
159489
|
-
exports = module.exports = __webpack_require__("690e")(false);
|
|
159490
|
-
// imports
|
|
159491
|
-
|
|
159492
|
-
|
|
159493
|
-
// module
|
|
159494
|
-
exports.push([module.i, ".from[data-v-b8e893ec]{overflow:hidden;margin-bottom:20px}.from .fromitem[data-v-b8e893ec]{float:left;margin-right:20px}.from .fromitem span[data-v-b8e893ec]{text-align:right;vertical-align:middle;font-size:14px;color:#606266;line-height:40px;padding:0 12px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}.talent-box[data-v-b8e893ec]{padding:15px 20px 20px}.talent-box .title[data-v-b8e893ec]{font-size:18px;font-weight:400;margin-bottom:15px}.offer-root[data-v-b8e893ec]{color:#666}.offer-root .projectForm[data-v-b8e893ec]{padding:0 0 10px 0}.offer-root .projectForm .projectForm[data-v-b8e893ec]{margin-top:10px}.offer-root .projectForm .el-form-item[data-v-b8e893ec]{margin-bottom:0}.continue[data-v-b8e893ec]{color:#0286df}.common-offer-dialog .dialog-footer[data-v-b8e893ec],.offer-pagination[data-v-b8e893ec]{text-align:center}.offer-pagination .el-pagination[data-v-b8e893ec]{margin:20px 0}.re-form .el-cascader[data-v-b8e893ec],.re-form .el-date-editor[data-v-b8e893ec],.re-form .el-input-number[data-v-b8e893ec],.re-form .el-range-editor[data-v-b8e893ec],.re-form .el-select[data-v-b8e893ec]{width:100%}.re-form .el-input-number .el-input__inner[data-v-b8e893ec]{text-align:left}.re-form .input-number-icon.el-input-number .el-input[data-v-b8e893ec]{display:-webkit-box;display:-ms-flexbox;display:flex}.re-form .input-number-icon.el-input-number .el-input .el-input__inner[data-v-b8e893ec]{border-radius:4px 0 4px 0}.re-form .input-number-icon.el-input-number .el-input[data-v-b8e893ec]:after{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 20px;height:38px;display:inline-block;background:#f5f7fa;text-align:center;border:1px solid #dcdfe6;border-left:0;border-radius:0 4px 4px 0;color:#909399}.re-form .number-yuan.el-input-number .el-input[data-v-b8e893ec]:after{content:\"\\5143\"}.re-form .number-tian.el-input-number .el-input[data-v-b8e893ec]:after{content:\"\\5929\"}.re-form .line-feed .el-form-item__label[data-v-b8e893ec]{line-height:inherit!important}.el-submenu__icon-arrow[data-v-b8e893ec]{position:absolute!important;top:50%!important;right:8px!important;margin-top:-7px!important;-webkit-transition:-webkit-transform .3s!important;transition:-webkit-transform .3s!important;transition:transform .3s!important;transition:transform .3s,-webkit-transform .3s!important;font-size:12px!important}.base-pagination[data-v-b8e893ec]{text-align:center}.base-pagination .el-pagination[data-v-b8e893ec]{margin:20px 0}.pointer[data-v-b8e893ec]{cursor:pointer}.base-ellipsis[data-v-b8e893ec]{display:inline-block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btns-line[data-v-b8e893ec]{margin-bottom:10px}.base-page-style[data-v-b8e893ec]{padding:10px 10px}.base-page-style .btns-line[data-v-b8e893ec]{margin-bottom:10px}.base-page-style .el-table .warning-row .cell[data-v-b8e893ec]{color:red}.form-w100[data-v-b8e893ec]{width:100%}.form-w100.el-input-number .el-input__inner[data-v-b8e893ec]{text-align:left}.base-info-title[data-v-b8e893ec]{font-size:18px;line-height:20px;color:#0286df;border-bottom:2px dotted #e4e7ed;padding-bottom:10px;margin-bottom:20px;position:relative}.base-info-title span[data-v-b8e893ec]{border-left:3px solid #0286df;padding-left:10px}.base-info-title .append[data-v-b8e893ec]{position:absolute;right:10px;top:0}.action-btns .btns[data-v-b8e893ec]{margin-bottom:10px}.form-btns[data-v-b8e893ec]{text-align:center}.text-danger[data-v-b8e893ec]{color:#ff4949}.text-warning[data-v-b8e893ec]{color:#f7ba2a}.text-blue[data-v-b8e893ec]{color:#2e90fe}.clearboth[data-v-b8e893ec]{clear:both}.noselect[data-v-b8e893ec]{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}input[data-v-b8e893ec]::-webkit-input-safebox-button{display:none}body[data-v-b8e893ec]{background-color:#f5f5f5;font-family:Microsoft YaHei,微软雅黑,Arial,sans-serif;-webkit-box-sizing:border-box;box-sizing:border-box}.hover_02[data-v-b8e893ec]:hover{color:#0286df!important}.color-default[data-v-b8e893ec]{color:#0286df}.line-width[data-v-b8e893ec]{background:#ededed;width:896px;height:1px}.bg-default[data-v-b8e893ec]{background:#0286df}.hover-color-default[data-v-b8e893ec]:hover{color:#0286df}.hover-bg-default[data-v-b8e893ec]:hover{background:#ffeeea!important}.default-color[data-v-b8e893ec]{color:#0286df}.page-left[data-v-b8e893ec]{float:left}.page-right[data-v-b8e893ec]{float:right}.colordefault[data-v-b8e893ec]{color:#0286df}.colorgrey[data-v-b8e893ec]{color:#ccc}.colortheme[data-v-b8e893ec]{color:#ff8b00}.colorff4[data-v-b8e893ec]{color:#ff4e00}.color-orange[data-v-b8e893ec]{color:#f60}.p20[data-v-b8e893ec]{padding:20px}.pl20[data-v-b8e893ec]{padding-left:20px}.pb20[data-v-b8e893ec]{padding-bottom:20px}.mt10[data-v-b8e893ec]{margin-top:10px}.mt20[data-v-b8e893ec]{margin-top:20px}.ml26[data-v-b8e893ec]{margin-left:26px}.ml400[data-v-b8e893ec]{margin-left:400px}.mb10[data-v-b8e893ec]{margin-bottom:10px}.mb20[data-v-b8e893ec]{margin-bottom:20px}.ml10[data-v-b8e893ec]{margin-left:10px}.text-center[data-v-b8e893ec]{text-align:center}.clearfix[data-v-b8e893ec]{overflow:hidden}.fl[data-v-b8e893ec]{float:left}.fr[data-v-b8e893ec]{float:right}.avatar-uploader .el-upload[data-v-b8e893ec]{border:1px dashed #d9d9d9;border-radius:6px;cursor:pointer;position:relative;overflow:hidden}.avatar-uploader .el-upload[data-v-b8e893ec]:hover{border-color:#409eff}.avatar-uploader-icon[data-v-b8e893ec]{font-size:28px;color:#8c939d;width:178px;height:178px;line-height:178px;text-align:center}.avatar-uploader-icon[data-v-b8e893ec]:before{line-height:178px}.avatar[data-v-b8e893ec]{width:178px;height:178px;border:1px dashed #c0ccda;border-radius:6px;display:block}.cell-button[data-v-b8e893ec]{color:#0286df!important}.cell-del-button[data-v-b8e893ec]{color:#f60!important}.tableStyle[data-v-b8e893ec]{border-top:1px solid #e4e7ed;width:100%;margin-top:20px}.tabs-box .el-tabs .el-tabs__header[data-v-b8e893ec]{margin:0}.tabs-box .el-tabs__item .is-active[data-v-b8e893ec]{color:#0286df}.tabs-box .el-tabs__item[data-v-b8e893ec]{color:#333}.m-l-15[data-v-b8e893ec]{margin-left:15px!important}.m-l-20[data-v-b8e893ec]{margin-left:20px!important}.m-l-40[data-v-b8e893ec]{margin-left:40px!important}.pagination-box[data-v-b8e893ec]{text-align:center;font-size:16px}.pagination-box .el-pagination[data-v-b8e893ec]{margin-top:20px}.el-input__count[data-v-b8e893ec]{background:none!important;bottom:-10px!important}.el-link.el-link--primary[data-v-b8e893ec],.el-tabs__item.is-active[data-v-b8e893ec]{color:#0286df!important}.info2 .successinfo i[data-v-b8e893ec]{font-size:75px!important;color:#78c06e!important}.el-table__body tr.hover-row td[data-v-b8e893ec]{background-color:#f5f7fa!important}.el-pager li.active[data-v-b8e893ec]{color:#0286df!important}.el-loading-mask[data-v-b8e893ec]{z-index:9999}.el-icon-loading[data-v-b8e893ec]{font-size:40px}.el-button.is-loading .el-icon-loading[data-v-b8e893ec]{font-size:14px}.el-tooltip__popper[data-v-b8e893ec]{max-width:80%}li[data-v-b8e893ec],ul[data-v-b8e893ec]{list-style:none}a[data-v-b8e893ec]{outline:medium none;text-decoration:none}.colorff66[data-v-b8e893ec]{color:#f60}.color02[data-v-b8e893ec]{color:#0286df}.color33[data-v-b8e893ec]{color:#333}.colorff[data-v-b8e893ec]{color:#fff}.color00[data-v-b8e893ec]{color:#000}.color66[data-v-b8e893ec]{color:#666}.color96[data-v-b8e893ec]{color:#969696}.colorbf[data-v-b8e893ec]{color:#bfbfbf}.color59[data-v-b8e893ec]{color:#595959}.color5e[data-v-b8e893ec]{color:#5e5e5e}.colorcc[data-v-b8e893ec]{color:#ccc}.color6f[data-v-b8e893ec]{color:#6f6f6f}.color2c[data-v-b8e893ec]{color:#2c2c2b}.color8d[data-v-b8e893ec]{color:#8d8d8d}.h-green[data-v-b8e893ec]{color:#78c06e}.h-red[data-v-b8e893ec]{color:#f60}.h-orange[data-v-b8e893ec]{color:#f7ab01}.color-link[data-v-b8e893ec],.h-blue[data-v-b8e893ec]{color:#0286df}.bgf5[data-v-b8e893ec]{background:#f5f5f5}.bgc9[data-v-b8e893ec]{background:#c9c9c9}.bgff[data-v-b8e893ec]{background:#fff}.bg02[data-v-b8e893ec]{background:#0286df}.bg66[data-v-b8e893ec]{background:#666}.bgb3[data-v-b8e893ec]{background:#b3b3b3}.font10[data-v-b8e893ec]{font-size:10px}.font12[data-v-b8e893ec]{font-size:12px}.font14[data-v-b8e893ec]{font-size:14px}.font16[data-v-b8e893ec]{font-size:16px}.font18[data-v-b8e893ec]{font-size:18px}.font20[data-v-b8e893ec]{font-size:20px}.font22[data-v-b8e893ec]{font-size:22px}.font24[data-v-b8e893ec]{font-size:24px}.font28[data-v-b8e893ec]{font-size:28px}.font36[data-v-b8e893ec]{font-size:36px}.overflow[data-v-b8e893ec]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.border02[data-v-b8e893ec]{border:1px solid #0286df}.tc-1[data-v-b8e893ec]{width:100%;height:1px}.tc-2[data-v-b8e893ec]{width:100%;height:2px}.tc-3[data-v-b8e893ec]{width:100%;height:3px}.tc-4[data-v-b8e893ec]{width:100%;height:4px}.tc-5[data-v-b8e893ec]{width:100%;height:5px}.tc-6[data-v-b8e893ec]{width:100%;height:6px}.tc-7[data-v-b8e893ec]{width:100%;height:7px}.tc-8[data-v-b8e893ec]{width:100%;height:8px}.tc-9[data-v-b8e893ec]{width:100%;height:9px}.tc-10[data-v-b8e893ec]{width:100%;height:10px}.tc-13[data-v-b8e893ec]{width:100%;height:13px}.tc-15[data-v-b8e893ec]{width:100%;height:15px}.tc-20[data-v-b8e893ec]{width:100%;height:20px}.tc-30[data-v-b8e893ec]{width:100%;height:30px}.tc-40[data-v-b8e893ec]{width:100%;height:40px}.tc-45[data-v-b8e893ec]{width:100%;height:45px}.tc-50[data-v-b8e893ec]{width:100%;height:50px}.tc-70[data-v-b8e893ec]{width:100%;height:70px}.tc-80[data-v-b8e893ec]{width:100%;height:80px}.tc-100[data-v-b8e893ec]{width:100%;height:100px}.tc-200[data-v-b8e893ec]{width:100%;height:200px}.cursor[data-v-b8e893ec]{cursor:pointer}[data-v-b8e893ec]::-webkit-scrollbar{width:9px;height:9px}[data-v-b8e893ec]::-webkit-scrollbar-track{background-color:transparent;border-radius:2em}[data-v-b8e893ec]::-webkit-scrollbar-thumb{background-color:#e1e1e1;border-radius:2em}.p-l-no[data-v-b8e893ec]{padding-left:0}.el-button.h-btn-reset[data-v-b8e893ec]{margin-left:10px;padding:12px 10px}.h-search-form .el-input[data-v-b8e893ec]{width:200px}.h-search-form .el-date-editor--daterange.el-input__inner[data-v-b8e893ec]{width:240px}.h-search-form.el-form--inline .el-form-item[data-v-b8e893ec]{margin-right:10px}.btn-submit-box[data-v-b8e893ec]{margin-top:40px;text-align:center}.list-table-td-a[data-v-b8e893ec]{color:#0286df;cursor:pointer}.list-table-td-a[data-v-b8e893ec]:hover{color:#0286df;text-decoration:underline}.h-main-box[data-v-b8e893ec]{padding:10px}.h-main-box-tab[data-v-b8e893ec]{padding:5px}.h-tab-content[data-v-b8e893ec]{min-height:200px;padding:20px;border:1px solid #e4e7ed;margin-top:-16px}.h-divide-title[data-v-b8e893ec]{font-size:16px;line-height:20px;color:#0286df;border-bottom:2px dotted #e4e7ed;padding-bottom:10px;margin:20px 0}.h-divide-title>span[data-v-b8e893ec]{border-left:3px solid #0286df;padding-left:10px}.nodeConditionModal[data-v-b8e893ec] .content{overflow-y:scroll;overflow-x:initial}[data-v-b8e893ec] .el-drawer__header{display:none}[data-v-b8e893ec] .el-radio-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}[data-v-b8e893ec] .el-radio-group .el-radio{margin-bottom:15px}[data-v-b8e893ec] .el-radio-group .el-radio:last-child{margin-bottom:0}[data-v-b8e893ec] :focus{outline:0}[data-v-b8e893ec] .el-drawer{width:25%!important}[data-v-b8e893ec] .el-form-item{margin-bottom:10px}[data-v-b8e893ec] .el-form-item__label{text-align:left}.content[data-v-b8e893ec]{height:80vh;overflow-y:scroll}.conditionSelect[data-v-b8e893ec] .el-dialog__header{padding:15px 20px;border-bottom:1px solid #eaeaea}.conditionSelect[data-v-b8e893ec] .el-dialog__header .el-dialog__title{font-size:16px}.conditionSelect[data-v-b8e893ec] .el-dialog__footer{padding:15px 20px;border-top:1px solid #eaeaea}.userHandle[data-v-b8e893ec]{padding:0 25px}.wrapper-mask[data-v-b8e893ec]{background-color:rgba(0,0,0,.4);cursor:pointer;z-index:1999}.wrapper[data-v-b8e893ec]{width:100%}.wrapper .title[data-v-b8e893ec]{padding-left:25px;height:60px;border-bottom:1px solid #dfe4ea;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px;font-size:16px}.wrapper .title .el-icon-edit[data-v-b8e893ec]{cursor:pointer;margin-left:10px}.wrapper .form-box[data-v-b8e893ec]{padding:0 25px 0 25px}.wrapper .btn-group[data-v-b8e893ec]{position:absolute;bottom:0;left:0;right:0;text-align:left;border-top:1px solid #eaeaea;padding:15px 0 15px 25px;background-color:#fff;z-index:10000}.mar_t20[data-v-b8e893ec]{margin-top:20px}.mar_l20[data-v-b8e893ec]{margin-left:20px}.selector[data-v-b8e893ec]{padding:0 4px;border:1px solid #d9d9d9;line-height:30px;border-radius:4px}.selector[data-v-b8e893ec]:hover{border:1px solid #1890ff}[data-v-b8e893ec] .selector .el-tag{height:22px;line-height:20px;padding:0 0 0 8px;font-size:14px;margin-right:4px}[data-v-b8e893ec] .selector .el-tag .el-icon-close{right:2px}", ""]);
|
|
159495
|
-
|
|
159496
|
-
// exports
|
|
159497
|
-
|
|
159498
|
-
|
|
159499
160307
|
/***/ }),
|
|
159500
160308
|
|
|
159501
160309
|
/***/ "b849":
|
|
@@ -160265,6 +161073,22 @@ module.exports = __webpack_require__("8bbf");
|
|
|
160265
161073
|
})));
|
|
160266
161074
|
|
|
160267
161075
|
|
|
161076
|
+
/***/ }),
|
|
161077
|
+
|
|
161078
|
+
/***/ "ba07":
|
|
161079
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
161080
|
+
|
|
161081
|
+
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
161082
|
+
|
|
161083
|
+
// load the styles
|
|
161084
|
+
var content = __webpack_require__("5c92");
|
|
161085
|
+
if(content.__esModule) content = content.default;
|
|
161086
|
+
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
161087
|
+
if(content.locals) module.exports = content.locals;
|
|
161088
|
+
// add the styles to the DOM
|
|
161089
|
+
var add = __webpack_require__("5925").default
|
|
161090
|
+
var update = add("7755e5b1", content, true, {"sourceMap":false,"shadowMode":false});
|
|
161091
|
+
|
|
160268
161092
|
/***/ }),
|
|
160269
161093
|
|
|
160270
161094
|
/***/ "ba2a":
|
|
@@ -160676,28 +161500,6 @@ module.exports = !fails(function () {
|
|
|
160676
161500
|
});
|
|
160677
161501
|
|
|
160678
161502
|
|
|
160679
|
-
/***/ }),
|
|
160680
|
-
|
|
160681
|
-
/***/ "be65":
|
|
160682
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
160683
|
-
|
|
160684
|
-
"use strict";
|
|
160685
|
-
/* harmony import */ var _node_modules_vue_style_loader_4_1_3_vue_style_loader_index_js_ref_8_oneOf_1_0_node_modules_css_loader_1_0_1_css_loader_index_js_ref_8_oneOf_1_1_node_modules_vue_loader_15_9_8_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_3_node_modules_sass_loader_7_3_1_sass_loader_dist_cjs_js_ref_8_oneOf_1_4_node_modules_cache_loader_4_1_0_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_9_8_vue_loader_lib_index_js_vue_loader_options_process_vue_vue_type_style_index_0_id_38bf2968_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("c679");
|
|
160686
|
-
/* harmony import */ var _node_modules_vue_style_loader_4_1_3_vue_style_loader_index_js_ref_8_oneOf_1_0_node_modules_css_loader_1_0_1_css_loader_index_js_ref_8_oneOf_1_1_node_modules_vue_loader_15_9_8_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_3_node_modules_sass_loader_7_3_1_sass_loader_dist_cjs_js_ref_8_oneOf_1_4_node_modules_cache_loader_4_1_0_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_9_8_vue_loader_lib_index_js_vue_loader_options_process_vue_vue_type_style_index_0_id_38bf2968_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_4_1_3_vue_style_loader_index_js_ref_8_oneOf_1_0_node_modules_css_loader_1_0_1_css_loader_index_js_ref_8_oneOf_1_1_node_modules_vue_loader_15_9_8_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_3_node_modules_sass_loader_7_3_1_sass_loader_dist_cjs_js_ref_8_oneOf_1_4_node_modules_cache_loader_4_1_0_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_9_8_vue_loader_lib_index_js_vue_loader_options_process_vue_vue_type_style_index_0_id_38bf2968_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
|
|
160687
|
-
/* unused harmony reexport * */
|
|
160688
|
-
|
|
160689
|
-
|
|
160690
|
-
/***/ }),
|
|
160691
|
-
|
|
160692
|
-
/***/ "bf2f":
|
|
160693
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
160694
|
-
|
|
160695
|
-
"use strict";
|
|
160696
|
-
/* harmony import */ var _node_modules_vue_style_loader_4_1_3_vue_style_loader_index_js_ref_8_oneOf_1_0_node_modules_css_loader_1_0_1_css_loader_index_js_ref_8_oneOf_1_1_node_modules_vue_loader_15_9_8_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_3_node_modules_sass_loader_7_3_1_sass_loader_dist_cjs_js_ref_8_oneOf_1_4_node_modules_cache_loader_4_1_0_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_9_8_vue_loader_lib_index_js_vue_loader_options_nodeConditionConfig_vue_vue_type_style_index_0_id_b8e893ec_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("060e");
|
|
160697
|
-
/* harmony import */ var _node_modules_vue_style_loader_4_1_3_vue_style_loader_index_js_ref_8_oneOf_1_0_node_modules_css_loader_1_0_1_css_loader_index_js_ref_8_oneOf_1_1_node_modules_vue_loader_15_9_8_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_3_node_modules_sass_loader_7_3_1_sass_loader_dist_cjs_js_ref_8_oneOf_1_4_node_modules_cache_loader_4_1_0_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_9_8_vue_loader_lib_index_js_vue_loader_options_nodeConditionConfig_vue_vue_type_style_index_0_id_b8e893ec_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_4_1_3_vue_style_loader_index_js_ref_8_oneOf_1_0_node_modules_css_loader_1_0_1_css_loader_index_js_ref_8_oneOf_1_1_node_modules_vue_loader_15_9_8_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_3_node_modules_sass_loader_7_3_1_sass_loader_dist_cjs_js_ref_8_oneOf_1_4_node_modules_cache_loader_4_1_0_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_9_8_vue_loader_lib_index_js_vue_loader_options_nodeConditionConfig_vue_vue_type_style_index_0_id_b8e893ec_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
|
|
160698
|
-
/* unused harmony reexport * */
|
|
160699
|
-
|
|
160700
|
-
|
|
160701
161503
|
/***/ }),
|
|
160702
161504
|
|
|
160703
161505
|
/***/ "bf66":
|
|
@@ -172218,22 +173020,6 @@ return jQuery;
|
|
|
172218
173020
|
} );
|
|
172219
173021
|
|
|
172220
173022
|
|
|
172221
|
-
/***/ }),
|
|
172222
|
-
|
|
172223
|
-
/***/ "c679":
|
|
172224
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
172225
|
-
|
|
172226
|
-
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
172227
|
-
|
|
172228
|
-
// load the styles
|
|
172229
|
-
var content = __webpack_require__("efea");
|
|
172230
|
-
if(content.__esModule) content = content.default;
|
|
172231
|
-
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
172232
|
-
if(content.locals) module.exports = content.locals;
|
|
172233
|
-
// add the styles to the DOM
|
|
172234
|
-
var add = __webpack_require__("5925").default
|
|
172235
|
-
var update = add("32842499", content, true, {"sourceMap":false,"shadowMode":false});
|
|
172236
|
-
|
|
172237
173023
|
/***/ }),
|
|
172238
173024
|
|
|
172239
173025
|
/***/ "c754":
|
|
@@ -182730,6 +183516,22 @@ try {
|
|
|
182730
183516
|
}
|
|
182731
183517
|
|
|
182732
183518
|
|
|
183519
|
+
/***/ }),
|
|
183520
|
+
|
|
183521
|
+
/***/ "e190":
|
|
183522
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
183523
|
+
|
|
183524
|
+
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
183525
|
+
|
|
183526
|
+
// load the styles
|
|
183527
|
+
var content = __webpack_require__("8b9f");
|
|
183528
|
+
if(content.__esModule) content = content.default;
|
|
183529
|
+
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
183530
|
+
if(content.locals) module.exports = content.locals;
|
|
183531
|
+
// add the styles to the DOM
|
|
183532
|
+
var add = __webpack_require__("5925").default
|
|
183533
|
+
var update = add("3798b3b7", content, true, {"sourceMap":false,"shadowMode":false});
|
|
183534
|
+
|
|
182733
183535
|
/***/ }),
|
|
182734
183536
|
|
|
182735
183537
|
/***/ "e30c":
|
|
@@ -184519,21 +185321,6 @@ module.exports.f = function (C) {
|
|
|
184519
185321
|
};
|
|
184520
185322
|
|
|
184521
185323
|
|
|
184522
|
-
/***/ }),
|
|
184523
|
-
|
|
184524
|
-
/***/ "efea":
|
|
184525
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
184526
|
-
|
|
184527
|
-
exports = module.exports = __webpack_require__("690e")(false);
|
|
184528
|
-
// imports
|
|
184529
|
-
exports.i(__webpack_require__("b797"), "");
|
|
184530
|
-
|
|
184531
|
-
// module
|
|
184532
|
-
exports.push([module.i, ".from[data-v-38bf2968]{overflow:hidden;margin-bottom:20px}.from .fromitem[data-v-38bf2968]{float:left;margin-right:20px}.from .fromitem span[data-v-38bf2968]{text-align:right;vertical-align:middle;font-size:14px;color:#606266;line-height:40px;padding:0 12px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}.talent-box[data-v-38bf2968]{padding:15px 20px 20px}.talent-box .title[data-v-38bf2968]{font-size:18px;font-weight:400;margin-bottom:15px}.offer-root[data-v-38bf2968]{color:#666}.offer-root .projectForm[data-v-38bf2968]{padding:0 0 10px 0}.offer-root .projectForm .projectForm[data-v-38bf2968]{margin-top:10px}.offer-root .projectForm .el-form-item[data-v-38bf2968]{margin-bottom:0}.continue[data-v-38bf2968]{color:#0286df}.common-offer-dialog .dialog-footer[data-v-38bf2968],.offer-pagination[data-v-38bf2968]{text-align:center}.offer-pagination .el-pagination[data-v-38bf2968]{margin:20px 0}.re-form .el-cascader[data-v-38bf2968],.re-form .el-date-editor[data-v-38bf2968],.re-form .el-input-number[data-v-38bf2968],.re-form .el-range-editor[data-v-38bf2968],.re-form .el-select[data-v-38bf2968]{width:100%}.re-form .el-input-number .el-input__inner[data-v-38bf2968]{text-align:left}.re-form .input-number-icon.el-input-number .el-input[data-v-38bf2968]{display:-webkit-box;display:-ms-flexbox;display:flex}.re-form .input-number-icon.el-input-number .el-input .el-input__inner[data-v-38bf2968]{border-radius:4px 0 4px 0}.re-form .input-number-icon.el-input-number .el-input[data-v-38bf2968]:after{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 20px;height:38px;display:inline-block;background:#f5f7fa;text-align:center;border:1px solid #dcdfe6;border-left:0;border-radius:0 4px 4px 0;color:#909399}.re-form .number-yuan.el-input-number .el-input[data-v-38bf2968]:after{content:\"\\5143\"}.re-form .number-tian.el-input-number .el-input[data-v-38bf2968]:after{content:\"\\5929\"}.re-form .line-feed .el-form-item__label[data-v-38bf2968]{line-height:inherit!important}.el-submenu__icon-arrow[data-v-38bf2968]{position:absolute!important;top:50%!important;right:8px!important;margin-top:-7px!important;-webkit-transition:-webkit-transform .3s!important;transition:-webkit-transform .3s!important;transition:transform .3s!important;transition:transform .3s,-webkit-transform .3s!important;font-size:12px!important}.base-pagination[data-v-38bf2968]{text-align:center}.base-pagination .el-pagination[data-v-38bf2968]{margin:20px 0}.pointer[data-v-38bf2968]{cursor:pointer}.base-ellipsis[data-v-38bf2968]{display:inline-block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btns-line[data-v-38bf2968]{margin-bottom:10px}.base-page-style[data-v-38bf2968]{padding:10px 10px}.base-page-style .btns-line[data-v-38bf2968]{margin-bottom:10px}.base-page-style .el-table .warning-row .cell[data-v-38bf2968]{color:red}.form-w100[data-v-38bf2968]{width:100%}.form-w100.el-input-number .el-input__inner[data-v-38bf2968]{text-align:left}.base-info-title[data-v-38bf2968]{font-size:18px;line-height:20px;color:#0286df;border-bottom:2px dotted #e4e7ed;padding-bottom:10px;margin-bottom:20px;position:relative}.base-info-title span[data-v-38bf2968]{border-left:3px solid #0286df;padding-left:10px}.base-info-title .append[data-v-38bf2968]{position:absolute;right:10px;top:0}.action-btns .btns[data-v-38bf2968]{margin-bottom:10px}.form-btns[data-v-38bf2968]{text-align:center}.text-danger[data-v-38bf2968]{color:#ff4949}.text-warning[data-v-38bf2968]{color:#f7ba2a}.text-blue[data-v-38bf2968]{color:#2e90fe}.clearboth[data-v-38bf2968]{clear:both}.noselect[data-v-38bf2968]{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}input[data-v-38bf2968]::-webkit-input-safebox-button{display:none}body[data-v-38bf2968]{background-color:#f5f5f5;font-family:Microsoft YaHei,微软雅黑,Arial,sans-serif;-webkit-box-sizing:border-box;box-sizing:border-box}.hover_02[data-v-38bf2968]:hover{color:#0286df!important}.color-default[data-v-38bf2968]{color:#0286df}.line-width[data-v-38bf2968]{background:#ededed;width:896px;height:1px}.bg-default[data-v-38bf2968]{background:#0286df}.hover-color-default[data-v-38bf2968]:hover{color:#0286df}.hover-bg-default[data-v-38bf2968]:hover{background:#ffeeea!important}.default-color[data-v-38bf2968]{color:#0286df}.page-left[data-v-38bf2968]{float:left}.page-right[data-v-38bf2968]{float:right}.colordefault[data-v-38bf2968]{color:#0286df}.colorgrey[data-v-38bf2968]{color:#ccc}.colortheme[data-v-38bf2968]{color:#ff8b00}.colorff4[data-v-38bf2968]{color:#ff4e00}.color-orange[data-v-38bf2968]{color:#f60}.p20[data-v-38bf2968]{padding:20px}.pl20[data-v-38bf2968]{padding-left:20px}.pb20[data-v-38bf2968]{padding-bottom:20px}.mt10[data-v-38bf2968]{margin-top:10px}.mt20[data-v-38bf2968]{margin-top:20px}.ml26[data-v-38bf2968]{margin-left:26px}.ml400[data-v-38bf2968]{margin-left:400px}.mb10[data-v-38bf2968]{margin-bottom:10px}.mb20[data-v-38bf2968]{margin-bottom:20px}.ml10[data-v-38bf2968]{margin-left:10px}.text-center[data-v-38bf2968]{text-align:center}.clearfix[data-v-38bf2968]{overflow:hidden}.fl[data-v-38bf2968]{float:left}.fr[data-v-38bf2968]{float:right}.avatar-uploader .el-upload[data-v-38bf2968]{border:1px dashed #d9d9d9;border-radius:6px;cursor:pointer;position:relative;overflow:hidden}.avatar-uploader .el-upload[data-v-38bf2968]:hover{border-color:#409eff}.avatar-uploader-icon[data-v-38bf2968]{font-size:28px;color:#8c939d;width:178px;height:178px;line-height:178px;text-align:center}.avatar-uploader-icon[data-v-38bf2968]:before{line-height:178px}.avatar[data-v-38bf2968]{width:178px;height:178px;border:1px dashed #c0ccda;border-radius:6px;display:block}.cell-button[data-v-38bf2968]{color:#0286df!important}.cell-del-button[data-v-38bf2968]{color:#f60!important}.tableStyle[data-v-38bf2968]{border-top:1px solid #e4e7ed;width:100%;margin-top:20px}.tabs-box .el-tabs .el-tabs__header[data-v-38bf2968]{margin:0}.tabs-box .el-tabs__item .is-active[data-v-38bf2968]{color:#0286df}.tabs-box .el-tabs__item[data-v-38bf2968]{color:#333}.m-l-15[data-v-38bf2968]{margin-left:15px!important}.m-l-20[data-v-38bf2968]{margin-left:20px!important}.m-l-40[data-v-38bf2968]{margin-left:40px!important}.pagination-box[data-v-38bf2968]{text-align:center;font-size:16px}.pagination-box .el-pagination[data-v-38bf2968]{margin-top:20px}.el-input__count[data-v-38bf2968]{background:none!important;bottom:-10px!important}.el-link.el-link--primary[data-v-38bf2968],.el-tabs__item.is-active[data-v-38bf2968]{color:#0286df!important}.info2 .successinfo i[data-v-38bf2968]{font-size:75px!important;color:#78c06e!important}.el-table__body tr.hover-row td[data-v-38bf2968]{background-color:#f5f7fa!important}.el-pager li.active[data-v-38bf2968]{color:#0286df!important}.el-loading-mask[data-v-38bf2968]{z-index:9999}.el-icon-loading[data-v-38bf2968]{font-size:40px}.el-button.is-loading .el-icon-loading[data-v-38bf2968]{font-size:14px}.el-tooltip__popper[data-v-38bf2968]{max-width:80%}li[data-v-38bf2968],ul[data-v-38bf2968]{list-style:none}a[data-v-38bf2968]{outline:medium none;text-decoration:none}.colorff66[data-v-38bf2968]{color:#f60}.color02[data-v-38bf2968]{color:#0286df}.color33[data-v-38bf2968]{color:#333}.colorff[data-v-38bf2968]{color:#fff}.color00[data-v-38bf2968]{color:#000}.color66[data-v-38bf2968]{color:#666}.color96[data-v-38bf2968]{color:#969696}.colorbf[data-v-38bf2968]{color:#bfbfbf}.color59[data-v-38bf2968]{color:#595959}.color5e[data-v-38bf2968]{color:#5e5e5e}.colorcc[data-v-38bf2968]{color:#ccc}.color6f[data-v-38bf2968]{color:#6f6f6f}.color2c[data-v-38bf2968]{color:#2c2c2b}.color8d[data-v-38bf2968]{color:#8d8d8d}.h-green[data-v-38bf2968]{color:#78c06e}.h-red[data-v-38bf2968]{color:#f60}.h-orange[data-v-38bf2968]{color:#f7ab01}.color-link[data-v-38bf2968],.h-blue[data-v-38bf2968]{color:#0286df}.bgf5[data-v-38bf2968]{background:#f5f5f5}.bgc9[data-v-38bf2968]{background:#c9c9c9}.bgff[data-v-38bf2968]{background:#fff}.bg02[data-v-38bf2968]{background:#0286df}.bg66[data-v-38bf2968]{background:#666}.bgb3[data-v-38bf2968]{background:#b3b3b3}.font10[data-v-38bf2968]{font-size:10px}.font12[data-v-38bf2968]{font-size:12px}.font14[data-v-38bf2968]{font-size:14px}.font16[data-v-38bf2968]{font-size:16px}.font18[data-v-38bf2968]{font-size:18px}.font20[data-v-38bf2968]{font-size:20px}.font22[data-v-38bf2968]{font-size:22px}.font24[data-v-38bf2968]{font-size:24px}.font28[data-v-38bf2968]{font-size:28px}.font36[data-v-38bf2968]{font-size:36px}.overflow[data-v-38bf2968]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.border02[data-v-38bf2968]{border:1px solid #0286df}.tc-1[data-v-38bf2968]{width:100%;height:1px}.tc-2[data-v-38bf2968]{width:100%;height:2px}.tc-3[data-v-38bf2968]{width:100%;height:3px}.tc-4[data-v-38bf2968]{width:100%;height:4px}.tc-5[data-v-38bf2968]{width:100%;height:5px}.tc-6[data-v-38bf2968]{width:100%;height:6px}.tc-7[data-v-38bf2968]{width:100%;height:7px}.tc-8[data-v-38bf2968]{width:100%;height:8px}.tc-9[data-v-38bf2968]{width:100%;height:9px}.tc-10[data-v-38bf2968]{width:100%;height:10px}.tc-13[data-v-38bf2968]{width:100%;height:13px}.tc-15[data-v-38bf2968]{width:100%;height:15px}.tc-20[data-v-38bf2968]{width:100%;height:20px}.tc-30[data-v-38bf2968]{width:100%;height:30px}.tc-40[data-v-38bf2968]{width:100%;height:40px}.tc-45[data-v-38bf2968]{width:100%;height:45px}.tc-50[data-v-38bf2968]{width:100%;height:50px}.tc-70[data-v-38bf2968]{width:100%;height:70px}.tc-80[data-v-38bf2968]{width:100%;height:80px}.tc-100[data-v-38bf2968]{width:100%;height:100px}.tc-200[data-v-38bf2968]{width:100%;height:200px}.cursor[data-v-38bf2968]{cursor:pointer}[data-v-38bf2968]::-webkit-scrollbar{width:9px;height:9px}[data-v-38bf2968]::-webkit-scrollbar-track{background-color:transparent;border-radius:2em}[data-v-38bf2968]::-webkit-scrollbar-thumb{background-color:#e1e1e1;border-radius:2em}.p-l-no[data-v-38bf2968]{padding-left:0}.el-button.h-btn-reset[data-v-38bf2968]{margin-left:10px;padding:12px 10px}.h-search-form .el-input[data-v-38bf2968]{width:200px}.h-search-form .el-date-editor--daterange.el-input__inner[data-v-38bf2968]{width:240px}.h-search-form.el-form--inline .el-form-item[data-v-38bf2968]{margin-right:10px}.btn-submit-box[data-v-38bf2968]{margin-top:40px;text-align:center}.list-table-td-a[data-v-38bf2968]{color:#0286df;cursor:pointer}.list-table-td-a[data-v-38bf2968]:hover{color:#0286df;text-decoration:underline}.h-main-box[data-v-38bf2968]{padding:10px}.h-main-box-tab[data-v-38bf2968]{padding:5px}.h-tab-content[data-v-38bf2968]{min-height:200px;padding:20px;border:1px solid #e4e7ed;margin-top:-16px}.h-divide-title[data-v-38bf2968]{font-size:16px;line-height:20px;color:#0286df;border-bottom:2px dotted #e4e7ed;padding-bottom:10px;margin:20px 0}.h-divide-title>span[data-v-38bf2968]{border-left:3px solid #0286df;padding-left:10px}", ""]);
|
|
184533
|
-
|
|
184534
|
-
// exports
|
|
184535
|
-
|
|
184536
|
-
|
|
184537
185324
|
/***/ }),
|
|
184538
185325
|
|
|
184539
185326
|
/***/ "f0b0":
|