eoss-ui 0.6.59 → 0.6.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/clients.js +20 -3
- package/lib/eoss-ui.common.js +160 -86
- package/lib/flow.js +114 -64
- package/lib/icons.js +1 -1
- package/lib/index.js +1 -1
- package/lib/login.js +9 -2
- package/lib/theme-chalk/base.css +1 -1
- package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
- package/lib/theme-chalk/fonts/iconfont.woff +0 -0
- package/lib/theme-chalk/icon.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/main.css +1 -1
- package/lib/theme-chalk/menu.css +1 -1
- package/lib/theme-chalk/simplicity.css +1 -1
- package/lib/theme-chalk/sizer.css +1 -1
- package/lib/theme-chalk/upload.css +1 -1
- package/package.json +2 -2
- package/packages/clients/src/main.vue +8 -1
- package/packages/flow/src/component/taskUnionExamine.vue +8 -2
- package/packages/flow/src/main.vue +48 -35
- package/packages/flow/src/reset.vue +1 -1
- package/packages/flow/src/startTaskRead.vue +25 -8
- package/packages/flow/src/supervise.vue +7 -1
- package/packages/icons/src/icon.json +1 -1
- package/packages/login/src/main.vue +7 -0
- package/packages/theme-chalk/lib/base.css +1 -1
- package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
- package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
- package/packages/theme-chalk/lib/icon.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/main.css +1 -1
- package/packages/theme-chalk/lib/menu.css +1 -1
- package/packages/theme-chalk/lib/simplicity.css +1 -1
- package/packages/theme-chalk/lib/sizer.css +1 -1
- package/packages/theme-chalk/lib/upload.css +1 -1
- package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
- package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
- package/packages/theme-chalk/src/icon.scss +449 -445
- package/src/index.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eoss-ui",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.61",
|
|
4
4
|
"description": "eoss内部业务组件",
|
|
5
5
|
"main": "lib/eoss-ui.common.js",
|
|
6
6
|
"files": [
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"cp-cli": "^1.0.2",
|
|
99
99
|
"cross-env": "^3.1.3",
|
|
100
100
|
"css-loader": "^2.1.0",
|
|
101
|
-
"eoss-element": "^0.3.
|
|
101
|
+
"eoss-element": "^0.3.43",
|
|
102
102
|
"es6-promise": "^4.0.5",
|
|
103
103
|
"eslint": "4.18.2",
|
|
104
104
|
"eslint-config-elemefe": "0.1.1",
|
|
@@ -13,7 +13,11 @@
|
|
|
13
13
|
<li
|
|
14
14
|
class="es-clients-item"
|
|
15
15
|
v-if="
|
|
16
|
-
key == 'ios' ||
|
|
16
|
+
key == 'ios' ||
|
|
17
|
+
key == 'android' ||
|
|
18
|
+
key == 'pad' ||
|
|
19
|
+
key == 'uos' ||
|
|
20
|
+
key == 'harmony'
|
|
17
21
|
"
|
|
18
22
|
:key="key"
|
|
19
23
|
:style="{ width: 100 / num + '%' }"
|
|
@@ -25,6 +29,9 @@
|
|
|
25
29
|
<template v-if="key == 'android'">
|
|
26
30
|
<i class="es-icon-android"></i>安卓系统
|
|
27
31
|
</template>
|
|
32
|
+
<template v-if="key == 'harmony'">
|
|
33
|
+
<i class="es-icon-HarmonyOs"></i>鸿蒙系统
|
|
34
|
+
</template>
|
|
28
35
|
<template v-if="key == 'pad'">
|
|
29
36
|
<i class="es-icon-pad"></i>平板
|
|
30
37
|
</template>
|
|
@@ -158,6 +158,7 @@ export default {
|
|
|
158
158
|
pendingId: { type: String, default: '' },
|
|
159
159
|
type: { type: String, default: '' },
|
|
160
160
|
defaultOpinion: { type: String, default: '' },
|
|
161
|
+
oldOption: { type: String, default: '' },
|
|
161
162
|
disabled: { type: Boolean, default: false },
|
|
162
163
|
multiple: { type: Boolean, default: true }
|
|
163
164
|
},
|
|
@@ -201,6 +202,7 @@ export default {
|
|
|
201
202
|
mounted() {
|
|
202
203
|
this.loading = true;
|
|
203
204
|
this.newMultiple = this.multiple;
|
|
205
|
+
this.opinion = this.oldOption
|
|
204
206
|
this.getNodeType();
|
|
205
207
|
if (this.type === 'taskReview') return this.getTaskReview();
|
|
206
208
|
this.getInfo();
|
|
@@ -268,7 +270,9 @@ export default {
|
|
|
268
270
|
const {
|
|
269
271
|
data: { initiatorUser, taskExamine }
|
|
270
272
|
} = res;
|
|
271
|
-
|
|
273
|
+
if(taskExamine.opinion){
|
|
274
|
+
this.opinion = taskExamine.opinion;
|
|
275
|
+
}
|
|
272
276
|
this.infoList.nextOtherOrgObj.push(initiatorUser.userId);
|
|
273
277
|
this.onlyName = initiatorUser.username;
|
|
274
278
|
this.isSubFlow = taskExamine.isSubFlow;
|
|
@@ -379,7 +383,9 @@ export default {
|
|
|
379
383
|
notificationMessageReadOnly == 'true';
|
|
380
384
|
this.isSinglePage = taskExamine.isSinglePage;
|
|
381
385
|
this.isSubFlow = taskExamine.isSubFlow;
|
|
382
|
-
|
|
386
|
+
if(taskExamine.opinion){
|
|
387
|
+
this.opinion = taskExamine.opinion;
|
|
388
|
+
}
|
|
383
389
|
this.choiceDeptId = choiceDeptId;
|
|
384
390
|
this.choiceOrgId = choiceOrgId;
|
|
385
391
|
if (this.type == 'takeAdvice' || this.type == 'startDraf') {
|
|
@@ -12,6 +12,8 @@
|
|
|
12
12
|
type="create"
|
|
13
13
|
:key="StartTaskReadKey"
|
|
14
14
|
typeCode="read"
|
|
15
|
+
:param="param"
|
|
16
|
+
:resetAppId="resetAppId"
|
|
15
17
|
:taskExamine="taskExamineInfo"
|
|
16
18
|
:news-info="nextNode.notificationMsg"
|
|
17
19
|
@cancel="closeProcess($event)"
|
|
@@ -33,7 +35,7 @@
|
|
|
33
35
|
<div class="es-flow-top">
|
|
34
36
|
<div class="es-flow-title">
|
|
35
37
|
<span v-show="!shrink"
|
|
36
|
-
>当前节点:{{ isFlow ? '拟稿' : NodeName }}</span
|
|
38
|
+
>当前节点:{{ isFlow ? nodeName || '拟稿' : NodeName }}</span
|
|
37
39
|
>
|
|
38
40
|
<es-button
|
|
39
41
|
v-if="showShrink"
|
|
@@ -356,16 +358,25 @@
|
|
|
356
358
|
class="input-with-select custom-limit-time"
|
|
357
359
|
>
|
|
358
360
|
<es-select
|
|
359
|
-
|
|
361
|
+
v-if="!showCustomLimitTimeText"
|
|
360
362
|
v-model="nextNode.customLimitTime"
|
|
361
363
|
placeholder="请选择"
|
|
362
364
|
slot="prepend"
|
|
363
365
|
sysCode="bpm_custom_limit_time"
|
|
364
366
|
></es-select>
|
|
365
|
-
<es-button
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
367
|
+
<es-button
|
|
368
|
+
type="primary"
|
|
369
|
+
slot="append"
|
|
370
|
+
@click="
|
|
371
|
+
() => {
|
|
372
|
+
nextNode.customLimitTime = '';
|
|
373
|
+
showCustomLimitTimeText = !showCustomLimitTimeText;
|
|
374
|
+
}
|
|
375
|
+
"
|
|
376
|
+
>切换{{
|
|
377
|
+
showCustomLimitTimeText ? '选择框' : '文本框'
|
|
378
|
+
}}</es-button
|
|
379
|
+
>
|
|
369
380
|
</el-input>
|
|
370
381
|
</el-form-item>
|
|
371
382
|
|
|
@@ -821,6 +832,7 @@
|
|
|
821
832
|
@cancel="closeProcess($event, 'showTaskUnionExamine')"
|
|
822
833
|
:pendingId="pendingId"
|
|
823
834
|
:defaultOpinion="nodeDefaultSubmitOpinion"
|
|
835
|
+
:oldOption="value"
|
|
824
836
|
:type="flowType"
|
|
825
837
|
:multiple="flowMultiple"
|
|
826
838
|
:disabled="flowDisabled"
|
|
@@ -958,7 +970,7 @@ export default {
|
|
|
958
970
|
otherOrgDisabledObjId: [],
|
|
959
971
|
isCanReadTransferHandle: false,
|
|
960
972
|
readTransferHandleDisabled: true,
|
|
961
|
-
showCustomLimitTimeText:false,
|
|
973
|
+
showCustomLimitTimeText: false,
|
|
962
974
|
currentOrgDisabledObjId: [],
|
|
963
975
|
nextNodeCheckType: 'select',
|
|
964
976
|
readOnlyNotificationType: '',
|
|
@@ -1096,7 +1108,7 @@ export default {
|
|
|
1096
1108
|
addSignMode: 'postAddSign',
|
|
1097
1109
|
isAddSign: '', // 是否加签
|
|
1098
1110
|
isRemoveSign: '', // 是否减签
|
|
1099
|
-
customLimitTime:''
|
|
1111
|
+
customLimitTime: '', //限时天数
|
|
1100
1112
|
nextOperate: '', // 下步操作
|
|
1101
1113
|
notificationMsg: '', // 通知信息
|
|
1102
1114
|
addSignUserId: [], // 加签办理人
|
|
@@ -1134,7 +1146,7 @@ export default {
|
|
|
1134
1146
|
mounted() {
|
|
1135
1147
|
this.businessIds = this.businessId;
|
|
1136
1148
|
this.nextNode.nextNodeId = this.nextNodeId;
|
|
1137
|
-
if (this.typeCode == 'supervise') return;
|
|
1149
|
+
if (this.typeCode == 'supervise' || this.typeCode == 'read') return;
|
|
1138
1150
|
this.getNodeType();
|
|
1139
1151
|
!this.isFlow &&
|
|
1140
1152
|
(this.newTypeCode = this.typeCode || this.$route.query.typecode);
|
|
@@ -1239,10 +1251,10 @@ export default {
|
|
|
1239
1251
|
}
|
|
1240
1252
|
},
|
|
1241
1253
|
methods: {
|
|
1242
|
-
changeCustomLimitTime(val){
|
|
1243
|
-
if(!Number(val) || val.indexOf('.') != -1 || Number(val) <0){
|
|
1254
|
+
changeCustomLimitTime(val) {
|
|
1255
|
+
if (!Number(val) || val.indexOf('.') != -1 || Number(val) < 0) {
|
|
1244
1256
|
this.$message.warning('请输入正确的天数');
|
|
1245
|
-
this.nextNode.customLimitTime = ''
|
|
1257
|
+
this.nextNode.customLimitTime = '';
|
|
1246
1258
|
}
|
|
1247
1259
|
},
|
|
1248
1260
|
taskReadTransferHandle() {
|
|
@@ -2260,6 +2272,7 @@ export default {
|
|
|
2260
2272
|
**/
|
|
2261
2273
|
selecNext(val, type, isDef) {
|
|
2262
2274
|
this.loading = util.loading(this.$loading, '加载中...');
|
|
2275
|
+
console.log(val, type, isDef);
|
|
2263
2276
|
if (this.multiple) {
|
|
2264
2277
|
this.nextNode.nextUserId = [];
|
|
2265
2278
|
} else {
|
|
@@ -2361,7 +2374,7 @@ export default {
|
|
|
2361
2374
|
}
|
|
2362
2375
|
}
|
|
2363
2376
|
|
|
2364
|
-
|
|
2377
|
+
this.getNodeInfo();
|
|
2365
2378
|
},
|
|
2366
2379
|
/**
|
|
2367
2380
|
* isMultiple
|
|
@@ -2495,6 +2508,7 @@ export default {
|
|
|
2495
2508
|
if (canRemoveSignUserList && canRemoveSignUserList.length != 0)
|
|
2496
2509
|
this.removeUsers = canRemoveSignUserList;
|
|
2497
2510
|
if (taskOperations && taskOperations.length != 0) {
|
|
2511
|
+
let isSelected = false;
|
|
2498
2512
|
taskOperations.map((item) => {
|
|
2499
2513
|
if (item.key === 9) this.isReject = true;
|
|
2500
2514
|
if (item.isSelected) {
|
|
@@ -2503,16 +2517,16 @@ export default {
|
|
|
2503
2517
|
if (item.taskNodeList != null) {
|
|
2504
2518
|
this.nodeInfos = item.taskNodeList;
|
|
2505
2519
|
}
|
|
2506
|
-
|
|
2507
|
-
if (taskOperations.length == 1) {
|
|
2508
|
-
this.nodeInfos = [];
|
|
2509
|
-
this.nextNode.nextOperate = taskOperations[0].key;
|
|
2510
|
-
if (taskOperations[0].taskNodeList != null) {
|
|
2511
|
-
this.nodeInfos = taskOperations[0].taskNodeList;
|
|
2512
|
-
}
|
|
2520
|
+
isSelected = true;
|
|
2513
2521
|
}
|
|
2514
2522
|
});
|
|
2515
|
-
|
|
2523
|
+
if (taskOperations.length > 0 && !isSelected) {
|
|
2524
|
+
this.nodeInfos = [];
|
|
2525
|
+
this.nextNode.nextOperate = taskOperations[0].key;
|
|
2526
|
+
if (taskOperations[0].taskNodeList != null) {
|
|
2527
|
+
this.nodeInfos = taskOperations[0].taskNodeList;
|
|
2528
|
+
}
|
|
2529
|
+
}
|
|
2516
2530
|
}
|
|
2517
2531
|
if (nodeInfoMap && JSON.stringify(nodeInfoMap) != '{}') {
|
|
2518
2532
|
this.needRetrialAuth =
|
|
@@ -2580,17 +2594,17 @@ export default {
|
|
|
2580
2594
|
this.taskExamineInfo.choiceOrgId = choiceOrgId;
|
|
2581
2595
|
this.taskExamineInfo.choiceDeptId = choiceDeptId;
|
|
2582
2596
|
this.endFlowInfo.processType = taskExamine.processType;
|
|
2583
|
-
this.endFlowInfo.isReturnSubmitter =
|
|
2584
|
-
|
|
2585
|
-
this.nextNode.isReturnSubmitter = taskExamine.isReturnSubmitter;
|
|
2586
|
-
this.nextNode.isUndertakeReply = taskExamine.isUndertakeReply;
|
|
2587
|
-
this.nextNode.isTakeAdviceReply = taskExamine.isTakeAdviceReply;
|
|
2588
|
-
this.nextNode.isUndertakeEnd = taskExamine.isUndertakeEnd;
|
|
2589
|
-
this.nextNode.isTakeAdviceEnd = taskExamine.isTakeAdviceEnd;
|
|
2590
|
-
this.nextNode.isReadDealReply = taskExamine.isReadDealReply;
|
|
2591
|
-
this.nextNode.isReadDealEnd = taskExamine.isReadDealEnd;
|
|
2592
|
-
this.nextNode.isReturnRejectNode = taskExamine.isReturnRejectNode;
|
|
2593
|
-
this.nextNode.isSerialSubmit = taskExamine.isSerialSubmit;
|
|
2597
|
+
// this.endFlowInfo.isReturnSubmitter =
|
|
2598
|
+
// taskExamine.isReturnSubmitter;
|
|
2599
|
+
// this.nextNode.isReturnSubmitter = taskExamine.isReturnSubmitter;
|
|
2600
|
+
// this.nextNode.isUndertakeReply = taskExamine.isUndertakeReply;
|
|
2601
|
+
// this.nextNode.isTakeAdviceReply = taskExamine.isTakeAdviceReply;
|
|
2602
|
+
// this.nextNode.isUndertakeEnd = taskExamine.isUndertakeEnd;
|
|
2603
|
+
// this.nextNode.isTakeAdviceEnd = taskExamine.isTakeAdviceEnd;
|
|
2604
|
+
// this.nextNode.isReadDealReply = taskExamine.isReadDealReply;
|
|
2605
|
+
// this.nextNode.isReadDealEnd = taskExamine.isReadDealEnd;
|
|
2606
|
+
// this.nextNode.isReturnRejectNode = taskExamine.isReturnRejectNode;
|
|
2607
|
+
// this.nextNode.isSerialSubmit = taskExamine.isSerialSubmit;
|
|
2594
2608
|
this.endFlowInfo.isSubFlow = taskExamine.isSubFlow;
|
|
2595
2609
|
this.endFlowInfo.isUndertakeReply = taskExamine.isUndertakeReply;
|
|
2596
2610
|
this.endFlowInfo.isUndertakeEnd = taskExamine.isUndertakeEnd;
|
|
@@ -2646,8 +2660,8 @@ export default {
|
|
|
2646
2660
|
this.presetTaskNodeMap = presetTaskNodeMap;
|
|
2647
2661
|
this.presetTaskNodeKeyStr = presetTaskNodeKeyStr;
|
|
2648
2662
|
this.getFind();
|
|
2649
|
-
|
|
2650
|
-
this.getNodeInfo();
|
|
2663
|
+
this.selecNext(this.nextNode.nextOperate, true, true);
|
|
2664
|
+
// this.getNodeInfo();
|
|
2651
2665
|
this.StartTaskReadKey++;
|
|
2652
2666
|
} else {
|
|
2653
2667
|
if (res.status === 'taskCompleted') {
|
|
@@ -3112,7 +3126,6 @@ export default {
|
|
|
3112
3126
|
},
|
|
3113
3127
|
// 单位选择完回调
|
|
3114
3128
|
disposeAppUnit(res, type) {
|
|
3115
|
-
console.log(res, type, 'res');
|
|
3116
3129
|
let label = type.substring(0, type.lastIndexOf('Select'));
|
|
3117
3130
|
this.nextNode[label + 'Name'] = '';
|
|
3118
3131
|
res.options && (this[type] = res.options);
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
label-position="left"
|
|
16
16
|
>
|
|
17
17
|
<div class="es-reset-flow-form-box">
|
|
18
|
-
|
|
18
|
+
<el-form-item prop="nodeName" label="标题">
|
|
19
19
|
<el-input v-model="pendtitle" disabled />
|
|
20
20
|
</el-form-item>
|
|
21
21
|
<el-form-item prop="nodeName" label="当前步骤">
|
|
@@ -189,6 +189,8 @@ export default {
|
|
|
189
189
|
type: { type: String, default: '' },
|
|
190
190
|
option: { type: String, default: '' },
|
|
191
191
|
typeCode: { type: String, default: '' },
|
|
192
|
+
resetAppId: { type: String, default: '' },
|
|
193
|
+
param: { type: Object, default: () => {} },
|
|
192
194
|
taskExamine: { type: Object, default: () => {} },
|
|
193
195
|
readParams: {
|
|
194
196
|
type: [Object,undefined],
|
|
@@ -251,7 +253,7 @@ export default {
|
|
|
251
253
|
},
|
|
252
254
|
mounted() {
|
|
253
255
|
this.newsNoice = this.newsInfo;
|
|
254
|
-
if(this.readParams){
|
|
256
|
+
if(this.readParams || this.typeCode=='read'){
|
|
255
257
|
this.getMessage()
|
|
256
258
|
}
|
|
257
259
|
this.getFind();
|
|
@@ -262,9 +264,18 @@ export default {
|
|
|
262
264
|
methods: {
|
|
263
265
|
//获取通知信息
|
|
264
266
|
getMessage() {
|
|
265
|
-
let params = {
|
|
266
|
-
|
|
267
|
-
|
|
267
|
+
let params = {};
|
|
268
|
+
if(this.typeCode=='read'){
|
|
269
|
+
params = {
|
|
270
|
+
processDefinitionId: this.param.processDefinitionId,
|
|
271
|
+
businessId: this.param.businessId,
|
|
272
|
+
businessName: this.param.businessName,
|
|
273
|
+
bCode: this.param.bCode,
|
|
274
|
+
bName:this.param.bName
|
|
275
|
+
};
|
|
276
|
+
}else{
|
|
277
|
+
params.appId = this.readParams.appId
|
|
278
|
+
}
|
|
268
279
|
util
|
|
269
280
|
.ajax({ url: getNotificationMsg, params, methods: 'post' })
|
|
270
281
|
.then((res) => {
|
|
@@ -406,8 +417,12 @@ export default {
|
|
|
406
417
|
toStartTaskRead() {
|
|
407
418
|
let params = {
|
|
408
419
|
url: toStartTaskRead,
|
|
409
|
-
params: { pendingId: this.pendingId, taskAction: this.type }
|
|
420
|
+
params: { pendingId: this.pendingId, taskAction: this.type,...this.param }
|
|
410
421
|
};
|
|
422
|
+
if(this.typeCode == 'read'){
|
|
423
|
+
delete params.params.pendingId;
|
|
424
|
+
// params.params.appid = this.resetAppId;
|
|
425
|
+
}
|
|
411
426
|
if (this.type != 'taskReadAndEnd') delete params.params.taskAction;
|
|
412
427
|
util
|
|
413
428
|
.ajax(params)
|
|
@@ -542,21 +557,23 @@ export default {
|
|
|
542
557
|
bCode,
|
|
543
558
|
bName,
|
|
544
559
|
appId,
|
|
545
|
-
businessId,
|
|
560
|
+
businessId:businessId || this.param.businessId,
|
|
546
561
|
choiceDeptId,
|
|
547
562
|
choiceOrgId,
|
|
548
563
|
businessName,
|
|
549
564
|
processDefinitionId,
|
|
550
|
-
currentOrgProcessKey: processDefinitionId,
|
|
565
|
+
currentOrgProcessKey: processDefinitionId || this.param.currentOrgProcessKey,
|
|
551
566
|
pendingId: this.pendingId,
|
|
552
567
|
opinion: this.option, // 审批意见
|
|
553
568
|
userId: util.getStorage('userId'),
|
|
554
569
|
nextReadUserId: this.mixList.join('|'),
|
|
555
|
-
noticeType,
|
|
570
|
+
notificationType:noticeType,
|
|
571
|
+
notificationMsg:this.newsNoice,
|
|
556
572
|
taskAction: this.type
|
|
557
573
|
// nextNodeId: this.form.nextNodeId
|
|
558
574
|
};
|
|
559
575
|
delete params.nextUser;
|
|
576
|
+
delete params.noticeType;
|
|
560
577
|
const { fyDoresult, fyeh, download, isCdjxjTaskHandle } =
|
|
561
578
|
this.configInfo;
|
|
562
579
|
fyDoresult != 'true' && delete params.showDoresult;
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
<el-input v-model="nextNode.currentHandleNode" disabled />
|
|
15
15
|
</el-form-item>
|
|
16
16
|
<el-form-item prop="pendingUserNames" label="当前办理人">
|
|
17
|
-
<el-input type="textarea" autosize v-model="nextNode.pendingUserNames"
|
|
17
|
+
<el-input type="textarea" autosize v-model="nextNode.pendingUserNames" disabled />
|
|
18
18
|
</el-form-item>
|
|
19
19
|
<el-form-item prop="noticeType" label="通知方式">
|
|
20
20
|
<el-checkbox-group v-model="nextNode.noticeType">
|
|
@@ -128,6 +128,12 @@ export default {
|
|
|
128
128
|
if(res.rCode == 0){
|
|
129
129
|
this.nextNode = {...this.nextNode,...res.results};
|
|
130
130
|
this.nextNode.noticeType = res.results.defaultNotificationType.split(',');
|
|
131
|
+
}else{
|
|
132
|
+
this.$message({
|
|
133
|
+
message: res.rMsg,
|
|
134
|
+
type: 'error'
|
|
135
|
+
});
|
|
136
|
+
this.$emit('cancel');
|
|
131
137
|
}
|
|
132
138
|
});
|
|
133
139
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
["zuomian","monitor","maximize","pointer-up","pointer-left","pointer-down","tri-down","retrograde","rainfall","caveat","print","alarm","table","duigouquan","bumen","mm","accelerate","quanping","password","qing","kaifa","daoru","piaochongicon","instructions","notice","wifi","tishicuo","minganciguanli","switch-off","switch-on","narrow","yidongduan","web","upload","message","go-back","close","shujutongji","folder","edit","enter","dian","wendu","shangwu","shenbao","magnifier","project-add","xiexian","caidan","tupian","yinyu","wenhao","template","daiban","set","zhengwen","cuowu","chenggong","indent","increase","ziliaoku","tuichu","quit","leaf","refresh","statistic","gengduo","lvyou","mail","user","zhishi","weizhi","jinggao","zuzhijigou","xue","fenxiang","jinrong","shanchu","jianhao","jiahao","yinzhang","renyuanqiehuan","gouxuanzhong1","circle","fuxuankuang1","fangkuang","application","wenjianjia","jiaren","xiugai","duanxinguanli","workbench","rizhi","gongwen","qingshi","shiwu","official","baogao","document","wodeyouxiang","ziliaojiaohuan","denglu","podium","fangkuai","xuewei","duoyun","pm","xiajia","huanbao","dunpai","shu","gongzuozheng","more","fenlei","delete","fengsu","bar","yuanqu","duomeiti","youjian","qiye","zuixinzixun","biaoge","omit","diaotou","jiantou-left","jiantou-right","jiantou-up","roles","jiantou-next","chijiuhuacunchu","zhuanhuan","cloudy","form","wuye","tri-up","pointer-right","bianji","tri-right","tri-left","daimaguanli","jiankong","kaifazhong","fujian","bingtu","zhuzhuangtu","lose","rmb","move","xiazai","yiban","laoshi","clear","jinyong","yunxing","weihu","chakan","pifu","ren","gouwuche","loading2","yulan","ziliao","yidong","fenxiang11","kaoqin","change","shidu","portfolio","info","yanjing","laba","camera","xitongxiaoxi","xitongguanli","webduan","wagnz","group","shengqian","jiantou-prev","attention","look","guanzhu","daikuan","tubiao","duigou","star","dayin","xinzeng","reduce","goup","calendar","tree","yingyong","caution","zhuanfa","add","zongtiqixian","daochu","gongwu","ihouse","chilun","weixiu","chengguo","trophy","duiwu","qiehuanjiaose","door","shebei","fangjian","microscope","huaxue","shiyanshianquan","shiyan","qiyexinxi","yewuxinxi","lab","shiyanguanli","yuqing","big-screen","signal-search","database","star-mark","cng","professor","informatization","code","science","price","xunhuan","savings","administration","aid","biao","line","xietong","jingzheng","enterprise","datatable","toubiao","bingdu","keji2","qiyeku5","touzi5","zijinliu","zhishichanquan3","kejifuwu2","zhishichanquan2","zijinanquan","kejifuwu1","geju","yiqingfangkong","kejifuwu","anquanfangkong","shujufuwu","shujuceng","shujugongxiang","flows","setup","shujulian","caiwujianguan","caiwuliushui","mubiaogeju","juxing","fuwuqi","touzijigou","xiezilou","jianzhu","logo","touzhi","zijin","fintech","touzixiangmu","library","touziguanli","zhongda","ziyuan","shujutai","shujudongtai","bank","shujuzhongxin","zhongyaomubiao","touzishijian","caiwuguanli","mingzhong","touzishenpi","jingzhenggeju","property","keji","qiyeku","zhongyaojihui","touzilicai","zhishichanquan","touzi","tzz","menu","xiangmushu","pdf","jiazai","gongsi","rise","jbxx","zwxx","jypx","jcgl","ndkh","grjl","shgx","gou","shijian","fukuan","guoji","shoukuan","down","gongzuotai","gaigedongtai","xitongshezhi","relation","zuzhirenshi","kaohepingjia","caiwujiandu","sanzhongyida","mima","xianshi","zhanghao","bangongshi","checked","checke","help","kuoda","banli","xiaoxi","shouqicaidan","shouqicaidan-right","smile","tongzhi","guanji","shuaxin","guiji","tianjiawenjianjia","yunxiazai","del","touzifangan","zongheguanli","sanzhongyida_mian","gongwenguanli1","heguiguanli","jingyingfenxi","txl","diannao","renliziyuan","caiwuxitong","shiwuguanli","shouye","bangongyongpin","sidebar","zhidulashi","log","fawenguanli","huiyiguanli","zuzhishishi","gongwenqianshou","jinxiupeixun","gongwenbao","jiaohuan","daibanshixiang","richeng","tongxunlu","yongche","yanzheng","daibanxinxi","shuben","fanfu","guangbo","shuzhuangtu","bengqiye","tongguo","dengdai","cross","daichuli","zhenggai","shouli","shujuhecha","guanli","paper-file","wenjian","dakaiwenjian","yewu","jiance","jiheguanli","jinru","arrow-right","lingdao","rencai","prev","next","jianpan","qrcode","bohui","homepage","download","gantanhao","dingding","weixin","pad","ios","android","txt","doc","audioo","video","zip","shuru","duanxin","saoma","youxiang","word","excel","fileword","picture","ppt","ca","usb-key","wenjianjiadakai","yingyonglan","home","tiyanxinban","shiyongjiuban","zhuomian","scan","youbian","zuobian","saomadenglu","zhanghaodenglu","zhengfangti","tingzhi","youxiangdenglu","duanxindenglu","liaotian","zhixiangyou","zhixiangshang","zhixiangxia","zhixiangzuo"]
|
|
1
|
+
["zuomian","monitor","maximize","pointer-up","pointer-left","pointer-down","tri-down","retrograde","rainfall","caveat","print","alarm","table","duigouquan","bumen","mm","accelerate","quanping","password","qing","kaifa","daoru","piaochongicon","instructions","notice","wifi","tishicuo","minganciguanli","switch-off","switch-on","narrow","yidongduan","web","upload","message","go-back","close","shujutongji","folder","edit","enter","dian","wendu","shangwu","shenbao","magnifier","project-add","xiexian","caidan","tupian","yinyu","wenhao","template","daiban","set","zhengwen","cuowu","chenggong","indent","increase","ziliaoku","tuichu","quit","leaf","refresh","statistic","gengduo","lvyou","mail","user","zhishi","weizhi","jinggao","zuzhijigou","xue","fenxiang","jinrong","shanchu","jianhao","jiahao","yinzhang","renyuanqiehuan","gouxuanzhong1","circle","fuxuankuang1","fangkuang","application","wenjianjia","jiaren","xiugai","duanxinguanli","workbench","rizhi","gongwen","qingshi","shiwu","official","baogao","document","wodeyouxiang","ziliaojiaohuan","denglu","podium","fangkuai","xuewei","duoyun","pm","xiajia","huanbao","dunpai","shu","gongzuozheng","more","fenlei","delete","fengsu","bar","yuanqu","duomeiti","youjian","qiye","zuixinzixun","biaoge","omit","diaotou","jiantou-left","jiantou-right","jiantou-up","roles","jiantou-next","chijiuhuacunchu","zhuanhuan","cloudy","form","wuye","tri-up","pointer-right","bianji","tri-right","tri-left","daimaguanli","jiankong","kaifazhong","fujian","bingtu","zhuzhuangtu","lose","rmb","move","xiazai","yiban","laoshi","clear","jinyong","yunxing","weihu","chakan","pifu","ren","gouwuche","loading2","yulan","ziliao","yidong","fenxiang11","kaoqin","change","shidu","portfolio","info","yanjing","laba","camera","xitongxiaoxi","xitongguanli","webduan","wagnz","group","shengqian","jiantou-prev","attention","look","guanzhu","daikuan","tubiao","duigou","star","dayin","xinzeng","reduce","goup","calendar","tree","yingyong","caution","zhuanfa","add","zongtiqixian","daochu","gongwu","ihouse","chilun","weixiu","chengguo","trophy","duiwu","qiehuanjiaose","door","shebei","fangjian","microscope","huaxue","shiyanshianquan","shiyan","qiyexinxi","yewuxinxi","lab","shiyanguanli","yuqing","big-screen","signal-search","database","star-mark","cng","professor","informatization","code","science","price","xunhuan","savings","administration","aid","biao","line","xietong","jingzheng","enterprise","datatable","toubiao","bingdu","keji2","qiyeku5","touzi5","zijinliu","zhishichanquan3","kejifuwu2","zhishichanquan2","zijinanquan","kejifuwu1","geju","yiqingfangkong","kejifuwu","anquanfangkong","shujufuwu","shujuceng","shujugongxiang","flows","setup","shujulian","caiwujianguan","caiwuliushui","mubiaogeju","juxing","fuwuqi","touzijigou","xiezilou","jianzhu","logo","touzhi","zijin","fintech","touzixiangmu","library","touziguanli","zhongda","ziyuan","shujutai","shujudongtai","bank","shujuzhongxin","zhongyaomubiao","touzishijian","caiwuguanli","mingzhong","touzishenpi","jingzhenggeju","property","keji","qiyeku","zhongyaojihui","touzilicai","zhishichanquan","touzi","tzz","menu","xiangmushu","pdf","jiazai","gongsi","rise","jbxx","zwxx","jypx","jcgl","ndkh","grjl","shgx","gou","shijian","fukuan","guoji","shoukuan","down","gongzuotai","gaigedongtai","xitongshezhi","relation","zuzhirenshi","kaohepingjia","caiwujiandu","sanzhongyida","mima","xianshi","zhanghao","bangongshi","checked","checke","help","kuoda","banli","xiaoxi","shouqicaidan","shouqicaidan-right","smile","tongzhi","guanji","shuaxin","guiji","tianjiawenjianjia","yunxiazai","del","touzifangan","zongheguanli","sanzhongyida_mian","gongwenguanli1","heguiguanli","jingyingfenxi","txl","diannao","renliziyuan","caiwuxitong","shiwuguanli","shouye","bangongyongpin","sidebar","zhidulashi","log","fawenguanli","huiyiguanli","zuzhishishi","gongwenqianshou","jinxiupeixun","gongwenbao","jiaohuan","daibanshixiang","richeng","tongxunlu","yongche","yanzheng","daibanxinxi","shuben","fanfu","guangbo","shuzhuangtu","bengqiye","tongguo","dengdai","cross","daichuli","zhenggai","shouli","shujuhecha","guanli","paper-file","wenjian","dakaiwenjian","yewu","jiance","jiheguanli","jinru","arrow-right","lingdao","rencai","prev","next","jianpan","qrcode","bohui","homepage","download","gantanhao","dingding","weixin","pad","ios","android","txt","doc","audioo","video","zip","shuru","duanxin","saoma","youxiang","word","excel","fileword","picture","ppt","ca","usb-key","wenjianjiadakai","yingyonglan","home","tiyanxinban","shiyongjiuban","zhuomian","scan","youbian","zuobian","saomadenglu","zhanghaodenglu","zhengfangti","tingzhi","youxiangdenglu","duanxindenglu","liaotian","zhixiangyou","zhixiangshang","zhixiangxia","zhixiangzuo","HarmonyOs"]
|
|
@@ -1299,6 +1299,9 @@ export default {
|
|
|
1299
1299
|
if (res.linuxDownloadUrl) {
|
|
1300
1300
|
downloads['linux'] = res.linuxDownloadUrl;
|
|
1301
1301
|
}
|
|
1302
|
+
if (res.harmonyDownloadUrl) {
|
|
1303
|
+
downloads['harmony'] = res.harmonyDownloadUrl;
|
|
1304
|
+
}
|
|
1302
1305
|
this.sysName = res.subsystemName;
|
|
1303
1306
|
this.secret = res.secret;
|
|
1304
1307
|
this.setup = res.setup;
|
|
@@ -1389,6 +1392,10 @@ export default {
|
|
|
1389
1392
|
if (res.subsystemExtend.uosDownloadUrl) {
|
|
1390
1393
|
downloads.uos = res.subsystemExtend.uosDownloadUrl;
|
|
1391
1394
|
}
|
|
1395
|
+
|
|
1396
|
+
if (res.subsystemExtend.harmonyDownloadUrl) {
|
|
1397
|
+
downloads.harmony = res.subsystemExtend.harmonyDownloadUrl;
|
|
1398
|
+
}
|
|
1392
1399
|
if (res.subsystemExtend.warningText) {
|
|
1393
1400
|
this.warningText = res.subsystemExtend.warningText;
|
|
1394
1401
|
}
|