ecinc-cloud-wappaio 9.0.200 → 9.0.202

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.
@@ -10972,7 +10972,6 @@ module.exports = {
10972
10972
  },
10973
10973
  ModifyWfNodelog: {
10974
10974
  notice: 'Notification',
10975
- msgTypeNotice: '{msgType} Notification',
10976
10975
  selectNoticeType: 'Select notification method',
10977
10976
  takeBack: 'Retract',
10978
10977
  mandatoryCompletion: 'Mandatory completion',
@@ -11492,7 +11491,6 @@ module.exports = {
11492
11491
  ModifyWfNodelog: {
11493
11492
  notice: '通知',
11494
11493
  smsNotice: '短信通知',
11495
- msgTypeNotice: '{msgType}通知',
11496
11494
  selectNoticeType: '选择通知方式',
11497
11495
  takeBack: '收 回',
11498
11496
  mandatoryCompletion: '强制办结',
@@ -16013,8 +16011,56 @@ __webpack_require__.r(__webpack_exports__);
16013
16011
  /* harmony export */ ecinc_process: function() { return /* binding */ ecinc_process; }
16014
16012
  /* harmony export */ });
16015
16013
  /* harmony import */ var _model_data_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(64310);
16014
+ /* harmony import */ var _common_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(12885);
16016
16015
  var $ = __webpack_require__(74692);
16017
16016
 
16017
+
16018
+
16019
+ var connectLine = {
16020
+ ConnectionId: '',
16021
+ PageSourceId: '',
16022
+ PageTargetId: '',
16023
+ uuid: [null, null],
16024
+ label: '',
16025
+ firstEndpoints: [0.5, 1, 0, 1],
16026
+ secondEndpoints: [0.5, 0, 0, -1],
16027
+ type: 'Flowchart',
16028
+ pathMinX: 0,
16029
+ pathMaxX: 0,
16030
+ pathMinY: 2.5,
16031
+ pathMaxY: 88,
16032
+ linesCount: 1
16033
+ };
16034
+ var wfNodeHtml = {
16035
+ start: {
16036
+ domH: '<div id="" type="1" class="process start jtk-endpoint-anchor jtk-managed ui-draggable ui-draggable-handle jtk-connected" style="left: 570px; top: 120px;" bleft="417" btop="112"></div>'
16037
+ },
16038
+ ptjd: {
16039
+ domH: '<div id="" type="2" class="process model_process ptjd jtk-endpoint-anchor jtk-managed ui-draggable ui-draggable-handle jtk-connected" style="" bleft="378" btop="230"><div class="title"><img src="/images/w-imgs/definition/center/c_ptjd.png" width="22" alt=""><span>普通节点</span></div><p>普通节点</p></div>'
16040
+ },
16041
+ jzjd: {
16042
+ domH: '<div id="" type="3" class="process model_process jzjd jtk-endpoint-anchor jtk-managed ui-draggable ui-draggable-handle jtk-connected" style="" bleft="323" btop="556"><div class="title"><img src="/images/w-imgs/definition/center/c_jzjd.png" width="22" alt=""><span>竞争节点</span></div><p>多人竞争</p></div>'
16043
+ },
16044
+ drbx: {
16045
+ domH: '<div id="" type="4" class="process model_process drbx jtk-endpoint-anchor jtk-managed ui-draggable ui-draggable-handle jtk-connected" style=""><div class="title"><img src="/images/w-imgs/definition/center/c_drbx.png" width="22" alt=""><span>多人并行</span></div><p>多人并行</p></div>'
16046
+ },
16047
+ drcx: {
16048
+ domH: '<div id="" type="4" class="process model_process drcx jtk-endpoint-anchor jtk-managed ui-draggable ui-draggable-handle jtk-connected" style=""><div class="title"><img src="/images/w-imgs/definition/center/c_drcx.png" width="22" alt=""><span>多人串行</span></div><p>多人串行</p></div>'
16049
+ },
16050
+ hqjd: {
16051
+ domH: '<div id="" type="6" class="process model_process hqjd jtk-endpoint-anchor jtk-managed ui-draggable ui-draggable-handle jtk-connected" style=""><div class="title"><img src="/images/w-imgs/definition/center/c_hqjd.png" width="22" alt=""><span>会签节点</span></div><p>多人会签</p></div>'
16052
+ },
16053
+ ywjd: {
16054
+ domH: '<div id="" type="7" class="process model_process ywjd jtk-endpoint-anchor jtk-managed jtk-connected ui-draggable ui-draggable-handle" style="" bleft="885" btop="556"><div class="title"><img src="/images/w-imgs/definition/center/c_ywjd.png" width="22" alt=""><span>多人阅文</span></div><p>多人阅文</p></div>'
16055
+ },
16056
+ dfzjd: {
16057
+ domH: '<div id="" type="12" class="process dfzjd jtk-managed ui-draggable ui-draggable-handle jtk-connected jtk-endpoint-anchor seled" style=""></div>'
16058
+ },
16059
+ jslc: {
16060
+ domH: '<div id="" type="9" class="process jslc jtk-endpoint-anchor jtk-managed ui-draggable ui-draggable-handle jtk-connected " style="" bleft="570" btop="780"></div>'
16061
+ }
16062
+ };
16063
+
16018
16064
  // 流程类,挂载全局
16019
16065
  var ecinc_process = {};
16020
16066
 
@@ -16064,16 +16110,16 @@ ecinc_attr_panel.event = function () {
16064
16110
  $('.node').hide();
16065
16111
  $('.panel_node').show();
16066
16112
  setTimeout(function () {
16067
- $("#HandlerBtn").attr('showType', 1);
16068
- $('#HandlerBtn').trigger("click");
16113
+ $('#HandlerBtn').attr('showType', 1);
16114
+ $('#HandlerBtn').trigger('click');
16069
16115
  }, 0);
16070
16116
  break;
16071
16117
  case '14':
16072
16118
  $('.node').hide();
16073
16119
  $('.panel_node').show();
16074
16120
  setTimeout(function () {
16075
- $("#HandlerBtn").attr('showType', 2);
16076
- $('#HandlerBtn').trigger("click");
16121
+ $('#HandlerBtn').attr('showType', 2);
16122
+ $('#HandlerBtn').trigger('click');
16077
16123
  }, 0);
16078
16124
  break;
16079
16125
  case '10':
@@ -16091,6 +16137,347 @@ ecinc_attr_panel.event = function () {
16091
16137
  return false;
16092
16138
  });
16093
16139
  };
16140
+ ecinc_process.initProcess = function ($scope) {
16141
+ if ($scope.loginUser.orgCode !== 'plat' || $scope.$route.query.dwadmin === '1') {
16142
+ $scope.dwadmin = 1;
16143
+ $scope.$set($scope.process, 'orgName', $scope.loginUser.orgName);
16144
+ $scope.$set($scope.process, 'orgCode', $scope.loginUser.orgCode);
16145
+ if ($scope.$route.query.sysCode !== undefined) {
16146
+ $scope.$set($scope.process, 'sysName', $scope.$route.query.sysName);
16147
+ $scope.$set($scope.process, 'sysCode', $scope.$route.query.sysCode);
16148
+ }
16149
+ } else if ($scope.$route.query.product === '1') {
16150
+ $scope.product = 1;
16151
+ } else if ($scope.$route.query.platadmin === '1') {
16152
+ $scope.$set($scope.process, 'sysName', $scope.loginUser.sysName);
16153
+ $scope.$set($scope.process, 'sysCode', $scope.loginUser.sysCode);
16154
+ $scope.$set($scope.process, 'orgName', $scope.loginUser.orgName);
16155
+ $scope.$set($scope.process, 'orgCode', $scope.loginUser.orgCode);
16156
+ }
16157
+ if ($scope.$route.query.udmid !== undefined) {
16158
+ var query = $scope.$route.query;
16159
+ $scope.$set($scope.process, 'name', query.udmname);
16160
+ $scope.$set($scope.process, 'processNo', 'udmjysp_' + query.udmcode);
16161
+ $scope.$set($scope.process, 'version', 'V1.0');
16162
+ $scope.$set($scope.process, 'workFormW', '/dcontent/' + query.workform + '/');
16163
+ if (query.ideaLabels && query.ideaLabels !== '') {
16164
+ $scope.ideaLabels = $scope.ideaLabels || [];
16165
+ var formIdeaLabels = query.ideaLabels.replace(/,/g, '\r\n').split('\r\n');
16166
+ formIdeaLabels.forEach(function (label, index) {
16167
+ var oldLabel = $scope.ideaLabels.filter(function (olabel) {
16168
+ return olabel.name === label;
16169
+ });
16170
+ if (oldLabel.length === 0) {
16171
+ var ideaObj = {
16172
+ status: -1,
16173
+ id: (0,_common_js__WEBPACK_IMPORTED_MODULE_1__/* .uuid */ .uR)(),
16174
+ name: label,
16175
+ orderNo: 'no' + (index < 10 ? '0' + index : index),
16176
+ processId: $scope.process.id
16177
+ };
16178
+ $scope.ideaLabels.push(ideaObj);
16179
+ }
16180
+ });
16181
+ $scope.$bus.emit('emitIdeaLables', $scope.ideaLabels);
16182
+ $scope.saveIdeaLable($scope.ideaLabels);
16183
+ }
16184
+ $scope.$bus.emit('emitProcess', $scope.process);
16185
+ }
16186
+ };
16187
+ ecinc_process.setUdmChartdata = function ($scope, udmConfig) {
16188
+ udmConfig = JSON.parse(udmConfig);
16189
+ var udmNodes = udmConfig.udmNodes;
16190
+ if (!udmNodes || udmNodes.length === 0) {
16191
+ return;
16192
+ } else {
16193
+ var _loop = function _loop(_i) {
16194
+ if (!udmNodes[_i].name) {
16195
+ udmNodes.splice(_i--, 1);
16196
+ } else {
16197
+ udmNodes[_i].id = (0,_common_js__WEBPACK_IMPORTED_MODULE_1__/* .uuid */ .uR)();
16198
+ if (udmNodes[_i].nextPaths && udmNodes[_i].name !== 'dfzjd') {
16199
+ udmNodes[_i].nextPaths.forEach(function (path, pIndex) {
16200
+ if (path.pathNextTns && path.pathNextTns.split('、').length > 1) {
16201
+ udmNodes.splice(++_i, 0, {
16202
+ id: (0,_common_js__WEBPACK_IMPORTED_MODULE_1__/* .uuid */ .uR)(),
16203
+ name: 'dfzjd',
16204
+ processId: $scope.process.id,
16205
+ nextPaths: [{
16206
+ pathName: '多分支',
16207
+ pathNextTns: path.pathNextTns
16208
+ }]
16209
+ });
16210
+ path.pathNextTns = 'dfzjd';
16211
+ }
16212
+ });
16213
+ }
16214
+ }
16215
+ i = _i;
16216
+ };
16217
+ for (var i = 0; i < udmNodes.length; i++) {
16218
+ _loop(i);
16219
+ }
16220
+ }
16221
+ var connectsArr = [];
16222
+ $scope.process.chartData = {
16223
+ domHtml: []
16224
+ };
16225
+ connectLine.processId = $scope.process.id;
16226
+ _model_data_js__WEBPACK_IMPORTED_MODULE_0__/* .wfPath */ .Lq.processId = $scope.process.id;
16227
+
16228
+ //开始节点
16229
+ var startId = (0,_common_js__WEBPACK_IMPORTED_MODULE_1__/* .uuid */ .uR)();
16230
+ var startNodeHtml = wfNodeHtml.start.domH.replace('id=""', 'id="' + startId + '"');
16231
+ //$('#center').append(startNodeHtml)
16232
+ $scope.process.chartData.domHtml.push({
16233
+ domH: _common_js__WEBPACK_IMPORTED_MODULE_1__/* .Base64 */ .o4.encode(startNodeHtml)
16234
+ });
16235
+ var startNode = JSON.parse(JSON.stringify(_model_data_js__WEBPACK_IMPORTED_MODULE_0__/* .wfNode */ .EP));
16236
+ startNode.name = 'start';
16237
+ startNode.id = startId;
16238
+ startNode.processId = $scope.process.id;
16239
+ startNode.nodeNo = 'start';
16240
+ $scope.wflow.nodes.push(startNode);
16241
+
16242
+ //结束节点ID
16243
+ var endId = (0,_common_js__WEBPACK_IMPORTED_MODULE_1__/* .uuid */ .uR)();
16244
+ var dfzjdCount = 0; //多分支节点个数,用于计算后续节点顶部位置
16245
+
16246
+ //遍历自定义节点
16247
+ udmNodes.forEach(function (udmNode, index) {
16248
+ if (index === 0) {
16249
+ var pathLine = JSON.parse(JSON.stringify(connectLine));
16250
+ pathLine.ConnectionId = (0,_common_js__WEBPACK_IMPORTED_MODULE_1__/* .uuid */ .uR)();
16251
+ pathLine.PageSourceId = startId;
16252
+ pathLine.PageTargetId = udmNode.id;
16253
+ connectsArr.push(pathLine);
16254
+ } else if (index === 1 || udmNode.name.indexOf('审核') !== -1) {
16255
+ var _pathLine = JSON.parse(JSON.stringify(connectLine));
16256
+ _pathLine.ConnectionId = (0,_common_js__WEBPACK_IMPORTED_MODULE_1__/* .uuid */ .uR)();
16257
+ _pathLine.label = '退回';
16258
+ _pathLine.PageSourceId = udmNode.id;
16259
+ _pathLine.PageTargetId = udmNodes[0].id;
16260
+ _pathLine.firstEndpoints = [0, 0.5, -1, 0];
16261
+ _pathLine.secondEndpoints = [0, 0.5, -1, 0];
16262
+ _pathLine.linesCount = 3;
16263
+ _pathLine.pathMinX = -53 - index * 50;
16264
+ connectsArr.push(_pathLine);
16265
+ var addPath = JSON.parse(JSON.stringify(_model_data_js__WEBPACK_IMPORTED_MODULE_0__/* .wfPath */ .Lq));
16266
+ addPath.id = _pathLine.ConnectionId;
16267
+ addPath.name = _pathLine.label;
16268
+ addPath.pathType = 3;
16269
+ addPath.pathNo = 90;
16270
+ $scope.pathObj.push(addPath);
16271
+ }
16272
+ if (index + 1 === udmNodes.length) {
16273
+ var _pathLine2 = JSON.parse(JSON.stringify(connectLine));
16274
+ _pathLine2.ConnectionId = (0,_common_js__WEBPACK_IMPORTED_MODULE_1__/* .uuid */ .uR)();
16275
+ _pathLine2.label = '结束处理';
16276
+ _pathLine2.PageSourceId = udmNode.id;
16277
+ _pathLine2.PageTargetId = endId;
16278
+ connectsArr.push(_pathLine2);
16279
+ var _addPath = JSON.parse(JSON.stringify(_model_data_js__WEBPACK_IMPORTED_MODULE_0__/* .wfPath */ .Lq));
16280
+ _addPath.id = _pathLine2.ConnectionId;
16281
+ _addPath.name = _pathLine2.label;
16282
+ _addPath.pathType = 4;
16283
+ $scope.pathObj.push(_addPath);
16284
+ }
16285
+ var udmPath = false;
16286
+ if (udmNode.nextPaths) {
16287
+ udmNode.nextPaths.forEach(function (path, pIndex) {
16288
+ if (path.pathName) {
16289
+ //导入模板定义的路径
16290
+ udmPath = true;
16291
+ if (path.pathNextTns) {
16292
+ path.pathNextTns = path.pathNextTns.replace('、', ',');
16293
+ udmNodes.forEach(function (uNode, uIndex) {
16294
+ if ((path.pathNextTns + ',').indexOf(uNode.name + ',') !== -1) {
16295
+ if (path.pathName === '多分支') path.pathName = '';
16296
+ var _pathLine3 = JSON.parse(JSON.stringify(connectLine));
16297
+ _pathLine3.ConnectionId = (0,_common_js__WEBPACK_IMPORTED_MODULE_1__/* .uuid */ .uR)();
16298
+ _pathLine3.label = path.pathName;
16299
+ _pathLine3.PageSourceId = udmNode.id;
16300
+ _pathLine3.PageTargetId = uNode.id;
16301
+ if (uIndex - index > 1 && udmNode.name !== 'dfzjd') {
16302
+ //非相邻节点
16303
+ _pathLine3.firstEndpoints = [1, 0.5, 1, 0];
16304
+ _pathLine3.secondEndpoints = [1, 0.5, 1, 0];
16305
+ _pathLine3.linesCount = 3;
16306
+ _pathLine3.pathMaxX = 103 + index * 50;
16307
+ }
16308
+ connectsArr.push(_pathLine3);
16309
+ var _addPath2 = JSON.parse(JSON.stringify(_model_data_js__WEBPACK_IMPORTED_MODULE_0__/* .wfPath */ .Lq));
16310
+ _addPath2.id = _pathLine3.ConnectionId;
16311
+ _addPath2.name = _pathLine3.label;
16312
+ _addPath2.pathNo = (pIndex + 1) * 10;
16313
+ $scope.pathObj.push(_addPath2);
16314
+ }
16315
+ });
16316
+ } else {
16317
+ //路径未定义后续节点,按结束流程方式处理
16318
+ var _pathLine4 = JSON.parse(JSON.stringify(connectLine));
16319
+ _pathLine4.ConnectionId = (0,_common_js__WEBPACK_IMPORTED_MODULE_1__/* .uuid */ .uR)();
16320
+ _pathLine4.label = path.pathName;
16321
+ _pathLine4.PageSourceId = udmNode.id;
16322
+ _pathLine4.PageTargetId = endId;
16323
+ connectsArr.push(_pathLine4);
16324
+ var _addPath3 = JSON.parse(JSON.stringify(_model_data_js__WEBPACK_IMPORTED_MODULE_0__/* .wfPath */ .Lq));
16325
+ _addPath3.id = _pathLine4.ConnectionId;
16326
+ _addPath3.name = _pathLine4.label;
16327
+ _addPath3.pathType = 4;
16328
+ $scope.pathObj.push(_addPath3);
16329
+ }
16330
+ }
16331
+ });
16332
+ }
16333
+ //导入模板没有定义路径,自动创建指向下一环节的路径
16334
+ if (!udmPath && index + 1 < udmNodes.length) {
16335
+ var _pathLine5 = JSON.parse(JSON.stringify(connectLine));
16336
+ _pathLine5.ConnectionId = (0,_common_js__WEBPACK_IMPORTED_MODULE_1__/* .uuid */ .uR)();
16337
+ _pathLine5.label = '送' + udmNodes[index + 1].name;
16338
+ _pathLine5.PageSourceId = udmNode.id;
16339
+ _pathLine5.PageTargetId = udmNodes[index + 1].id;
16340
+ connectsArr.push(_pathLine5);
16341
+ var _addPath4 = JSON.parse(JSON.stringify(_model_data_js__WEBPACK_IMPORTED_MODULE_0__/* .wfPath */ .Lq));
16342
+ _addPath4.id = _pathLine5.ConnectionId;
16343
+ _addPath4.name = _pathLine5.label;
16344
+ $scope.pathObj.push(_addPath4);
16345
+ }
16346
+ var top = 100 + (100 + 80) * (index + 1 - dfzjdCount);
16347
+ var left = 530;
16348
+ var dfzTns = '';
16349
+ if (index > 1 && udmNodes[index - 1].name === 'dfzjd' && udmNodes[index - 1].nextPaths.length > 0) {
16350
+ //前置节点是多分支
16351
+ dfzjdCount += 1;
16352
+ dfzTns = udmNodes[index - 1].nextPaths[0].pathNextTns;
16353
+ } else if (index > 2 && udmNodes[index - 2].name === 'dfzjd') {
16354
+ dfzTns = udmNodes[index - 2].nextPaths[0].pathNextTns;
16355
+ } else if (index > 3 && udmNodes[index - 3].name === 'dfzjd') {
16356
+ dfzTns = udmNodes[index - 3].nextPaths[0].pathNextTns;
16357
+ } else if (index > 4 && udmNodes[index - 4].name === 'dfzjd') {
16358
+ dfzTns = udmNodes[index - 4].nextPaths[0].pathNextTns;
16359
+ }
16360
+ if (dfzTns) {
16361
+ dfzTns = dfzTns.replace('、', ',').split(',');
16362
+ if (dfzTns.length === 2) {
16363
+ //多分支后续有两个节点
16364
+ if (dfzTns.indexOf(udmNode.name) === 0) {
16365
+ left = left - 140;
16366
+ } else {
16367
+ left = left + 140;
16368
+ }
16369
+ } else if (dfzTns.length === 3) {
16370
+ //多分支后续有三个节点
16371
+ if (dfzTns.indexOf(udmNode.name) === 0) {
16372
+ left = left - 200;
16373
+ } else if (dfzTns.indexOf(udmNode.name) === 2) {
16374
+ left = left + 200;
16375
+ }
16376
+ } else if (dfzTns.length === 4) {
16377
+ //多分支后续有四个节点
16378
+ if (dfzTns.indexOf(udmNode.name) === 0) {
16379
+ left = left - 280;
16380
+ } else if (dfzTns.indexOf(udmNode.name) === 0) {
16381
+ left = left - 120;
16382
+ } else if (dfzTns.indexOf(udmNode.name) === 0) {
16383
+ left = left + 120;
16384
+ } else {
16385
+ left = left + 280;
16386
+ }
16387
+ }
16388
+ }
16389
+ var nodeHtml = '';
16390
+ if (udmNode.name === 'dfzjd') {
16391
+ left = 570;
16392
+ nodeHtml = wfNodeHtml.dfzjd.domH;
16393
+ } else if (udmNode.todoMode === 0 || !udmNode.todoMode) {
16394
+ nodeHtml = wfNodeHtml.ptjd.domH.replace('<p>普通节点</p>', '<p>' + udmNode.name + '</p>');
16395
+ } else if (udmNode.todoMode === 1) {
16396
+ nodeHtml = wfNodeHtml.drbx.domH.replace('<p>多人并行</p>', '<p>' + udmNode.name + '</p>');
16397
+ } else if (udmNode.todoMode === 2) {
16398
+ nodeHtml = wfNodeHtml.hqjd.domH.replace('<p>多人会签</p>', '<p>' + udmNode.name + '</p>');
16399
+ } else if (udmNode.todoMode === 3) {
16400
+ nodeHtml = wfNodeHtml.drcx.domH.replace('<p>多人串行</p>', '<p>' + udmNode.name + '</p>');
16401
+ } else if (udmNode.todoMode === 4) {
16402
+ nodeHtml = wfNodeHtml.jzjd.domH.replace('<p>多人竞争</p>', '<p>' + udmNode.name + '</p>');
16403
+ } else if (udmNode.todoMode === 5) {
16404
+ nodeHtml = wfNodeHtml.ywjd.domH.replace('<p>多人阅文</p>', '<p>' + udmNode.name + '</p>');
16405
+ }
16406
+ nodeHtml = nodeHtml.replace('style=""', 'style="left: ' + left + 'px; top: ' + top + 'px;"').replace('id=""', 'id="' + udmNode.id + '"');
16407
+ $scope.process.chartData.domHtml.push({
16408
+ domH: _common_js__WEBPACK_IMPORTED_MODULE_1__/* .Base64 */ .o4.encode(nodeHtml)
16409
+ });
16410
+ var node = JSON.parse(JSON.stringify(_model_data_js__WEBPACK_IMPORTED_MODULE_0__/* .wfNode */ .EP));
16411
+ node.id = udmNode.id;
16412
+ node.name = udmNode.name;
16413
+ node.selectType = parseInt(udmNode.selectType);
16414
+ node.orgLevel = udmNode.orgLevel;
16415
+ node.orgStaffType = udmNode.orgStaffType;
16416
+ node.orgStaffFilterType = udmNode.orgStaffFilterType;
16417
+ node.nodeNo = (index + 2) * 5;
16418
+ node.todoType = 0;
16419
+ if (node.name.indexOf('阅') !== -1) {
16420
+ node.nodeType = 3;
16421
+ } else {
16422
+ node.nodeType = 1;
16423
+ $scope.ideaLabels.forEach(function (ideaLabel) {
16424
+ if (udmNode.ideaLabel === ideaLabel.name) {
16425
+ node.ideaLabelId = ideaLabel.id;
16426
+ }
16427
+ });
16428
+ }
16429
+ if (index === 0 || node.name.indexOf('审核') !== -1) {
16430
+ node.isDocEditable = 1;
16431
+ } else {
16432
+ node.isDocEditable = 0;
16433
+ }
16434
+ node.description = '';
16435
+ node.processId = $scope.process.id;
16436
+ if (node.selectType === 0 && node.orgStaffFilterType === 1) {
16437
+ //指定部门/科室
16438
+ $scope.nodeFieldValueFn('nodeFieldValue', node.id, udmNode.userIds, udmNode.userNames);
16439
+ } else if (node.selectType === 1) {
16440
+ //指定工作群组
16441
+ $scope.nodeFieldValueFn('workgroup', node.id, udmNode.userIds, udmNode.userNames);
16442
+ } else if (node.selectType === 2) {
16443
+ //历史节点
16444
+ udmNodes.forEach(function (uNode, uIndex) {
16445
+ if (uNode.name === udmNode.userNames) {
16446
+ node.historyNodeId = uNode.id;
16447
+ }
16448
+ });
16449
+ } else if (node.selectType === 3) {
16450
+ //指定处理人
16451
+ $scope.nodeFieldValueFn('orgStaff', node.id, udmNode.userIds, udmNode.userNames);
16452
+ } else if (node.selectType === 7) {
16453
+ //指定工作岗位
16454
+ $scope.nodeFieldValueFn('jobPosition', node.id, udmNode.userIds, udmNode.userNames);
16455
+ } else if (node.selectType === 8) {
16456
+ //指定角色
16457
+ $scope.nodeFieldValueFn('userrole', node.id, udmNode.userIds, udmNode.userNames);
16458
+ }
16459
+ $scope.wflow.nodes.push(node);
16460
+ });
16461
+
16462
+ //结束流程节点
16463
+ var endNodeHtml = wfNodeHtml.jslc.domH.replace('id=""', 'id="' + endId + '"');
16464
+ var top = 100 + (100 + 80) * (udmNodes.length + 1 - dfzjdCount);
16465
+ endNodeHtml = endNodeHtml.replace('style=""', 'style="left: 570px; top: ' + top + 'px;"');
16466
+ //$('#center').append(endNodeHtml)
16467
+ $scope.process.chartData.domHtml.push({
16468
+ domH: _common_js__WEBPACK_IMPORTED_MODULE_1__/* .Base64 */ .o4.encode(endNodeHtml)
16469
+ });
16470
+ var endNode = JSON.parse(JSON.stringify(_model_data_js__WEBPACK_IMPORTED_MODULE_0__/* .wfNode */ .EP));
16471
+ endNode.name = 'jslc';
16472
+ endNode.id = endId;
16473
+ endNode.processId = $scope.process.id;
16474
+ endNode.nodeNo = 'jslc';
16475
+ $scope.wflow.nodes.push(endNode);
16476
+ $scope.process.chartData = JSON.stringify({
16477
+ domHtml: $scope.process.chartData.domHtml,
16478
+ connects: connectsArr
16479
+ });
16480
+ };
16094
16481
 
16095
16482
 
16096
16483
  /***/ }),
@@ -17009,6 +17396,7 @@ var wfNode = {
17009
17396
  timeLimitHour: 0,
17010
17397
  timeLimitScope: 0,
17011
17398
  timeLimitType: 9,
17399
+ todoType: 0,
17012
17400
  webFormFieldName: '',
17013
17401
  webFormFieldNameAdd: '',
17014
17402
  workFormM: '',
@@ -41017,7 +41405,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".img-view-dialog[data-v-a5d5481e]{posi
41017
41405
 
41018
41406
  /***/ }),
41019
41407
 
41020
- /***/ 24471:
41408
+ /***/ 16893:
41021
41409
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
41022
41410
 
41023
41411
  "use strict";
@@ -41031,7 +41419,7 @@ __webpack_require__.r(__webpack_exports__);
41031
41419
 
41032
41420
  var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
41033
41421
  // Module
41034
- ___CSS_LOADER_EXPORT___.push([module.id, "[data-v-b1bee7ca] .el-dialog__body{min-height:500px}[data-v-b1bee7ca] .el-dialog__body .handwritingIdea{width:100px}[data-v-b1bee7ca] .el-table__row .cell{line-height:18px;white-space:pre-wrap}[data-v-b1bee7ca] .el-table__row td{padding:5px 0}[data-v-b1bee7ca] .el-table__row .el-checkbox__label{display:none}.el-table-toolbar[data-v-b1bee7ca]{margin:0 0 10px 0}.el-table-toolbar .el-row[data-v-b1bee7ca]{height:32px;line-height:32px}.el-table-toolbar-right[data-v-b1bee7ca]{text-align:right}.el-table-toolbar-right[data-v-b1bee7ca] .el-checkbox__input+.el-checkbox__label{color:inherit;margin-right:10px}", ""]);
41422
+ ___CSS_LOADER_EXPORT___.push([module.id, "[data-v-01f46731] .el-dialog__body{min-height:500px}[data-v-01f46731] .el-dialog__body .handwritingIdea{width:100px}[data-v-01f46731] .el-table__row .cell{line-height:18px;white-space:pre-wrap}[data-v-01f46731] .el-table__row td{padding:5px 0}[data-v-01f46731] .el-table__row .el-checkbox__label{display:none}.el-table-toolbar[data-v-01f46731]{margin:0 0 10px 0}.el-table-toolbar .el-row[data-v-01f46731]{height:32px;line-height:32px}.el-table-toolbar-right[data-v-01f46731]{text-align:right}.el-table-toolbar-right[data-v-01f46731] .el-checkbox__input+.el-checkbox__label{color:inherit;margin-right:10px}", ""]);
41035
41423
  // Exports
41036
41424
  /* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
41037
41425
 
@@ -41521,7 +41909,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, "[data-v-0af41245] .el-tabs__content{mi
41521
41909
 
41522
41910
  /***/ }),
41523
41911
 
41524
- /***/ 63283:
41912
+ /***/ 89208:
41525
41913
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
41526
41914
 
41527
41915
  "use strict";
@@ -41535,7 +41923,7 @@ __webpack_require__.r(__webpack_exports__);
41535
41923
 
41536
41924
  var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
41537
41925
  // Module
41538
- ___CSS_LOADER_EXPORT___.push([module.id, "[data-v-39f84e76] .el-tabs__content{min-height:400px}", ""]);
41926
+ ___CSS_LOADER_EXPORT___.push([module.id, "[data-v-9838fab2] .el-tabs__content{min-height:400px}", ""]);
41539
41927
  // Exports
41540
41928
  /* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
41541
41929
 
@@ -41626,7 +42014,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, "[data-v-5a46a520] .is-fullscreen .el-d
41626
42014
 
41627
42015
  /***/ }),
41628
42016
 
41629
- /***/ 19659:
42017
+ /***/ 12014:
41630
42018
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
41631
42019
 
41632
42020
  "use strict";
@@ -41836,7 +42224,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".form-table-create[data-v-73750895]{wi
41836
42224
 
41837
42225
  /***/ }),
41838
42226
 
41839
- /***/ 30301:
42227
+ /***/ 20060:
41840
42228
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
41841
42229
 
41842
42230
  "use strict";
@@ -41850,7 +42238,7 @@ __webpack_require__.r(__webpack_exports__);
41850
42238
 
41851
42239
  var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
41852
42240
  // Module
41853
- ___CSS_LOADER_EXPORT___.push([module.id, "[data-v-5b457134]:export{stdMenuBgcolor:var(--lmBgColor);stdMenuHover:var(--lmBgColorActive)!important;stdMenuText:var(--lmTextColor)!important;stdMenuAcitveText:var(--lmTextColorActive)!important;stdSubMenuBgcolor:var(--lmBgColor);stdSubMenuHover:hsla(193,8%,67%,.42);stdSubMenuActiveText:var(--lmTextColorActive)!important;darkMenuBgcolor:#304156;darkMenuHover:#263445;darkMenuText:#bfcbd9;darkMenuAcitveText:#ffd04b;darkSubMenuBgcolor:#384b63;darkSubMenuHover:#263445;darkSubMenuActiveText:#ffd04b;sideBarWidth:210px;formLabelWidth:133px;lightBlue:var(--subjectColor)}.designer-container .designer-body-container[data-v-5b457134]{height:calc(100vh - 60px);overflow-y:hidden;padding:0}.designer-container[data-v-5b457134] .el-loading-mask{margin-top:50px}.designer-container .bf-main-container[data-v-5b457134],.designer-container .bf-main-container .el-scrollbar[data-v-5b457134]{width:100%;height:100%}.designer-container .bf-main-container .el-scrollbar[data-v-5b457134] .el-scrollbar__wrap{overflow-x:auto}.designer-container .bf-main-container .el-scrollbar .scrollbar-inner[data-v-5b457134]{padding:0 12px}.designer-container .bf-main-container .bf-main[data-v-5b457134]{width:100%;height:100%;padding-left:300px;padding-right:300px;float:left;background-color:#eef1f6}.designer-container .bf-main-container .bf-main .bf-main-header[data-v-5b457134]{width:100%;height:46px;padding:0 15px;line-height:46px;background-color:#fff;border-bottom:2px solid #e4e7ed}.designer-container .bf-main-container .bf-main .bf-main-header .fv-l[data-v-5b457134]{text-align:left;min-height:1px}.designer-container .bf-main-container .bf-main .bf-main-header .fv-l>div[data-v-5b457134]{width:100%}.designer-container .bf-main-container .bf-main .bf-main-header .fv-r[data-v-5b457134]{text-align:right}.designer-container .bf-main-container .bf-main .bf-main-header .fv-r .el-link[data-v-5b457134]{margin-left:13px}.designer-container .bf-main-container .bf-main .view-edit-area[data-v-5b457134]{width:100%;height:calc(100% - 46px);padding:15px;border-radius:0;position:relative;overflow-x:auto}.designer-container .bf-main-container .bf-main .view-edit-area .view-edit-area-inner[data-v-5b457134]{height:100%;margin:0 auto;background-color:#fff;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.designer-container .bf-main-container .bf-main .view-edit-area .view-edit-area-scroll[data-v-5b457134]{width:100%;height:100%}.designer-container .bf-main-container .bf-main .view-edit-area .ghost[data-v-5b457134]{background:hsla(0,87%,69%,.3);border:1px dashed #f56c6c;outline-width:0;height:10px;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:0;content:\"\";overflow:hidden;padding:0}.designer-container .bf-main-container .bf-main .openFormView.view-edit-area[data-v-5b457134]{height:calc(100% - 96px)}.designer-container .bf-main-container .bf-lside[data-v-5b457134]{width:300px;height:100%;overflow:hidden;float:left;margin-left:-100%;background-color:#fff;border-right:1px solid #e1e1e1}.designer-container .bf-main-container .bf-lside .wrap-title[data-v-5b457134]{text-align:center;margin:0;height:46px;padding:0 15px;line-height:46px;background-color:#fff;border-bottom:2px solid #e4e7ed}.designer-container .bf-main-container .bf-lside .el-scrollbar[data-v-5b457134]{height:calc(100% - 46px)}.designer-container .bf-main-container .bf-lside .el-collapse[data-v-5b457134]{border-top:none}.designer-container .bf-main-container .bf-lside .layout-el-lists[data-v-5b457134]{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.designer-container .bf-main-container .bf-lside .layout-el-lists li[data-v-5b457134]{font-size:12px;list-style:none;padding:12px 10px;background-color:#f6f7ff;color:#333;margin-top:6px;cursor:pointer;-webkit-box-flex:0;-ms-flex:0 0 49%;flex:0 0 49%;text-wrap:nowrap;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.designer-container .bf-main-container .bf-lside .layout-el-lists li img[data-v-5b457134]{width:12px;margin-right:8px}.designer-container .bf-main-container .bf-lside .layout-el-lists li .el-image[data-v-5b457134]{width:12px;margin-right:8px;display:-webkit-box;display:-ms-flexbox;display:flex}.designer-container .bf-main-container .bf-lside .layout-el-lists li span[data-v-5b457134]{line-height:14px}.designer-container .bf-main-container .bf-lside .layout-el-lists li[data-v-5b457134]:hover{background-color:#e6e7f1}.designer-container .bf-main-container .bf-rside[data-v-5b457134]{width:300px;height:100%;overflow:hidden;float:left;margin-left:-300px;background-color:#fff;border-left:1px solid #e1e1e1}.formTapBtn[data-v-5b457134]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:10px;font-family:MicrosoftYaHei;color:#000;font-size:14px;background:#fff;height:40px;line-height:40px;padding:0 20px}.formTapBtn .tapItemBtn[data-v-5b457134]{position:relative;margin-right:15px}.formTapBtn .active[data-v-5b457134]{position:relative;color:var(--subjectColor);font-weight:700}.formTapBtn .active[data-v-5b457134]:after{content:\"\";position:absolute;bottom:0;left:0;width:100%;height:2px;background:var(--subjectColor)}.formTapBtn .tapItemBtn[data-v-5b457134]:hover{cursor:pointer;color:var(--subjectColor)}", ""]);
42241
+ ___CSS_LOADER_EXPORT___.push([module.id, "[data-v-96d5db5c]:export{stdMenuBgcolor:var(--lmBgColor);stdMenuHover:var(--lmBgColorActive)!important;stdMenuText:var(--lmTextColor)!important;stdMenuAcitveText:var(--lmTextColorActive)!important;stdSubMenuBgcolor:var(--lmBgColor);stdSubMenuHover:hsla(193,8%,67%,.42);stdSubMenuActiveText:var(--lmTextColorActive)!important;darkMenuBgcolor:#304156;darkMenuHover:#263445;darkMenuText:#bfcbd9;darkMenuAcitveText:#ffd04b;darkSubMenuBgcolor:#384b63;darkSubMenuHover:#263445;darkSubMenuActiveText:#ffd04b;sideBarWidth:210px;formLabelWidth:133px;lightBlue:var(--subjectColor)}.designer-container .designer-body-container[data-v-96d5db5c]{height:calc(100vh - 60px);overflow-y:hidden;padding:0}.designer-container[data-v-96d5db5c] .el-loading-mask{margin-top:50px}.designer-container .bf-main-container[data-v-96d5db5c],.designer-container .bf-main-container .el-scrollbar[data-v-96d5db5c]{width:100%;height:100%}.designer-container .bf-main-container .el-scrollbar[data-v-96d5db5c] .el-scrollbar__wrap{overflow-x:auto}.designer-container .bf-main-container .el-scrollbar .scrollbar-inner[data-v-96d5db5c]{padding:0 12px}.designer-container .bf-main-container .bf-main[data-v-96d5db5c]{width:100%;height:100%;padding-left:300px;padding-right:300px;float:left;background-color:#eef1f6}.designer-container .bf-main-container .bf-main .bf-main-header[data-v-96d5db5c]{width:100%;height:46px;padding:0 15px;line-height:46px;background-color:#fff;border-bottom:2px solid #e4e7ed}.designer-container .bf-main-container .bf-main .bf-main-header .fv-l[data-v-96d5db5c]{text-align:left;min-height:1px}.designer-container .bf-main-container .bf-main .bf-main-header .fv-l>div[data-v-96d5db5c]{width:100%}.designer-container .bf-main-container .bf-main .bf-main-header .fv-r[data-v-96d5db5c]{text-align:right}.designer-container .bf-main-container .bf-main .bf-main-header .fv-r .el-link[data-v-96d5db5c]{margin-left:13px}.designer-container .bf-main-container .bf-main .view-edit-area[data-v-96d5db5c]{width:100%;height:calc(100% - 46px);padding:15px;border-radius:0;position:relative;overflow-x:auto}.designer-container .bf-main-container .bf-main .view-edit-area .view-edit-area-inner[data-v-96d5db5c]{height:100%;margin:0 auto;background-color:#fff;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.designer-container .bf-main-container .bf-main .view-edit-area .view-edit-area-scroll[data-v-96d5db5c]{width:100%;height:100%}.designer-container .bf-main-container .bf-main .view-edit-area .ghost[data-v-96d5db5c]{background:hsla(0,87%,69%,.3);border:1px dashed #f56c6c;outline-width:0;height:10px;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:0;content:\"\";overflow:hidden;padding:0}.designer-container .bf-main-container .bf-main .openFormView.view-edit-area[data-v-96d5db5c]{height:calc(100% - 96px)}.designer-container .bf-main-container .bf-lside[data-v-96d5db5c]{width:300px;height:100%;overflow:hidden;float:left;margin-left:-100%;background-color:#fff;border-right:1px solid #e1e1e1}.designer-container .bf-main-container .bf-lside .wrap-title[data-v-96d5db5c]{text-align:center;margin:0;height:46px;padding:0 15px;line-height:46px;background-color:#fff;border-bottom:2px solid #e4e7ed}.designer-container .bf-main-container .bf-lside .el-scrollbar[data-v-96d5db5c]{height:calc(100% - 46px)}.designer-container .bf-main-container .bf-lside .el-collapse[data-v-96d5db5c]{border-top:none}.designer-container .bf-main-container .bf-lside .layout-el-lists[data-v-96d5db5c]{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.designer-container .bf-main-container .bf-lside .layout-el-lists li[data-v-96d5db5c]{font-size:12px;list-style:none;padding:12px 10px;background-color:#f6f7ff;color:#333;margin-top:6px;cursor:pointer;-webkit-box-flex:0;-ms-flex:0 0 49%;flex:0 0 49%;text-wrap:nowrap;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.designer-container .bf-main-container .bf-lside .layout-el-lists li img[data-v-96d5db5c]{width:12px;margin-right:8px}.designer-container .bf-main-container .bf-lside .layout-el-lists li .el-image[data-v-96d5db5c]{width:12px;margin-right:8px;display:-webkit-box;display:-ms-flexbox;display:flex}.designer-container .bf-main-container .bf-lside .layout-el-lists li span[data-v-96d5db5c]{line-height:14px}.designer-container .bf-main-container .bf-lside .layout-el-lists li[data-v-96d5db5c]:hover{background-color:#e6e7f1}.designer-container .bf-main-container .bf-rside[data-v-96d5db5c]{width:300px;height:100%;overflow:hidden;float:left;margin-left:-300px;background-color:#fff;border-left:1px solid #e1e1e1}.formTapBtn[data-v-96d5db5c]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:10px;font-family:MicrosoftYaHei;color:#000;font-size:14px;background:#fff;height:40px;line-height:40px;padding:0 20px}.formTapBtn .tapItemBtn[data-v-96d5db5c]{position:relative;margin-right:15px}.formTapBtn .active[data-v-96d5db5c]{position:relative;color:var(--subjectColor);font-weight:700}.formTapBtn .active[data-v-96d5db5c]:after{content:\"\";position:absolute;bottom:0;left:0;width:100%;height:2px;background:var(--subjectColor)}.formTapBtn .tapItemBtn[data-v-96d5db5c]:hover{cursor:pointer;color:var(--subjectColor)}", ""]);
41854
42242
  // Exports
41855
42243
  /* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
41856
42244
 
@@ -42655,7 +43043,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".ztree-container[data-v-4c29df78]{heig
42655
43043
 
42656
43044
  /***/ }),
42657
43045
 
42658
- /***/ 85840:
43046
+ /***/ 89885:
42659
43047
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
42660
43048
 
42661
43049
  "use strict";
@@ -42669,14 +43057,14 @@ __webpack_require__.r(__webpack_exports__);
42669
43057
 
42670
43058
  var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
42671
43059
  // Module
42672
- ___CSS_LOADER_EXPORT___.push([module.id, ".setting .header[data-v-629a97ad]{width:100%;height:60px;background:#1a82e3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.setting .header img[data-v-629a97ad]{height:32px;vertical-align:middle;margin-right:10px;margin-left:20px}.setting .header h1[data-v-629a97ad]{display:inline-block;margin:0;color:#fff;font-weight:400;line-height:50px;font-size:22px;font-family:Avenir,Helvetica Neue,Arial,Helvetica,sans-serif;vertical-align:middle}.setting .sys_main[data-v-629a97ad]{background-color:#fff;width:100%;height:calc(100vh - 60px);position:relative}.setting .sys_main .el-scrollbar[data-v-629a97ad]{width:100%;height:100%}.setting .sys_main .el-scrollbar[data-v-629a97ad] .el-scrollbar__wrap{overflow-x:hidden}.setting .sys_main .el-scrollbar[data-v-629a97ad] .el-scrollbar__wrap .el-scrollbar__view{padding-bottom:5px;overflow:hidden}.setting .sys_main .el-scrollbar .content[data-v-629a97ad]{width:1200px;margin:0 auto}.setting .sys_main .el-scrollbar .content .nav[data-v-629a97ad]{background-color:#fff;height:104px;border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 30px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:10px}.setting .sys_main .el-scrollbar .content .nav[data-v-629a97ad] .el-steps{-webkit-box-flex:1;-ms-flex:1;flex:1}.setting .sys_main .el-scrollbar .content .nav[data-v-629a97ad] .el-step__icon{background:#f2f5fb}.setting .sys_main .el-scrollbar .content .content_item[data-v-629a97ad]{min-height:calc(100vh - 189px);padding:20px 100px;margin-bottom:10px;background:#fff}.setting .sys_main .el-scrollbar .content .content_item .submit_btn[data-v-629a97ad]{padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.setting .el-scrollbar[data-v-629a97ad]{background-color:#f3f3f3}.setting .el-divider--horizontal[data-v-629a97ad]{margin:2px 0}.setting .form-title[data-v-629a97ad]{padding:20px;font-size:24px;font-weight:400;text-align:center;color:#545454}", ""]);
43060
+ ___CSS_LOADER_EXPORT___.push([module.id, ".setting .header[data-v-380d7b75]{width:100%;height:60px;background:#1a82e3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.setting .header img[data-v-380d7b75]{height:32px;vertical-align:middle;margin-right:10px;margin-left:20px}.setting .header h1[data-v-380d7b75]{display:inline-block;margin:0;color:#fff;font-weight:400;line-height:50px;font-size:22px;font-family:Avenir,Helvetica Neue,Arial,Helvetica,sans-serif;vertical-align:middle}.setting .sys_main[data-v-380d7b75]{background-color:#fff;width:100%;height:calc(100vh - 60px);position:relative}.setting .sys_main .el-scrollbar[data-v-380d7b75]{width:100%;height:100%}.setting .sys_main .el-scrollbar[data-v-380d7b75] .el-scrollbar__wrap{overflow-x:hidden}.setting .sys_main .el-scrollbar[data-v-380d7b75] .el-scrollbar__wrap .el-scrollbar__view{padding-bottom:5px;overflow:hidden}.setting .sys_main .el-scrollbar .content[data-v-380d7b75]{width:1200px;margin:0 auto}.setting .sys_main .el-scrollbar .content .nav[data-v-380d7b75]{background-color:#fff;height:104px;border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 30px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:10px}.setting .sys_main .el-scrollbar .content .nav[data-v-380d7b75] .el-steps{-webkit-box-flex:1;-ms-flex:1;flex:1}.setting .sys_main .el-scrollbar .content .nav[data-v-380d7b75] .el-step__icon{background:#f2f5fb}.setting .sys_main .el-scrollbar .content .content_item[data-v-380d7b75]{min-height:calc(100vh - 189px);padding:20px 100px;margin-bottom:10px;background:#fff}.setting .sys_main .el-scrollbar .content .content_item .submit_btn[data-v-380d7b75]{padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.setting .el-scrollbar[data-v-380d7b75]{background-color:#f3f3f3}.setting .el-divider--horizontal[data-v-380d7b75]{margin:2px 0}.setting .form-title[data-v-380d7b75]{padding:20px;font-size:24px;font-weight:400;text-align:center;color:#545454}", ""]);
42673
43061
  // Exports
42674
43062
  /* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
42675
43063
 
42676
43064
 
42677
43065
  /***/ }),
42678
43066
 
42679
- /***/ 23031:
43067
+ /***/ 65450:
42680
43068
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
42681
43069
 
42682
43070
  "use strict";
@@ -42690,14 +43078,14 @@ __webpack_require__.r(__webpack_exports__);
42690
43078
 
42691
43079
  var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
42692
43080
  // Module
42693
- ___CSS_LOADER_EXPORT___.push([module.id, "[data-v-0af2ecba] .el-scrollbar__wrap{overflow-x:auto}#center[data-v-0af2ecba]{height:calc(100vh - 60px);max-width:3000px;background-image:-webkit-gradient(linear,left top,right top,color-stop(3%,rgba(50,0,0,.05)),color-stop(3%,transparent)),-webkit-gradient(linear,left bottom,left top,color-stop(3%,rgba(50,0,0,.05)),color-stop(3%,transparent));background-image:linear-gradient(90deg,rgba(50,0,0,.05) 3%,transparent 0),linear-gradient(1turn,rgba(50,0,0,.05) 3%,transparent 0);background-size:20px 20px;background-repeat:repeat;background-position:0 0}.dropdown-menu[data-v-0af2ecba]{width:160px;display:none;position:fixed;z-index:999999;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.dropdown-menu li a[data-v-0af2ecba]{padding:5px 20px;line-height:2;white-space:nowrap;color:#333}.dropdown-menu li[data-v-0af2ecba]:hover{background:#f5f5f5}[data-v-0af2ecba] .line_text{cursor:pointer;position:absolute;left:0;top:0;font-size:14px}[data-v-0af2ecba] svg:hover path:last-child{fill:red}[data-v-0af2ecba] path{stroke-width:2;cursor:pointer}[data-v-0af2ecba] path:last-child{fill:#438eb9}[data-v-0af2ecba] circle{fill:#438eb9;stroke:none}li[data-v-0af2ecba],ul[data-v-0af2ecba]{list-style:none}.move[data-v-0af2ecba],.move[data-v-0af2ecba] path{cursor:move}", ""]);
43081
+ ___CSS_LOADER_EXPORT___.push([module.id, "[data-v-5987833b] .el-scrollbar__wrap{overflow-x:auto}#center[data-v-5987833b]{height:calc(100vh - 60px);max-width:3000px;background-image:-webkit-gradient(linear,left top,right top,color-stop(3%,rgba(50,0,0,.05)),color-stop(3%,transparent)),-webkit-gradient(linear,left bottom,left top,color-stop(3%,rgba(50,0,0,.05)),color-stop(3%,transparent));background-image:linear-gradient(90deg,rgba(50,0,0,.05) 3%,transparent 0),linear-gradient(1turn,rgba(50,0,0,.05) 3%,transparent 0);background-size:20px 20px;background-repeat:repeat;background-position:0 0}.dropdown-menu[data-v-5987833b]{width:160px;display:none;position:fixed;z-index:999999;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.dropdown-menu li a[data-v-5987833b]{padding:5px 20px;line-height:2;white-space:nowrap;color:#333}.dropdown-menu li[data-v-5987833b]:hover{background:#f5f5f5}[data-v-5987833b] .line_text{cursor:pointer;position:absolute;left:0;top:0;font-size:14px}[data-v-5987833b] svg:hover path:last-child{fill:red}[data-v-5987833b] path{stroke-width:2;cursor:pointer}[data-v-5987833b] path:last-child{fill:#438eb9}[data-v-5987833b] circle{fill:#438eb9;stroke:none}li[data-v-5987833b],ul[data-v-5987833b]{list-style:none}.move[data-v-5987833b],.move[data-v-5987833b] path{cursor:move}", ""]);
42694
43082
  // Exports
42695
43083
  /* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
42696
43084
 
42697
43085
 
42698
43086
  /***/ }),
42699
43087
 
42700
- /***/ 97255:
43088
+ /***/ 22166:
42701
43089
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
42702
43090
 
42703
43091
  "use strict";
@@ -149577,19 +149965,19 @@ var update = add("fcd617b4", content, true, {"sourceMap":false,"shadowMode":fals
149577
149965
 
149578
149966
  /***/ }),
149579
149967
 
149580
- /***/ 92033:
149968
+ /***/ 50335:
149581
149969
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
149582
149970
 
149583
149971
  // style-loader: Adds some css to the DOM by adding a <style> tag
149584
149972
 
149585
149973
  // load the styles
149586
- var content = __webpack_require__(24471);
149974
+ var content = __webpack_require__(16893);
149587
149975
  if(content.__esModule) content = content.default;
149588
149976
  if(typeof content === 'string') content = [[module.id, content, '']];
149589
149977
  if(content.locals) module.exports = content.locals;
149590
149978
  // add the styles to the DOM
149591
149979
  var add = (__webpack_require__(99548)/* ["default"] */ .A)
149592
- var update = add("6e2a3e23", content, true, {"sourceMap":false,"shadowMode":false});
149980
+ var update = add("4388d6d7", content, true, {"sourceMap":false,"shadowMode":false});
149593
149981
 
149594
149982
  /***/ }),
149595
149983
 
@@ -149961,19 +150349,19 @@ var update = add("403fc5b7", content, true, {"sourceMap":false,"shadowMode":fals
149961
150349
 
149962
150350
  /***/ }),
149963
150351
 
149964
- /***/ 4817:
150352
+ /***/ 4918:
149965
150353
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
149966
150354
 
149967
150355
  // style-loader: Adds some css to the DOM by adding a <style> tag
149968
150356
 
149969
150357
  // load the styles
149970
- var content = __webpack_require__(63283);
150358
+ var content = __webpack_require__(89208);
149971
150359
  if(content.__esModule) content = content.default;
149972
150360
  if(typeof content === 'string') content = [[module.id, content, '']];
149973
150361
  if(content.locals) module.exports = content.locals;
149974
150362
  // add the styles to the DOM
149975
150363
  var add = (__webpack_require__(99548)/* ["default"] */ .A)
149976
- var update = add("17664890", content, true, {"sourceMap":false,"shadowMode":false});
150364
+ var update = add("4fa9dc57", content, true, {"sourceMap":false,"shadowMode":false});
149977
150365
 
149978
150366
  /***/ }),
149979
150367
 
@@ -150041,19 +150429,19 @@ var update = add("62ca886b", content, true, {"sourceMap":false,"shadowMode":fals
150041
150429
 
150042
150430
  /***/ }),
150043
150431
 
150044
- /***/ 36401:
150432
+ /***/ 66736:
150045
150433
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
150046
150434
 
150047
150435
  // style-loader: Adds some css to the DOM by adding a <style> tag
150048
150436
 
150049
150437
  // load the styles
150050
- var content = __webpack_require__(19659);
150438
+ var content = __webpack_require__(12014);
150051
150439
  if(content.__esModule) content = content.default;
150052
150440
  if(typeof content === 'string') content = [[module.id, content, '']];
150053
150441
  if(content.locals) module.exports = content.locals;
150054
150442
  // add the styles to the DOM
150055
150443
  var add = (__webpack_require__(99548)/* ["default"] */ .A)
150056
- var update = add("8e271da2", content, true, {"sourceMap":false,"shadowMode":false});
150444
+ var update = add("4bd34f04", content, true, {"sourceMap":false,"shadowMode":false});
150057
150445
 
150058
150446
  /***/ }),
150059
150447
 
@@ -150201,19 +150589,19 @@ var update = add("1ef1335a", content, true, {"sourceMap":false,"shadowMode":fals
150201
150589
 
150202
150590
  /***/ }),
150203
150591
 
150204
- /***/ 53891:
150592
+ /***/ 24442:
150205
150593
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
150206
150594
 
150207
150595
  // style-loader: Adds some css to the DOM by adding a <style> tag
150208
150596
 
150209
150597
  // load the styles
150210
- var content = __webpack_require__(30301);
150598
+ var content = __webpack_require__(20060);
150211
150599
  if(content.__esModule) content = content.default;
150212
150600
  if(typeof content === 'string') content = [[module.id, content, '']];
150213
150601
  if(content.locals) module.exports = content.locals;
150214
150602
  // add the styles to the DOM
150215
150603
  var add = (__webpack_require__(99548)/* ["default"] */ .A)
150216
- var update = add("a16682c0", content, true, {"sourceMap":false,"shadowMode":false});
150604
+ var update = add("23119f8f", content, true, {"sourceMap":false,"shadowMode":false});
150217
150605
 
150218
150606
  /***/ }),
150219
150607
 
@@ -150825,51 +151213,51 @@ var update = add("5b5e5723", content, true, {"sourceMap":false,"shadowMode":fals
150825
151213
 
150826
151214
  /***/ }),
150827
151215
 
150828
- /***/ 15142:
151216
+ /***/ 57695:
150829
151217
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
150830
151218
 
150831
151219
  // style-loader: Adds some css to the DOM by adding a <style> tag
150832
151220
 
150833
151221
  // load the styles
150834
- var content = __webpack_require__(85840);
151222
+ var content = __webpack_require__(89885);
150835
151223
  if(content.__esModule) content = content.default;
150836
151224
  if(typeof content === 'string') content = [[module.id, content, '']];
150837
151225
  if(content.locals) module.exports = content.locals;
150838
151226
  // add the styles to the DOM
150839
151227
  var add = (__webpack_require__(99548)/* ["default"] */ .A)
150840
- var update = add("728f86e1", content, true, {"sourceMap":false,"shadowMode":false});
151228
+ var update = add("667c60c4", content, true, {"sourceMap":false,"shadowMode":false});
150841
151229
 
150842
151230
  /***/ }),
150843
151231
 
150844
- /***/ 79581:
151232
+ /***/ 14512:
150845
151233
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
150846
151234
 
150847
151235
  // style-loader: Adds some css to the DOM by adding a <style> tag
150848
151236
 
150849
151237
  // load the styles
150850
- var content = __webpack_require__(23031);
151238
+ var content = __webpack_require__(65450);
150851
151239
  if(content.__esModule) content = content.default;
150852
151240
  if(typeof content === 'string') content = [[module.id, content, '']];
150853
151241
  if(content.locals) module.exports = content.locals;
150854
151242
  // add the styles to the DOM
150855
151243
  var add = (__webpack_require__(99548)/* ["default"] */ .A)
150856
- var update = add("55dc6b40", content, true, {"sourceMap":false,"shadowMode":false});
151244
+ var update = add("c1a62c66", content, true, {"sourceMap":false,"shadowMode":false});
150857
151245
 
150858
151246
  /***/ }),
150859
151247
 
150860
- /***/ 87457:
151248
+ /***/ 28480:
150861
151249
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
150862
151250
 
150863
151251
  // style-loader: Adds some css to the DOM by adding a <style> tag
150864
151252
 
150865
151253
  // load the styles
150866
- var content = __webpack_require__(97255);
151254
+ var content = __webpack_require__(22166);
150867
151255
  if(content.__esModule) content = content.default;
150868
151256
  if(typeof content === 'string') content = [[module.id, content, '']];
150869
151257
  if(content.locals) module.exports = content.locals;
150870
151258
  // add the styles to the DOM
150871
151259
  var add = (__webpack_require__(99548)/* ["default"] */ .A)
150872
- var update = add("0448098a", content, true, {"sourceMap":false,"shadowMode":false});
151260
+ var update = add("55e03397", content, true, {"sourceMap":false,"shadowMode":false});
150873
151261
 
150874
151262
  /***/ }),
150875
151263
 
@@ -183730,8 +184118,8 @@ var ModifyWflogSubmitFile_component = (0,componentNormalizer/* default */.A)(
183730
184118
  )
183731
184119
 
183732
184120
  /* harmony default export */ var ModifyWflogSubmitFile = (ModifyWflogSubmitFile_component.exports);
183733
- ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwapp/Wflowform/src/ModifyWfNodelog.vue?vue&type=template&id=b1bee7ca&scoped=true
183734
- var ModifyWfNodelogvue_type_template_id_b1bee7ca_scoped_true_render = function render() {
184121
+ ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwapp/Wflowform/src/ModifyWfNodelog.vue?vue&type=template&id=01f46731&scoped=true
184122
+ var ModifyWfNodelogvue_type_template_id_01f46731_scoped_true_render = function render() {
183735
184123
  var _vm = this,
183736
184124
  _c = _vm._self._c;
183737
184125
  return _c('div', {
@@ -184111,7 +184499,7 @@ var ModifyWfNodelogvue_type_template_id_b1bee7ca_scoped_true_render = function r
184111
184499
  }], null, false, 3651880594)
184112
184500
  }) : _vm._e()], 1) : _vm._e()], 1) : _vm._e(), _c('ModifyWflogAddUser'), _c('WflogAddReader'), _c('ModifyWflogSubmitFile'), _c('ModifyWflogIdea'), _c('WriteToReadIdea'), _c('ModifyFormTrace')], 1);
184113
184501
  };
184114
- var ModifyWfNodelogvue_type_template_id_b1bee7ca_scoped_true_staticRenderFns = [];
184502
+ var ModifyWfNodelogvue_type_template_id_01f46731_scoped_true_staticRenderFns = [];
184115
184503
 
184116
184504
  ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwapp/Wflowform/src/WflogAddReader.vue?vue&type=template&id=8663ab3a&scoped=true
184117
184505
  var WflogAddReadervue_type_template_id_8663ab3a_scoped_true_render = function render() {
@@ -184769,7 +185157,7 @@ var WflogAddReader_component = (0,componentNormalizer/* default */.A)(
184769
185157
  });
184770
185158
  _this.callbackMode = res.body.callbackMode;
184771
185159
  _this.msgTypeOptions = res.body.msgTypeOptions || null;
184772
- if (res.body.callbackSendsms !== null) {
185160
+ if (res.body.callbackSendsms !== null && res.body.callbackSendsms !== 'false') {
184773
185161
  if (_this.msgTypeOptions && _this.msgTypeOptions.length > 0) {
184774
185162
  _this.callbackSendsms = [];
184775
185163
  res.body.callbackSendsms.split(',').forEach(function (msgType) {
@@ -184778,6 +185166,8 @@ var WflogAddReader_component = (0,componentNormalizer/* default */.A)(
184778
185166
  } else {
184779
185167
  _this.callbackSendsms = parseInt(res.body.callbackSendsms);
184780
185168
  }
185169
+ } else if (_this.msgTypeOptions && _this.msgTypeOptions.length > 0) {
185170
+ _this.callbackSendsms = [];
184781
185171
  }
184782
185172
  _this.callTNID = _this.curTN.tnID;
184783
185173
  _this.wfNodelogList = res.body.listdata;
@@ -185070,9 +185460,9 @@ var WflogAddReader_component = (0,componentNormalizer/* default */.A)(
185070
185460
  });
185071
185461
  ;// CONCATENATED MODULE: ./packages/ecwapp/Wflowform/src/ModifyWfNodelog.vue?vue&type=script&lang=js
185072
185462
  /* harmony default export */ var src_ModifyWfNodelogvue_type_script_lang_js = (ModifyWfNodelogvue_type_script_lang_js);
185073
- // EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwapp/Wflowform/src/ModifyWfNodelog.vue?vue&type=style&index=0&id=b1bee7ca&prod&scoped=true&lang=scss
185074
- var ModifyWfNodelogvue_type_style_index_0_id_b1bee7ca_prod_scoped_true_lang_scss = __webpack_require__(92033);
185075
- ;// CONCATENATED MODULE: ./packages/ecwapp/Wflowform/src/ModifyWfNodelog.vue?vue&type=style&index=0&id=b1bee7ca&prod&scoped=true&lang=scss
185463
+ // EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwapp/Wflowform/src/ModifyWfNodelog.vue?vue&type=style&index=0&id=01f46731&prod&scoped=true&lang=scss
185464
+ var ModifyWfNodelogvue_type_style_index_0_id_01f46731_prod_scoped_true_lang_scss = __webpack_require__(50335);
185465
+ ;// CONCATENATED MODULE: ./packages/ecwapp/Wflowform/src/ModifyWfNodelog.vue?vue&type=style&index=0&id=01f46731&prod&scoped=true&lang=scss
185076
185466
 
185077
185467
  ;// CONCATENATED MODULE: ./packages/ecwapp/Wflowform/src/ModifyWfNodelog.vue
185078
185468
 
@@ -185085,11 +185475,11 @@ var ModifyWfNodelogvue_type_style_index_0_id_b1bee7ca_prod_scoped_true_lang_scss
185085
185475
 
185086
185476
  var ModifyWfNodelog_component = (0,componentNormalizer/* default */.A)(
185087
185477
  src_ModifyWfNodelogvue_type_script_lang_js,
185088
- ModifyWfNodelogvue_type_template_id_b1bee7ca_scoped_true_render,
185089
- ModifyWfNodelogvue_type_template_id_b1bee7ca_scoped_true_staticRenderFns,
185478
+ ModifyWfNodelogvue_type_template_id_01f46731_scoped_true_render,
185479
+ ModifyWfNodelogvue_type_template_id_01f46731_scoped_true_staticRenderFns,
185090
185480
  false,
185091
185481
  null,
185092
- "b1bee7ca",
185482
+ "01f46731",
185093
185483
  null
185094
185484
 
185095
185485
  )
@@ -205658,8 +206048,8 @@ var RootOrgvue_type_template_id_049b4d3c_scoped_true_render = function render()
205658
206048
  };
205659
206049
  var RootOrgvue_type_template_id_049b4d3c_scoped_true_staticRenderFns = [];
205660
206050
 
205661
- ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplat/Organ/src/components/SubOrgForm.vue?vue&type=template&id=39f84e76&scoped=true
205662
- var SubOrgFormvue_type_template_id_39f84e76_scoped_true_render = function render() {
206051
+ ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplat/Organ/src/components/SubOrgForm.vue?vue&type=template&id=9838fab2&scoped=true
206052
+ var SubOrgFormvue_type_template_id_9838fab2_scoped_true_render = function render() {
205663
206053
  var _vm = this,
205664
206054
  _c = _vm._self._c;
205665
206055
  return _c('div', [_vm.vo.isRealOrg === 1 ? _c('el-tabs', [_c('el-tab-pane', {
@@ -205759,7 +206149,7 @@ var SubOrgFormvue_type_template_id_39f84e76_scoped_true_render = function render
205759
206149
  value: 'isManagementOrganization',
205760
206150
  expression: "'isManagementOrganization'"
205761
206151
  }]
205762
- }, [_vm._v("是否管理机构")])]), _c('td', {
206152
+ }, [_vm._v("是否领导机构")])]), _c('td', {
205763
206153
  staticClass: "el-table__cell tdcont tdw83"
205764
206154
  }, [_c('ValidationProvider', {
205765
206155
  ref: "ValidationProvider",
@@ -206428,7 +206818,7 @@ var SubOrgFormvue_type_template_id_39f84e76_scoped_true_render = function render
206428
206818
  }, [_vm._v(_vm._s(option.text))]);
206429
206819
  }), 1)], 1)])])])])])])], 1);
206430
206820
  };
206431
- var SubOrgFormvue_type_template_id_39f84e76_scoped_true_staticRenderFns = [];
206821
+ var SubOrgFormvue_type_template_id_9838fab2_scoped_true_staticRenderFns = [];
206432
206822
 
206433
206823
  ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplat/Organ/src/components/SubOrgForm.vue?vue&type=script&lang=js
206434
206824
  /* harmony default export */ var SubOrgFormvue_type_script_lang_js = ({
@@ -206550,9 +206940,9 @@ var SubOrgFormvue_type_template_id_39f84e76_scoped_true_staticRenderFns = [];
206550
206940
  });
206551
206941
  ;// CONCATENATED MODULE: ./packages/ecwplat/Organ/src/components/SubOrgForm.vue?vue&type=script&lang=js
206552
206942
  /* harmony default export */ var components_SubOrgFormvue_type_script_lang_js = (SubOrgFormvue_type_script_lang_js);
206553
- // EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplat/Organ/src/components/SubOrgForm.vue?vue&type=style&index=0&id=39f84e76&prod&scoped=true&lang=scss
206554
- var SubOrgFormvue_type_style_index_0_id_39f84e76_prod_scoped_true_lang_scss = __webpack_require__(4817);
206555
- ;// CONCATENATED MODULE: ./packages/ecwplat/Organ/src/components/SubOrgForm.vue?vue&type=style&index=0&id=39f84e76&prod&scoped=true&lang=scss
206943
+ // EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplat/Organ/src/components/SubOrgForm.vue?vue&type=style&index=0&id=9838fab2&prod&scoped=true&lang=scss
206944
+ var SubOrgFormvue_type_style_index_0_id_9838fab2_prod_scoped_true_lang_scss = __webpack_require__(4918);
206945
+ ;// CONCATENATED MODULE: ./packages/ecwplat/Organ/src/components/SubOrgForm.vue?vue&type=style&index=0&id=9838fab2&prod&scoped=true&lang=scss
206556
206946
 
206557
206947
  ;// CONCATENATED MODULE: ./packages/ecwplat/Organ/src/components/SubOrgForm.vue
206558
206948
 
@@ -206565,11 +206955,11 @@ var SubOrgFormvue_type_style_index_0_id_39f84e76_prod_scoped_true_lang_scss = __
206565
206955
 
206566
206956
  var SubOrgForm_component = (0,componentNormalizer/* default */.A)(
206567
206957
  components_SubOrgFormvue_type_script_lang_js,
206568
- SubOrgFormvue_type_template_id_39f84e76_scoped_true_render,
206569
- SubOrgFormvue_type_template_id_39f84e76_scoped_true_staticRenderFns,
206958
+ SubOrgFormvue_type_template_id_9838fab2_scoped_true_render,
206959
+ SubOrgFormvue_type_template_id_9838fab2_scoped_true_staticRenderFns,
206570
206960
  false,
206571
206961
  null,
206572
- "39f84e76",
206962
+ "9838fab2",
206573
206963
  null
206574
206964
 
206575
206965
  )
@@ -209822,8 +210212,8 @@ WfDefine_src.install = function (Vue) {
209822
210212
  Vue.component(WfDefine_src.name, WfDefine_src);
209823
210213
  };
209824
210214
  var WfdList = WfDefine_src;
209825
- ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/BusiformDesigner/src/index.vue?vue&type=template&id=5b457134&scoped=true
209826
- var srcvue_type_template_id_5b457134_scoped_true_render = function render() {
210215
+ ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/BusiformDesigner/src/index.vue?vue&type=template&id=96d5db5c&scoped=true
210216
+ var srcvue_type_template_id_96d5db5c_scoped_true_render = function render() {
209827
210217
  var _vm = this,
209828
210218
  _c = _vm._self._c;
209829
210219
  return _c('div', {
@@ -210222,7 +210612,7 @@ var srcvue_type_template_id_5b457134_scoped_true_render = function render() {
210222
210612
  }
210223
210613
  })], _c('select-dialog')], 2);
210224
210614
  };
210225
- var srcvue_type_template_id_5b457134_scoped_true_staticRenderFns = [];
210615
+ var srcvue_type_template_id_96d5db5c_scoped_true_staticRenderFns = [];
210226
210616
 
210227
210617
  ;// CONCATENATED MODULE: ./packages/ecwplus/api/codeGenerate.js
210228
210618
  /**
@@ -222468,6 +222858,7 @@ function BusiformDesigner_srcvue_type_script_lang_js_arrayLikeToArray(r, a) { (n
222468
222858
  list: [],
222469
222859
  config: {
222470
222860
  frmName: '',
222861
+ frmViewVer: '',
222471
222862
  frmFullScreen: '0',
222472
222863
  frmViewType: '',
222473
222864
  frmViewUrl: '',
@@ -223068,15 +223459,17 @@ function BusiformDesigner_srcvue_type_script_lang_js_arrayLikeToArray(r, a) { (n
223068
223459
  rowbox.key = Date.parse(new Date()) + '_' + Math.ceil(Math.random() * 99999);
223069
223460
  var average = true; // 行内均分
223070
223461
  if (row.length === 2) {
223462
+ average = false;
223071
223463
  rowbox.content = [_this.resetCloneData(rowbox), _this.resetCloneData(rowbox)];
223072
223464
  if (row[0].colspan == 3) {
223073
223465
  rowbox.content[0].options.span = 16;
223074
223466
  rowbox.content[1].options.span = 8;
223075
- average = false;
223076
- } else if (row[1].colspan == 3) {
223467
+ } else if (row[0].colspan == 2) {
223468
+ rowbox.content[0].options.span = 12;
223469
+ rowbox.content[1].options.span = 12;
223470
+ } else {
223077
223471
  rowbox.content[0].options.span = 8;
223078
223472
  rowbox.content[1].options.span = 16;
223079
- average = false;
223080
223473
  }
223081
223474
  }
223082
223475
  row.forEach(function (col, cindex) {
@@ -223099,16 +223492,26 @@ function BusiformDesigner_srcvue_type_script_lang_js_arrayLikeToArray(r, a) { (n
223099
223492
  field.content[0].options.formElementIndex = (rindex + 1) * 10 + cindex;
223100
223493
  field.content[0].options.tbEntityFieldId = 'udm_' + Math.ceil(Math.random() * 99999);
223101
223494
  field.content[0].options.formTdAlign = 'center';
223102
- field.content[0].options.formTdColspan = 24 / row.length;
223103
223495
  field.content[0].key = Date.parse(new Date()) + '_' + Math.ceil(Math.random() * 99999);
223104
223496
  field.content[0].staticStyle = 'table';
223105
223497
  if (average) {
223106
223498
  // 自动均分
223107
223499
  rowbox.content.push(field);
223500
+ field.content[0].options.formTdColspan = 24 / row.length;
223108
223501
  } else {
223109
223502
  // 一行两个
223110
223503
  rowbox.content[cindex].content.push(field);
223111
223504
  rowbox.content[cindex].key = Date.parse(new Date()) + '_' + Math.ceil(Math.random() * 99999);
223505
+ if (row[cindex].colspan == 3) {
223506
+ field.content[0].options.formTdColspan = 16;
223507
+ field.content[0].options.rowInnerLblColspan = 6;
223508
+ } else if (row[cindex].colspan == 2) {
223509
+ field.content[0].options.formTdColspan = 12;
223510
+ field.content[0].options.rowInnerLblColspan = 8;
223511
+ } else {
223512
+ field.content[0].options.formTdColspan = 8;
223513
+ field.content[0].options.rowInnerLblColspan = 12;
223514
+ }
223112
223515
  }
223113
223516
  });
223114
223517
  _this.tableViewJson.list.push(rowbox);
@@ -223664,9 +224067,9 @@ function BusiformDesigner_srcvue_type_script_lang_js_arrayLikeToArray(r, a) { (n
223664
224067
  });
223665
224068
  ;// CONCATENATED MODULE: ./packages/ecwplus/BusiformDesigner/src/index.vue?vue&type=script&lang=js
223666
224069
  /* harmony default export */ var ecwplus_BusiformDesigner_srcvue_type_script_lang_js = (BusiformDesigner_srcvue_type_script_lang_js);
223667
- // EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/BusiformDesigner/src/index.vue?vue&type=style&index=0&id=5b457134&prod&scoped=true&lang=scss
223668
- var srcvue_type_style_index_0_id_5b457134_prod_scoped_true_lang_scss = __webpack_require__(53891);
223669
- ;// CONCATENATED MODULE: ./packages/ecwplus/BusiformDesigner/src/index.vue?vue&type=style&index=0&id=5b457134&prod&scoped=true&lang=scss
224070
+ // EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/BusiformDesigner/src/index.vue?vue&type=style&index=0&id=96d5db5c&prod&scoped=true&lang=scss
224071
+ var srcvue_type_style_index_0_id_96d5db5c_prod_scoped_true_lang_scss = __webpack_require__(24442);
224072
+ ;// CONCATENATED MODULE: ./packages/ecwplus/BusiformDesigner/src/index.vue?vue&type=style&index=0&id=96d5db5c&prod&scoped=true&lang=scss
223670
224073
 
223671
224074
  ;// CONCATENATED MODULE: ./packages/ecwplus/BusiformDesigner/src/index.vue
223672
224075
 
@@ -223679,11 +224082,11 @@ var srcvue_type_style_index_0_id_5b457134_prod_scoped_true_lang_scss = __webpack
223679
224082
 
223680
224083
  var BusiformDesigner_src_component = (0,componentNormalizer/* default */.A)(
223681
224084
  ecwplus_BusiformDesigner_srcvue_type_script_lang_js,
223682
- srcvue_type_template_id_5b457134_scoped_true_render,
223683
- srcvue_type_template_id_5b457134_scoped_true_staticRenderFns,
224085
+ srcvue_type_template_id_96d5db5c_scoped_true_render,
224086
+ srcvue_type_template_id_96d5db5c_scoped_true_staticRenderFns,
223684
224087
  false,
223685
224088
  null,
223686
- "5b457134",
224089
+ "96d5db5c",
223687
224090
  null
223688
224091
 
223689
224092
  )
@@ -240105,8 +240508,8 @@ ModuleStyle.install = function (Vue) {
240105
240508
  var PortalPageDesigner = PortalPageDesigner_src;
240106
240509
  var PortalPageDesigner_PageEvent = PageEvent;
240107
240510
  var PortalPageDesigner_ModuleStyle = ModuleStyle;
240108
- ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/UdmGenerator/src/index.vue?vue&type=template&id=629a97ad&scoped=true
240109
- var srcvue_type_template_id_629a97ad_scoped_true_render = function render() {
240511
+ ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/UdmGenerator/src/index.vue?vue&type=template&id=380d7b75&scoped=true
240512
+ var srcvue_type_template_id_380d7b75_scoped_true_render = function render() {
240110
240513
  var _vm = this,
240111
240514
  _c = _vm._self._c;
240112
240515
  return _c('div', {
@@ -240231,6 +240634,13 @@ var srcvue_type_template_id_629a97ad_scoped_true_render = function render() {
240231
240634
  "click": _vm.importWflowModule
240232
240635
  }
240233
240636
  }, [_vm._v("从模板导入")]) : _vm._e(), _vm.row.xlsFileName ? _c('el-button', {
240637
+ attrs: {
240638
+ "icon": "el-icon-upload2"
240639
+ },
240640
+ on: {
240641
+ "click": _vm.importWflowModule
240642
+ }
240643
+ }, [_vm._v("重新导入")]) : _vm._e(), _vm.row.xlsFileName ? _c('el-button', {
240234
240644
  attrs: {
240235
240645
  "icon": "el-icon-download"
240236
240646
  },
@@ -240289,9 +240699,7 @@ var srcvue_type_template_id_629a97ad_scoped_true_render = function render() {
240289
240699
  }
240290
240700
  },
240291
240701
  "can-edit": 0,
240292
- "cur-t-n": {
240293
- tnCanEdit: 0
240294
- },
240702
+ "cur-t-n": _vm.curTN,
240295
240703
  "module-info": _vm.moduleInfo
240296
240704
  }
240297
240705
  }), _c('div', {
@@ -240330,9 +240738,7 @@ var srcvue_type_template_id_629a97ad_scoped_true_render = function render() {
240330
240738
  }
240331
240739
  },
240332
240740
  "can-edit": 0,
240333
- "cur-t-n": {
240334
- tnCanEdit: 0
240335
- },
240741
+ "cur-t-n": _vm.curTN,
240336
240742
  "module-info": _vm.moduleInfo
240337
240743
  }
240338
240744
  }), _c('table', {
@@ -240528,7 +240934,7 @@ var srcvue_type_template_id_629a97ad_scoped_true_render = function render() {
240528
240934
  }
240529
240935
  })], 1);
240530
240936
  };
240531
- var srcvue_type_template_id_629a97ad_scoped_true_staticRenderFns = [];
240937
+ var srcvue_type_template_id_380d7b75_scoped_true_staticRenderFns = [];
240532
240938
 
240533
240939
  ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/UdmGenerator/src/CreateH5app.vue?vue&type=template&id=12c16412&scoped=true
240534
240940
  var CreateH5appvue_type_template_id_12c16412_scoped_true_render = function render() {
@@ -242757,6 +243163,11 @@ var srcvue_type_script_lang_js_defaultSettings = __webpack_require__(47710);
242757
243163
  winWidth: 800,
242758
243164
  // 查看、编辑窗口宽度
242759
243165
  winHeight: 600 // 查看、编辑窗口高度
243166
+ },
243167
+ wfInstance: {},
243168
+ curTN: {
243169
+ tnCanEdit: 0,
243170
+ tnNodeID: null
242760
243171
  }
242761
243172
  };
242762
243173
  },
@@ -242899,6 +243310,11 @@ var srcvue_type_script_lang_js_defaultSettings = __webpack_require__(47710);
242899
243310
  _this3.$nextTick(function () {
242900
243311
  if (_this3.active === 1) {
242901
243312
  document.querySelector('.el-steps').style.zIndex = 4000;
243313
+ if (_this3.row.udmConfig.ideaLabels) {
243314
+ document.querySelector('.wfIdeas-container').style.display = 'none';
243315
+ } else {
243316
+ document.querySelector('.wfIdeas-container').style.display = '';
243317
+ }
242902
243318
  } else {
242903
243319
  document.querySelector('.el-steps').style.zIndex = 1000;
242904
243320
  }
@@ -243161,9 +243577,9 @@ var srcvue_type_script_lang_js_defaultSettings = __webpack_require__(47710);
243161
243577
  _this4.$bus.emit('createH5app', row2, designCode.h5app);
243162
243578
  return _context4.abrupt("return");
243163
243579
  case 73:
243164
- if (designCode[viewType.toLowerCase() + column.field] !== undefined) {
243580
+ if (designCode[viewType.toLowerCase() + column.field]) {
243165
243581
  url += '&actionType=edit&id=' + designCode[viewType.toLowerCase() + column.field];
243166
- } else if (designCode[column.field] !== undefined) {
243582
+ } else if (designCode[column.field]) {
243167
243583
  url += '&actionType=edit&id=' + designCode[column.field];
243168
243584
  } else if (column.field === 'busiforms' || column.field === 'listpages') {
243169
243585
  url += '&target=private&sysCode=' + row.clsAuthor + '&actionType=addNew&id=' + row.id;
@@ -243259,6 +243675,7 @@ var srcvue_type_script_lang_js_defaultSettings = __webpack_require__(47710);
243259
243675
  var _this7 = this;
243260
243676
  this.$bus.emit('openImportModuleDialog', this.row, function (res) {
243261
243677
  _this7.row.udmConfig = res.body.udmConfig;
243678
+ _this7.row.udmConfig.busiforms = '';
243262
243679
  _this7.openDesigner('busiforms');
243263
243680
  });
243264
243681
  },
@@ -243270,9 +243687,9 @@ var srcvue_type_script_lang_js_defaultSettings = __webpack_require__(47710);
243270
243687
  });
243271
243688
  ;// CONCATENATED MODULE: ./packages/ecwplus/UdmGenerator/src/index.vue?vue&type=script&lang=js
243272
243689
  /* harmony default export */ var ecwplus_UdmGenerator_srcvue_type_script_lang_js = (UdmGenerator_srcvue_type_script_lang_js);
243273
- // EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/UdmGenerator/src/index.vue?vue&type=style&index=0&id=629a97ad&prod&scoped=true&lang=scss
243274
- var srcvue_type_style_index_0_id_629a97ad_prod_scoped_true_lang_scss = __webpack_require__(15142);
243275
- ;// CONCATENATED MODULE: ./packages/ecwplus/UdmGenerator/src/index.vue?vue&type=style&index=0&id=629a97ad&prod&scoped=true&lang=scss
243690
+ // EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/UdmGenerator/src/index.vue?vue&type=style&index=0&id=380d7b75&prod&scoped=true&lang=scss
243691
+ var srcvue_type_style_index_0_id_380d7b75_prod_scoped_true_lang_scss = __webpack_require__(57695);
243692
+ ;// CONCATENATED MODULE: ./packages/ecwplus/UdmGenerator/src/index.vue?vue&type=style&index=0&id=380d7b75&prod&scoped=true&lang=scss
243276
243693
 
243277
243694
  ;// CONCATENATED MODULE: ./packages/ecwplus/UdmGenerator/src/index.vue
243278
243695
 
@@ -243285,18 +243702,18 @@ var srcvue_type_style_index_0_id_629a97ad_prod_scoped_true_lang_scss = __webpack
243285
243702
 
243286
243703
  var UdmGenerator_src_component = (0,componentNormalizer/* default */.A)(
243287
243704
  ecwplus_UdmGenerator_srcvue_type_script_lang_js,
243288
- srcvue_type_template_id_629a97ad_scoped_true_render,
243289
- srcvue_type_template_id_629a97ad_scoped_true_staticRenderFns,
243705
+ srcvue_type_template_id_380d7b75_scoped_true_render,
243706
+ srcvue_type_template_id_380d7b75_scoped_true_staticRenderFns,
243290
243707
  false,
243291
243708
  null,
243292
- "629a97ad",
243709
+ "380d7b75",
243293
243710
  null
243294
243711
 
243295
243712
  )
243296
243713
 
243297
243714
  /* harmony default export */ var UdmGenerator_src = (UdmGenerator_src_component.exports);
243298
- ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/UdmGenerator/src/UserModuleForm.vue?vue&type=template&id=22ee1510&scoped=true
243299
- var UserModuleFormvue_type_template_id_22ee1510_scoped_true_render = function render() {
243715
+ ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/UdmGenerator/src/UserModuleForm.vue?vue&type=template&id=45a13fa6&scoped=true
243716
+ var UserModuleFormvue_type_template_id_45a13fa6_scoped_true_render = function render() {
243300
243717
  var _vm = this,
243301
243718
  _c = _vm._self._c;
243302
243719
  return _c('el-form', {
@@ -243378,7 +243795,7 @@ var UserModuleFormvue_type_template_id_22ee1510_scoped_true_render = function re
243378
243795
  staticClass: "el-table__cell tdlbl tdw17"
243379
243796
  }, [_c('span', {
243380
243797
  staticClass: "required"
243381
- }, [_vm._v("*")]), _vm._v("模块名称")]), _c('td', {
243798
+ }, [_vm._v("*")]), _vm._v(" 模块名称 ")]), _c('td', {
243382
243799
  staticClass: "el-table__cell tdcont tdw33"
243383
243800
  }, [_vm.canEdit === 1 ? _c('validation-provider', {
243384
243801
  ref: "ValidationProvider",
@@ -243415,7 +243832,7 @@ var UserModuleFormvue_type_template_id_22ee1510_scoped_true_render = function re
243415
243832
  }
243416
243833
  })], 1)];
243417
243834
  }
243418
- }], null, false, 604978449)
243835
+ }], null, false, 3446499345)
243419
243836
  }) : _vm._e(), _vm.canEdit === 0 ? _c('div', {
243420
243837
  domProps: {
243421
243838
  "innerHTML": _vm._s(_vm.vo.tbComment)
@@ -243424,7 +243841,7 @@ var UserModuleFormvue_type_template_id_22ee1510_scoped_true_render = function re
243424
243841
  staticClass: "el-table__cell tdlbl tdw17"
243425
243842
  }, [_c('span', {
243426
243843
  staticClass: "required"
243427
- }, [_vm._v("*")]), _vm._v("模块类型")]), _c('td', {
243844
+ }, [_vm._v("*")]), _vm._v(" 模块类型 ")]), _c('td', {
243428
243845
  staticClass: "el-table__cell tdcont tdw33"
243429
243846
  }, [_vm.canEdit === 1 && _vm.vo.isnew ? _c('validation-provider', {
243430
243847
  ref: "ValidationProvider",
@@ -243473,12 +243890,12 @@ var UserModuleFormvue_type_template_id_22ee1510_scoped_true_render = function re
243473
243890
  });
243474
243891
  }), 1)], 1)];
243475
243892
  }
243476
- }], null, false, 3495875710)
243477
- }) : _c('div', [_vm._v(_vm._s(_vm.vo.moduleType == 1 ? "流程审批应用" : "单表增、删、改、查应用"))])], 1)]), _c('tr', [_c('td', {
243893
+ }], null, false, 3968235710)
243894
+ }) : _c('div', [_vm._v(_vm._s(_vm.vo.moduleType == 1 ? '流程审批应用' : '单表增、删、改、查应用'))])], 1)]), _c('tr', [_c('td', {
243478
243895
  staticClass: "el-table__cell tdlbl tdw17"
243479
243896
  }, [_c('span', {
243480
243897
  staticClass: "required"
243481
- }, [_vm._v("*")]), _vm._v("模块代码")]), _c('td', {
243898
+ }, [_vm._v("*")]), _vm._v(" 模块代码 ")]), _c('td', {
243482
243899
  staticClass: "el-table__cell tdcont tdw83",
243483
243900
  attrs: {
243484
243901
  "colspan": "3"
@@ -243521,7 +243938,7 @@ var UserModuleFormvue_type_template_id_22ee1510_scoped_true_render = function re
243521
243938
  }
243522
243939
  })], 1)];
243523
243940
  }
243524
- }], null, false, 1987655278)
243941
+ }], null, false, 3748079886)
243525
243942
  }) : _c('div', {
243526
243943
  domProps: {
243527
243944
  "innerHTML": _vm._s(_vm.vo.clsName)
@@ -243571,73 +243988,48 @@ var UserModuleFormvue_type_template_id_22ee1510_scoped_true_render = function re
243571
243988
  }
243572
243989
  })], 1)];
243573
243990
  }
243574
- }], null, false, 4220463125)
243991
+ }], null, false, 1998844565)
243575
243992
  }) : _vm._e(), _vm.canEdit === 0 ? _c('div', {
243576
243993
  domProps: {
243577
243994
  "innerHTML": _vm._s(_vm.vo.moduleDesc)
243578
243995
  }
243579
243996
  }) : _vm._e()], 1)]), _c('tr', [_c('td', {
243580
243997
  staticClass: "el-table__cell tdlbl tdw17"
243581
- }, [_c('span', {
243582
- staticClass: "required"
243583
- }, [_vm._v("*")]), _vm._v("状态")]), _c('td', {
243998
+ }, [_vm._v("状态")]), _c('td', {
243584
243999
  staticClass: "el-table__cell tdcont tdw83",
243585
244000
  attrs: {
243586
244001
  "colspan": "3"
243587
244002
  }
243588
- }, [_c('ValidationProvider', {
243589
- ref: "ValidationProvider",
244003
+ }, [_c('el-radio-group', {
244004
+ directives: [{
244005
+ name: "can-edit",
244006
+ rawName: "v-can-edit"
244007
+ }],
244008
+ staticStyle: {
244009
+ "width": "100%"
244010
+ },
243590
244011
  attrs: {
243591
- "name": "状态",
243592
- "rules": "required"
244012
+ "disabled": true,
244013
+ "name": "status",
244014
+ "placeholder": "请选择状态"
243593
244015
  },
243594
- scopedSlots: _vm._u([{
243595
- key: "default",
243596
- fn: function fn(_ref6) {
243597
- var errors = _ref6.errors;
243598
- return [_c('el-tooltip', {
243599
- class: {
243600
- 'invalid-field': errors !== undefined && errors[0] !== undefined
243601
- },
243602
- attrs: {
243603
- "disabled": errors === undefined || errors[0] === undefined,
243604
- "content": errors === undefined ? '' : errors[0],
243605
- "popper-class": "error-popper-class",
243606
- "placement": "right-start",
243607
- "effect": "dark"
243608
- }
243609
- }, [_c('el-radio-group', {
243610
- directives: [{
243611
- name: "can-edit",
243612
- rawName: "v-can-edit"
243613
- }],
243614
- staticStyle: {
243615
- "width": "100%"
243616
- },
243617
- attrs: {
243618
- "name": "status",
243619
- "placeholder": "请选择状态"
243620
- },
243621
- model: {
243622
- value: _vm.vo.status,
243623
- callback: function callback($$v) {
243624
- _vm.$set(_vm.vo, "status", $$v);
243625
- },
243626
- expression: "vo.status"
243627
- }
243628
- }, _vm._l(_vm.statusOptions, function (option, optKey) {
243629
- return _c('el-radio', {
243630
- key: optKey,
243631
- attrs: {
243632
- "label": option.value
243633
- }
243634
- }, [_vm._v(_vm._s(option.text))]);
243635
- }), 1)], 1)];
244016
+ model: {
244017
+ value: _vm.vo.status,
244018
+ callback: function callback($$v) {
244019
+ _vm.$set(_vm.vo, "status", $$v);
244020
+ },
244021
+ expression: "vo.status"
244022
+ }
244023
+ }, _vm._l(_vm.statusOptions, function (option, optKey) {
244024
+ return _c('el-radio', {
244025
+ key: optKey,
244026
+ attrs: {
244027
+ "label": option.value
243636
244028
  }
243637
- }])
243638
- })], 1)])])])])])]);
244029
+ }, [_vm._v(_vm._s(option.text))]);
244030
+ }), 1)], 1)])])])])])]);
243639
244031
  };
243640
- var UserModuleFormvue_type_template_id_22ee1510_scoped_true_staticRenderFns = [];
244032
+ var UserModuleFormvue_type_template_id_45a13fa6_scoped_true_staticRenderFns = [];
243641
244033
 
243642
244034
  ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/UdmGenerator/src/UserModuleForm.vue?vue&type=script&lang=js
243643
244035
  function UserModuleFormvue_type_script_lang_js_typeof(o) { "@babel/helpers - typeof"; return UserModuleFormvue_type_script_lang_js_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, UserModuleFormvue_type_script_lang_js_typeof(o); }
@@ -243712,11 +244104,11 @@ function UserModuleFormvue_type_script_lang_js_toPrimitive(t, r) { if ("object"
243712
244104
  ;
243713
244105
  var UserModuleForm_component = (0,componentNormalizer/* default */.A)(
243714
244106
  src_UserModuleFormvue_type_script_lang_js,
243715
- UserModuleFormvue_type_template_id_22ee1510_scoped_true_render,
243716
- UserModuleFormvue_type_template_id_22ee1510_scoped_true_staticRenderFns,
244107
+ UserModuleFormvue_type_template_id_45a13fa6_scoped_true_render,
244108
+ UserModuleFormvue_type_template_id_45a13fa6_scoped_true_staticRenderFns,
243717
244109
  false,
243718
244110
  null,
243719
- "22ee1510",
244111
+ "45a13fa6",
243720
244112
  null
243721
244113
 
243722
244114
  )
@@ -245513,8 +245905,8 @@ var SyncRestfulApi_component = (0,componentNormalizer/* default */.A)(
245513
245905
  )
245514
245906
 
245515
245907
  /* harmony default export */ var SyncRestfulApi = (SyncRestfulApi_component.exports);
245516
- ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/AdminConsole/src/TableEntityList.vue?vue&type=template&id=1e87f65a
245517
- var TableEntityListvue_type_template_id_1e87f65a_render = function render() {
245908
+ ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/AdminConsole/src/TableEntityList.vue?vue&type=template&id=7cc8ee92
245909
+ var TableEntityListvue_type_template_id_7cc8ee92_render = function render() {
245518
245910
  var _vm = this,
245519
245911
  _c = _vm._self._c;
245520
245912
  return _c('div', [!_vm.loading ? _c('div', {
@@ -245552,7 +245944,7 @@ var TableEntityListvue_type_template_id_1e87f65a_render = function render() {
245552
245944
  }], null, false, 459881457)
245553
245945
  })], 1) : _vm._e()]);
245554
245946
  };
245555
- var TableEntityListvue_type_template_id_1e87f65a_staticRenderFns = [];
245947
+ var TableEntityListvue_type_template_id_7cc8ee92_staticRenderFns = [];
245556
245948
 
245557
245949
  ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/AdminConsole/src/TableEntityList.vue?vue&type=script&lang=js
245558
245950
  function TableEntityListvue_type_script_lang_js_typeof(o) { "@babel/helpers - typeof"; return TableEntityListvue_type_script_lang_js_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, TableEntityListvue_type_script_lang_js_typeof(o); }
@@ -245772,7 +246164,7 @@ function TableEntityListvue_type_script_lang_js_toPrimitive(t, r) { if ("object"
245772
246164
  if (vo.isnew) {
245773
246165
  vo.clsAuthor = this.loginUser.sysCode;
245774
246166
  vo.clsSpuerClass = this.loginUser.sysName;
245775
- vo.status = 1;
246167
+ vo.status = 0;
245776
246168
  }
245777
246169
  this.formVo = vo;
245778
246170
  defer.resolve(true);
@@ -245879,9 +246271,9 @@ function TableEntityListvue_type_script_lang_js_toPrimitive(t, r) { if ("object"
245879
246271
  });
245880
246272
  ;// CONCATENATED MODULE: ./packages/ecwplus/AdminConsole/src/TableEntityList.vue?vue&type=script&lang=js
245881
246273
  /* harmony default export */ var src_TableEntityListvue_type_script_lang_js = (TableEntityListvue_type_script_lang_js);
245882
- // EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/AdminConsole/src/TableEntityList.vue?vue&type=style&index=0&id=1e87f65a&prod&lang=scss
245883
- var TableEntityListvue_type_style_index_0_id_1e87f65a_prod_lang_scss = __webpack_require__(36401);
245884
- ;// CONCATENATED MODULE: ./packages/ecwplus/AdminConsole/src/TableEntityList.vue?vue&type=style&index=0&id=1e87f65a&prod&lang=scss
246274
+ // EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/AdminConsole/src/TableEntityList.vue?vue&type=style&index=0&id=7cc8ee92&prod&lang=scss
246275
+ var TableEntityListvue_type_style_index_0_id_7cc8ee92_prod_lang_scss = __webpack_require__(66736);
246276
+ ;// CONCATENATED MODULE: ./packages/ecwplus/AdminConsole/src/TableEntityList.vue?vue&type=style&index=0&id=7cc8ee92&prod&lang=scss
245885
246277
 
245886
246278
  ;// CONCATENATED MODULE: ./packages/ecwplus/AdminConsole/src/TableEntityList.vue
245887
246279
 
@@ -245894,8 +246286,8 @@ var TableEntityListvue_type_style_index_0_id_1e87f65a_prod_lang_scss = __webpack
245894
246286
 
245895
246287
  var TableEntityList_component = (0,componentNormalizer/* default */.A)(
245896
246288
  src_TableEntityListvue_type_script_lang_js,
245897
- TableEntityListvue_type_template_id_1e87f65a_render,
245898
- TableEntityListvue_type_template_id_1e87f65a_staticRenderFns,
246289
+ TableEntityListvue_type_template_id_7cc8ee92_render,
246290
+ TableEntityListvue_type_template_id_7cc8ee92_staticRenderFns,
245899
246291
  false,
245900
246292
  null,
245901
246293
  null,
@@ -247170,8 +247562,8 @@ var SideBar_component = (0,componentNormalizer/* default */.A)(
247170
247562
  )
247171
247563
 
247172
247564
  /* harmony default export */ var SideBar = (SideBar_component.exports);
247173
- ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/WorkflowDesigner/src/components/Center/index.vue?vue&type=template&id=0af2ecba&scoped=true
247174
- var Centervue_type_template_id_0af2ecba_scoped_true_render = function render() {
247565
+ ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/WorkflowDesigner/src/components/Center/index.vue?vue&type=template&id=5987833b&scoped=true
247566
+ var Centervue_type_template_id_5987833b_scoped_true_render = function render() {
247175
247567
  var _vm = this,
247176
247568
  _c = _vm._self._c;
247177
247569
  return _c('el-scrollbar', {
@@ -247237,7 +247629,7 @@ var Centervue_type_template_id_0af2ecba_scoped_true_render = function render() {
247237
247629
  }
247238
247630
  }, [_vm._v("水平平局分布")])])])])]);
247239
247631
  };
247240
- var Centervue_type_template_id_0af2ecba_scoped_true_staticRenderFns = [];
247632
+ var Centervue_type_template_id_5987833b_scoped_true_staticRenderFns = [];
247241
247633
 
247242
247634
  // EXTERNAL MODULE: ./packages/ecwplus/WorkflowDesigner/src/scripts/common.js
247243
247635
  var common = __webpack_require__(12885);
@@ -247413,7 +247805,7 @@ var _require19 = __webpack_require__(53978),
247413
247805
  }
247414
247806
  },
247415
247807
  created: function created() {
247416
- this.initProcess();
247808
+ ecinc_process.initProcess(this);
247417
247809
  this.$bus.on('closeWorkflow', this.closeWorkflow);
247418
247810
  this.$bus.on('saveWorkflow', this.saveWorkflow);
247419
247811
  this.$bus.on('setIsRequired', this.setIsRequired);
@@ -247455,61 +247847,13 @@ var _require19 = __webpack_require__(53978),
247455
247847
  });
247456
247848
  },
247457
247849
  methods: {
247458
- initProcess: function initProcess() {
247459
- var _this3 = this;
247460
- if (this.loginUser.orgCode !== 'plat' || this.$route.query.dwadmin === '1') {
247461
- this.dwadmin = 1;
247462
- this.$set(this.process, 'orgName', this.loginUser.orgName);
247463
- this.$set(this.process, 'orgCode', this.loginUser.orgCode);
247464
- if (this.$route.query.sysCode !== undefined) {
247465
- this.$set(this.process, 'sysName', this.$route.query.sysName);
247466
- this.$set(this.process, 'sysCode', this.$route.query.sysCode);
247467
- }
247468
- } else if (this.$route.query.product === '1') {
247469
- this.product = 1;
247470
- } else if (this.$route.query.platadmin === '1') {
247471
- this.$set(this.process, 'sysName', this.loginUser.sysName);
247472
- this.$set(this.process, 'sysCode', this.loginUser.sysCode);
247473
- this.$set(this.process, 'orgName', this.loginUser.orgName);
247474
- this.$set(this.process, 'orgCode', this.loginUser.orgCode);
247475
- }
247476
- if (this.$route.query.udmid !== undefined) {
247477
- var query = this.$route.query;
247478
- this.$set(this.process, 'name', query.udmname);
247479
- this.$set(this.process, 'processNo', 'udmjysp_' + query.udmcode);
247480
- this.$set(this.process, 'version', 'V1.0');
247481
- this.$set(this.process, 'workFormW', '/dcontent/' + query.workform + '/');
247482
- if (query.ideaLabels && query.ideaLabels !== '') {
247483
- this.ideaLabels = this.ideaLabels || [];
247484
- var formIdeaLabels = query.ideaLabels.replace(/,/g, '\r\n').split('\r\n');
247485
- formIdeaLabels.forEach(function (label, index) {
247486
- var oldLabel = _this3.ideaLabels.filter(function (olabel) {
247487
- return olabel.name === label;
247488
- });
247489
- if (oldLabel.length === 0) {
247490
- var ideaObj = {
247491
- status: -1,
247492
- id: (0,common/* uuid */.uR)(),
247493
- name: label,
247494
- orderNo: 'no' + (index < 10 ? '0' + index : index),
247495
- processId: _this3.process.id
247496
- };
247497
- _this3.ideaLabels.push(ideaObj);
247498
- }
247499
- });
247500
- this.$bus.emit('emitIdeaLables', this.ideaLabels);
247501
- this.saveIdeaLable(this.ideaLabels);
247502
- }
247503
- this.$bus.emit('emitProcess', this.process);
247504
- }
247505
- },
247506
247850
  initWfDesigner: function initWfDesigner() {
247507
- var _this4 = this;
247851
+ var _this3 = this;
247508
247852
  entry_lib_jsPlumb.importDefaults({
247509
247853
  ReattachConnections: true
247510
247854
  });
247511
247855
  this.dragLineObj.init = function (connection, thisConnect) {
247512
- dragLine(_this4, connection, thisConnect);
247856
+ dragLine(_this3, connection, thisConnect);
247513
247857
  };
247514
247858
  // 区域选择
247515
247859
  var oRegionSelect = new RegionSelect({
@@ -247561,19 +247905,25 @@ var _require19 = __webpack_require__(53978),
247561
247905
  if (!this.id) {
247562
247906
  reqParams.url = 'workflow/wfdProcessMgr/addNew';
247563
247907
  reqParams.method = 'POST';
247908
+ if (this.$route.query.udmid) {
247909
+ reqParams.params.udmid = this.$route.query.udmid;
247910
+ }
247564
247911
  }
247565
247912
  var _this = this;
247566
247913
  this.$http(reqParams).then(function (response) {
247567
- _this4.wflow = response.body.vo;
247568
- _this4.id = _this4.wflow.process.id;
247569
- _this4.process = response.body.vo.process;
247914
+ _this3.wflow = response.body.vo;
247915
+ _this3.id = _this3.wflow.process.id;
247916
+ _this3.process = response.body.vo.process;
247570
247917
  if (reqParams.url === 'workflow/wfdProcessMgr/addNew') {
247571
- _this4.initProcess();
247918
+ ecinc_process.initProcess(_this3);
247919
+ if (response.body.udmConfig) {
247920
+ ecinc_process.setUdmChartdata(_this3, response.body.udmConfig);
247921
+ }
247572
247922
  }
247573
- if (_this4.wflow.oneGroupCorp) {
247923
+ if (_this3.wflow.oneGroupCorp) {
247574
247924
  // 机构选择对话框,使用ocode、nName属性
247575
- _this4.wflow.groupOrgans = [];
247576
- _this4.wflow.groupOrgans.push({
247925
+ _this3.wflow.groupOrgans = [];
247926
+ _this3.wflow.groupOrgans.push({
247577
247927
  id: '0',
247578
247928
  fullID: '0',
247579
247929
  parentId: -1,
@@ -247583,7 +247933,7 @@ var _require19 = __webpack_require__(53978),
247583
247933
  nLevel: 1,
247584
247934
  passenger: {}
247585
247935
  });
247586
- _this4.wflow.groupOrgans.push({
247936
+ _this3.wflow.groupOrgans.push({
247587
247937
  id: '1',
247588
247938
  fullID: '0-1',
247589
247939
  parentId: '0',
@@ -247593,7 +247943,7 @@ var _require19 = __webpack_require__(53978),
247593
247943
  nLevel: 2,
247594
247944
  passenger: {}
247595
247945
  });
247596
- _this4.wflow.groupOrgans.push({
247946
+ _this3.wflow.groupOrgans.push({
247597
247947
  id: '2',
247598
247948
  fullID: '0-2',
247599
247949
  parentId: '0',
@@ -247603,7 +247953,7 @@ var _require19 = __webpack_require__(53978),
247603
247953
  nLevel: 2,
247604
247954
  passenger: {}
247605
247955
  });
247606
- _this4.wflow.groupOrgans.push({
247956
+ _this3.wflow.groupOrgans.push({
247607
247957
  id: '3',
247608
247958
  fullID: '0-3',
247609
247959
  parentId: '0',
@@ -247613,7 +247963,7 @@ var _require19 = __webpack_require__(53978),
247613
247963
  nLevel: 2,
247614
247964
  passenger: {}
247615
247965
  });
247616
- _this4.$http({
247966
+ _this3.$http({
247617
247967
  method: 'GET',
247618
247968
  url: 'base/organMgr/findTreeNodeVOListByNodeId',
247619
247969
  // 加载目录树节点(TreeNode、Oragnization两类对象)url
@@ -247622,42 +247972,42 @@ var _require19 = __webpack_require__(53978),
247622
247972
  } // 查询条件
247623
247973
  }).then(function (res) {
247624
247974
  if (res.code === 'success') {
247625
- var _this4$wflow$groupOrg;
247626
- (_this4$wflow$groupOrg = _this4.wflow.groupOrgans).push.apply(_this4$wflow$groupOrg, Centervue_type_script_lang_js_toConsumableArray(res.body.listdata));
247975
+ var _this3$wflow$groupOrg;
247976
+ (_this3$wflow$groupOrg = _this3.wflow.groupOrgans).push.apply(_this3$wflow$groupOrg, Centervue_type_script_lang_js_toConsumableArray(res.body.listdata));
247627
247977
  }
247628
247978
  });
247629
- } else if (_this4.wflow.groupOrgans && _this4.wflow.groupOrgans.length > 1) {
247979
+ } else if (_this3.wflow.groupOrgans && _this3.wflow.groupOrgans.length > 1) {
247630
247980
  // 下拉列表,使用code、name属性
247631
- _this4.wflow.groupOrgans.push({
247981
+ _this3.wflow.groupOrgans.push({
247632
247982
  code: 'group_cur_corp',
247633
247983
  name: '当前用户所在单位(公司)'
247634
247984
  });
247635
- _this4.wflow.groupOrgans.push({
247985
+ _this3.wflow.groupOrgans.push({
247636
247986
  code: 'group_drf_corp',
247637
247987
  name: '拟稿用户所在单位(公司)'
247638
247988
  });
247639
- _this4.wflow.groupOrgans.push({
247989
+ _this3.wflow.groupOrgans.push({
247640
247990
  code: 'group_all_corp',
247641
247991
  name: '不限制(集团各单位)'
247642
247992
  });
247643
247993
  } else {
247644
- _this4.wflow.nodes.forEach(function (node) {
247645
- node.selectOrg = _this4.wflow.process.orgCode;
247646
- node.selectOrgName = _this4.wflow.process.orgName;
247647
- node.selectOrgAdd = _this4.wflow.process.orgCode;
247648
- node.selectOrgNameAdd = _this4.wflow.process.orgName;
247994
+ _this3.wflow.nodes.forEach(function (node) {
247995
+ node.selectOrg = _this3.wflow.process.orgCode;
247996
+ node.selectOrgName = _this3.wflow.process.orgName;
247997
+ node.selectOrgAdd = _this3.wflow.process.orgCode;
247998
+ node.selectOrgNameAdd = _this3.wflow.process.orgName;
247649
247999
  });
247650
248000
  }
247651
- if (_this4.wflow.nodes.length > 0) {
247652
- _this4.ideaLabels = _this4.wflow.ideaLabels;
247653
- for (var o = 0; o < _this4.wflow.paths.length; o++) {
247654
- _this4.pathObj.push(_this4.wflow.paths[o]);
248001
+ if (_this3.wflow.nodes.length > 0) {
248002
+ _this3.ideaLabels = _this3.wflow.ideaLabels;
248003
+ for (var o = 0; o < _this3.wflow.paths.length; o++) {
248004
+ _this3.pathObj.push(_this3.wflow.paths[o]);
247655
248005
  }
247656
- _this4.wflow.paths.length = 0;
247657
- _this4.emitData();
248006
+ _this3.wflow.paths.length = 0;
248007
+ _this3.emitData();
247658
248008
  var chartData = JSON.parse(response.body.vo.process.chartData);
247659
248009
  var connectsArr = chartData.connects;
247660
- _this4.connectsArr = connectsArr;
248010
+ _this3.connectsArr = connectsArr;
247661
248011
  var domHtmlArr = chartData.domHtml;
247662
248012
  var nodeIdArr = [];
247663
248013
  for (var i = 0; i < domHtmlArr.length; i++) {
@@ -247666,23 +248016,23 @@ var _require19 = __webpack_require__(53978),
247666
248016
  jquery_default()('.process').removeClass('seled');
247667
248017
  jquery_default()('.process').each(function (index, elem) {
247668
248018
  nodeIdArr.push(jquery_default()(elem).attr('id'));
247669
- nodeEvents(jquery_default()(elem).attr('id'), _this4.wflow, _this4);
248019
+ nodeEvents(jquery_default()(elem).attr('id'), _this3.wflow, _this3);
247670
248020
  if (jquery_default()(elem).hasClass('childWf')) {
247671
- jquery_default()(elem).find('img').attr('src', _this4.zlc);
248021
+ jquery_default()(elem).find('img').attr('src', _this3.zlc);
247672
248022
  } else if (jquery_default()(elem).hasClass('parentWf')) {
247673
- jquery_default()(elem).find('img').attr('src', _this4.plc);
248023
+ jquery_default()(elem).find('img').attr('src', _this3.plc);
247674
248024
  } else if (jquery_default()(elem).hasClass('ptjd')) {
247675
- jquery_default()(elem).find('img').attr('src', _this4.ptjd);
248025
+ jquery_default()(elem).find('img').attr('src', _this3.ptjd);
247676
248026
  } else if (jquery_default()(elem).hasClass('jzjd')) {
247677
- jquery_default()(elem).find('img').attr('src', _this4.jzjd);
248027
+ jquery_default()(elem).find('img').attr('src', _this3.jzjd);
247678
248028
  } else if (jquery_default()(elem).hasClass('drbx')) {
247679
- jquery_default()(elem).find('img').attr('src', _this4.drbx);
248029
+ jquery_default()(elem).find('img').attr('src', _this3.drbx);
247680
248030
  } else if (jquery_default()(elem).hasClass('drcx')) {
247681
- jquery_default()(elem).find('img').attr('src', _this4.drcx);
248031
+ jquery_default()(elem).find('img').attr('src', _this3.drcx);
247682
248032
  } else if (jquery_default()(elem).hasClass('hqjd')) {
247683
- jquery_default()(elem).find('img').attr('src', _this4.hqjd);
248033
+ jquery_default()(elem).find('img').attr('src', _this3.hqjd);
247684
248034
  } else if (jquery_default()(elem).hasClass('ywjd')) {
247685
- jquery_default()(elem).find('img').attr('src', _this4.ywjd);
248035
+ jquery_default()(elem).find('img').attr('src', _this3.ywjd);
247686
248036
  }
247687
248037
  var ui = {
247688
248038
  position: {
@@ -247851,7 +248201,7 @@ var _require19 = __webpack_require__(53978),
247851
248201
  drag: function drag(event, ui) {
247852
248202
  var uiid = event.target.id;
247853
248203
  MoveSelectDiv(event, ui, uiid);
247854
- _this4.isDomChange = true; // 如果dom移动
248204
+ _this3.isDomChange = true; // 如果dom移动
247855
248205
  entry_lib_jsPlumb.repaintEverything();
247856
248206
  },
247857
248207
  stop: function stop(event, ui) {
@@ -247865,7 +248215,7 @@ var _require19 = __webpack_require__(53978),
247865
248215
  jquery_default()('.process').bind('click', function (el) {
247866
248216
  jquery_default()('.process').removeClass('seled');
247867
248217
  jquery_default()(el.currentTarget).addClass('seled');
247868
- _this4.getHistroyNodes();
248218
+ _this3.getHistroyNodes();
247869
248219
  var curId = jquery_default()(el.currentTarget).attr('id');
247870
248220
  for (var _j = 0; _j < _this.wflow.nodes.length; _j++) {
247871
248221
  if (curId === _this.wflow.nodes[_j].id) {
@@ -247874,27 +248224,27 @@ var _require19 = __webpack_require__(53978),
247874
248224
  break;
247875
248225
  }
247876
248226
  }
247877
- _this4.curNodeOperationArr = [];
247878
- for (var t = 0; t < _this4.wflow.operations.length; t++) {
247879
- if (_this4.wflow.operations[t].nodeId === curId) {
247880
- _this4.curNodeOperationArr.push(_this4.wflow.operations[t]);
248227
+ _this3.curNodeOperationArr = [];
248228
+ for (var t = 0; t < _this3.wflow.operations.length; t++) {
248229
+ if (_this3.wflow.operations[t].nodeId === curId) {
248230
+ _this3.curNodeOperationArr.push(_this3.wflow.operations[t]);
247881
248231
  }
247882
248232
  }
247883
248233
 
247884
248234
  // 获取环节指定机构、指定群组、指定岗位、指定处理人
247885
- _this4.getNodeSpecialData(curId);
248235
+ _this3.getNodeSpecialData(curId);
247886
248236
 
247887
248237
  // 获取需要等待的环节
247888
- _this4.getWaitNode();
247889
- _this4.emitData();
248238
+ _this3.getWaitNode();
248239
+ _this3.emitData();
247890
248240
  });
247891
248241
  // 双击给该元素动态添加锚点
247892
- _this4.AddAnchor();
248242
+ _this3.AddAnchor();
247893
248243
  setTimeout(function () {
247894
- _this4.oldWflow = JSON.parse(JSON.stringify(_this4.wflow));
248244
+ _this3.oldWflow = JSON.parse(JSON.stringify(_this3.wflow));
247895
248245
  }, 200);
247896
- if (_this4.process.description) {
247897
- var desc = _this4.process.description;
248246
+ if (_this3.process.description) {
248247
+ var desc = _this3.process.description;
247898
248248
  var containerHeight = 180;
247899
248249
  var containerLeft = null;
247900
248250
  var containerTop = null;
@@ -247906,8 +248256,10 @@ var _require19 = __webpack_require__(53978),
247906
248256
  showProcessDesc(desc, containerHeight, containerLeft, containerTop);
247907
248257
  }
247908
248258
  }
248259
+ var startNode = document.querySelector('.center-container').querySelector('.start');
248260
+ if (startNode) jquery_default()(startNode).click();
247909
248261
  }, function (error) {
247910
- _this4.$message.error(error);
248262
+ _this3.$message.error(error);
247911
248263
  });
247912
248264
 
247913
248265
  /** *************************************路径数据******************************************/
@@ -247924,58 +248276,58 @@ var _require19 = __webpack_require__(53978),
247924
248276
  fillStyle: '#438eb9',
247925
248277
  radius: 5
247926
248278
  });
247927
- _this4.dragPath(info);
248279
+ _this3.dragPath(info);
247928
248280
  // 用于比较数据是否改变
247929
- _this4.oldWflow = JSON.parse(JSON.stringify(_this4.wflow));
247930
- _this4.ComparePath();
247931
- _this4.emitData();
248281
+ _this3.oldWflow = JSON.parse(JSON.stringify(_this3.wflow));
248282
+ _this3.ComparePath();
248283
+ _this3.emitData();
247932
248284
  return false;
247933
248285
  });
247934
248286
  entry_lib_jsPlumb.bind('mousedown', function (connection, originalEvent) {
247935
248287
  var thisConnect = {};
247936
- var len = _this4.connectsArr.length;
248288
+ var len = _this3.connectsArr.length;
247937
248289
  for (var i = 0; i < len; i++) {
247938
- if (connection.id === _this4.connectsArr[i].ConnectionId) {
247939
- thisConnect = _this4.connectsArr[i];
248290
+ if (connection.id === _this3.connectsArr[i].ConnectionId) {
248291
+ thisConnect = _this3.connectsArr[i];
247940
248292
  break;
247941
248293
  }
247942
248294
  }
247943
- _this4.clickPath(connection); //, 此事件会跟click事件冲突,可以把事件函数放在这里执行
248295
+ _this3.clickPath(connection); //, 此事件会跟click事件冲突,可以把事件函数放在这里执行
247944
248296
  // 设置路径颜色
247945
- _this4.dragLineObj.init(connection, thisConnect);
247946
- _this4.pathFieldValue = {};
247947
- _this4.groupPathFieldValue = {};
247948
- _this4.jobPathFieldValue = {};
247949
- _this4.rolePathFieldValue = {};
247950
- if (!_this4.curPath.multiLevelPathFieldValue) {
247951
- _this4.curPath.multiLevelPathFieldValue = {};
247952
- }
247953
- for (var _i = 0; _i < _this4.wflow.pathFieldValues.length; _i++) {
247954
- if (_this4.wflow.pathFieldValues[_i].pathId === _this4.curPath.id) {
248297
+ _this3.dragLineObj.init(connection, thisConnect);
248298
+ _this3.pathFieldValue = {};
248299
+ _this3.groupPathFieldValue = {};
248300
+ _this3.jobPathFieldValue = {};
248301
+ _this3.rolePathFieldValue = {};
248302
+ if (!_this3.curPath.multiLevelPathFieldValue) {
248303
+ _this3.curPath.multiLevelPathFieldValue = {};
248304
+ }
248305
+ for (var _i = 0; _i < _this3.wflow.pathFieldValues.length; _i++) {
248306
+ if (_this3.wflow.pathFieldValues[_i].pathId === _this3.curPath.id) {
247955
248307
  var fieldType = '';
247956
- if (_this4.wflow.pathFieldValues[_i].valueType === 0) {
247957
- _this4.curPath.multiLevelPathFieldValue[_this4.wflow.pathFieldValues[_i].value] = true;
248308
+ if (_this3.wflow.pathFieldValues[_i].valueType === 0) {
248309
+ _this3.curPath.multiLevelPathFieldValue[_this3.wflow.pathFieldValues[_i].value] = true;
247958
248310
  }
247959
- if (_this4.wflow.pathFieldValues[_i].valueType === 1) {
248311
+ if (_this3.wflow.pathFieldValues[_i].valueType === 1) {
247960
248312
  fieldType = 'pathFieldValue';
247961
- } else if (_this4.wflow.pathFieldValues[_i].valueType === 2) {
248313
+ } else if (_this3.wflow.pathFieldValues[_i].valueType === 2) {
247962
248314
  fieldType = 'groupPathFieldValue';
247963
- } else if (_this4.wflow.pathFieldValues[_i].valueType === 3) {
248315
+ } else if (_this3.wflow.pathFieldValues[_i].valueType === 3) {
247964
248316
  fieldType = 'jobPathFieldValue';
247965
- } else if (_this4.wflow.pathFieldValues[_i].valueType === 4) {
248317
+ } else if (_this3.wflow.pathFieldValues[_i].valueType === 4) {
247966
248318
  fieldType = 'rolePathFieldValue';
247967
248319
  }
247968
248320
  if (fieldType) {
247969
- if (!_this4[fieldType] || !_this4[fieldType].value) {
247970
- _this4[fieldType] = _this4.wflow.pathFieldValues[_i];
247971
- _this4[fieldType].values = _this4.wflow.pathFieldValues[_i].value;
248321
+ if (!_this3[fieldType] || !_this3[fieldType].value) {
248322
+ _this3[fieldType] = _this3.wflow.pathFieldValues[_i];
248323
+ _this3[fieldType].values = _this3.wflow.pathFieldValues[_i].value;
247972
248324
  } else {
247973
- _this4[fieldType].values += ',' + _this4.wflow.pathFieldValues[_i].value;
248325
+ _this3[fieldType].values += ',' + _this3.wflow.pathFieldValues[_i].value;
247974
248326
  }
247975
248327
  }
247976
248328
  }
247977
248329
  }
247978
- _this4.emitData();
248330
+ _this3.emitData();
247979
248331
  // $scope.$apply();
247980
248332
  return false;
247981
248333
  });
@@ -248003,11 +248355,11 @@ var _require19 = __webpack_require__(53978),
248003
248355
  // 双击显示流程说明框
248004
248356
  jquery_default()(document).bind('dblclick', function (event) {
248005
248357
  if (event.target.id === 'center') {
248006
- var desc = _this4.process.description;
248358
+ var desc = _this3.process.description;
248007
248359
  var containerHeight = 180;
248008
248360
  var containerLeft = event.offsetX;
248009
248361
  var containerTop = event.offsetY;
248010
- var chartData = JSON.parse(_this4.process.chartData);
248362
+ var chartData = JSON.parse(_this3.process.chartData);
248011
248363
  if (chartData.descDiv) {
248012
248364
  containerHeight = chartData.descDiv.height;
248013
248365
  containerLeft = chartData.descDiv.left;
@@ -248055,7 +248407,7 @@ var _require19 = __webpack_require__(53978),
248055
248407
  // 删除连线时,获取连线的id,循环所有nextNodes的pathId,如果是删除的连线id,删除nextNode
248056
248408
  var deleteConnId = conn.id;
248057
248409
  var nextnode = jquery_default()(conn.target);
248058
- var _this = _this4;
248410
+ var _this = _this3;
248059
248411
 
248060
248412
  // 当两个决策节点或者聚合节点删除连接线时,判断第二个节点是否还有其他的连接线,如果没有删除类标记
248061
248413
  if ((nextnode.hasClass('jcjd') || nextnode.hasClass('jhjd')) && nextnode.hasClass('lastJ')) {
@@ -248071,17 +248423,17 @@ var _require19 = __webpack_require__(53978),
248071
248423
  nextnode.removeClass('lastJ');
248072
248424
  }
248073
248425
  }
248074
- for (var _i3 = 0; _i3 < _this4.wflow.nextNodes.length; _i3++) {
248426
+ for (var _i3 = 0; _i3 < _this3.wflow.nextNodes.length; _i3++) {
248075
248427
  if (_this.wflow.nextNodes[_i3].pathId === deleteConnId) {
248076
248428
  _this.wflow.nextNodes.splice(_i3--, 1);
248077
248429
  }
248078
248430
  }
248079
- for (var _i4 = 0; _i4 < _this4.wflow.pathFieldValues.length; _i4++) {
248431
+ for (var _i4 = 0; _i4 < _this3.wflow.pathFieldValues.length; _i4++) {
248080
248432
  if (_this.wflow.pathFieldValues[_i4].pathId === deleteConnId) {
248081
248433
  _this.wflow.pathFieldValues.splice(_i4--, 1);
248082
248434
  }
248083
248435
  }
248084
- for (var _i5 = 0; _i5 < _this4.wflow.paths.length; _i5++) {
248436
+ for (var _i5 = 0; _i5 < _this3.wflow.paths.length; _i5++) {
248085
248437
  if (conn.id === _this.wflow.paths[_i5].id) {
248086
248438
  _this.wflow.paths.splice(_i5--, 1);
248087
248439
  }
@@ -248098,11 +248450,11 @@ var _require19 = __webpack_require__(53978),
248098
248450
  var firstEndpoints = [parseFloat(conn.endpoints[0].anchor.x), parseFloat(conn.endpoints[0].anchor.y), conn.endpoints[0].anchor.orientation[0], conn.endpoints[0].anchor.orientation[1]];
248099
248451
  var secondEndpoints = [parseFloat(conn.endpoints[1].anchor.x), parseFloat(conn.endpoints[1].anchor.y), conn.endpoints[1].anchor.orientation[0], conn.endpoints[1].anchor.orientation[1]];
248100
248452
  var anchors = [firstEndpoints, secondEndpoints];
248101
- var label = conn.getLabel() || _this4.curPath.name;
248453
+ var label = conn.getLabel() || _this3.curPath.name;
248102
248454
  entry_lib_jsPlumb.deleteConnection(conn);
248103
- for (var _i6 = 0; _i6 < _this4.wflow.paths.length; _i6++) {
248104
- if (conn.id === _this4.wflow.paths[_i6].id) {
248105
- _this4.wflow.paths.splice(_i6--, 1);
248455
+ for (var _i6 = 0; _i6 < _this3.wflow.paths.length; _i6++) {
248456
+ if (conn.id === _this3.wflow.paths[_i6].id) {
248457
+ _this3.wflow.paths.splice(_i6--, 1);
248106
248458
  }
248107
248459
  }
248108
248460
  conn.label = label;
@@ -248119,11 +248471,11 @@ var _require19 = __webpack_require__(53978),
248119
248471
  var firstEndpoints = [parseFloat(conn.endpoints[0].anchor.x), parseFloat(conn.endpoints[0].anchor.y), conn.endpoints[0].anchor.orientation[0], conn.endpoints[0].anchor.orientation[1]];
248120
248472
  var secondEndpoints = [parseFloat(conn.endpoints[1].anchor.x), parseFloat(conn.endpoints[1].anchor.y), conn.endpoints[1].anchor.orientation[0], conn.endpoints[1].anchor.orientation[1]];
248121
248473
  var anchors = [firstEndpoints, secondEndpoints];
248122
- var label = conn.getLabel() || _this4.curPath.name;
248474
+ var label = conn.getLabel() || _this3.curPath.name;
248123
248475
  entry_lib_jsPlumb.deleteConnection(conn);
248124
- for (var _i7 = 0; _i7 < _this4.wflow.paths.length; _i7++) {
248125
- if (conn.id === _this4.wflow.paths[_i7].id) {
248126
- _this4.wflow.paths.splice(_i7--, 1);
248476
+ for (var _i7 = 0; _i7 < _this3.wflow.paths.length; _i7++) {
248477
+ if (conn.id === _this3.wflow.paths[_i7].id) {
248478
+ _this3.wflow.paths.splice(_i7--, 1);
248127
248479
  }
248128
248480
  }
248129
248481
  var connector = ['Bezier', {
@@ -248142,11 +248494,11 @@ var _require19 = __webpack_require__(53978),
248142
248494
  var firstEndpoints = [parseFloat(conn.endpoints[0].anchor.x), parseFloat(conn.endpoints[0].anchor.y), conn.endpoints[0].anchor.orientation[0], conn.endpoints[0].anchor.orientation[1]];
248143
248495
  var secondEndpoints = [parseFloat(conn.endpoints[1].anchor.x), parseFloat(conn.endpoints[1].anchor.y), conn.endpoints[1].anchor.orientation[0], conn.endpoints[1].anchor.orientation[1]];
248144
248496
  var anchors = [firstEndpoints, secondEndpoints];
248145
- var label = conn.getLabel() || _this4.curPath.name;
248497
+ var label = conn.getLabel() || _this3.curPath.name;
248146
248498
  entry_lib_jsPlumb.deleteConnection(conn);
248147
- for (var _i8 = 0; _i8 < _this4.wflow.paths.length; _i8++) {
248148
- if (conn.id === _this4.wflow.paths[_i8].id) {
248149
- _this4.wflow.paths.splice(_i8--, 1);
248499
+ for (var _i8 = 0; _i8 < _this3.wflow.paths.length; _i8++) {
248500
+ if (conn.id === _this3.wflow.paths[_i8].id) {
248501
+ _this3.wflow.paths.splice(_i8--, 1);
248150
248502
  }
248151
248503
  }
248152
248504
  var connector = ['Flowchart', {
@@ -248193,76 +248545,76 @@ var _require19 = __webpack_require__(53978),
248193
248545
  var type = jquery_default()(ui.draggable).attr('type');
248194
248546
 
248195
248547
  // 1获取id,添加模型
248196
- var nid = model.CreateModel(ui, jquery_default()(event.target), resize, domJoin, modelType, type, _this4.wflow, _this4);
248197
- _this4.getProcessNum(modelType);
248548
+ var nid = model.CreateModel(ui, jquery_default()(event.target), resize, domJoin, modelType, type, _this3.wflow, _this3);
248549
+ _this3.getProcessNum(modelType);
248198
248550
 
248199
248551
  // node创建时,初始化数据
248200
- _this4.curNode = JSON.parse(JSON.stringify(model_data/* wfNode */.EP));
248201
- _this4.curNode.id = nid;
248202
- _this4.curNode.nodeNo = _this4.processNum * 10;
248203
- _this4.curNode.processId = _this4.process.id;
248552
+ _this3.curNode = JSON.parse(JSON.stringify(model_data/* wfNode */.EP));
248553
+ _this3.curNode.id = nid;
248554
+ _this3.curNode.nodeNo = _this3.processNum * 10;
248555
+ _this3.curNode.processId = _this3.process.id;
248204
248556
  if (modelType === 'start') {
248205
- _this4.curNode.name = 'start';
248206
- _this4.curNode.nodeNo = 'start';
248557
+ _this3.curNode.name = 'start';
248558
+ _this3.curNode.nodeNo = 'start';
248207
248559
  } else if (modelType === 'jsrw') {
248208
- _this4.curNode.name = 'jsrw';
248209
- _this4.curNode.nodeNo = 'jsrw';
248560
+ _this3.curNode.name = 'jsrw';
248561
+ _this3.curNode.nodeNo = 'jsrw';
248210
248562
  } else if (modelType === 'jslc') {
248211
- _this4.curNode.name = 'jslc';
248212
- _this4.curNode.nodeNo = 'jslc';
248563
+ _this3.curNode.name = 'jslc';
248564
+ _this3.curNode.nodeNo = 'jslc';
248213
248565
  } else if (modelType === 'parentWf') {
248214
- _this4.curNode.name = 'parentWf';
248215
- _this4.curNode.nodeNo = 'parentWf';
248566
+ _this3.curNode.name = 'parentWf';
248567
+ _this3.curNode.nodeNo = 'parentWf';
248216
248568
  } else if (modelType === 'jcjd') {
248217
- _this4.curNode.name = '';
248569
+ _this3.curNode.name = '';
248218
248570
  } else if (modelType === 'zyjd') {
248219
- _this4.curNode.name = 'zyjd';
248220
- _this4.curNode.nodeNo = 'zyjd';
248571
+ _this3.curNode.name = 'zyjd';
248572
+ _this3.curNode.nodeNo = 'zyjd';
248221
248573
  } else if (modelType === 'dfzjd') {
248222
- _this4.curNode.name = 'dfzjd';
248223
- _this4.curNode.nodeNo = 'dfzjd';
248574
+ _this3.curNode.name = 'dfzjd';
248575
+ _this3.curNode.nodeNo = 'dfzjd';
248224
248576
  } else if (modelType === 'jhjd') {
248225
- _this4.curNode.name = '';
248577
+ _this3.curNode.name = '';
248226
248578
  } else {
248227
- _this4.curNode.name = '';
248579
+ _this3.curNode.name = '';
248228
248580
  // $scope.curNode.nodeNo = ''
248229
248581
  }
248230
248582
  // 2把当前环境添加到全局nodes对象中
248231
- _this4.wflow.nodes.push(_this4.curNode);
248583
+ _this3.wflow.nodes.push(_this3.curNode);
248232
248584
 
248233
248585
  // 3当前node对象根据id=全局对象的id
248234
- for (var i = 0; i < _this4.wflow.nodes.length; i++) {
248235
- if (_this4.curNode.id === _this4.wflow.nodes[i].id) {
248236
- _this4.curNode = _this4.wflow.nodes[i];
248586
+ for (var i = 0; i < _this3.wflow.nodes.length; i++) {
248587
+ if (_this3.curNode.id === _this3.wflow.nodes[i].id) {
248588
+ _this3.curNode = _this3.wflow.nodes[i];
248237
248589
  break;
248238
248590
  }
248239
248591
  }
248240
- _this4.emitData();
248592
+ _this3.emitData();
248241
248593
 
248242
248594
  // node点击动态绑定
248243
248595
  // nodeClick();
248244
248596
  jquery_default()('.process').bind('click', function (el) {
248245
248597
  jquery_default()('.process').removeClass('seled');
248246
248598
  jquery_default()(el.currentTarget).addClass('seled');
248247
- _this4.getHistroyNodes();
248599
+ _this3.getHistroyNodes();
248248
248600
  var curId = jquery_default()(el.currentTarget).attr('id');
248249
- for (var j = 0; j < _this4.wflow.nodes.length; j++) {
248250
- if (curId === _this4.wflow.nodes[j].id) {
248251
- _this4.curNode = _this4.wflow.nodes[j];
248252
- jquery_default()(el.currentTarget).attr('id', _this4.wflow.nodes[j].id);
248601
+ for (var j = 0; j < _this3.wflow.nodes.length; j++) {
248602
+ if (curId === _this3.wflow.nodes[j].id) {
248603
+ _this3.curNode = _this3.wflow.nodes[j];
248604
+ jquery_default()(el.currentTarget).attr('id', _this3.wflow.nodes[j].id);
248253
248605
  break;
248254
248606
  }
248255
248607
  }
248256
- _this4.changeCurNodeType(jquery_default()(el.currentTarget));
248257
- _this4.getNodeSpecialData(curId); // 点击环节时,设置环节指定处理人、指定岗位、指定群组、指定机构信息
248608
+ _this3.changeCurNodeType(jquery_default()(el.currentTarget));
248609
+ _this3.getNodeSpecialData(curId); // 点击环节时,设置环节指定处理人、指定岗位、指定群组、指定机构信息
248258
248610
 
248259
- _this4.clickNodeFieldValues(); // 点击环节更新多域值
248260
- _this4.clickNodeOperation(); // 点击环节更新操作按钮
248261
- _this4.getWaitNode(); // 点击环节计算需要等待环节
248262
- _this4.emitData();
248611
+ _this3.clickNodeFieldValues(); // 点击环节更新多域值
248612
+ _this3.clickNodeOperation(); // 点击环节更新操作按钮
248613
+ _this3.getWaitNode(); // 点击环节计算需要等待环节
248614
+ _this3.emitData();
248263
248615
  // $scope.$apply()
248264
248616
  });
248265
- _this4.AddAnchor();
248617
+ _this3.AddAnchor();
248266
248618
  }
248267
248619
  });
248268
248620
  this.wflow.ideaLabels = [];
@@ -248384,13 +248736,13 @@ var _require19 = __webpack_require__(53978),
248384
248736
  },
248385
248737
  // 点击环节计算需要等待环节
248386
248738
  getWaitNode: function getWaitNode() {
248387
- var _this5 = this;
248739
+ var _this4 = this;
248388
248740
  // waitNodeArr
248389
248741
  this.waitNodeArr = [];
248390
248742
  var ptNodeList = [];
248391
248743
  var ptNode = jquery_default()('#center').find('.process');
248392
248744
  ptNode.each(function (i, elem) {
248393
- var isPtNode = ptNode.eq(i).hasClass('start') || ptNode.eq(i).hasClass('jsrw') || ptNode.eq(i).hasClass('jslc') || ptNode.eq(i).hasClass('jcjd') || ptNode.eq(i).hasClass('zyjd') || ptNode.eq(i).hasClass('dfzjd') || ptNode.eq(i).hasClass('jhjd') || ptNode.eq(i).hasClass('parentWf') || ptNode.eq(i).attr('id') === _this5.curNode.id;
248745
+ var isPtNode = ptNode.eq(i).hasClass('start') || ptNode.eq(i).hasClass('jsrw') || ptNode.eq(i).hasClass('jslc') || ptNode.eq(i).hasClass('jcjd') || ptNode.eq(i).hasClass('zyjd') || ptNode.eq(i).hasClass('dfzjd') || ptNode.eq(i).hasClass('jhjd') || ptNode.eq(i).hasClass('parentWf') || ptNode.eq(i).attr('id') === _this4.curNode.id;
248394
248746
  if (!isPtNode) {
248395
248747
  ptNodeList.push(ptNode.eq(i));
248396
248748
  }
@@ -248423,7 +248775,7 @@ var _require19 = __webpack_require__(53978),
248423
248775
  }
248424
248776
  },
248425
248777
  dragPath: function dragPath(pathTarget) {
248426
- var _this6 = this;
248778
+ var _this5 = this;
248427
248779
  this.curPath = {};
248428
248780
  for (var p = 0; p < this.pathObj.length; p++) {
248429
248781
  if (this.pathObj[p].id === pathTarget.connection._jsPlumb.parameters.pathId) {
@@ -248448,8 +248800,8 @@ var _require19 = __webpack_require__(53978),
248448
248800
  }
248449
248801
  if (this.curPath.preNodeId !== '' && this.curPath.preNodeId !== undefined) {
248450
248802
  this.wflow.nodes.forEach(function (node) {
248451
- if (_this6.curPath.preNodeId === node.id) {
248452
- _this6.curPath.preNodeName = node.name;
248803
+ if (_this5.curPath.preNodeId === node.id) {
248804
+ _this5.curPath.preNodeName = node.name;
248453
248805
  }
248454
248806
  });
248455
248807
  }
@@ -248510,8 +248862,8 @@ var _require19 = __webpack_require__(53978),
248510
248862
  this.curPath.preNodeId = jquery_default()(pathTarget.source).attr('id');
248511
248863
  this.curPath.ctrlType = 6;
248512
248864
  this.wflow.nodes.forEach(function (node) {
248513
- if (_this6.curPath.preNodeId === node.id) {
248514
- _this6.curPath.preNodeName = node.name;
248865
+ if (_this5.curPath.preNodeId === node.id) {
248866
+ _this5.curPath.preNodeName = node.name;
248515
248867
  }
248516
248868
  });
248517
248869
  } else {
@@ -248565,7 +248917,7 @@ var _require19 = __webpack_require__(53978),
248565
248917
  }
248566
248918
 
248567
248919
  // 5、重新加载的路径,不需要执行后续初始化设置
248568
- if (event.type == 'reload' || event.type == 'loadend') {
248920
+ if (!this.id && (event.type == 'reload' || event.type == 'loadend')) {
248569
248921
  return;
248570
248922
  }
248571
248923
 
@@ -248634,14 +248986,13 @@ var _require19 = __webpack_require__(53978),
248634
248986
 
248635
248987
  // 3.1如果下一节点是多分支节点、自由节点,计算路径后续节点
248636
248988
  for (var i = 0; i < allConnection.length; i++) {
248989
+ console.log(allConnection[i].target.classList, jquery_default()(allConnection[i].target).hasClass('dfzjd'));
248637
248990
  if (jquery_default()(allConnection[i].target).hasClass('dfzjd') || jquery_default()(allConnection[i].target).hasClass('zyjd')) {
248638
- var tPathTarget = _allConnection[i];
248639
- var _allConnection = entry_lib_jsPlumb.getAllConnections();
248991
+ var tPathTarget = allConnection[i];
248640
248992
  var arr1 = [];
248641
- var isHaveCurNextNode3 = true;
248642
- for (var j = 0; j < _allConnection.length; j++) {
248643
- if ((jquery_default()(_allConnection[j].source).hasClass('dfzjd') || jquery_default()(_allConnection[j].source).hasClass('zyjd')) && jquery_default()(tPathTarget.target).attr('id') === jquery_default()(_allConnection[j].source).attr('id')) {
248644
- arr1.push(_allConnection[j]);
248993
+ for (var j = 0; j < allConnection.length; j++) {
248994
+ if ((jquery_default()(allConnection[j].source).hasClass('dfzjd') || jquery_default()(allConnection[j].source).hasClass('zyjd')) && jquery_default()(tPathTarget.target).attr('id') === jquery_default()(allConnection[j].source).attr('id')) {
248995
+ arr1.push(allConnection[j]);
248645
248996
  }
248646
248997
  }
248647
248998
  for (var u = 0; u < model_data/* wflow */.eR.nextNodes.length; u++) {
@@ -248649,21 +249000,19 @@ var _require19 = __webpack_require__(53978),
248649
249000
  this.wflow.nextNodes.splice(u--, 1);
248650
249001
  }
248651
249002
  }
248652
- if (isHaveCurNextNode3) {
248653
- for (var _j2 = 0; _j2 < arr1.length; _j2++) {
248654
- this.curNextNode = {
248655
- status: -1,
248656
- id: (0,common/* uuid */.uR)(),
248657
- nextNodeVal: jquery_default()(arr1[_j2].target).find('p').html(),
248658
- isRequired: this.getIsRequired(jquery_default()(arr1[_j2].target).attr('id'), tPathTarget.id).length > 0 ? this.getIsRequired(jquery_default()(arr1[_j2].target).attr('id'), tPathTarget.id)[0].isRequired : 0,
248659
- nextNodeId: jquery_default()(arr1[_j2].target).attr('id'),
248660
- pathId: tPathTarget.id
248661
- };
248662
- this.wflow.nextNodes.push(this.curNextNode);
248663
- this.nextNodeArr.push(this.curNextNode);
248664
- }
248665
- this.emitData();
249003
+ for (var _j2 = 0; _j2 < arr1.length; _j2++) {
249004
+ this.curNextNode = {
249005
+ status: -1,
249006
+ id: (0,common/* uuid */.uR)(),
249007
+ nextNodeVal: jquery_default()(arr1[_j2].target).find('p').html(),
249008
+ isRequired: this.getIsRequired(jquery_default()(arr1[_j2].target).attr('id'), tPathTarget.id).length > 0 ? this.getIsRequired(jquery_default()(arr1[_j2].target).attr('id'), tPathTarget.id)[0].isRequired : 0,
249009
+ nextNodeId: jquery_default()(arr1[_j2].target).attr('id'),
249010
+ pathId: tPathTarget.id
249011
+ };
249012
+ this.wflow.nextNodes.push(this.curNextNode);
249013
+ this.nextNodeArr.push(this.curNextNode);
248666
249014
  }
249015
+ this.emitData();
248667
249016
 
248668
249017
  // 获取所有wlfow.nodes的id,wflow.nextNodes的nextNodeId=wlfow.nodes.id
248669
249018
  for (var n = 0; n < this.wflow.nodes.length; n++) {
@@ -248738,12 +249087,12 @@ var _require19 = __webpack_require__(53978),
248738
249087
 
248739
249088
  // 3、路径指向分支,指出分支下一级人工节点,生成nextNode
248740
249089
  if (jquery_default()(pathTarget.target).hasClass('dfzjd') || jquery_default()(pathTarget.target).hasClass('zyjd')) {
248741
- var _allConnection2 = entry_lib_jsPlumb.getAllConnections();
249090
+ var _allConnection = entry_lib_jsPlumb.getAllConnections();
248742
249091
  var _arr = [];
248743
- var _isHaveCurNextNode = true;
248744
- for (var _i11 = 0; _i11 < _allConnection2.length; _i11++) {
248745
- if ((jquery_default()(_allConnection2[_i11].source).hasClass('dfzjd') || jquery_default()(_allConnection2[_i11].source).hasClass('zyjd')) && jquery_default()(pathTarget.target).attr('id') === jquery_default()(_allConnection2[_i11].source).attr('id')) {
248746
- _arr.push(_allConnection2[_i11]);
249092
+ var isHaveCurNextNode3 = true;
249093
+ for (var _i11 = 0; _i11 < _allConnection.length; _i11++) {
249094
+ if ((jquery_default()(_allConnection[_i11].source).hasClass('dfzjd') || jquery_default()(_allConnection[_i11].source).hasClass('zyjd')) && jquery_default()(pathTarget.target).attr('id') === jquery_default()(_allConnection[_i11].source).attr('id')) {
249095
+ _arr.push(_allConnection[_i11]);
248747
249096
  }
248748
249097
  }
248749
249098
  var isRequiredMap = {};
@@ -248753,7 +249102,7 @@ var _require19 = __webpack_require__(53978),
248753
249102
  this.wflow.nextNodes.splice(_u--, 1);
248754
249103
  }
248755
249104
  }
248756
- if (_isHaveCurNextNode) {
249105
+ if (isHaveCurNextNode3) {
248757
249106
  for (var _j3 = 0; _j3 < _arr.length; _j3++) {
248758
249107
  var isRequired = isRequiredMap[pathTarget.id + '-' + jquery_default()(_arr[_j3].target).attr('id')];
248759
249108
  if (!isRequired) {
@@ -248840,7 +249189,7 @@ var _require19 = __webpack_require__(53978),
248840
249189
  },
248841
249190
  // 改变当前的环节类型
248842
249191
  changeCurNodeType: function changeCurNodeType(_this) {
248843
- var _this7 = this;
249192
+ var _this6 = this;
248844
249193
  if (_this.hasClass('ptjd')) {
248845
249194
  this.curNode.processType = 0;
248846
249195
  this.curNode.nodeType = 1;
@@ -248860,7 +249209,7 @@ var _require19 = __webpack_require__(53978),
248860
249209
  // eslint-disable-next-line no-undef
248861
249210
  this.curNode.nodeType = 3;
248862
249211
  setTimeout(function () {
248863
- _this7.curNode.processType = 8;
249212
+ _this6.curNode.processType = 8;
248864
249213
  }, 0);
248865
249214
  }
248866
249215
  // $scope.$apply();
@@ -249080,7 +249429,7 @@ var _require19 = __webpack_require__(53978),
249080
249429
  return true;
249081
249430
  },
249082
249431
  save: function save(connects) {
249083
- var _this8 = this;
249432
+ var _this7 = this;
249084
249433
  if (this.wflow.ideaLabels.length === 0) {
249085
249434
  this.wflow.ideaLabels = [];
249086
249435
  }
@@ -249106,26 +249455,26 @@ var _require19 = __webpack_require__(53978),
249106
249455
  }
249107
249456
  var _loop = function _loop(_i15) {
249108
249457
  var connect = connects.filter(function (connect, index) {
249109
- if (connect.ConnectionId === _this8.wflow.paths[_i15].id) return true;
249458
+ if (connect.ConnectionId === _this7.wflow.paths[_i15].id) return true;
249110
249459
  });
249111
249460
  if (connect === undefined || connect === undefined || connect.length === 0) {
249112
- console.log('无效的路径', _this8.wflow.paths[_i15]);
249113
- _this8.wflow.paths.splice(_i15--, 1);
249461
+ console.log('无效的路径', _this7.wflow.paths[_i15]);
249462
+ _this7.wflow.paths.splice(_i15--, 1);
249114
249463
  _i14 = _i15;
249115
249464
  return 1; // continue
249116
249465
  }
249117
- if (_this8.wflow.paths[_i15].multiLevelPathFieldValue) {
249118
- for (var _key in _this8.wflow.paths[_i15].multiLevelPathFieldValue) {
249119
- if (_this8.wflow.paths[_i15].multiLevelPathFieldValue[_key]) {
249466
+ if (_this7.wflow.paths[_i15].multiLevelPathFieldValue) {
249467
+ for (var _key in _this7.wflow.paths[_i15].multiLevelPathFieldValue) {
249468
+ if (_this7.wflow.paths[_i15].multiLevelPathFieldValue[_key]) {
249120
249469
  var multiLevelPathFieldValue = {
249121
249470
  id: (0,common/* uuid */.uR)(),
249122
- pathId: _this8.wflow.paths[_i15].id,
249471
+ pathId: _this7.wflow.paths[_i15].id,
249123
249472
  passenger: {},
249124
249473
  value: _key,
249125
249474
  valueType: 0,
249126
249475
  memo: _key
249127
249476
  };
249128
- _this8.wflow.pathFieldValues.push(multiLevelPathFieldValue);
249477
+ _this7.wflow.pathFieldValues.push(multiLevelPathFieldValue);
249129
249478
  }
249130
249479
  }
249131
249480
  }
@@ -249156,7 +249505,7 @@ var _require19 = __webpack_require__(53978),
249156
249505
  },
249157
249506
  // 保存
249158
249507
  saveWorkflow: function saveWorkflow(actionType) {
249159
- var _this9 = this;
249508
+ var _this8 = this;
249160
249509
  this.$bus.emit('splicingAttavhStr');
249161
249510
  this.process.chartData = {};
249162
249511
  var _this = this;
@@ -249231,7 +249580,7 @@ var _require19 = __webpack_require__(53978),
249231
249580
  this.save(connects);
249232
249581
  this.$http(req).then(function (response) {
249233
249582
  if (response.code === 'success') {
249234
- _this9.$message({
249583
+ _this8.$message({
249235
249584
  message: '保存成功',
249236
249585
  type: 'success'
249237
249586
  });
@@ -249241,9 +249590,9 @@ var _require19 = __webpack_require__(53978),
249241
249590
  }
249242
249591
  setTimeout(function () {
249243
249592
  if (actionType !== 'SaveAndClose') {
249244
- if (_this9.$route.query.id) {
249593
+ if (_this8.$route.query.id) {
249245
249594
  // 如果是打开流程,刷新当前页面
249246
- if (_this9.$route.query.id === response.body.vo.process.id) {
249595
+ if (_this8.$route.query.id === response.body.vo.process.id) {
249247
249596
  location.reload();
249248
249597
  } else {
249249
249598
  var url = window.location.href.substring(0, window.location.href.indexOf('?'));
@@ -249268,11 +249617,11 @@ var _require19 = __webpack_require__(53978),
249268
249617
  }
249269
249618
  }, 1000);
249270
249619
  } else {
249271
- _this9.$message.error(response.message);
249620
+ _this8.$message.error(response.message);
249272
249621
  }
249273
249622
  }, function (error) {
249274
249623
  console.log(error);
249275
- _this9.$message.error('保存失败');
249624
+ _this8.$message.error('保存失败');
249276
249625
  });
249277
249626
  } else {
249278
249627
  // 校验失败,退出
@@ -249442,7 +249791,7 @@ var _require19 = __webpack_require__(53978),
249442
249791
  * 选择部门/科室/班组对话框确认完成
249443
249792
  */
249444
249793
  nodeFieldValueFn: function nodeFieldValueFn(type, nodeId, department, text) {
249445
- var _this10 = this;
249794
+ var _this9 = this;
249446
249795
  // type,类型,nodeId:当前环节ID,department:选择框id,text:选择后部门名字
249447
249796
  // 选择机构
249448
249797
  var fieldValue = {
@@ -249509,7 +249858,7 @@ var _require19 = __webpack_require__(53978),
249509
249858
  var nodeFieldValue = JSON.parse(JSON.stringify(fieldValue));
249510
249859
  nodeFieldValue.value = v;
249511
249860
  nodeFieldValue.id = (0,common/* uuid */.uR)();
249512
- _this10.wflow.nodeFieldValues.push(nodeFieldValue);
249861
+ _this9.wflow.nodeFieldValues.push(nodeFieldValue);
249513
249862
  });
249514
249863
  } else {
249515
249864
  for (var _i17 = 0; _i17 < this.wflow.pathFieldValues.length; _i17++) {
@@ -249523,7 +249872,7 @@ var _require19 = __webpack_require__(53978),
249523
249872
  var pathFieldValue = JSON.parse(JSON.stringify(fieldValue));
249524
249873
  pathFieldValue.value = v;
249525
249874
  pathFieldValue.id = (0,common/* uuid */.uR)();
249526
- _this10.wflow.pathFieldValues.push(pathFieldValue);
249875
+ _this9.wflow.pathFieldValues.push(pathFieldValue);
249527
249876
  });
249528
249877
  }
249529
249878
  },
@@ -249557,7 +249906,7 @@ var _require19 = __webpack_require__(53978),
249557
249906
  * 选择机构人员对话框确认完成
249558
249907
  */
249559
249908
  onSelectStaffCompleted: function onSelectStaffCompleted(selectedNodes, attr) {
249560
- var _this11 = this;
249909
+ var _this10 = this;
249561
249910
  var staffIds = '';
249562
249911
  var selected = '';
249563
249912
  var type = attr.nodefield;
@@ -249566,7 +249915,7 @@ var _require19 = __webpack_require__(53978),
249566
249915
  selected += ',';
249567
249916
  staffIds += ',';
249568
249917
  }
249569
- if (node.orgCode && (_this11.curNode.selectOrg === 'group_all_corp' || _this11.curNode.selectOrg === 'group_cur_corp')) {
249918
+ if (node.orgCode && (_this10.curNode.selectOrg === 'group_all_corp' || _this10.curNode.selectOrg === 'group_cur_corp')) {
249570
249919
  selected += node.name + '/' + node.orgCode;
249571
249920
  } else {
249572
249921
  selected += node.name;
@@ -249793,13 +250142,13 @@ var _require19 = __webpack_require__(53978),
249793
250142
  });
249794
250143
  ;// CONCATENATED MODULE: ./packages/ecwplus/WorkflowDesigner/src/components/Center/index.vue?vue&type=script&lang=js
249795
250144
  /* harmony default export */ var components_Centervue_type_script_lang_js = (Centervue_type_script_lang_js);
249796
- // EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/WorkflowDesigner/src/components/Center/index.vue?vue&type=style&index=0&id=0af2ecba&prod&scoped=true&lang=scss
249797
- var Centervue_type_style_index_0_id_0af2ecba_prod_scoped_true_lang_scss = __webpack_require__(79581);
249798
- ;// CONCATENATED MODULE: ./packages/ecwplus/WorkflowDesigner/src/components/Center/index.vue?vue&type=style&index=0&id=0af2ecba&prod&scoped=true&lang=scss
250145
+ // EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/WorkflowDesigner/src/components/Center/index.vue?vue&type=style&index=0&id=5987833b&prod&scoped=true&lang=scss
250146
+ var Centervue_type_style_index_0_id_5987833b_prod_scoped_true_lang_scss = __webpack_require__(14512);
250147
+ ;// CONCATENATED MODULE: ./packages/ecwplus/WorkflowDesigner/src/components/Center/index.vue?vue&type=style&index=0&id=5987833b&prod&scoped=true&lang=scss
249799
250148
 
249800
- // EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/WorkflowDesigner/src/components/Center/index.vue?vue&type=style&index=1&id=0af2ecba&prod&lang=scss
249801
- var Centervue_type_style_index_1_id_0af2ecba_prod_lang_scss = __webpack_require__(87457);
249802
- ;// CONCATENATED MODULE: ./packages/ecwplus/WorkflowDesigner/src/components/Center/index.vue?vue&type=style&index=1&id=0af2ecba&prod&lang=scss
250149
+ // EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/WorkflowDesigner/src/components/Center/index.vue?vue&type=style&index=1&id=5987833b&prod&lang=scss
250150
+ var Centervue_type_style_index_1_id_5987833b_prod_lang_scss = __webpack_require__(28480);
250151
+ ;// CONCATENATED MODULE: ./packages/ecwplus/WorkflowDesigner/src/components/Center/index.vue?vue&type=style&index=1&id=5987833b&prod&lang=scss
249803
250152
 
249804
250153
  ;// CONCATENATED MODULE: ./packages/ecwplus/WorkflowDesigner/src/components/Center/index.vue
249805
250154
 
@@ -249813,11 +250162,11 @@ var Centervue_type_style_index_1_id_0af2ecba_prod_lang_scss = __webpack_require_
249813
250162
 
249814
250163
  var Center_component = (0,componentNormalizer/* default */.A)(
249815
250164
  components_Centervue_type_script_lang_js,
249816
- Centervue_type_template_id_0af2ecba_scoped_true_render,
249817
- Centervue_type_template_id_0af2ecba_scoped_true_staticRenderFns,
250165
+ Centervue_type_template_id_5987833b_scoped_true_render,
250166
+ Centervue_type_template_id_5987833b_scoped_true_staticRenderFns,
249818
250167
  false,
249819
250168
  null,
249820
- "0af2ecba",
250169
+ "5987833b",
249821
250170
  null
249822
250171
 
249823
250172
  )