askbot-dragon 0.7.92 → 0.7.95

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