askbot-dragon 0.7.91 → 0.7.94
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/package.json +1 -1
- package/src/components/AiGuide.vue +2 -2
- package/src/components/ConversationContainer.vue +1770 -727
- package/src/components/formTemplate.vue +1045 -426
- package/src/components/myPopup.vue +71 -0
- package/src/components/popup.vue +225 -0
- package/src/components/tree.vue +163 -0
- package/src/components/utils/format_date.js +9 -2
- package/vue.config.js +9 -0
|
@@ -2,26 +2,25 @@
|
|
|
2
2
|
<template>
|
|
3
3
|
<div id="conversation">
|
|
4
4
|
<!-- <asser-deatils></asser-deatils> -->
|
|
5
|
-
<!-- <msg-loading
|
|
5
|
+
<!-- <msg-loading v-if="inLoading"></msg-loading>
|
|
6
6
|
<div style="position: relative" class="img_div">
|
|
7
|
-
<img
|
|
7
|
+
<img
|
|
8
|
+
src="https://guoranopen-zjk.oss-cn-zhangjiakou.aliyuncs.com/2021/08/24/07/35/45c878fd-6a8e-40e2-b599-bdba8e17cf8a/微信图片_20210423113520.jpg?x-oss-process=image/auto-orient,1/quality,q_90/watermark,text_MjE=,color_cccccc,size_48,rotate_315,fill_1,x_10,y_10,t_0"
|
|
9
|
+
style="width: 100px"
|
|
10
|
+
/>
|
|
8
11
|
<div class="mask">
|
|
9
12
|
<loading-process :dataNote="dataNote" :finished="finished"></loading-process>
|
|
10
13
|
</div>
|
|
11
14
|
</div> -->
|
|
12
15
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
@submitClick="submitClick"
|
|
16
|
-
></form-template> -->
|
|
17
|
-
<!-- <voice-component @closeVoice="closeVoice">
|
|
16
|
+
<form-template :formList="formList2" @submitClick="submitClick"></form-template>
|
|
17
|
+
<!-- <voice-component @closeVoice="closeVoice">
|
|
18
18
|
<div slot="voiceTip">
|
|
19
19
|
松开发送
|
|
20
20
|
</div>
|
|
21
21
|
</voice-component>-->
|
|
22
22
|
<!-- 点选 -->
|
|
23
|
-
<!-- <div v-html="htmlContainer">
|
|
24
|
-
</div> -->
|
|
23
|
+
<!-- <div v-html="htmlContainer"></div> -->
|
|
25
24
|
<!-- <answer-radio :msg="answerRadios"></answer-radio>
|
|
26
25
|
<action-send-to-bot :msg="answerRadios"></action-send-to-bot>
|
|
27
26
|
<ticket-message :content="contents"></ticket-message>
|
|
@@ -30,38 +29,37 @@
|
|
|
30
29
|
<association-intention :msg="item" :msgType="item.type" :isOpen="isOpen"></association-intention>
|
|
31
30
|
</div>
|
|
32
31
|
<el-button @click="isOpen=!isOpen">切换</el-button> -->
|
|
33
|
-
<!-- 满意组件 -->
|
|
32
|
+
<!-- 满意组件 -->
|
|
34
33
|
<!-- <action-satisfaction :msg="actionSatisfactions[0]"></action-satisfaction> -->
|
|
35
|
-
<!-- 满意或不满意-->
|
|
34
|
+
<!-- 满意或不满意-->
|
|
36
35
|
<!-- <bot-action-satisfactor :msg="botActionSatis"></bot-action-satisfactor>
|
|
37
36
|
<answer-dissatisfaction :msg="answerDiss"></answer-dissatisfaction>
|
|
38
37
|
<feed-back :feedBack="feedBack"></feed-back>
|
|
39
38
|
<voice-compontent></voice-compontent> -->
|
|
40
39
|
<ai-guide :aiGuide="ActionAiGuideObj"></ai-guide>
|
|
41
40
|
|
|
42
|
-
<!-- <FileType :urls="urls" :color="black"></FileType>-->
|
|
43
|
-
<!-- <FileType :urls="urls" :color="black"></FileType>
|
|
41
|
+
<!-- <FileType :urls="urls" :color="black"></FileType>-->
|
|
42
|
+
<!-- <FileType :urls="urls" :color="black"></FileType>
|
|
44
43
|
<chat-content :messageList="messageList"></chat-content>-->
|
|
45
44
|
</div>
|
|
46
45
|
</template>
|
|
47
46
|
<script>
|
|
48
|
-
// import TextMessage from
|
|
49
|
-
|
|
47
|
+
// import TextMessage from '@/components/message/TextMessage'
|
|
50
48
|
|
|
51
49
|
/*import FormTemplate from "@/components/formTemplate";
|
|
52
50
|
import TextMessage from "@/components/message/TextMessage";*/
|
|
53
51
|
|
|
54
|
-
|
|
55
|
-
// import AnswerRadio from
|
|
56
|
-
// import TicketMessage from
|
|
52
|
+
import FormTemplate from '@/components/formTemplate'
|
|
53
|
+
// import AnswerRadio from './answerRadio'
|
|
54
|
+
// import TicketMessage from './message/TicketMessage'
|
|
57
55
|
/*import VoiceComponent from "./voiceComponent";*/
|
|
58
|
-
// import AssociationIntention from
|
|
59
|
-
// import ActionSatisfaction from
|
|
60
|
-
// import MsgLoading from
|
|
61
|
-
// import LoadingProcess from
|
|
62
|
-
// import BotActionSatisfactor from
|
|
63
|
-
// import AnswerDissatisfaction from
|
|
64
|
-
// import ActionSendToBot from
|
|
56
|
+
// import AssociationIntention from './associationIntention'
|
|
57
|
+
// import ActionSatisfaction from './actionSatisfaction'
|
|
58
|
+
// import MsgLoading from './msgLoading'
|
|
59
|
+
// import LoadingProcess from './loadingProcess'
|
|
60
|
+
// import BotActionSatisfactor from './botActionSatisfactor'
|
|
61
|
+
// import AnswerDissatisfaction from './answerDissatisfaction'
|
|
62
|
+
// import ActionSendToBot from './actionSendToBot'
|
|
65
63
|
// import VoiceCompontent from './voiceComponent'
|
|
66
64
|
// import AsserDeatils from './assetDetails.vue'
|
|
67
65
|
/* import TicketMessage from "@/components/message/TicketMessage";
|
|
@@ -74,9 +72,9 @@ import FeedBack from "@/components/feedBack";*/
|
|
|
74
72
|
import AiGuide from "@/components/AiGuide";
|
|
75
73
|
/*import FileType from "@/components/FileType";
|
|
76
74
|
import ChatContent from "./chatContent";*/
|
|
77
|
-
// import FeedBack from
|
|
75
|
+
// import FeedBack from '@/components/feedBack'
|
|
78
76
|
export default {
|
|
79
|
-
name:
|
|
77
|
+
name: 'ConversationContainer',
|
|
80
78
|
components: {
|
|
81
79
|
// ActionSendToBot,
|
|
82
80
|
// AnswerDissatisfaction,
|
|
@@ -85,20 +83,19 @@ export default {
|
|
|
85
83
|
// MsgLoading,
|
|
86
84
|
// ActionSatisfaction,
|
|
87
85
|
// AssociationIntention,
|
|
88
|
-
|
|
86
|
+
/* VoiceComponent,*/
|
|
89
87
|
// TicketMessage,
|
|
90
88
|
// AsserDeatils,
|
|
91
89
|
// AnswerRadio,
|
|
92
|
-
|
|
90
|
+
FormTemplate,
|
|
93
91
|
// TextMessage,
|
|
94
92
|
// FeedBack,
|
|
95
93
|
// VoiceCompontent,
|
|
96
94
|
AiGuide
|
|
97
|
-
|
|
98
|
-
|
|
95
|
+
// FormTemplate,
|
|
99
96
|
},
|
|
100
97
|
props: {
|
|
101
|
-
messages: Array
|
|
98
|
+
messages: Array
|
|
102
99
|
},
|
|
103
100
|
data() {
|
|
104
101
|
return {
|
|
@@ -237,19 +234,19 @@ export default {
|
|
|
237
234
|
},
|
|
238
235
|
// 弹窗组件模拟数据
|
|
239
236
|
actionAlertIframeObj: {
|
|
240
|
-
iframeId:
|
|
241
|
-
template:
|
|
242
|
-
description:
|
|
237
|
+
iframeId: 'iframeId999999998',
|
|
238
|
+
template: 'https://www.baidu.com/?name=5555555',
|
|
239
|
+
description: '描述',
|
|
243
240
|
height: 550,
|
|
244
241
|
width: 300,
|
|
245
|
-
scrolling:
|
|
242
|
+
scrolling: 'yes',
|
|
246
243
|
sandbox: [
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
244
|
+
'预留',
|
|
245
|
+
'启用一系列对 <iframe> 中内容的额外限制',
|
|
246
|
+
'参考 https://www.w3school.com.cn/tags/att_iframe_sandbox.asp'
|
|
250
247
|
],
|
|
251
|
-
frameborder:
|
|
252
|
-
displayStyle:
|
|
248
|
+
frameborder: '0/1(是否显示框架周围的边框)',
|
|
249
|
+
displayStyle: 'iframe 样式(点击弹出/嵌入iframe 字符串类型后端未做限制)'
|
|
253
250
|
},
|
|
254
251
|
contents: {
|
|
255
252
|
multiple: true,
|
|
@@ -258,8 +255,9 @@ export default {
|
|
|
258
255
|
content: {
|
|
259
256
|
htmlList: [
|
|
260
257
|
{
|
|
261
|
-
type:'IMAGE',
|
|
262
|
-
src:
|
|
258
|
+
type: 'IMAGE',
|
|
259
|
+
src:
|
|
260
|
+
'https://guoranopen-zjk.oss-cn-zhangjiakou.aliyuncs.com/2021/02/03/03/11/90a549ad-5118-4bbd-b02f-88fa39a7d9e7/src=http___wx1.sinaimg.cn_mw690_0075bygJly1gg7223fbsnj31ba1yx4kl.jpg&refer=http___wx1.sinaimg.jfif'
|
|
263
261
|
|
|
264
262
|
/*list: [
|
|
265
263
|
{
|
|
@@ -268,832 +266,1876 @@ export default {
|
|
|
268
266
|
},
|
|
269
267
|
],*/
|
|
270
268
|
},
|
|
271
|
-
{ type:
|
|
272
|
-
{ type:
|
|
273
|
-
{ type:
|
|
274
|
-
{ type:
|
|
269
|
+
{ type: 'SINGLE', list: ['<p>aaaaaaaaaa</p>'] },
|
|
270
|
+
{ type: 'SINGLE', list: ['<p>北京首都国际机场</p>'] },
|
|
271
|
+
{ type: 'SINGLE', list: ['<p>北京首都国际机场啦啦啦啦</p>'] },
|
|
272
|
+
{ type: 'SINGLE', list: ['<p>7:00</p>'] }
|
|
275
273
|
],
|
|
276
274
|
buttonList: [
|
|
277
|
-
{ name:
|
|
278
|
-
{ name:
|
|
279
|
-
]
|
|
280
|
-
}
|
|
275
|
+
{ name: '我是标签1', scope: '', test: '' },
|
|
276
|
+
{ name: '我是标签2' }
|
|
277
|
+
]
|
|
278
|
+
}
|
|
281
279
|
},
|
|
282
280
|
{
|
|
283
281
|
content: {
|
|
284
282
|
htmlList: [
|
|
285
|
-
{ type:
|
|
283
|
+
{ type: 'SINGLE', list: ['<p>aaaaa</p>'] },
|
|
286
284
|
{
|
|
287
|
-
type:
|
|
285
|
+
type: 'DOUBLE',
|
|
288
286
|
list: [
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
]
|
|
287
|
+
'<p>测试测试测试测试测试测试测试</p>',
|
|
288
|
+
'<div>bbbbb</div>'
|
|
289
|
+
]
|
|
292
290
|
},
|
|
293
291
|
{
|
|
294
|
-
type:
|
|
295
|
-
list: [
|
|
292
|
+
type: 'TRIPLE',
|
|
293
|
+
list: ['<p>7:00</p>', '<div></div>', '<p>ccccc</p>']
|
|
296
294
|
},
|
|
297
295
|
{
|
|
298
|
-
type:
|
|
299
|
-
list: [
|
|
300
|
-
}
|
|
296
|
+
type: 'TRIPLE',
|
|
297
|
+
list: ['<p>7:00</p>', '<div>bbbbb</div>', '<p>12:00</p>']
|
|
298
|
+
}
|
|
301
299
|
],
|
|
302
|
-
buttonList: [{ name:
|
|
303
|
-
}
|
|
300
|
+
buttonList: [{ name: '我是标签1', scope: '', test: '' }]
|
|
301
|
+
}
|
|
304
302
|
},
|
|
305
303
|
{
|
|
306
304
|
content: {
|
|
307
305
|
htmlList: [
|
|
308
|
-
{ type:
|
|
309
|
-
{ type:
|
|
310
|
-
{ type:
|
|
311
|
-
{ type:
|
|
306
|
+
{ type: 'SINGLE', list: ['<p>邓伦李沁的背景图片</p>'] },
|
|
307
|
+
{ type: 'SINGLE', list: ['<p>男生藏快递向求婚被他人错拆</p>'] },
|
|
308
|
+
{ type: 'SINGLE', list: ['<p>aaaaa</p>'] },
|
|
309
|
+
{ type: 'SINGLE', list: ['<p>aaaaa</p>'] }
|
|
312
310
|
],
|
|
313
|
-
buttonList: [{ name:
|
|
314
|
-
}
|
|
315
|
-
}
|
|
311
|
+
buttonList: [{ name: '我是标签1' }]
|
|
312
|
+
}
|
|
313
|
+
}
|
|
316
314
|
],
|
|
317
|
-
apiKey:'123456789'
|
|
315
|
+
apiKey: '123456789'
|
|
318
316
|
},
|
|
319
317
|
formList: {
|
|
320
|
-
formActionId:
|
|
318
|
+
formActionId: '',
|
|
321
319
|
form: {
|
|
322
320
|
formFieldRelation: [
|
|
323
321
|
{
|
|
324
322
|
display: true,
|
|
325
|
-
paramName:
|
|
323
|
+
paramName: 'miaoshu',
|
|
326
324
|
formField: {
|
|
327
325
|
deleted: false,
|
|
328
|
-
createTime:
|
|
329
|
-
name:
|
|
330
|
-
description:
|
|
331
|
-
updateTime:
|
|
326
|
+
createTime: '2020-12-08T08:08:03.000+0000',
|
|
327
|
+
name: '',
|
|
328
|
+
description: '',
|
|
329
|
+
updateTime: '2020-12-08T08:10:41.000+0000',
|
|
332
330
|
id: 1112,
|
|
333
331
|
lastOperatorId: 21,
|
|
334
|
-
mainId:
|
|
335
|
-
type:
|
|
332
|
+
mainId: 'e2f80aecaf7c11eabdcd506b4b2f3ac8',
|
|
333
|
+
type: 'EXPLANATION',
|
|
336
334
|
extInfo: {
|
|
337
|
-
descriptionText:
|
|
338
|
-
}
|
|
335
|
+
descriptionText: '我是解释说明文案'
|
|
336
|
+
}
|
|
339
337
|
},
|
|
340
338
|
required: false,
|
|
341
|
-
fieldId: 1112
|
|
339
|
+
fieldId: 1112
|
|
342
340
|
},
|
|
343
341
|
{
|
|
344
342
|
display: true,
|
|
345
|
-
paramName:
|
|
346
|
-
value:
|
|
343
|
+
paramName: 'danxuan',
|
|
344
|
+
value: '',
|
|
347
345
|
formField: {
|
|
348
346
|
deleted: false,
|
|
349
|
-
createTime:
|
|
350
|
-
name:
|
|
351
|
-
description:
|
|
352
|
-
updateTime:
|
|
347
|
+
createTime: '2020-12-08T08:08:03.000+0000',
|
|
348
|
+
name: '单选1',
|
|
349
|
+
description: '',
|
|
350
|
+
updateTime: '2020-12-08T08:10:41.000+0000',
|
|
353
351
|
id: 111,
|
|
354
352
|
lastOperatorId: 21,
|
|
355
|
-
mainId:
|
|
356
|
-
type:
|
|
353
|
+
mainId: 'e2f80aecaf7c11eabdcd506b4b2f3acc',
|
|
354
|
+
type: 'RADIO',
|
|
357
355
|
extInfo: {
|
|
358
356
|
WebHookParameter: [],
|
|
359
357
|
value: [],
|
|
360
358
|
option: [
|
|
361
|
-
{ _default:
|
|
362
|
-
{ _default:
|
|
363
|
-
{ _default:
|
|
364
|
-
]
|
|
365
|
-
}
|
|
359
|
+
{ _default: 'true', label: '1', value: '1' },
|
|
360
|
+
{ _default: 'false', label: '2', value: '选项二' },
|
|
361
|
+
{ _default: 'false', label: '3', value: '3' }
|
|
362
|
+
]
|
|
363
|
+
}
|
|
366
364
|
},
|
|
367
365
|
required: false,
|
|
368
|
-
fieldId: 111
|
|
366
|
+
fieldId: 111
|
|
369
367
|
},
|
|
370
368
|
{
|
|
371
369
|
display: true,
|
|
372
|
-
paramName:
|
|
370
|
+
paramName: 'fujian',
|
|
373
371
|
formField: {
|
|
374
372
|
deleted: false,
|
|
375
|
-
createTime:
|
|
373
|
+
createTime: '2020-12-08T08:08:03.000+0000',
|
|
376
374
|
name: '123',
|
|
377
|
-
description:
|
|
378
|
-
updateTime:
|
|
375
|
+
description: '',
|
|
376
|
+
updateTime: '2020-12-08T08:10:41.000+0000',
|
|
379
377
|
id: 1117,
|
|
380
378
|
lastOperatorId: 78,
|
|
381
|
-
mainId:
|
|
382
|
-
type:
|
|
379
|
+
mainId: 'e2f80aecaf7c11eabdcd506b4b2f3accJ',
|
|
380
|
+
type: 'FILE',
|
|
383
381
|
extInfo: {
|
|
384
|
-
fileLimit:'more',
|
|
385
|
-
limitNum:'3'
|
|
386
|
-
}
|
|
382
|
+
fileLimit: 'more',
|
|
383
|
+
limitNum: '3'
|
|
384
|
+
}
|
|
387
385
|
},
|
|
388
386
|
required: true,
|
|
389
387
|
fieldId: 1117,
|
|
390
388
|
value: [
|
|
391
389
|
{
|
|
392
|
-
url:'https://img01.yzcdn.cn/vant/leaf.jpg'
|
|
390
|
+
url: 'https://img01.yzcdn.cn/vant/leaf.jpg'
|
|
393
391
|
}
|
|
394
392
|
]
|
|
395
393
|
},
|
|
396
394
|
{
|
|
397
395
|
display: true,
|
|
398
|
-
paramName:
|
|
396
|
+
paramName: 'fuxuan',
|
|
399
397
|
value: [],
|
|
400
398
|
formField: {
|
|
401
399
|
deleted: false,
|
|
402
|
-
createTime:
|
|
403
|
-
name:
|
|
404
|
-
description:
|
|
405
|
-
updateTime:
|
|
400
|
+
createTime: '2020-12-08T08:08:15.000+0000',
|
|
401
|
+
name: '复选1',
|
|
402
|
+
description: '',
|
|
403
|
+
updateTime: '2020-12-08T08:10:49.000+0000',
|
|
406
404
|
id: 112,
|
|
407
405
|
lastOperatorId: 21,
|
|
408
|
-
mainId:
|
|
409
|
-
type:
|
|
406
|
+
mainId: 'e2f80aecaf7c11eabdcd506b4b2f3accd',
|
|
407
|
+
type: 'CHECKBOX',
|
|
410
408
|
extInfo: {
|
|
411
409
|
WebHookParameter: [],
|
|
412
410
|
value: [],
|
|
413
411
|
option: [
|
|
414
|
-
{ _default:
|
|
412
|
+
{ _default: 'false', label: '1', value: '' },
|
|
415
413
|
{
|
|
416
|
-
_default:
|
|
417
|
-
label:
|
|
418
|
-
value:
|
|
414
|
+
_default: 'false',
|
|
415
|
+
label: '2',
|
|
416
|
+
value: '选项二'
|
|
419
417
|
},
|
|
420
|
-
{ _default:
|
|
421
|
-
]
|
|
422
|
-
}
|
|
418
|
+
{ _default: 'false', label: '3', value: '' }
|
|
419
|
+
]
|
|
420
|
+
}
|
|
423
421
|
},
|
|
424
422
|
required: true,
|
|
425
|
-
fieldId: 112
|
|
423
|
+
fieldId: 112
|
|
426
424
|
},
|
|
427
425
|
{
|
|
428
426
|
display: true,
|
|
429
|
-
paramName:
|
|
430
|
-
value:
|
|
427
|
+
paramName: 'xiala',
|
|
428
|
+
value: 'MIDDLE',
|
|
431
429
|
formField: {
|
|
432
430
|
deleted: false,
|
|
433
|
-
createTime:
|
|
434
|
-
name:
|
|
435
|
-
description:
|
|
436
|
-
updateTime:
|
|
431
|
+
createTime: '2020-12-08T08:08:27.000+0000',
|
|
432
|
+
name: '下拉1',
|
|
433
|
+
description: '',
|
|
434
|
+
updateTime: '2020-12-08T08:10:56.000+0000',
|
|
437
435
|
id: 113,
|
|
438
436
|
lastOperatorId: 21,
|
|
439
|
-
mainId:
|
|
440
|
-
type:
|
|
437
|
+
mainId: 'e2f80aecaf7c11eabdcd506b4b2f3accdd',
|
|
438
|
+
type: 'SELECT',
|
|
441
439
|
extInfo: {
|
|
442
440
|
WebHookParameter: [],
|
|
443
441
|
value: [],
|
|
444
442
|
option: [
|
|
445
|
-
{ _default:
|
|
443
|
+
{ _default: 'false', label: '紧急', value: 'URGENT' },
|
|
446
444
|
{
|
|
447
|
-
_default:
|
|
448
|
-
label:
|
|
449
|
-
value:
|
|
445
|
+
_default: 'false',
|
|
446
|
+
label: '高',
|
|
447
|
+
value: 'HIGH'
|
|
450
448
|
},
|
|
451
|
-
{ _default:
|
|
452
|
-
{ _default:
|
|
453
|
-
]
|
|
454
|
-
}
|
|
449
|
+
{ _default: 'false', label: '中', value: 'MIDDLE' },
|
|
450
|
+
{ _default: 'false', label: '12', value: '12' }
|
|
451
|
+
]
|
|
452
|
+
}
|
|
455
453
|
},
|
|
456
454
|
required: false,
|
|
457
|
-
fieldId: 113
|
|
458
|
-
|
|
455
|
+
fieldId: 113
|
|
459
456
|
},
|
|
460
457
|
{
|
|
461
458
|
display: true,
|
|
462
|
-
paramName:
|
|
463
|
-
value: [
|
|
464
|
-
url:'https://img01.yzcdn.cn/vant/leaf.jpg'
|
|
465
|
-
},
|
|
459
|
+
paramName: 'hhh',
|
|
460
|
+
value: [
|
|
466
461
|
{
|
|
467
|
-
url:'https://img01.yzcdn.cn/vant/leaf.jpg'
|
|
462
|
+
url: 'https://img01.yzcdn.cn/vant/leaf.jpg'
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
url: 'https://img01.yzcdn.cn/vant/leaf.jpg'
|
|
468
466
|
}
|
|
469
467
|
],
|
|
470
468
|
formField: {
|
|
471
469
|
deleted: false,
|
|
472
|
-
createTime:
|
|
470
|
+
createTime: '2020-12-08T08:08:03.000+0000',
|
|
473
471
|
name: '345',
|
|
474
|
-
description:
|
|
475
|
-
updateTime:
|
|
472
|
+
description: '',
|
|
473
|
+
updateTime: '2020-12-08T08:10:41.000+0000',
|
|
476
474
|
id: 222222,
|
|
477
475
|
lastOperatorId: 78,
|
|
478
|
-
mainId:
|
|
479
|
-
type:
|
|
476
|
+
mainId: 'e2f80aecaf7c11eabdcd506b4b2f3accJ',
|
|
477
|
+
type: 'FILE',
|
|
480
478
|
extInfo: {
|
|
481
|
-
fileLimit:'more'
|
|
482
|
-
|
|
483
|
-
},
|
|
479
|
+
fileLimit: 'more'
|
|
480
|
+
}
|
|
484
481
|
},
|
|
485
482
|
required: false,
|
|
486
483
|
fieldId: 222222
|
|
487
|
-
}
|
|
488
|
-
]
|
|
489
|
-
}
|
|
484
|
+
}
|
|
485
|
+
]
|
|
486
|
+
}
|
|
490
487
|
},
|
|
491
488
|
formList2: {
|
|
492
|
-
formActionId:
|
|
489
|
+
formActionId: '',
|
|
493
490
|
form: {
|
|
494
491
|
id: 3,
|
|
495
|
-
name:
|
|
492
|
+
name: '表单1',
|
|
496
493
|
release: false,
|
|
497
494
|
deleted: false,
|
|
498
|
-
description:
|
|
495
|
+
description: '',
|
|
499
496
|
webhookId: 0,
|
|
500
497
|
webHookRequest: null,
|
|
501
|
-
createTime:
|
|
502
|
-
updateTime:
|
|
503
|
-
mainId:
|
|
504
|
-
formFieldRelation:
|
|
498
|
+
createTime: '2020-11-18T10:50:19.000+0000',
|
|
499
|
+
updateTime: '2020-11-18T10:50:19.000+0000',
|
|
500
|
+
mainId: 'e2f80aecaf7c11eabdcd506b4b2f3acc',
|
|
501
|
+
formFieldRelation:[
|
|
505
502
|
{
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
formField:
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
503
|
+
"fieldId":"workorder_description",
|
|
504
|
+
"paramName":"description",
|
|
505
|
+
"formField":{
|
|
506
|
+
"id":null,
|
|
507
|
+
"name":"工单描述",
|
|
508
|
+
"description":null,
|
|
509
|
+
"type":"TEXTAREA",
|
|
510
|
+
"deleted":null,
|
|
511
|
+
"lastOperatorId":null,
|
|
512
|
+
"mainId":null,
|
|
513
|
+
"extInfo":null,
|
|
514
|
+
"createTime":null,
|
|
515
|
+
"updateTime":null,
|
|
516
|
+
"required":null,
|
|
517
|
+
"workOrderFieldId":null
|
|
518
|
+
},
|
|
519
|
+
"value":"",
|
|
520
|
+
"display":true,
|
|
521
|
+
"required":true,
|
|
522
|
+
"editable":null
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"fieldId":"workorder_priority",
|
|
526
|
+
"paramName":"priority",
|
|
527
|
+
"formField":{
|
|
528
|
+
"id":null,
|
|
529
|
+
"name":"优先级",
|
|
530
|
+
"description":null,
|
|
531
|
+
"type":"SELECT",
|
|
532
|
+
"deleted":null,
|
|
533
|
+
"lastOperatorId":null,
|
|
534
|
+
"mainId":null,
|
|
535
|
+
"extInfo":{
|
|
536
|
+
"option":[
|
|
521
537
|
{
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
{
|
|
525
|
-
value: "选项一",
|
|
526
|
-
label: "选项一",
|
|
527
|
-
children: [
|
|
528
|
-
{
|
|
529
|
-
value: "选项一一",
|
|
530
|
-
label: "选项一一",
|
|
531
|
-
children:[
|
|
532
|
-
{label:'选项一一一',value:'选项一一一'},
|
|
533
|
-
{label:'选项一一二',value:'选项一一二'}
|
|
534
|
-
|
|
535
|
-
]
|
|
536
|
-
},
|
|
537
|
-
{
|
|
538
|
-
value: "选项一二",
|
|
539
|
-
label: "选项一二",
|
|
540
|
-
children:[
|
|
541
|
-
{label:'选项一二一',value:'选项一二一'},
|
|
542
|
-
{label:'选项一二二',value:'选项一二二'}
|
|
543
|
-
]
|
|
544
|
-
},
|
|
545
|
-
],
|
|
546
|
-
},
|
|
547
|
-
{
|
|
548
|
-
value: "选项二",
|
|
549
|
-
label: "选项二",
|
|
550
|
-
children: [
|
|
551
|
-
{
|
|
552
|
-
value: "选项二一",
|
|
553
|
-
label: "选项二一",
|
|
554
|
-
children:[
|
|
555
|
-
{label:'选项二一一',value:'选项二一一'},
|
|
556
|
-
{label:'选项二一二',value:'选项二一二'}
|
|
557
|
-
]
|
|
558
|
-
},
|
|
559
|
-
{
|
|
560
|
-
value: "选项二二",
|
|
561
|
-
label: "选项二二",
|
|
562
|
-
children:[
|
|
563
|
-
{label:'选项二二一',value:'选项二二一'},
|
|
564
|
-
{label:'选项二二二',value:'选项二二二'}
|
|
565
|
-
]
|
|
566
|
-
},
|
|
567
|
-
],
|
|
568
|
-
},
|
|
569
|
-
{
|
|
570
|
-
value: "选项三",
|
|
571
|
-
label: "选项三"
|
|
572
|
-
},
|
|
573
|
-
],
|
|
538
|
+
"label":"紧急",
|
|
539
|
+
"value":"URGENT"
|
|
574
540
|
},
|
|
575
|
-
|
|
541
|
+
{
|
|
542
|
+
"label":"高",
|
|
543
|
+
"value":"HIGH"
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"label":"中",
|
|
547
|
+
"value":"MIDDLE"
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"label":"低",
|
|
551
|
+
"value":"LOW"
|
|
552
|
+
}
|
|
553
|
+
]
|
|
576
554
|
},
|
|
555
|
+
"createTime":null,
|
|
556
|
+
"updateTime":null,
|
|
557
|
+
"required":null,
|
|
558
|
+
"workOrderFieldId":"d06fbdb477744892ab9b58bbbf94502c"
|
|
577
559
|
},
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
560
|
+
"value":"MIDDLE",
|
|
561
|
+
"display":true,
|
|
562
|
+
"required":true,
|
|
563
|
+
"editable":null
|
|
581
564
|
},
|
|
582
565
|
{
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
formField:
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
566
|
+
"fieldId":"workorder_clientId",
|
|
567
|
+
"paramName":"clientId",
|
|
568
|
+
"formField":{
|
|
569
|
+
"id":null,
|
|
570
|
+
"name":"客户",
|
|
571
|
+
"description":null,
|
|
572
|
+
"type":"SELECT",
|
|
573
|
+
"deleted":null,
|
|
574
|
+
"lastOperatorId":null,
|
|
575
|
+
"mainId":null,
|
|
576
|
+
"extInfo":{
|
|
577
|
+
"option":[
|
|
578
|
+
{
|
|
579
|
+
"label":"woWeMoBwAA4Tl0h9pQHI6WbcoIVmg3YA",
|
|
580
|
+
"value":"6204d47e78d5a11647df80be"
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"label":"woWeMoBwAACYR3trQ2LYHWtyOfpplqkw",
|
|
584
|
+
"value":"6209f179afbdcd6fa056a4a4"
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"label":"woWeMoBwAA20zzhSI-H6bsoR85kQRmVg",
|
|
588
|
+
"value":"6209fd7fafbdcd6fa056a4c8"
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"label":"woWeMoBwAAJrf9huLqkIUdZqtSX8Gn5w",
|
|
592
|
+
"value":"620a0d9b42aa263ff58e33c2"
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"label":"woWeMoBwAAfFhhBXkez5W1ZFHKYXu-Fw",
|
|
596
|
+
"value":"620a27a742aa263ff58e3402"
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"label":"woWeMoBwAAsnXU1XmId2s1YEpUQs3RSQ",
|
|
600
|
+
"value":"620a37da42aa263ff58e340a"
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
"label":"woWeMoBwAAZiyHnkSTslQXI2FnofVPjg",
|
|
604
|
+
"value":"620b573b42aa263ff58e34da"
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"label":"woWeMoBwAAIX7QQAKxZN-nBPMjR0QuCw",
|
|
608
|
+
"value":"620ca14f4337607a8d4c5ca2"
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"label":"woWeMoBwAABl7fosZeGvguVARqN4rG0A",
|
|
612
|
+
"value":"6212ff4453efc7278ccef8ae"
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"label":"woWeMoBwAAQ-iS-m6AjmFvQ7g2I3FPng",
|
|
616
|
+
"value":"625e1f5f786af427b2832807"
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"label":"woWeMoBwAAiD6E8vXINiqy1Kko9VQbmg",
|
|
620
|
+
"value":"625e75942320fd5b53f3c7a4"
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"label":"woWeMoBwAAfQSn5vV66oK9CVkGqkXeCQ",
|
|
624
|
+
"value":"627bbedbfa08ba2c93a59fee"
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"label":"woWeMoBwAAWCWoqUrWhGZf0cKjcZBEsQ",
|
|
628
|
+
"value":"62b2ba2383d61122e6e53e02"
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"label":"woWeMoBwAArT4aNWvAYWM6uO4yWpicCw",
|
|
632
|
+
"value":"62b430034b8f9e682bdab2d0"
|
|
633
|
+
}
|
|
634
|
+
]
|
|
635
|
+
},
|
|
636
|
+
"createTime":null,
|
|
637
|
+
"updateTime":null,
|
|
638
|
+
"required":null,
|
|
639
|
+
"workOrderFieldId":null
|
|
596
640
|
},
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
641
|
+
"value":"",
|
|
642
|
+
"display":true,
|
|
643
|
+
"required":false,
|
|
644
|
+
"editable":null
|
|
600
645
|
},
|
|
601
646
|
{
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
formField:
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
647
|
+
"fieldId":"workorder_statusId",
|
|
648
|
+
"paramName":"statusId",
|
|
649
|
+
"formField":{
|
|
650
|
+
"id":null,
|
|
651
|
+
"name":"状态",
|
|
652
|
+
"description":null,
|
|
653
|
+
"type":"SELECT",
|
|
654
|
+
"deleted":null,
|
|
655
|
+
"lastOperatorId":null,
|
|
656
|
+
"mainId":null,
|
|
657
|
+
"extInfo":{
|
|
658
|
+
"option":[
|
|
659
|
+
{
|
|
660
|
+
"label":"新建",
|
|
661
|
+
"value":"61f0b074e698d414a7857d1b"
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
"label":"已解决",
|
|
665
|
+
"value":"61f0b074e698d414a7857d1d"
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"label":"已关闭",
|
|
669
|
+
"value":"61f0b074e698d414a7857d1e"
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"label":"解决中",
|
|
673
|
+
"value":"61f0b074e698d414a7857d1c"
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
"label":"11111",
|
|
677
|
+
"value":"622ebf35cca8252f6c7ea60a"
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"label":"已取消",
|
|
681
|
+
"value":"62e26fe65f7c5542654fbec2"
|
|
682
|
+
}
|
|
683
|
+
]
|
|
684
|
+
},
|
|
685
|
+
"createTime":null,
|
|
686
|
+
"updateTime":null,
|
|
687
|
+
"required":null,
|
|
688
|
+
"workOrderFieldId":"bb3f98f64abd44d39b2db58abe27542e"
|
|
617
689
|
},
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
690
|
+
"value":"61f0b074e698d414a7857d1b",
|
|
691
|
+
"display":true,
|
|
692
|
+
"required":true,
|
|
693
|
+
"editable":null
|
|
621
694
|
},
|
|
622
695
|
{
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
formField:
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
{
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
696
|
+
"fieldId":"1056ca84eec64ee9accfac4fb2b8717c",
|
|
697
|
+
"paramName":"fieldValue.1056ca84eec64ee9accfac4fb2b8717c",
|
|
698
|
+
"formField":{
|
|
699
|
+
"id":null,
|
|
700
|
+
"name":"引用字段",
|
|
701
|
+
"description":null,
|
|
702
|
+
"type":"REF",
|
|
703
|
+
"deleted":null,
|
|
704
|
+
"lastOperatorId":null,
|
|
705
|
+
"mainId":null,
|
|
706
|
+
"extInfo":{
|
|
707
|
+
"fieldDetail":{
|
|
708
|
+
"widgetId":"0ed8cc6bac2a41e79c09d60f",
|
|
709
|
+
"defaultValue":"",
|
|
710
|
+
"description":"",
|
|
711
|
+
"remark":{
|
|
712
|
+
"enable":false,
|
|
713
|
+
"text":""
|
|
714
|
+
},
|
|
715
|
+
"type":"RADIO",
|
|
716
|
+
"required":false,
|
|
717
|
+
"searchable":false,
|
|
718
|
+
"isSystemField":false,
|
|
719
|
+
"extInfo":{
|
|
720
|
+
"autoInput":{
|
|
721
|
+
"enable":false,
|
|
722
|
+
"rule":{
|
|
723
|
+
"handler":"",
|
|
724
|
+
"type":"dict",
|
|
725
|
+
"exp":""
|
|
726
|
+
},
|
|
727
|
+
"source":[
|
|
728
|
+
|
|
729
|
+
]
|
|
730
|
+
},
|
|
731
|
+
"options":[
|
|
642
732
|
{
|
|
643
|
-
|
|
644
|
-
label:
|
|
645
|
-
|
|
646
|
-
|
|
733
|
+
"_default":"false",
|
|
734
|
+
"label":"单选一",
|
|
735
|
+
"relationItems":[
|
|
736
|
+
"cc12960a92f849a3ac8fb6c5"
|
|
737
|
+
],
|
|
738
|
+
"value":"单选一",
|
|
739
|
+
"requiredItems":[
|
|
740
|
+
"cc12960a92f849a3ac8fb6c5"
|
|
647
741
|
]
|
|
648
742
|
},
|
|
649
743
|
{
|
|
650
|
-
|
|
651
|
-
label:
|
|
744
|
+
"_default":"false",
|
|
745
|
+
"label":"单选二",
|
|
746
|
+
"relationItems":[
|
|
747
|
+
|
|
748
|
+
],
|
|
749
|
+
"value":"单选二",
|
|
750
|
+
"requiredItems":[
|
|
751
|
+
|
|
752
|
+
]
|
|
652
753
|
},
|
|
754
|
+
{
|
|
755
|
+
"_default":"false",
|
|
756
|
+
"label":"单选三",
|
|
757
|
+
"relationItems":[
|
|
758
|
+
|
|
759
|
+
],
|
|
760
|
+
"value":"单选三",
|
|
761
|
+
"requiredItems":[
|
|
762
|
+
|
|
763
|
+
]
|
|
764
|
+
}
|
|
653
765
|
],
|
|
766
|
+
"isCommon":true,
|
|
767
|
+
"placeholder":"请选择",
|
|
768
|
+
"dependent":{
|
|
769
|
+
|
|
770
|
+
}
|
|
654
771
|
},
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
772
|
+
"top":0,
|
|
773
|
+
"left":0,
|
|
774
|
+
"name":"单选",
|
|
775
|
+
"width":6,
|
|
776
|
+
"disabled":false,
|
|
777
|
+
"id":"0ed8cc6bac2a41e79c09d60f",
|
|
778
|
+
"height":2
|
|
779
|
+
},
|
|
780
|
+
"ref":{
|
|
781
|
+
"fieldName":"单选",
|
|
782
|
+
"field":"0ed8cc6bac2a41e79c09d60f",
|
|
783
|
+
"source":"62d4f9003aa89109868692e3",
|
|
784
|
+
"sourceName":"bug复测",
|
|
785
|
+
"vars":[
|
|
786
|
+
|
|
787
|
+
],
|
|
788
|
+
"type":"RADIO"
|
|
789
|
+
},
|
|
790
|
+
"isDelete":true,
|
|
791
|
+
"autoInput":{
|
|
792
|
+
"enable":false,
|
|
793
|
+
"rule":{
|
|
794
|
+
"handler":"",
|
|
795
|
+
"type":"",
|
|
796
|
+
"exp":""
|
|
658
797
|
},
|
|
659
|
-
|
|
660
|
-
|
|
798
|
+
"source":[
|
|
799
|
+
|
|
800
|
+
]
|
|
801
|
+
},
|
|
802
|
+
"chooseShow":[
|
|
661
803
|
|
|
804
|
+
],
|
|
805
|
+
"placeholder":"请输入"
|
|
662
806
|
},
|
|
807
|
+
"createTime":null,
|
|
808
|
+
"updateTime":null,
|
|
809
|
+
"required":null,
|
|
810
|
+
"workOrderFieldId":"1056ca84eec64ee9accfac4fb2b8717c"
|
|
663
811
|
},
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
812
|
+
"value":"",
|
|
813
|
+
"display":true,
|
|
814
|
+
"required":false,
|
|
815
|
+
"editable":null
|
|
667
816
|
},
|
|
668
817
|
{
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
formField:
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
818
|
+
"fieldId":"7e85ef09361d49699bd5a9360cd531ac",
|
|
819
|
+
"paramName":"fieldValue.7e85ef09361d49699bd5a9360cd531ac",
|
|
820
|
+
"formField":{
|
|
821
|
+
"id":null,
|
|
822
|
+
"name":"关联数据模板",
|
|
823
|
+
"description":null,
|
|
824
|
+
"type":"REF_TEMPLATE",
|
|
825
|
+
"deleted":null,
|
|
826
|
+
"lastOperatorId":null,
|
|
827
|
+
"mainId":null,
|
|
828
|
+
"extInfo":{
|
|
829
|
+
"ref":{
|
|
830
|
+
"field":"<p><span class=\"ask-component-placeholder\" th:text=\"da9856c768de47c7a219c5ad\">组织架构</span><span class=\"ask-component-placeholder\" th:text=\"d175080547bc4a8db7c946b8\">用户</span><span class=\"ask-component-placeholder\" th:text=\"83234a8cbc3b46f781e4f4f8\">系统账号</span><span class=\"ask-component-placeholder\" th:text=\"6ad9a39d8f454eaca4952a11\">省份</span><span class=\"ask-component-placeholder\" th:text=\"e1addf8b539e427db3bc9053\">城市</span></p>",
|
|
831
|
+
"source":"62d4f9003aa89109868692e3",
|
|
832
|
+
"sourceName":"bug复测",
|
|
833
|
+
"vars":[
|
|
834
|
+
"da9856c768de47c7a219c5ad",
|
|
835
|
+
"d175080547bc4a8db7c946b8",
|
|
836
|
+
"83234a8cbc3b46f781e4f4f8",
|
|
837
|
+
"6ad9a39d8f454eaca4952a11",
|
|
838
|
+
"978cf6fe55a8474e84d9cb30",
|
|
839
|
+
"ec568a2ba78f4809b1c27074",
|
|
840
|
+
"dc407e4c112d4a81b809fa9c",
|
|
841
|
+
"0ed8cc6bac2a41e79c09d60f",
|
|
842
|
+
"e1addf8b539e427db3bc9053"
|
|
843
|
+
],
|
|
844
|
+
"type":""
|
|
845
|
+
},
|
|
846
|
+
"addBtnName":"",
|
|
847
|
+
"isDelete":true,
|
|
848
|
+
"autoInput":{
|
|
849
|
+
"enable":false,
|
|
850
|
+
"rule":{
|
|
851
|
+
"handler":"",
|
|
852
|
+
"type":"",
|
|
853
|
+
"exp":""
|
|
854
|
+
},
|
|
855
|
+
"source":[
|
|
856
|
+
|
|
857
|
+
]
|
|
858
|
+
},
|
|
859
|
+
"chooseShow":[
|
|
683
860
|
{
|
|
684
|
-
|
|
685
|
-
|
|
861
|
+
"name":"组织架构",
|
|
862
|
+
"checked":true,
|
|
863
|
+
"id":"da9856c768de47c7a219c5ad",
|
|
864
|
+
"nodeType":"FIELD",
|
|
865
|
+
"fieldType":"ORG"
|
|
686
866
|
},
|
|
687
867
|
{
|
|
688
|
-
|
|
689
|
-
|
|
868
|
+
"name":"用户",
|
|
869
|
+
"checked":true,
|
|
870
|
+
"id":"d175080547bc4a8db7c946b8",
|
|
871
|
+
"nodeType":"FIELD",
|
|
872
|
+
"fieldType":"USER"
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"name":"系统账号",
|
|
876
|
+
"checked":true,
|
|
877
|
+
"id":"83234a8cbc3b46f781e4f4f8",
|
|
878
|
+
"nodeType":"FIELD",
|
|
879
|
+
"fieldType":"ACCOUNT"
|
|
690
880
|
},
|
|
691
|
-
],
|
|
692
|
-
cascadeDown: [
|
|
693
881
|
{
|
|
694
|
-
|
|
695
|
-
|
|
882
|
+
"name":"省份",
|
|
883
|
+
"checked":true,
|
|
884
|
+
"id":"6ad9a39d8f454eaca4952a11",
|
|
885
|
+
"nodeType":"FIELD",
|
|
886
|
+
"fieldType":"PROVINCE"
|
|
696
887
|
},
|
|
888
|
+
{
|
|
889
|
+
"name":"城市",
|
|
890
|
+
"checked":true,
|
|
891
|
+
"id":"e1addf8b539e427db3bc9053",
|
|
892
|
+
"nodeType":"FIELD",
|
|
893
|
+
"fieldType":"CITY"
|
|
894
|
+
}
|
|
697
895
|
],
|
|
896
|
+
"selectType":"多选",
|
|
897
|
+
"supportAdd":false,
|
|
898
|
+
"placeholder":"请输入"
|
|
698
899
|
},
|
|
900
|
+
"createTime":null,
|
|
901
|
+
"updateTime":null,
|
|
902
|
+
"required":null,
|
|
903
|
+
"workOrderFieldId":"7e85ef09361d49699bd5a9360cd531ac"
|
|
699
904
|
},
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
905
|
+
"value":"",
|
|
906
|
+
"display":true,
|
|
907
|
+
"required":false,
|
|
908
|
+
"editable":null
|
|
703
909
|
},
|
|
704
910
|
{
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
formField:
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
911
|
+
"fieldId":"49b5331f0940410c869bd882431fa5ff",
|
|
912
|
+
"paramName":"fieldValue.49b5331f0940410c869bd882431fa5ff",
|
|
913
|
+
"formField":{
|
|
914
|
+
"id":null,
|
|
915
|
+
"name":"文本",
|
|
916
|
+
"description":null,
|
|
917
|
+
"type":"INPUT",
|
|
918
|
+
"deleted":null,
|
|
919
|
+
"lastOperatorId":null,
|
|
920
|
+
"mainId":null,
|
|
921
|
+
"extInfo":{
|
|
922
|
+
"unit":"",
|
|
923
|
+
"isDelete":true,
|
|
924
|
+
"autoInput":{
|
|
925
|
+
"enable":false,
|
|
926
|
+
"rule":{
|
|
927
|
+
"handler":"",
|
|
928
|
+
"type":"reg",
|
|
929
|
+
"exp":""
|
|
930
|
+
},
|
|
931
|
+
"source":[
|
|
932
|
+
|
|
933
|
+
]
|
|
934
|
+
},
|
|
935
|
+
"requiredDependentFieldId":{
|
|
936
|
+
|
|
937
|
+
},
|
|
938
|
+
"range":{
|
|
939
|
+
"start":"",
|
|
940
|
+
"end":""
|
|
941
|
+
},
|
|
942
|
+
"inputType":"TEXT",
|
|
943
|
+
"dependentFieldId":{
|
|
944
|
+
|
|
945
|
+
},
|
|
946
|
+
"placeholder":"请输入",
|
|
947
|
+
"maxNum":100
|
|
723
948
|
},
|
|
949
|
+
"createTime":null,
|
|
950
|
+
"updateTime":null,
|
|
951
|
+
"required":null,
|
|
952
|
+
"workOrderFieldId":"49b5331f0940410c869bd882431fa5ff"
|
|
724
953
|
},
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
954
|
+
"value":"",
|
|
955
|
+
"display":true,
|
|
956
|
+
"required":false,
|
|
957
|
+
"editable":null
|
|
728
958
|
},
|
|
729
959
|
{
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
formField:
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
value: "但是",
|
|
750
|
-
_default: "false",
|
|
751
|
-
},
|
|
752
|
-
],
|
|
753
|
-
cascadeDown: [
|
|
754
|
-
{
|
|
755
|
-
style: "1",
|
|
756
|
-
options: [],
|
|
960
|
+
"fieldId":"1ada28316672426e9c565017d09ef495",
|
|
961
|
+
"paramName":"fieldValue.1ada28316672426e9c565017d09ef495",
|
|
962
|
+
"formField":{
|
|
963
|
+
"id":null,
|
|
964
|
+
"name":"百分比",
|
|
965
|
+
"description":null,
|
|
966
|
+
"type":"INPUT",
|
|
967
|
+
"deleted":null,
|
|
968
|
+
"lastOperatorId":null,
|
|
969
|
+
"mainId":null,
|
|
970
|
+
"extInfo":{
|
|
971
|
+
"unit":"%",
|
|
972
|
+
"isDelete":true,
|
|
973
|
+
"autoInput":{
|
|
974
|
+
"enable":false,
|
|
975
|
+
"rule":{
|
|
976
|
+
"handler":"",
|
|
977
|
+
"type":"reg",
|
|
978
|
+
"exp":""
|
|
757
979
|
},
|
|
758
|
-
|
|
980
|
+
"source":[
|
|
981
|
+
|
|
982
|
+
]
|
|
983
|
+
},
|
|
984
|
+
"requiredDependentFieldId":{
|
|
985
|
+
|
|
986
|
+
},
|
|
987
|
+
"range":{
|
|
988
|
+
"start":0,
|
|
989
|
+
"end":"9"
|
|
990
|
+
},
|
|
991
|
+
"inputType":"RATE",
|
|
992
|
+
"dependentFieldId":{
|
|
993
|
+
|
|
994
|
+
},
|
|
995
|
+
"placeholder":"请输入",
|
|
996
|
+
"maxNum":100
|
|
759
997
|
},
|
|
998
|
+
"createTime":null,
|
|
999
|
+
"updateTime":null,
|
|
1000
|
+
"required":null,
|
|
1001
|
+
"workOrderFieldId":"1ada28316672426e9c565017d09ef495"
|
|
760
1002
|
},
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
1003
|
+
"value":"",
|
|
1004
|
+
"display":true,
|
|
1005
|
+
"required":false,
|
|
1006
|
+
"editable":null
|
|
764
1007
|
},
|
|
765
1008
|
{
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
formField:
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
1009
|
+
"fieldId":"1747fea5ab5b40bcb57c700bd529d553",
|
|
1010
|
+
"paramName":"fieldValue.1747fea5ab5b40bcb57c700bd529d553",
|
|
1011
|
+
"formField":{
|
|
1012
|
+
"id":null,
|
|
1013
|
+
"name":"数字",
|
|
1014
|
+
"description":null,
|
|
1015
|
+
"type":"INPUT",
|
|
1016
|
+
"deleted":null,
|
|
1017
|
+
"lastOperatorId":null,
|
|
1018
|
+
"mainId":null,
|
|
1019
|
+
"extInfo":{
|
|
1020
|
+
"unit":"",
|
|
1021
|
+
"isDelete":true,
|
|
1022
|
+
"autoInput":{
|
|
1023
|
+
"enable":false,
|
|
1024
|
+
"rule":{
|
|
1025
|
+
"handler":"",
|
|
1026
|
+
"type":"reg",
|
|
1027
|
+
"exp":""
|
|
784
1028
|
},
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
1029
|
+
"source":[
|
|
1030
|
+
|
|
1031
|
+
]
|
|
1032
|
+
},
|
|
1033
|
+
"range":{
|
|
1034
|
+
"start":"1",
|
|
1035
|
+
"end":"5"
|
|
1036
|
+
},
|
|
1037
|
+
"inputType":"NUMBER",
|
|
1038
|
+
"placeholder":"请输入",
|
|
1039
|
+
"maxNum":100
|
|
1040
|
+
},
|
|
1041
|
+
"createTime":null,
|
|
1042
|
+
"updateTime":null,
|
|
1043
|
+
"required":null,
|
|
1044
|
+
"workOrderFieldId":"1747fea5ab5b40bcb57c700bd529d553"
|
|
1045
|
+
},
|
|
1046
|
+
"value":"",
|
|
1047
|
+
"display":true,
|
|
1048
|
+
"required":false,
|
|
1049
|
+
"editable":null
|
|
1050
|
+
},
|
|
1051
|
+
{
|
|
1052
|
+
"fieldId":"d81181d5c2ef40e3be2f3f54df94f8a2",
|
|
1053
|
+
"paramName":"fieldValue.d81181d5c2ef40e3be2f3f54df94f8a2",
|
|
1054
|
+
"formField":{
|
|
1055
|
+
"id":null,
|
|
1056
|
+
"name":"手机号",
|
|
1057
|
+
"description":null,
|
|
1058
|
+
"type":"INPUT",
|
|
1059
|
+
"deleted":null,
|
|
1060
|
+
"lastOperatorId":null,
|
|
1061
|
+
"mainId":null,
|
|
1062
|
+
"extInfo":{
|
|
1063
|
+
"unit":"",
|
|
1064
|
+
"isDelete":true,
|
|
1065
|
+
"autoInput":{
|
|
1066
|
+
"enable":false,
|
|
1067
|
+
"rule":{
|
|
1068
|
+
"handler":"",
|
|
1069
|
+
"type":"reg",
|
|
1070
|
+
"exp":""
|
|
789
1071
|
},
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
1072
|
+
"source":[
|
|
1073
|
+
|
|
1074
|
+
]
|
|
1075
|
+
},
|
|
1076
|
+
"range":{
|
|
1077
|
+
"start":"",
|
|
1078
|
+
"end":""
|
|
1079
|
+
},
|
|
1080
|
+
"inputType":"MOBILE",
|
|
1081
|
+
"placeholder":"请输入",
|
|
1082
|
+
"maxNum":100
|
|
1083
|
+
},
|
|
1084
|
+
"createTime":null,
|
|
1085
|
+
"updateTime":null,
|
|
1086
|
+
"required":null,
|
|
1087
|
+
"workOrderFieldId":"d81181d5c2ef40e3be2f3f54df94f8a2"
|
|
1088
|
+
},
|
|
1089
|
+
"value":"",
|
|
1090
|
+
"display":true,
|
|
1091
|
+
"required":false,
|
|
1092
|
+
"editable":null
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
"fieldId":"569965fd06ff4a9aaf4a0d3f7c9f1253",
|
|
1096
|
+
"paramName":"fieldValue.569965fd06ff4a9aaf4a0d3f7c9f1253",
|
|
1097
|
+
"formField":{
|
|
1098
|
+
"id":null,
|
|
1099
|
+
"name":"身份证号",
|
|
1100
|
+
"description":null,
|
|
1101
|
+
"type":"INPUT",
|
|
1102
|
+
"deleted":null,
|
|
1103
|
+
"lastOperatorId":null,
|
|
1104
|
+
"mainId":null,
|
|
1105
|
+
"extInfo":{
|
|
1106
|
+
"unit":"",
|
|
1107
|
+
"isDelete":true,
|
|
1108
|
+
"autoInput":{
|
|
1109
|
+
"enable":false,
|
|
1110
|
+
"rule":{
|
|
1111
|
+
"handler":"",
|
|
1112
|
+
"type":"reg",
|
|
1113
|
+
"exp":""
|
|
795
1114
|
},
|
|
796
|
-
|
|
1115
|
+
"source":[
|
|
1116
|
+
|
|
1117
|
+
]
|
|
1118
|
+
},
|
|
1119
|
+
"range":{
|
|
1120
|
+
"start":"",
|
|
1121
|
+
"end":""
|
|
1122
|
+
},
|
|
1123
|
+
"inputType":"ID_CARD",
|
|
1124
|
+
"placeholder":"请输入",
|
|
1125
|
+
"maxNum":100
|
|
797
1126
|
},
|
|
1127
|
+
"createTime":null,
|
|
1128
|
+
"updateTime":null,
|
|
1129
|
+
"required":null,
|
|
1130
|
+
"workOrderFieldId":"569965fd06ff4a9aaf4a0d3f7c9f1253"
|
|
798
1131
|
},
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
1132
|
+
"value":"",
|
|
1133
|
+
"display":true,
|
|
1134
|
+
"required":false,
|
|
1135
|
+
"editable":null
|
|
802
1136
|
},
|
|
803
1137
|
{
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
formField:{
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
1138
|
+
"fieldId":"f2a99934cc8149498cb0b8d0874bf126",
|
|
1139
|
+
"paramName":"fieldValue.f2a99934cc8149498cb0b8d0874bf126",
|
|
1140
|
+
"formField":{
|
|
1141
|
+
"id":null,
|
|
1142
|
+
"name":"邮箱",
|
|
1143
|
+
"description":null,
|
|
1144
|
+
"type":"INPUT",
|
|
1145
|
+
"deleted":null,
|
|
1146
|
+
"lastOperatorId":null,
|
|
1147
|
+
"mainId":null,
|
|
1148
|
+
"extInfo":{
|
|
1149
|
+
"unit":"",
|
|
1150
|
+
"isDelete":true,
|
|
1151
|
+
"autoInput":{
|
|
1152
|
+
"enable":false,
|
|
1153
|
+
"rule":{
|
|
1154
|
+
"handler":"",
|
|
1155
|
+
"type":"reg",
|
|
1156
|
+
"exp":""
|
|
1157
|
+
},
|
|
1158
|
+
"source":[
|
|
1159
|
+
|
|
1160
|
+
]
|
|
1161
|
+
},
|
|
1162
|
+
"range":{
|
|
1163
|
+
"start":"",
|
|
1164
|
+
"end":""
|
|
1165
|
+
},
|
|
1166
|
+
"inputType":"MAIL",
|
|
1167
|
+
"placeholder":"请输入",
|
|
1168
|
+
"maxNum":100
|
|
810
1169
|
},
|
|
811
|
-
|
|
812
|
-
|
|
1170
|
+
"createTime":null,
|
|
1171
|
+
"updateTime":null,
|
|
1172
|
+
"required":null,
|
|
1173
|
+
"workOrderFieldId":"f2a99934cc8149498cb0b8d0874bf126"
|
|
813
1174
|
},
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
1175
|
+
"value":"",
|
|
1176
|
+
"display":true,
|
|
1177
|
+
"required":false,
|
|
1178
|
+
"editable":null
|
|
817
1179
|
},
|
|
818
1180
|
{
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
formField:{
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
1181
|
+
"fieldId":"665d6937c20d4169a7c6f3460a79f377",
|
|
1182
|
+
"paramName":"fieldValue.665d6937c20d4169a7c6f3460a79f377",
|
|
1183
|
+
"formField":{
|
|
1184
|
+
"id":null,
|
|
1185
|
+
"name":"链接",
|
|
1186
|
+
"description":null,
|
|
1187
|
+
"type":"INPUT",
|
|
1188
|
+
"deleted":null,
|
|
1189
|
+
"lastOperatorId":null,
|
|
1190
|
+
"mainId":null,
|
|
1191
|
+
"extInfo":{
|
|
1192
|
+
"unit":"",
|
|
1193
|
+
"isDelete":true,
|
|
1194
|
+
"autoInput":{
|
|
1195
|
+
"enable":false,
|
|
1196
|
+
"rule":{
|
|
1197
|
+
"handler":"",
|
|
1198
|
+
"type":"reg",
|
|
1199
|
+
"exp":""
|
|
1200
|
+
},
|
|
1201
|
+
"source":[
|
|
1202
|
+
|
|
1203
|
+
]
|
|
1204
|
+
},
|
|
1205
|
+
"range":{
|
|
1206
|
+
"start":"",
|
|
1207
|
+
"end":""
|
|
1208
|
+
},
|
|
1209
|
+
"inputType":"LINK",
|
|
1210
|
+
"placeholder":"请输入",
|
|
1211
|
+
"maxNum":100
|
|
826
1212
|
},
|
|
827
|
-
|
|
828
|
-
|
|
1213
|
+
"createTime":null,
|
|
1214
|
+
"updateTime":null,
|
|
1215
|
+
"required":null,
|
|
1216
|
+
"workOrderFieldId":"665d6937c20d4169a7c6f3460a79f377"
|
|
829
1217
|
},
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
1218
|
+
"value":"",
|
|
1219
|
+
"display":true,
|
|
1220
|
+
"required":false,
|
|
1221
|
+
"editable":null
|
|
833
1222
|
},
|
|
834
1223
|
{
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
formField:{
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
1224
|
+
"fieldId":"7849c7f1919440a5ae98b9bd696735e5",
|
|
1225
|
+
"paramName":"fieldValue.7849c7f1919440a5ae98b9bd696735e5",
|
|
1226
|
+
"formField":{
|
|
1227
|
+
"id":null,
|
|
1228
|
+
"name":"多行输入框",
|
|
1229
|
+
"description":null,
|
|
1230
|
+
"type":"TEXTAREA",
|
|
1231
|
+
"deleted":null,
|
|
1232
|
+
"lastOperatorId":null,
|
|
1233
|
+
"mainId":null,
|
|
1234
|
+
"extInfo":{
|
|
1235
|
+
"isDelete":true,
|
|
1236
|
+
"autoInput":{
|
|
1237
|
+
"enable":false,
|
|
1238
|
+
"rule":{
|
|
1239
|
+
"handler":"",
|
|
1240
|
+
"type":"reg",
|
|
1241
|
+
"exp":""
|
|
1242
|
+
},
|
|
1243
|
+
"source":[
|
|
1244
|
+
|
|
1245
|
+
]
|
|
1246
|
+
},
|
|
1247
|
+
"range":{
|
|
1248
|
+
"start":"",
|
|
1249
|
+
"end":""
|
|
1250
|
+
},
|
|
1251
|
+
"placeholder":"请输入",
|
|
1252
|
+
"maxNum":100
|
|
842
1253
|
},
|
|
843
|
-
|
|
844
|
-
|
|
1254
|
+
"createTime":null,
|
|
1255
|
+
"updateTime":null,
|
|
1256
|
+
"required":null,
|
|
1257
|
+
"workOrderFieldId":"7849c7f1919440a5ae98b9bd696735e5"
|
|
845
1258
|
},
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
1259
|
+
"value":"",
|
|
1260
|
+
"display":true,
|
|
1261
|
+
"required":false,
|
|
1262
|
+
"editable":null
|
|
849
1263
|
},
|
|
850
1264
|
{
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
formField:{
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
1265
|
+
"fieldId":"d30d7f49e33e47afafafef56dc4a5c7f",
|
|
1266
|
+
"paramName":"fieldValue.d30d7f49e33e47afafafef56dc4a5c7f",
|
|
1267
|
+
"formField":{
|
|
1268
|
+
"id":null,
|
|
1269
|
+
"name":"单选",
|
|
1270
|
+
"description":null,
|
|
1271
|
+
"type":"RADIO",
|
|
1272
|
+
"deleted":null,
|
|
1273
|
+
"lastOperatorId":null,
|
|
1274
|
+
"mainId":null,
|
|
1275
|
+
"extInfo":{
|
|
1276
|
+
"isDelete":true,
|
|
1277
|
+
"autoInput":{
|
|
1278
|
+
"enable":false,
|
|
1279
|
+
"rule":{
|
|
1280
|
+
"handler":"",
|
|
1281
|
+
"type":"dict",
|
|
1282
|
+
"exp":""
|
|
1283
|
+
},
|
|
1284
|
+
"source":[
|
|
1285
|
+
|
|
1286
|
+
]
|
|
1287
|
+
},
|
|
1288
|
+
"options":[
|
|
858
1289
|
{
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
1290
|
+
"_default":"false",
|
|
1291
|
+
"optionStruct":{
|
|
1292
|
+
|
|
1293
|
+
},
|
|
1294
|
+
"label":"单选一",
|
|
1295
|
+
"relationItems":[
|
|
1296
|
+
"2b4c6f3ca9f04033b9f8d1008fdaee9c"
|
|
1297
|
+
],
|
|
1298
|
+
"value":"单选一",
|
|
1299
|
+
"requiredItems":[
|
|
1300
|
+
"2b4c6f3ca9f04033b9f8d1008fdaee9c"
|
|
1301
|
+
]
|
|
862
1302
|
},
|
|
863
1303
|
{
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
1304
|
+
"_default":"false",
|
|
1305
|
+
"optionStruct":{
|
|
1306
|
+
|
|
1307
|
+
},
|
|
1308
|
+
"label":"单选二",
|
|
1309
|
+
"relationItems":[
|
|
1310
|
+
|
|
1311
|
+
],
|
|
1312
|
+
"value":"单选二",
|
|
1313
|
+
"requiredItems":[
|
|
1314
|
+
|
|
1315
|
+
]
|
|
867
1316
|
},
|
|
868
1317
|
{
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
1318
|
+
"_default":"false",
|
|
1319
|
+
"optionStruct":{
|
|
1320
|
+
|
|
1321
|
+
},
|
|
1322
|
+
"label":"单选三",
|
|
1323
|
+
"relationItems":[
|
|
1324
|
+
|
|
1325
|
+
],
|
|
1326
|
+
"value":"单选三",
|
|
1327
|
+
"requiredItems":[
|
|
1328
|
+
|
|
1329
|
+
]
|
|
872
1330
|
},
|
|
873
|
-
|
|
1331
|
+
{
|
|
1332
|
+
"_default":"false",
|
|
1333
|
+
"optionStruct":{
|
|
1334
|
+
|
|
1335
|
+
},
|
|
1336
|
+
"label":"单选四",
|
|
1337
|
+
"relationItems":[
|
|
1338
|
+
|
|
1339
|
+
],
|
|
1340
|
+
"value":"单选四",
|
|
1341
|
+
"requiredItems":[
|
|
1342
|
+
|
|
1343
|
+
]
|
|
1344
|
+
}
|
|
1345
|
+
],
|
|
1346
|
+
"range":{
|
|
1347
|
+
"start":"",
|
|
1348
|
+
"end":""
|
|
1349
|
+
},
|
|
1350
|
+
"placeholder":"请选择",
|
|
1351
|
+
"dependent":{
|
|
1352
|
+
|
|
1353
|
+
}
|
|
874
1354
|
},
|
|
875
|
-
|
|
876
|
-
|
|
1355
|
+
"createTime":null,
|
|
1356
|
+
"updateTime":null,
|
|
1357
|
+
"required":null,
|
|
1358
|
+
"workOrderFieldId":"d30d7f49e33e47afafafef56dc4a5c7f"
|
|
877
1359
|
},
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
1360
|
+
"value":"",
|
|
1361
|
+
"display":true,
|
|
1362
|
+
"required":false,
|
|
1363
|
+
"editable":null
|
|
881
1364
|
},
|
|
882
1365
|
{
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
formField:{
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
1366
|
+
"fieldId":"2b4c6f3ca9f04033b9f8d1008fdaee9c",
|
|
1367
|
+
"paramName":"fieldValue.2b4c6f3ca9f04033b9f8d1008fdaee9c",
|
|
1368
|
+
"formField":{
|
|
1369
|
+
"id":null,
|
|
1370
|
+
"name":"多选",
|
|
1371
|
+
"description":null,
|
|
1372
|
+
"type":"CHECKBOX",
|
|
1373
|
+
"deleted":null,
|
|
1374
|
+
"lastOperatorId":null,
|
|
1375
|
+
"mainId":null,
|
|
1376
|
+
"extInfo":{
|
|
1377
|
+
"isDelete":true,
|
|
1378
|
+
"autoInput":{
|
|
1379
|
+
"enable":false,
|
|
1380
|
+
"rule":{
|
|
1381
|
+
"handler":"",
|
|
1382
|
+
"type":"dict",
|
|
1383
|
+
"exp":""
|
|
894
1384
|
},
|
|
1385
|
+
"source":[
|
|
1386
|
+
|
|
1387
|
+
]
|
|
1388
|
+
},
|
|
1389
|
+
"options":[
|
|
895
1390
|
{
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
1391
|
+
"_default":"false",
|
|
1392
|
+
"optionStruct":{
|
|
1393
|
+
|
|
1394
|
+
},
|
|
1395
|
+
"label":"多选一",
|
|
1396
|
+
"relationItems":[
|
|
1397
|
+
"d63aeeef437e4186af4a2efcd7a6a31b"
|
|
1398
|
+
],
|
|
1399
|
+
"value":"多选一",
|
|
1400
|
+
"requiredItems":[
|
|
1401
|
+
"d63aeeef437e4186af4a2efcd7a6a31b"
|
|
1402
|
+
]
|
|
899
1403
|
},
|
|
900
1404
|
{
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
1405
|
+
"_default":"false",
|
|
1406
|
+
"optionStruct":{
|
|
1407
|
+
|
|
1408
|
+
},
|
|
1409
|
+
"label":"多选二",
|
|
1410
|
+
"relationItems":[
|
|
1411
|
+
|
|
1412
|
+
],
|
|
1413
|
+
"value":"多选二",
|
|
1414
|
+
"requiredItems":[
|
|
1415
|
+
|
|
1416
|
+
]
|
|
904
1417
|
},
|
|
905
|
-
|
|
1418
|
+
{
|
|
1419
|
+
"_default":"false",
|
|
1420
|
+
"optionStruct":{
|
|
1421
|
+
|
|
1422
|
+
},
|
|
1423
|
+
"label":"多选三",
|
|
1424
|
+
"relationItems":[
|
|
1425
|
+
|
|
1426
|
+
],
|
|
1427
|
+
"value":"多选三",
|
|
1428
|
+
"requiredItems":[
|
|
1429
|
+
|
|
1430
|
+
]
|
|
1431
|
+
}
|
|
1432
|
+
],
|
|
1433
|
+
"requiredDependentFieldId":{
|
|
1434
|
+
"d30d7f49e33e47afafafef56dc4a5c7f":[
|
|
1435
|
+
"单选一"
|
|
1436
|
+
]
|
|
1437
|
+
},
|
|
1438
|
+
"range":{
|
|
1439
|
+
"start":"",
|
|
1440
|
+
"end":""
|
|
1441
|
+
},
|
|
1442
|
+
"dependentFieldId":{
|
|
1443
|
+
"d30d7f49e33e47afafafef56dc4a5c7f":[
|
|
1444
|
+
"单选一"
|
|
1445
|
+
]
|
|
1446
|
+
},
|
|
1447
|
+
"placeholder":"请选择",
|
|
1448
|
+
"dependent":{
|
|
1449
|
+
|
|
1450
|
+
}
|
|
906
1451
|
},
|
|
907
|
-
|
|
908
|
-
|
|
1452
|
+
"createTime":null,
|
|
1453
|
+
"updateTime":null,
|
|
1454
|
+
"required":null,
|
|
1455
|
+
"workOrderFieldId":"2b4c6f3ca9f04033b9f8d1008fdaee9c"
|
|
909
1456
|
},
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
1457
|
+
"value":"",
|
|
1458
|
+
"display":true,
|
|
1459
|
+
"required":false,
|
|
1460
|
+
"editable":null
|
|
913
1461
|
},
|
|
914
1462
|
{
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
formField:{
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
1463
|
+
"fieldId":"d63aeeef437e4186af4a2efcd7a6a31b",
|
|
1464
|
+
"paramName":"fieldValue.d63aeeef437e4186af4a2efcd7a6a31b",
|
|
1465
|
+
"formField":{
|
|
1466
|
+
"id":null,
|
|
1467
|
+
"name":"下拉",
|
|
1468
|
+
"description":null,
|
|
1469
|
+
"type":"SELECT",
|
|
1470
|
+
"deleted":null,
|
|
1471
|
+
"lastOperatorId":null,
|
|
1472
|
+
"mainId":null,
|
|
1473
|
+
"extInfo":{
|
|
1474
|
+
"isDelete":true,
|
|
1475
|
+
"autoInput":{
|
|
1476
|
+
"enable":false,
|
|
1477
|
+
"rule":{
|
|
1478
|
+
"handler":"",
|
|
1479
|
+
"type":"dict",
|
|
1480
|
+
"exp":""
|
|
926
1481
|
},
|
|
1482
|
+
"source":[
|
|
1483
|
+
|
|
1484
|
+
]
|
|
1485
|
+
},
|
|
1486
|
+
"options":[
|
|
927
1487
|
{
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
1488
|
+
"_default":"false",
|
|
1489
|
+
"label":"下拉一",
|
|
1490
|
+
"relationItems":[
|
|
1491
|
+
"4b2bea06e70b4a63a02df141f685f310"
|
|
1492
|
+
],
|
|
1493
|
+
"value":"下拉一",
|
|
1494
|
+
"requiredItems":[
|
|
1495
|
+
"4b2bea06e70b4a63a02df141f685f310"
|
|
1496
|
+
]
|
|
931
1497
|
},
|
|
932
1498
|
{
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
1499
|
+
"_default":"false",
|
|
1500
|
+
"label":"下拉二",
|
|
1501
|
+
"relationItems":[
|
|
1502
|
+
|
|
1503
|
+
],
|
|
1504
|
+
"value":"下拉二",
|
|
1505
|
+
"requiredItems":[
|
|
1506
|
+
|
|
1507
|
+
]
|
|
936
1508
|
},
|
|
937
|
-
|
|
1509
|
+
{
|
|
1510
|
+
"_default":"false",
|
|
1511
|
+
"label":"下拉三",
|
|
1512
|
+
"relationItems":[
|
|
1513
|
+
|
|
1514
|
+
],
|
|
1515
|
+
"value":"下拉三",
|
|
1516
|
+
"requiredItems":[
|
|
1517
|
+
|
|
1518
|
+
]
|
|
1519
|
+
}
|
|
1520
|
+
],
|
|
1521
|
+
"requiredDependentFieldId":{
|
|
1522
|
+
"2b4c6f3ca9f04033b9f8d1008fdaee9c":[
|
|
1523
|
+
"多选一"
|
|
1524
|
+
]
|
|
1525
|
+
},
|
|
1526
|
+
"range":{
|
|
1527
|
+
"start":"",
|
|
1528
|
+
"end":""
|
|
1529
|
+
},
|
|
1530
|
+
"selectType":"多选",
|
|
1531
|
+
"dependentFieldId":{
|
|
1532
|
+
"2b4c6f3ca9f04033b9f8d1008fdaee9c":[
|
|
1533
|
+
"多选一"
|
|
1534
|
+
]
|
|
1535
|
+
},
|
|
1536
|
+
"placeholder":"请选择",
|
|
1537
|
+
"dependent":{
|
|
1538
|
+
|
|
1539
|
+
}
|
|
938
1540
|
},
|
|
939
|
-
|
|
940
|
-
|
|
1541
|
+
"createTime":null,
|
|
1542
|
+
"updateTime":null,
|
|
1543
|
+
"required":null,
|
|
1544
|
+
"workOrderFieldId":"d63aeeef437e4186af4a2efcd7a6a31b"
|
|
941
1545
|
},
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
1546
|
+
"value":"",
|
|
1547
|
+
"display":true,
|
|
1548
|
+
"required":false,
|
|
1549
|
+
"editable":null
|
|
945
1550
|
},
|
|
946
1551
|
{
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
formField:{
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
1552
|
+
"fieldId":"4b2bea06e70b4a63a02df141f685f310",
|
|
1553
|
+
"paramName":"fieldValue.4b2bea06e70b4a63a02df141f685f310",
|
|
1554
|
+
"formField":{
|
|
1555
|
+
"id":null,
|
|
1556
|
+
"name":"级联",
|
|
1557
|
+
"description":null,
|
|
1558
|
+
"type":"CASCADER",
|
|
1559
|
+
"deleted":null,
|
|
1560
|
+
"lastOperatorId":null,
|
|
1561
|
+
"mainId":null,
|
|
1562
|
+
"extInfo":{
|
|
1563
|
+
"isDelete":true,
|
|
1564
|
+
"autoInput":{
|
|
1565
|
+
"enable":false,
|
|
1566
|
+
"rule":{
|
|
1567
|
+
"handler":"",
|
|
1568
|
+
"type":"dict",
|
|
1569
|
+
"exp":""
|
|
1570
|
+
},
|
|
1571
|
+
"source":[
|
|
1572
|
+
|
|
1573
|
+
]
|
|
1574
|
+
},
|
|
1575
|
+
"requiredDependentFieldId":{
|
|
1576
|
+
"d63aeeef437e4186af4a2efcd7a6a31b":[
|
|
1577
|
+
"下拉一"
|
|
1578
|
+
]
|
|
1579
|
+
},
|
|
1580
|
+
"range":{
|
|
1581
|
+
"start":"",
|
|
1582
|
+
"end":""
|
|
1583
|
+
},
|
|
1584
|
+
"selectType":"单选",
|
|
1585
|
+
"dependentFieldId":{
|
|
1586
|
+
"d63aeeef437e4186af4a2efcd7a6a31b":[
|
|
1587
|
+
"下拉一"
|
|
1588
|
+
]
|
|
1589
|
+
},
|
|
1590
|
+
"placeholder":"请选择",
|
|
1591
|
+
"dependent":{
|
|
1592
|
+
|
|
1593
|
+
},
|
|
1594
|
+
"fieldValue":[
|
|
1595
|
+
{
|
|
1596
|
+
"_default":false,
|
|
1597
|
+
"optionStruct":{
|
|
1598
|
+
"d63aeeef437e4186af4a2efcd7a6a31b":[
|
|
1599
|
+
{
|
|
1600
|
+
"_default":"false",
|
|
1601
|
+
"label":"下拉三",
|
|
1602
|
+
"value":"下拉三"
|
|
1603
|
+
}
|
|
1604
|
+
],
|
|
1605
|
+
"d30d7f49e33e47afafafef56dc4a5c7f":[
|
|
1606
|
+
{
|
|
1607
|
+
"_default":"false",
|
|
1608
|
+
"optionStruct":{
|
|
1609
|
+
|
|
1610
|
+
},
|
|
1611
|
+
"label":"单选三",
|
|
1612
|
+
"value":"单选三"
|
|
1613
|
+
}
|
|
1614
|
+
],
|
|
1615
|
+
"2b4c6f3ca9f04033b9f8d1008fdaee9c":[
|
|
1616
|
+
{
|
|
1617
|
+
"_default":"false",
|
|
1618
|
+
"label":"多选三",
|
|
1619
|
+
"value":"多选三"
|
|
1620
|
+
}
|
|
1621
|
+
]
|
|
1622
|
+
},
|
|
1623
|
+
"label":"三级选项",
|
|
1624
|
+
"relationItems":[
|
|
1625
|
+
|
|
1626
|
+
],
|
|
1627
|
+
"value":"三级选项"
|
|
1628
|
+
}
|
|
1629
|
+
],
|
|
1630
|
+
"cascadeDown":{
|
|
1631
|
+
"options":[
|
|
1632
|
+
{
|
|
1633
|
+
"_default":false,
|
|
1634
|
+
"optionStruct":{
|
|
1635
|
+
"d63aeeef437e4186af4a2efcd7a6a31b":[
|
|
1636
|
+
{
|
|
1637
|
+
"_default":"false",
|
|
1638
|
+
"label":"下拉一",
|
|
1639
|
+
"value":"下拉一"
|
|
1640
|
+
}
|
|
1641
|
+
],
|
|
1642
|
+
"d30d7f49e33e47afafafef56dc4a5c7f":[
|
|
1643
|
+
{
|
|
1644
|
+
"_default":"false",
|
|
1645
|
+
"optionStruct":{
|
|
1646
|
+
|
|
1647
|
+
},
|
|
1648
|
+
"label":"单选一",
|
|
1649
|
+
"value":"单选一"
|
|
1650
|
+
}
|
|
1651
|
+
],
|
|
1652
|
+
"2b4c6f3ca9f04033b9f8d1008fdaee9c":[
|
|
1653
|
+
{
|
|
1654
|
+
"_default":"false",
|
|
1655
|
+
"label":"多选一",
|
|
1656
|
+
"value":"多选一"
|
|
1657
|
+
}
|
|
1658
|
+
]
|
|
1659
|
+
},
|
|
1660
|
+
"children":[
|
|
1661
|
+
{
|
|
1662
|
+
"_default":false,
|
|
1663
|
+
"optionStruct":{
|
|
1664
|
+
"d63aeeef437e4186af4a2efcd7a6a31b":[
|
|
1665
|
+
{
|
|
1666
|
+
"_default":"false",
|
|
1667
|
+
"label":"下拉二",
|
|
1668
|
+
"value":"下拉二"
|
|
1669
|
+
}
|
|
1670
|
+
],
|
|
1671
|
+
"d30d7f49e33e47afafafef56dc4a5c7f":[
|
|
1672
|
+
{
|
|
1673
|
+
"_default":"false",
|
|
1674
|
+
"optionStruct":{
|
|
1675
|
+
|
|
1676
|
+
},
|
|
1677
|
+
"label":"单选二",
|
|
1678
|
+
"value":"单选二"
|
|
1679
|
+
}
|
|
1680
|
+
],
|
|
1681
|
+
"2b4c6f3ca9f04033b9f8d1008fdaee9c":[
|
|
1682
|
+
{
|
|
1683
|
+
"_default":"false",
|
|
1684
|
+
"label":"多选二",
|
|
1685
|
+
"value":"多选二"
|
|
1686
|
+
}
|
|
1687
|
+
]
|
|
1688
|
+
},
|
|
1689
|
+
"children":[
|
|
1690
|
+
{
|
|
1691
|
+
"_default":false,
|
|
1692
|
+
"optionStruct":{
|
|
1693
|
+
"d63aeeef437e4186af4a2efcd7a6a31b":[
|
|
1694
|
+
{
|
|
1695
|
+
"_default":"false",
|
|
1696
|
+
"label":"下拉三",
|
|
1697
|
+
"value":"下拉三"
|
|
1698
|
+
}
|
|
1699
|
+
],
|
|
1700
|
+
"d30d7f49e33e47afafafef56dc4a5c7f":[
|
|
1701
|
+
{
|
|
1702
|
+
"_default":"false",
|
|
1703
|
+
"optionStruct":{
|
|
1704
|
+
|
|
1705
|
+
},
|
|
1706
|
+
"label":"单选三",
|
|
1707
|
+
"value":"单选三"
|
|
1708
|
+
}
|
|
1709
|
+
],
|
|
1710
|
+
"2b4c6f3ca9f04033b9f8d1008fdaee9c":[
|
|
1711
|
+
{
|
|
1712
|
+
"_default":"false",
|
|
1713
|
+
"label":"多选三",
|
|
1714
|
+
"value":"多选三"
|
|
1715
|
+
}
|
|
1716
|
+
]
|
|
1717
|
+
},
|
|
1718
|
+
"label":"三级选项",
|
|
1719
|
+
"relationItems":[
|
|
1720
|
+
|
|
1721
|
+
],
|
|
1722
|
+
"value":"三级选项"
|
|
1723
|
+
}
|
|
1724
|
+
],
|
|
1725
|
+
"label":"二级选项",
|
|
1726
|
+
"relationItems":[
|
|
1727
|
+
|
|
1728
|
+
],
|
|
1729
|
+
"value":"二级选项"
|
|
1730
|
+
}
|
|
1731
|
+
],
|
|
1732
|
+
"label":"一级选项",
|
|
1733
|
+
"relationItems":[
|
|
1734
|
+
|
|
1735
|
+
],
|
|
1736
|
+
"value":"一级选项",
|
|
1737
|
+
"requiredItems":[
|
|
1738
|
+
|
|
1739
|
+
]
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
"_default":false,
|
|
1743
|
+
"optionStruct":{
|
|
1744
|
+
"d63aeeef437e4186af4a2efcd7a6a31b":[
|
|
1745
|
+
|
|
1746
|
+
],
|
|
1747
|
+
"d30d7f49e33e47afafafef56dc4a5c7f":[
|
|
1748
|
+
{
|
|
1749
|
+
"_default":"false",
|
|
1750
|
+
"optionStruct":{
|
|
1751
|
+
|
|
1752
|
+
},
|
|
1753
|
+
"label":"单选四",
|
|
1754
|
+
"value":"单选四"
|
|
1755
|
+
}
|
|
1756
|
+
],
|
|
1757
|
+
"2b4c6f3ca9f04033b9f8d1008fdaee9c":[
|
|
1758
|
+
|
|
1759
|
+
]
|
|
1760
|
+
},
|
|
1761
|
+
"label":"其他",
|
|
1762
|
+
"relationItems":[
|
|
1763
|
+
|
|
1764
|
+
],
|
|
1765
|
+
"value":"其他"
|
|
1766
|
+
}
|
|
1767
|
+
]
|
|
1768
|
+
}
|
|
955
1769
|
},
|
|
956
|
-
|
|
957
|
-
|
|
1770
|
+
"createTime":null,
|
|
1771
|
+
"updateTime":null,
|
|
1772
|
+
"required":null,
|
|
1773
|
+
"workOrderFieldId":"4b2bea06e70b4a63a02df141f685f310"
|
|
958
1774
|
},
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
1775
|
+
"value":[
|
|
1776
|
+
|
|
1777
|
+
],
|
|
1778
|
+
"display":true,
|
|
1779
|
+
"required":false,
|
|
1780
|
+
"editable":null
|
|
962
1781
|
},
|
|
963
1782
|
{
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
formField:{
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
1783
|
+
"fieldId":"457c64c84f704845b90604578e6799bd",
|
|
1784
|
+
"paramName":"fieldValue.457c64c84f704845b90604578e6799bd",
|
|
1785
|
+
"formField":{
|
|
1786
|
+
"id":null,
|
|
1787
|
+
"name":"年月日",
|
|
1788
|
+
"description":null,
|
|
1789
|
+
"type":"TIME_PICKER",
|
|
1790
|
+
"deleted":null,
|
|
1791
|
+
"lastOperatorId":null,
|
|
1792
|
+
"mainId":null,
|
|
1793
|
+
"extInfo":{
|
|
1794
|
+
"isDelete":true,
|
|
1795
|
+
"autoInput":{
|
|
1796
|
+
"enable":false,
|
|
1797
|
+
"rule":{
|
|
1798
|
+
"handler":"",
|
|
1799
|
+
"type":"reg",
|
|
1800
|
+
"exp":""
|
|
1801
|
+
},
|
|
1802
|
+
"source":[
|
|
1803
|
+
|
|
1804
|
+
]
|
|
1805
|
+
},
|
|
1806
|
+
"pattern":"<p><span class=\"ask-component-placeholder\" th:text=\"YEAR\">年</span><span class=\"ask-component-placeholder\" th:text=\"MONTH\">月</span><span class=\"ask-component-placeholder\" th:text=\"DAY\">日</span></p>",
|
|
1807
|
+
"mold":"DATE",
|
|
1808
|
+
"range":{
|
|
1809
|
+
"start":"",
|
|
1810
|
+
"end":""
|
|
1811
|
+
},
|
|
1812
|
+
"dataTimePattern":"yyyy-MM-dd",
|
|
1813
|
+
"placeholder":"请选择"
|
|
972
1814
|
},
|
|
973
|
-
|
|
974
|
-
|
|
1815
|
+
"createTime":null,
|
|
1816
|
+
"updateTime":null,
|
|
1817
|
+
"required":null,
|
|
1818
|
+
"workOrderFieldId":"457c64c84f704845b90604578e6799bd"
|
|
975
1819
|
},
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
1820
|
+
"value":"",
|
|
1821
|
+
"display":true,
|
|
1822
|
+
"required":false,
|
|
1823
|
+
"editable":null
|
|
979
1824
|
},
|
|
980
1825
|
{
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
formField:{
|
|
984
|
-
|
|
985
|
-
|
|
1826
|
+
"fieldId":"481bfb2c5c9246eab193aa6ca7611265",
|
|
1827
|
+
"paramName":"fieldValue.481bfb2c5c9246eab193aa6ca7611265",
|
|
1828
|
+
"formField":{
|
|
1829
|
+
"id":null,
|
|
1830
|
+
"name":"图片",
|
|
1831
|
+
"description":null,
|
|
1832
|
+
"type":"IMAGE",
|
|
1833
|
+
"deleted":null,
|
|
1834
|
+
"lastOperatorId":null,
|
|
1835
|
+
"mainId":null,
|
|
1836
|
+
"extInfo":{
|
|
1837
|
+
"watermark":{
|
|
1838
|
+
"enable":false,
|
|
1839
|
+
"text":""
|
|
1840
|
+
},
|
|
1841
|
+
"isDelete":true,
|
|
1842
|
+
"autoInput":{
|
|
1843
|
+
"enable":false,
|
|
1844
|
+
"rule":{
|
|
1845
|
+
"handler":"",
|
|
1846
|
+
"type":"reg",
|
|
1847
|
+
"exp":""
|
|
1848
|
+
},
|
|
1849
|
+
"source":[
|
|
1850
|
+
|
|
1851
|
+
]
|
|
1852
|
+
},
|
|
1853
|
+
"limit":"2",
|
|
1854
|
+
"range":{
|
|
1855
|
+
"start":"",
|
|
1856
|
+
"end":""
|
|
1857
|
+
},
|
|
1858
|
+
"placeholder":"请输入"
|
|
1859
|
+
},
|
|
1860
|
+
"createTime":null,
|
|
1861
|
+
"updateTime":null,
|
|
1862
|
+
"required":null,
|
|
1863
|
+
"workOrderFieldId":"481bfb2c5c9246eab193aa6ca7611265"
|
|
986
1864
|
},
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
1865
|
+
"value":"",
|
|
1866
|
+
"display":true,
|
|
1867
|
+
"required":false,
|
|
1868
|
+
"editable":null
|
|
990
1869
|
},
|
|
991
1870
|
{
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
formField:{
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
1871
|
+
"fieldId":"da745f6913064c1ead5440d17e8f1cb6",
|
|
1872
|
+
"paramName":"fieldValue.da745f6913064c1ead5440d17e8f1cb6",
|
|
1873
|
+
"formField":{
|
|
1874
|
+
"id":null,
|
|
1875
|
+
"name":"视频",
|
|
1876
|
+
"description":null,
|
|
1877
|
+
"type":"VIDEO",
|
|
1878
|
+
"deleted":null,
|
|
1879
|
+
"lastOperatorId":null,
|
|
1880
|
+
"mainId":null,
|
|
1881
|
+
"extInfo":{
|
|
1882
|
+
"watermark":{
|
|
1883
|
+
"enable":false,
|
|
1884
|
+
"text":""
|
|
1885
|
+
},
|
|
1886
|
+
"isDelete":true,
|
|
1887
|
+
"autoInput":{
|
|
1888
|
+
"enable":false,
|
|
1889
|
+
"rule":{
|
|
1890
|
+
"handler":"",
|
|
1891
|
+
"type":"reg",
|
|
1892
|
+
"exp":""
|
|
1893
|
+
},
|
|
1894
|
+
"source":[
|
|
1895
|
+
|
|
1896
|
+
]
|
|
1897
|
+
},
|
|
1898
|
+
"limit":"2",
|
|
1899
|
+
"range":{
|
|
1900
|
+
"start":"",
|
|
1901
|
+
"end":""
|
|
1902
|
+
},
|
|
1903
|
+
"placeholder":"请输入"
|
|
999
1904
|
},
|
|
1000
|
-
|
|
1001
|
-
|
|
1905
|
+
"createTime":null,
|
|
1906
|
+
"updateTime":null,
|
|
1907
|
+
"required":null,
|
|
1908
|
+
"workOrderFieldId":"da745f6913064c1ead5440d17e8f1cb6"
|
|
1002
1909
|
},
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1910
|
+
"value":"",
|
|
1911
|
+
"display":true,
|
|
1912
|
+
"required":false,
|
|
1913
|
+
"editable":null
|
|
1006
1914
|
},
|
|
1007
1915
|
{
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
formField:{
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1916
|
+
"fieldId":"fe818a331f9b454d875fa804a86b947c",
|
|
1917
|
+
"paramName":"fieldValue.fe818a331f9b454d875fa804a86b947c",
|
|
1918
|
+
"formField":{
|
|
1919
|
+
"id":null,
|
|
1920
|
+
"name":"附件",
|
|
1921
|
+
"description":null,
|
|
1922
|
+
"type":"ATTACHMENT",
|
|
1923
|
+
"deleted":null,
|
|
1924
|
+
"lastOperatorId":null,
|
|
1925
|
+
"mainId":null,
|
|
1926
|
+
"extInfo":{
|
|
1927
|
+
"watermark":{
|
|
1928
|
+
"enable":false,
|
|
1929
|
+
"text":""
|
|
1930
|
+
},
|
|
1931
|
+
"isDelete":true,
|
|
1932
|
+
"autoInput":{
|
|
1933
|
+
"enable":false,
|
|
1934
|
+
"rule":{
|
|
1935
|
+
"handler":"",
|
|
1936
|
+
"type":"reg",
|
|
1937
|
+
"exp":""
|
|
1938
|
+
},
|
|
1939
|
+
"source":[
|
|
1940
|
+
|
|
1941
|
+
]
|
|
1942
|
+
},
|
|
1943
|
+
"limit":"2",
|
|
1944
|
+
"range":{
|
|
1945
|
+
"start":"",
|
|
1946
|
+
"end":""
|
|
1947
|
+
},
|
|
1948
|
+
"placeholder":"请输入"
|
|
1014
1949
|
},
|
|
1015
|
-
|
|
1016
|
-
|
|
1950
|
+
"createTime":null,
|
|
1951
|
+
"updateTime":null,
|
|
1952
|
+
"required":null,
|
|
1953
|
+
"workOrderFieldId":"fe818a331f9b454d875fa804a86b947c"
|
|
1017
1954
|
},
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1955
|
+
"value":"",
|
|
1956
|
+
"display":true,
|
|
1957
|
+
"required":false,
|
|
1958
|
+
"editable":null
|
|
1021
1959
|
},
|
|
1960
|
+
{
|
|
1961
|
+
"fieldId":"fd6b334930aa4c57927d179d6e852a62",
|
|
1962
|
+
"paramName":"fieldValue.fd6b334930aa4c57927d179d6e852a62",
|
|
1963
|
+
"formField":{
|
|
1964
|
+
"id":null,
|
|
1965
|
+
"name":"聊天记录",
|
|
1966
|
+
"description":null,
|
|
1967
|
+
"type":"CHAT_RECORD",
|
|
1968
|
+
"deleted":null,
|
|
1969
|
+
"lastOperatorId":null,
|
|
1970
|
+
"mainId":null,
|
|
1971
|
+
"extInfo":{
|
|
1972
|
+
"visibleWithoutPermission":true,
|
|
1973
|
+
"isDelete":true,
|
|
1974
|
+
"autoInput":{
|
|
1975
|
+
"enable":false,
|
|
1976
|
+
"rule":{
|
|
1977
|
+
"handler":"",
|
|
1978
|
+
"type":"reg",
|
|
1979
|
+
"exp":""
|
|
1980
|
+
},
|
|
1981
|
+
"source":[
|
|
1022
1982
|
|
|
1983
|
+
]
|
|
1984
|
+
},
|
|
1985
|
+
"range":{
|
|
1986
|
+
"start":"",
|
|
1987
|
+
"end":""
|
|
1988
|
+
},
|
|
1989
|
+
"disabled":false
|
|
1990
|
+
},
|
|
1991
|
+
"createTime":null,
|
|
1992
|
+
"updateTime":null,
|
|
1993
|
+
"required":null,
|
|
1994
|
+
"workOrderFieldId":"fd6b334930aa4c57927d179d6e852a62"
|
|
1995
|
+
},
|
|
1996
|
+
"value":"",
|
|
1997
|
+
"display":true,
|
|
1998
|
+
"required":false,
|
|
1999
|
+
"editable":null
|
|
2000
|
+
}
|
|
1023
2001
|
],
|
|
1024
|
-
}
|
|
2002
|
+
}
|
|
1025
2003
|
},
|
|
1026
|
-
|
|
1027
2004
|
text: {
|
|
1028
2005
|
template:
|
|
1029
2006
|
'<p>开始时间 <span class="ask-component-placeholder-container"><span class="ask-component-placeholder-span" data="${开始时间戳_秒}" type="INPUT">1607427268</span><i class="ask-component-placeholder-icon arsenal_icon arsenalbianji2" icon="arsenal_icon arsenalkebianji" editable="true" onclick="_askEditValue(this,this.previousElementSibling)"></i><br/></span>结束时间 <span class="ask-component-placeholder-container"><span class="ask-component-placeholder-span" data="${结束时间戳_秒}" type="TIME_PICKER">1607772868</span><i class="ask-component-placeholder-icon arsenal_icon arsenalkebianji" icon="arsenal_icon arsenalkebianji" editable="true" onclick="_askEditValue(this,this.previousElementSibling)"></i></span></p>',
|
|
1030
|
-
goToAction: { value:
|
|
1031
|
-
apiKey:''
|
|
2007
|
+
goToAction: { value: '123' },
|
|
2008
|
+
apiKey: ''
|
|
1032
2009
|
},
|
|
1033
|
-
rem:
|
|
2010
|
+
rem: 'rem',
|
|
1034
2011
|
feedBack: {
|
|
1035
|
-
positiveFeedback: { text:
|
|
1036
|
-
negativeFeedback: { text:
|
|
2012
|
+
positiveFeedback: { text: '有用有用有用有用' },
|
|
2013
|
+
negativeFeedback: { text: '无用无用无用无用' },
|
|
1037
2014
|
feedbackActions: [],
|
|
1038
|
-
feedbackUid:
|
|
2015
|
+
feedbackUid: ''
|
|
1039
2016
|
},
|
|
1040
|
-
urls:[
|
|
1041
|
-
{
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
2017
|
+
urls: [
|
|
2018
|
+
{
|
|
2019
|
+
status: 'success',
|
|
2020
|
+
name: 'portal.test.askbot.cn_20201214_153724.zip',
|
|
2021
|
+
size: 2077,
|
|
2022
|
+
percentage: 100,
|
|
2023
|
+
uid: 1609154083480,
|
|
2024
|
+
raw: { uid: 1609154083480 },
|
|
2025
|
+
response:
|
|
2026
|
+
'https://guoranopen-zjk.oss-cn-zhangjiakou.aliyuncs.com/2020/12/28/07/15/d4c7a970-037e-454a-9921-821c0e81a3c5.zip'
|
|
2027
|
+
},
|
|
2028
|
+
{
|
|
2029
|
+
status: 'success',
|
|
2030
|
+
name: 'portal._153724.doc',
|
|
2031
|
+
size: 2077,
|
|
2032
|
+
percentage: 100,
|
|
2033
|
+
uid: 1609154083480,
|
|
2034
|
+
raw: { uid: 1609154083480 },
|
|
2035
|
+
response:
|
|
2036
|
+
'https://guoranopen-zjk.oss-cn-zhangjiakou.aliyuncs.com/2020/12/28/07/15/d4c7a970-037e-454a-9921-821c0e81a3c5.zip'
|
|
2037
|
+
},
|
|
2038
|
+
{
|
|
2039
|
+
status: 'success',
|
|
2040
|
+
name: 'portal.test.askbot.cn_20201214_153724.xls',
|
|
2041
|
+
size: 2077,
|
|
2042
|
+
percentage: 100,
|
|
2043
|
+
uid: 1609154083480,
|
|
2044
|
+
raw: { uid: 1609154083480 },
|
|
2045
|
+
response:
|
|
2046
|
+
'https://guoranopen-zjk.oss-cn-zhangjiakou.aliyuncs.com/2020/12/28/07/15/d4c7a970-037e-454a-9921-821c0e81a3c5.zip'
|
|
2047
|
+
},
|
|
2048
|
+
{
|
|
2049
|
+
status: 'success',
|
|
2050
|
+
name: 'portal.test.askbot.cn_20201214_153724.ppt',
|
|
2051
|
+
size: 2077,
|
|
2052
|
+
percentage: 100,
|
|
2053
|
+
uid: 1609154083480,
|
|
2054
|
+
raw: { uid: 1609154083480 },
|
|
2055
|
+
response:
|
|
2056
|
+
'https://guoranopen-zjk.oss-cn-zhangjiakou.aliyuncs.com/2020/12/28/07/15/d4c7a970-037e-454a-9921-821c0e81a3c5.zip'
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
status: 'success',
|
|
2060
|
+
name: 'portal.test.askbot.cn_20201214_153724.pdf',
|
|
2061
|
+
size: 2077,
|
|
2062
|
+
percentage: 100,
|
|
2063
|
+
uid: 1609154083480,
|
|
2064
|
+
raw: { uid: 1609154083480 },
|
|
2065
|
+
response:
|
|
2066
|
+
'https://guoranopen-zjk.oss-cn-zhangjiakou.aliyuncs.com/2020/12/28/07/15/d4c7a970-037e-454a-9921-821c0e81a3c5.zip'
|
|
2067
|
+
},
|
|
2068
|
+
{
|
|
2069
|
+
status: 'success',
|
|
2070
|
+
name: 'portal.test.askbot.cn_20201214_153724.zip',
|
|
2071
|
+
size: 2077,
|
|
2072
|
+
percentage: 100,
|
|
2073
|
+
uid: 1609154083480,
|
|
2074
|
+
raw: { uid: 1609154083480 },
|
|
2075
|
+
response:
|
|
2076
|
+
'https://guoranopen-zjk.oss-cn-zhangjiakou.aliyuncs.com/2020/12/28/07/15/d4c7a970-037e-454a-9921-821c0e81a3c5.zip'
|
|
2077
|
+
}
|
|
1049
2078
|
],
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
2079
|
+
messageList: [
|
|
2080
|
+
{
|
|
2081
|
+
content:
|
|
2082
|
+
'您好,我是郑俊成的智能助理,请问您是为企业咨询还是个人兴趣?',
|
|
2083
|
+
speaker: 'bot',
|
|
2084
|
+
type: 'answer_text'
|
|
2085
|
+
},
|
|
2086
|
+
{ content: '单位', speaker: 'user', type: 'answer_text' }
|
|
2087
|
+
],
|
|
2088
|
+
answerMsg: {
|
|
2089
|
+
content: {
|
|
2090
|
+
description: '你好,我是点选',
|
|
2091
|
+
options: [
|
|
2092
|
+
{
|
|
2093
|
+
name: '跳转意图',
|
|
2094
|
+
scope: 'INTENT',
|
|
2095
|
+
value: '3535'
|
|
2096
|
+
}
|
|
2097
|
+
]
|
|
1058
2098
|
}
|
|
1059
2099
|
},
|
|
1060
|
-
showLoad:false,
|
|
1061
|
-
videoUrl:
|
|
1062
|
-
|
|
2100
|
+
showLoad: false,
|
|
2101
|
+
videoUrl:
|
|
2102
|
+
'https://guoranopen-zjk.oss-cn-zhangjiakou.aliyuncs.com/2021/08/27/10/22/56fb13eb-b94a-45e8-b131-04531330cb2c/微信_20210719215122.mp4',
|
|
2103
|
+
processAction: [
|
|
1063
2104
|
{
|
|
1064
|
-
content:{
|
|
1065
|
-
html:
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
2105
|
+
content: {
|
|
2106
|
+
html:
|
|
2107
|
+
'<p style="line-height: 16px;"><img onclick=\'previewImage(this)\' src="https://test.open.guoranbot.com/UEditor/dialogs/attachment/fileTypeImages/icon_txt.gif"/><a style="font-size:12px; color:#0066cc;" href="https://static.guoranbot.com/ueditor/2022/03/11/c788d2d7fea04be680cc920e1f99db8e/分析报告 (1).xlsx" title="分析报告 (1).xlsx">分析报告 (1).xlsx</a></p><p><br/></p>',
|
|
2108
|
+
recommend: {
|
|
2109
|
+
description: '关联意图测试描述',
|
|
2110
|
+
list: [
|
|
1069
2111
|
{
|
|
1070
|
-
id:
|
|
1071
|
-
text:
|
|
2112
|
+
id: '3539',
|
|
2113
|
+
text: '文本',
|
|
1072
2114
|
type: 1
|
|
1073
2115
|
},
|
|
1074
2116
|
{
|
|
1075
|
-
id:
|
|
1076
|
-
text:
|
|
2117
|
+
id: '3540',
|
|
2118
|
+
text: '图片',
|
|
1077
2119
|
type: 1
|
|
1078
2120
|
}
|
|
1079
2121
|
],
|
|
1080
2122
|
status: true
|
|
1081
2123
|
}
|
|
1082
2124
|
},
|
|
1083
|
-
type:'answer_rich_text',
|
|
1084
|
-
id:'60df03aeeea6014311dc4285',
|
|
1085
|
-
intentId:6064,
|
|
1086
|
-
recommend:{
|
|
1087
|
-
description:
|
|
1088
|
-
list:[
|
|
2125
|
+
type: 'answer_rich_text',
|
|
2126
|
+
id: '60df03aeeea6014311dc4285',
|
|
2127
|
+
intentId: 6064,
|
|
2128
|
+
recommend: {
|
|
2129
|
+
description: '关联意图测试描述',
|
|
2130
|
+
list: [
|
|
1089
2131
|
{
|
|
1090
|
-
id:
|
|
1091
|
-
text:
|
|
2132
|
+
id: '3539',
|
|
2133
|
+
text: '文本',
|
|
1092
2134
|
type: 1
|
|
1093
2135
|
},
|
|
1094
2136
|
{
|
|
1095
|
-
id:
|
|
1096
|
-
text:
|
|
2137
|
+
id: '3540',
|
|
2138
|
+
text: '图片',
|
|
1097
2139
|
type: 1
|
|
1098
2140
|
}
|
|
1099
2141
|
],
|
|
@@ -1102,40 +2144,41 @@ export default {
|
|
|
1102
2144
|
},
|
|
1103
2145
|
|
|
1104
2146
|
{
|
|
1105
|
-
content:{
|
|
1106
|
-
url:
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
2147
|
+
content: {
|
|
2148
|
+
url:
|
|
2149
|
+
'https://guoranopen-zjk.oss-cn-zhangjiakou.aliyuncs.com/2021/08/24/07/35/45c878fd-6a8e-40e2-b599-bdba8e17cf8a/微信图片_20210423113520.jpg?x-oss-process=image/auto-orient,1/quality,q_90/watermark,text_MjE=,color_cccccc,size_48,rotate_315,fill_1,x_10,y_10,t_0',
|
|
2150
|
+
html: '测试文本-关联推荐没有描述',
|
|
2151
|
+
recommend: {
|
|
2152
|
+
description: '',
|
|
2153
|
+
list: [
|
|
1111
2154
|
{
|
|
1112
|
-
id:
|
|
1113
|
-
text:
|
|
2155
|
+
id: '3539',
|
|
2156
|
+
text: '文本',
|
|
1114
2157
|
type: 1
|
|
1115
2158
|
},
|
|
1116
2159
|
{
|
|
1117
|
-
id:
|
|
1118
|
-
text:
|
|
2160
|
+
id: '3540',
|
|
2161
|
+
text: '图片',
|
|
1119
2162
|
type: 1
|
|
1120
2163
|
}
|
|
1121
2164
|
],
|
|
1122
2165
|
status: true
|
|
1123
2166
|
}
|
|
1124
2167
|
},
|
|
1125
|
-
type:'answer_image',
|
|
1126
|
-
id:'6124d9b1c12fa234e0b3ddc8',
|
|
1127
|
-
intentId:6064,
|
|
1128
|
-
recommend:{
|
|
1129
|
-
description:
|
|
1130
|
-
list:[
|
|
2168
|
+
type: 'answer_image',
|
|
2169
|
+
id: '6124d9b1c12fa234e0b3ddc8',
|
|
2170
|
+
intentId: 6064,
|
|
2171
|
+
recommend: {
|
|
2172
|
+
description: '',
|
|
2173
|
+
list: [
|
|
1131
2174
|
{
|
|
1132
|
-
id:
|
|
1133
|
-
text:
|
|
2175
|
+
id: '3539',
|
|
2176
|
+
text: '文本',
|
|
1134
2177
|
type: 1
|
|
1135
2178
|
},
|
|
1136
2179
|
{
|
|
1137
|
-
id:
|
|
1138
|
-
text:
|
|
2180
|
+
id: '3540',
|
|
2181
|
+
text: '图片',
|
|
1139
2182
|
type: 1
|
|
1140
2183
|
}
|
|
1141
2184
|
],
|
|
@@ -1143,32 +2186,33 @@ export default {
|
|
|
1143
2186
|
}
|
|
1144
2187
|
},
|
|
1145
2188
|
{
|
|
1146
|
-
content:{
|
|
1147
|
-
url:
|
|
2189
|
+
content: {
|
|
2190
|
+
url:
|
|
2191
|
+
'https://guoranopen-zjk.oss-cn-zhangjiakou.aliyuncs.com/2021/08/24/07/35/41221223-c180-4f3f-bdc8-94875b693965/WeChat_20210719215122.mp4',
|
|
1148
2192
|
videoFlag: false,
|
|
1149
|
-
videoUploadPercent:0,
|
|
1150
|
-
isShowUploadVideo:true,
|
|
1151
|
-
recommend:{
|
|
1152
|
-
description:
|
|
1153
|
-
list:[
|
|
2193
|
+
videoUploadPercent: 0,
|
|
2194
|
+
isShowUploadVideo: true,
|
|
2195
|
+
recommend: {
|
|
2196
|
+
description: '关联意图测试描述',
|
|
2197
|
+
list: [
|
|
1154
2198
|
{
|
|
1155
|
-
id:
|
|
1156
|
-
text:
|
|
2199
|
+
id: '3539',
|
|
2200
|
+
text: '文本',
|
|
1157
2201
|
type: 1
|
|
1158
2202
|
}
|
|
1159
2203
|
],
|
|
1160
2204
|
status: true
|
|
1161
2205
|
}
|
|
1162
2206
|
},
|
|
1163
|
-
type:'answer_video',
|
|
1164
|
-
id:'60df03aeeea6014311dc4285',
|
|
1165
|
-
intentId:6064,
|
|
1166
|
-
recommend:{
|
|
1167
|
-
description:
|
|
1168
|
-
list:[
|
|
2207
|
+
type: 'answer_video',
|
|
2208
|
+
id: '60df03aeeea6014311dc4285',
|
|
2209
|
+
intentId: 6064,
|
|
2210
|
+
recommend: {
|
|
2211
|
+
description: '关联意图测试描述',
|
|
2212
|
+
list: [
|
|
1169
2213
|
{
|
|
1170
|
-
id:
|
|
1171
|
-
text:
|
|
2214
|
+
id: '3539',
|
|
2215
|
+
text: '文本',
|
|
1172
2216
|
type: 1
|
|
1173
2217
|
}
|
|
1174
2218
|
],
|
|
@@ -1176,137 +2220,136 @@ export default {
|
|
|
1176
2220
|
}
|
|
1177
2221
|
}
|
|
1178
2222
|
],
|
|
1179
|
-
actionSatisfactions:[
|
|
2223
|
+
actionSatisfactions: [
|
|
1180
2224
|
{
|
|
1181
|
-
content:{
|
|
1182
|
-
satisfactionDes:'满意度',
|
|
1183
|
-
satisfactoryAnswer:'',
|
|
1184
|
-
unsatisfiedAnswer:'',
|
|
1185
|
-
answerRadio:[
|
|
2225
|
+
content: {
|
|
2226
|
+
satisfactionDes: '满意度',
|
|
2227
|
+
satisfactoryAnswer: '',
|
|
2228
|
+
unsatisfiedAnswer: '',
|
|
2229
|
+
answerRadio: [
|
|
1186
2230
|
{
|
|
1187
|
-
answer:'哦哦哦',
|
|
1188
|
-
name:'哈哈哈'
|
|
2231
|
+
answer: '哦哦哦',
|
|
2232
|
+
name: '哈哈哈'
|
|
1189
2233
|
}
|
|
1190
2234
|
]
|
|
1191
2235
|
}
|
|
1192
|
-
|
|
1193
2236
|
}
|
|
1194
2237
|
],
|
|
1195
|
-
inLoading:true,
|
|
1196
|
-
dataNote:0,
|
|
1197
|
-
timer:null,
|
|
1198
|
-
finished:false,
|
|
1199
|
-
botActionSatis:{
|
|
1200
|
-
content:{
|
|
1201
|
-
reply_text:'哈哈哈哈哈',
|
|
1202
|
-
reply_options:[
|
|
2238
|
+
inLoading: true,
|
|
2239
|
+
dataNote: 0,
|
|
2240
|
+
timer: null,
|
|
2241
|
+
finished: false,
|
|
2242
|
+
botActionSatis: {
|
|
2243
|
+
content: {
|
|
2244
|
+
reply_text: '哈哈哈哈哈',
|
|
2245
|
+
reply_options: [
|
|
1203
2246
|
{
|
|
1204
|
-
name:'暗示丢',
|
|
1205
|
-
answer:'暗示丢1504559775615045597756kjl',
|
|
1206
|
-
apiKey:''
|
|
2247
|
+
name: '暗示丢',
|
|
2248
|
+
answer: '暗示丢1504559775615045597756kjl',
|
|
2249
|
+
apiKey: ''
|
|
1207
2250
|
},
|
|
1208
2251
|
{
|
|
1209
|
-
name:'暗示丢2',
|
|
1210
|
-
answer:'暗示丢11504559775615045597756kjl',
|
|
1211
|
-
apiKey:''
|
|
2252
|
+
name: '暗示丢2',
|
|
2253
|
+
answer: '暗示丢11504559775615045597756kjl',
|
|
2254
|
+
apiKey: ''
|
|
1212
2255
|
}
|
|
1213
2256
|
]
|
|
1214
2257
|
}
|
|
1215
2258
|
},
|
|
1216
|
-
answerDiss:{
|
|
1217
|
-
content:{
|
|
1218
|
-
replyText:'哈哈哈哈哈',
|
|
1219
|
-
replyOptions:[
|
|
2259
|
+
answerDiss: {
|
|
2260
|
+
content: {
|
|
2261
|
+
replyText: '哈哈哈哈哈',
|
|
2262
|
+
replyOptions: [
|
|
1220
2263
|
{
|
|
1221
|
-
name:'暗示丢',
|
|
1222
|
-
answer:'暗示丢1504559775615045597756kjl',
|
|
1223
|
-
apiKey:''
|
|
2264
|
+
name: '暗示丢',
|
|
2265
|
+
answer: '暗示丢1504559775615045597756kjl',
|
|
2266
|
+
apiKey: ''
|
|
1224
2267
|
},
|
|
1225
2268
|
{
|
|
1226
|
-
name:'暗示丢2',
|
|
1227
|
-
answer:'暗示丢11504559775615045597756kjl',
|
|
1228
|
-
apiKey:''
|
|
2269
|
+
name: '暗示丢2',
|
|
2270
|
+
answer: '暗示丢11504559775615045597756kjl',
|
|
2271
|
+
apiKey: ''
|
|
1229
2272
|
}
|
|
1230
2273
|
]
|
|
1231
2274
|
}
|
|
1232
2275
|
},
|
|
1233
|
-
answerRadios:{
|
|
1234
|
-
content:{
|
|
1235
|
-
description:'请点击下方选项继续测试',
|
|
1236
|
-
options:[
|
|
2276
|
+
answerRadios: {
|
|
2277
|
+
content: {
|
|
2278
|
+
description: '请点击下方选项继续测试',
|
|
2279
|
+
options: [
|
|
1237
2280
|
{
|
|
1238
|
-
name:
|
|
1239
|
-
scope:
|
|
1240
|
-
value:
|
|
2281
|
+
name: '跳转节点1',
|
|
2282
|
+
scope: 'NODE',
|
|
2283
|
+
value: '60177b9470814d4ce924f1ed'
|
|
1241
2284
|
},
|
|
1242
2285
|
{
|
|
1243
|
-
name:
|
|
1244
|
-
scope:
|
|
1245
|
-
value:
|
|
2286
|
+
name: '跳转意图',
|
|
2287
|
+
scope: 'INTENT',
|
|
2288
|
+
value: '3558'
|
|
1246
2289
|
},
|
|
1247
2290
|
{
|
|
1248
|
-
name:
|
|
1249
|
-
scope:
|
|
1250
|
-
value:
|
|
2291
|
+
name: '跳转节点2',
|
|
2292
|
+
scope: 'NODE',
|
|
2293
|
+
value: '60af4505d0acd7017620c4f2'
|
|
1251
2294
|
}
|
|
1252
2295
|
],
|
|
1253
|
-
recommend:{
|
|
1254
|
-
description:'',
|
|
1255
|
-
status:false,
|
|
1256
|
-
list:[]
|
|
2296
|
+
recommend: {
|
|
2297
|
+
description: '',
|
|
2298
|
+
status: false,
|
|
2299
|
+
list: []
|
|
1257
2300
|
}
|
|
1258
2301
|
},
|
|
1259
|
-
type:'answer_radio'
|
|
2302
|
+
type: 'answer_radio'
|
|
1260
2303
|
},
|
|
1261
|
-
htmlContainer:'<input placeholder="请输入"></input>',
|
|
1262
|
-
isOpen:true
|
|
1263
|
-
}
|
|
2304
|
+
htmlContainer: '<input placeholder="请输入"></input>',
|
|
2305
|
+
isOpen: true
|
|
2306
|
+
}
|
|
1264
2307
|
},
|
|
1265
2308
|
methods: {
|
|
1266
2309
|
submitClick(value) {
|
|
1267
|
-
console.log(value)
|
|
2310
|
+
console.log(value)
|
|
1268
2311
|
},
|
|
1269
2312
|
submitClicks(value) {
|
|
1270
|
-
console.log(value)
|
|
2313
|
+
console.log(value)
|
|
1271
2314
|
},
|
|
1272
2315
|
positiveFeedback(value1) {
|
|
1273
|
-
console.log(value1)
|
|
2316
|
+
console.log(value1)
|
|
1274
2317
|
},
|
|
1275
|
-
touchEnd(index){
|
|
2318
|
+
touchEnd(index) {
|
|
1276
2319
|
console.log(index)
|
|
1277
2320
|
},
|
|
1278
|
-
closeVoice(){
|
|
2321
|
+
closeVoice() {
|
|
1279
2322
|
console.debug('我是close事件')
|
|
1280
|
-
}
|
|
2323
|
+
}
|
|
1281
2324
|
},
|
|
1282
2325
|
mounted() {
|
|
1283
|
-
this.timer = setInterval(()=>{
|
|
1284
|
-
this.dataNote+=1
|
|
1285
|
-
console.debug('this.dataNote',this.dataNote)
|
|
1286
|
-
},1000)
|
|
2326
|
+
this.timer = setInterval(() => {
|
|
2327
|
+
this.dataNote += 1
|
|
2328
|
+
console.debug('this.dataNote', this.dataNote)
|
|
2329
|
+
}, 1000)
|
|
1287
2330
|
|
|
1288
|
-
setTimeout(()=>{
|
|
2331
|
+
setTimeout(() => {
|
|
1289
2332
|
this.inLoading = true
|
|
1290
|
-
},2000)
|
|
1291
|
-
setTimeout(()=>{
|
|
2333
|
+
}, 2000)
|
|
2334
|
+
setTimeout(() => {
|
|
1292
2335
|
this.finished = true
|
|
1293
2336
|
this.dataNote = 10
|
|
1294
2337
|
clearInterval(this.timer)
|
|
1295
|
-
},5000)
|
|
2338
|
+
}, 5000)
|
|
1296
2339
|
},
|
|
1297
|
-
updated() {}
|
|
1298
|
-
}
|
|
2340
|
+
updated() {}
|
|
2341
|
+
}
|
|
1299
2342
|
</script>
|
|
1300
2343
|
|
|
1301
2344
|
<!-- Add "scoped" attribute to limit CSS to this component only -->
|
|
1302
2345
|
<style scoped lang="less">
|
|
1303
|
-
@import
|
|
1304
|
-
#conversation{
|
|
1305
|
-
background-color
|
|
2346
|
+
@import '../assets/less/converSationContainer/converSatonContainer';
|
|
2347
|
+
#conversation {
|
|
2348
|
+
background-color: #f5f7fb;
|
|
1306
2349
|
}
|
|
1307
|
-
.img_div{
|
|
2350
|
+
.img_div {
|
|
1308
2351
|
position: relative;
|
|
1309
|
-
.mask{
|
|
2352
|
+
.mask {
|
|
1310
2353
|
position: absolute;
|
|
1311
2354
|
top: 0;
|
|
1312
2355
|
right: 0;
|