zhouwx
2025-05-19 457f9c817adef8b003ee6379f493798bae5cbb69
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
<template>
    <div class="inner">
    <a-alert
        message="管理员身份无法进行短信群发操作"
        banner
        closable
        v-if="userInfo.role.id === 1"
        type="error"
        style="margin-bottom: 12px"
    />
        <h2>预警信息发布</h2>
    <a-form-model ref="ruleForm" :model="form" :rules="rules" :wrapper-col="wrapperCol">
        <div class="left">
<!--      <a-form-model-item prop="title">-->
<!--              <a-input v-model="form.title" placeholder="请输入标题" style="height: 50px; font-size: 20px;" />-->
<!--      </a-form-model-item>-->
<!--      <a-row>-->
<!--        <a-col :span="12" style="display: flex;align-items: center">-->
<!--          <span style="display: block;margin-bottom: 24px">相关灾种</span>-->
 
<!--        </a-col>-->
<!--        <a-col :span="12" style="display: flex;align-items: center;justify-content: right">-->
<!--          <span style="display: block;margin-bottom: 24px">预警级别:</span>-->
 
<!--        </a-col>-->
<!--      </a-row>-->
 
      <a-row>
        <a-col :span="12">
          <a-form-model-item prop="emergType">
            <a-radio-group v-model="form.emergType" button-style="solid">
              <a-radio-button :value="2">
                常规
              </a-radio-button>
              <a-radio-button :value="1">
                紧临
              </a-radio-button>
            </a-radio-group>
          </a-form-model-item>
        </a-col>
        <a-col :span="12" style="display: flex;align-items: center;justify-content: right">
          <a-form-model-item prop="disasterType" style="margin-right: 20px">
            <a-select placeholder="请选择相关灾种" v-model="form.disasterType" style="width: 240px" allowClear @change="handleRisk">
              <a-select-option v-for="(item,index) in riskOptions" :key="item.id" :value="item.value">
                {{ item.name }}
              </a-select-option>
            </a-select>
          </a-form-model-item>
          <a-form-model-item prop="warningLevel">
            <a-select placeholder="请选择预警级别" v-model="form.warningLevel" style="width: 240px" allowClear @change="handleLevel">
              <a-select-option v-for="(item,index) in levelOptions" :key="item.id" :value="item.value">
                {{ item.name }}
              </a-select-option>
            </a-select>
          </a-form-model-item>
        </a-col>
      </a-row>
      <a-form-model-item prop="content">
              <a-textarea v-model="form.content" placeholder="请输入短信通知内容部分" :auto-size="{ minRows: 3, maxRows: 5 }" />
      </a-form-model-item>
<!--      <a-row>-->
<!--        <a-col :span="12">-->
<!--          <a-button>上传附件</a-button>-->
<!--        </a-col>-->
<!--        <a-col :span="12" style="display: flex;align-items: center;justify-content: right">-->
<!--          <b style="margin-bottom: 24px">超时设置:</b>-->
<!--          <a-form-model-item prop="overTime">-->
<!--            <a-input v-model="form.overTime" style="width:200px;" placeholder="输入时间" suffix="分钟"/>-->
<!--          </a-form-model-item>-->
<!--        </a-col>-->
<!--      </a-row>-->
<!--            <span><b>发布单位:</b>{{form.publishingUnit}}</span>-->
 
      <a-row :gutter="24" v-if="unittype == 1">
        <a-col :span="12">
          <a-radio-group v-model="isNewTxl" button-style="solid" style="margin-bottom: 20px" @change="changeTxl">
            <a-radio-button :value="1">
              新通讯录
            </a-radio-button>
            <a-radio-button :value="2">
              原通讯录
            </a-radio-button>
          </a-radio-group>
        </a-col>
      </a-row>
 
      <a-row :gutter="24">
        <a-col :span="12" v-if="isNewTxl == 1">
          <div style="display:flex;justify-content: space-between;align-items: center;">
            <b>新通讯录接收人:</b>
<!--            <a-checkbox :checked="checkTxlAll1" @change="checkTxlChange1">-->
<!--              全选-->
<!--            </a-checkbox>-->
          </div>
          <a-form-model-item prop="txlUsers">
            <a-tree-select
                @change="onChangeUser"
                v-model="form.txlUsers"
                tree-checkable
                :tree-data="addressBook"
 
                :replaceFields="{
                 title: 'name', //  == 下拉框显示值 ==
                 children: 'children',
                 value: 'id'
               }"
                search-placeholder="请选择"
                class="color-select"
                :maxTagCount="3"
                style="min-width: 100%"
                :dropdownStyle="{ width: '600px' }"
                :dropdownMatchSelectWidth="false"
                treeNodeLabelProp="label"
                :load-data="onLoadData"
            >
            </a-tree-select>
<!--            <a-tree-select-->
<!--                show-search-->
<!--                tree-checkable-->
<!--                style="width: 100%"-->
<!--                v-model="form.txlUsers"-->
<!--                :dropdown-style="{ maxHeight: '400px', overflow: 'auto' }"-->
<!--                placeholder="选择新通讯录接收人"-->
<!--                allow-clear-->
<!--                multiple-->
<!--                :maxTagCount="3"-->
<!--                @change="onTxlChanges1"-->
<!--                @search="onTxlSearch"-->
<!--                @select="onTxlSelect"-->
<!--                :tree-data="addressBook"-->
<!--                :replaceFields="replaceTxlFields"-->
<!--            >-->
<!--            </a-tree-select>-->
          </a-form-model-item>
        </a-col>
        <a-col :span="12" v-else>
          <div style="display:flex;justify-content: space-between;align-items: center;">
            <b>原通讯录接收人:</b>
            <a-checkbox :checked="checkTxlAll2" @change="checkTxlChange2">
              全选
            </a-checkbox>
          </div>
          <a-form-model-item prop="txlUsers">
            <a-tree-select
                show-search
                tree-checkable
                style="width: 100%"
                v-model="form.txlUsers"
                :dropdown-style="{ maxHeight: '400px', overflow: 'auto' }"
                placeholder="选择原通讯录接收人"
                allow-clear
                multiple
                :maxTagCount="3"
                @change="onTxlChanges2"
                @search="onTxlSearch"
                @select="onTxlSelect"
                :tree-data="oldAddressBook"
                :replaceFields="replaceOldTxlFields"
            >
            </a-tree-select>
          </a-form-model-item>
        </a-col>
      </a-row>
<!--      <a-row :gutter="24">-->
<!--        <a-col :span="12">-->
<!--          <div style="display:flex;justify-content: space-between;align-items: center;">-->
<!--                <b>选择接收单位:</b>-->
<!--          <a-checkbox :checked="checkAll" @change="checkChange">-->
<!--            全选-->
<!--          </a-checkbox>-->
<!--          </div>-->
<!--          <a-form-model-item prop="receiver">-->
<!--            <a-tree-select-->
<!--                show-search-->
<!--                tree-checkable-->
<!--                treeCheckStrictly-->
<!--                style="width: 100%"-->
<!--                v-model="form.receiver"-->
<!--                :dropdown-style="{ maxHeight: '400px', overflow: 'auto' }"-->
<!--                placeholder="选择工作通知接收单位"-->
<!--                allow-clear-->
<!--                multiple-->
<!--                :maxTagCount="3"-->
<!--                @change="onChanges"-->
<!--                @search="onSearch"-->
<!--                @select="onSelect"-->
<!--                :tree-data="areaUsers"-->
<!--                :replaceFields="replaceFields"-->
<!--              >-->
<!--            </a-tree-select>-->
<!--          </a-form-model-item>-->
<!--        </a-col>-->
<!--        <a-col :span="12">-->
<!--          <div style="display:flex;justify-content: space-between;align-items: center;">-->
<!--            <b>平级接收人选择:</b>-->
<!--            <a-checkbox :checked="checkSlAll" @change="checkSlChange">-->
<!--              全选-->
<!--            </a-checkbox>-->
<!--          </div>-->
<!--          <a-form-model-item>-->
<!--            <a-select mode="multiple" placeholder="选择平级接收单位" v-model="form.recipient" @change="handle">-->
<!--              <a-select-option v-for="item in filteredOptions" :key="item.id" :value="item.id" :maxTagCount="3">-->
<!--                {{ item.recipientName }}({{item.company}} {{item.phone}})-->
<!--              </a-select-option>-->
<!--            </a-select>-->
<!--          </a-form-model-item>-->
<!--        </a-col>-->
<!--      </a-row>-->
<!--            <div>-->
<!--        <b>选择审批领导:</b> -->
<!--        <a-select show-search placeholder="请选择审批领导"-->
<!--                    option-filter-prop="children" style="width: 300px" :filter-option="filterOption"-->
<!--                    @focus="handleFocus" @blur="handleBlur" @change="handleChange">-->
<!--                    <a-select-option value="jack">-->
<!--                        裴小威-->
<!--                    </a-select-option>-->
<!--                    <a-select-option value="lucy">-->
<!--                        赵东升-->
<!--                    </a-select-option>-->
<!--                    <a-select-option value="tom">-->
<!--                        王卫萍-->
<!--                    </a-select-option>-->
<!--                </a-select>-->
<!--      </div>-->
      <div style="display: flex;justify-content: right">
        <a-button type="primary" style="width: 250px;" @click="confirmSend()" :disabled="userInfo.role.id==1?true:false" v-preventReClick="1500">
          确认发送
        </a-button>
      </div>
        </div>
 
        <div class="right">
            <h2>短信预览</h2>
            <div class="mobile">
                <div class="mesg">
                    <P>【新疆自然灾害预警中心】{{form.content}}</P>
                </div>
 
            </div>
        </div>
    </a-form-model>
    </div>
</template>
 
<script>
import {getPeerRecipient, getAreaWithUserIfo, getUserByGroup} from '@/api/user'
import { TreeSelect } from 'ant-design-vue';
import { massSend } from "@/api/send";
import {getUserInfo} from "@/util/storage";
import {getNewAddressBook, getNewAddressBookArea, getNewAddressBookUser} from "@/api/contactBook";
import {debounce} from "@/util/debounce";
import {verifySimpleContent} from "@/util/validate";
    export default {
        name: "massSend",
        data() {
      let validateContent = (rule, value, callback)=>{
        if(value === ''){
          callback(new Error('请输入信息内容'))
        }else{
          if(!verifySimpleContent(value)){
            callback(new Error('内容不可包含中文中括号【】'))
          }else{
            callback()
          }
        }
      }
            return {
        newBookUsers: [],
        currentLoadedKeys: [],
        districtId: null,
        userInfo: getUserInfo(),
                department: '自治区自然灾害综合监测预警中心',
        filteredOptions:[],
        wrapperCol: { span: 24 },
        isNewTxl: 1,
        unittype: null,
        form: {
          id: null,
          emergType: null,
          disasterType: undefined,
          warningLevel: undefined,
          content: '',
          publishingUnit: '',
          txlUsers: [],
          receiver: [],
          recipient: [],
          addressBookRecipient: [],
          verticalRecipient: [],
          horizontalRecipient: []
        },
        checkTxlAll1: false,
        checkTxlAll2: false,
        checkAll: false,
        checkSlAll: false,
        oldAddressBook: [],
        addressBook: [],
        replaceTxlFields: {
          children:'children',
          title:'name',
          key:'id',
          value: 'code'
        },
        replaceOldTxlFields: {
          children:'userInfos',
          title:'name',
          key:'id',
          value: 'id'
        },
        areaUsers: [],
        riskOptions: [
          {id: 1,name: '地震',value: 1},
          {id: 2,name: '气象',value: 3},
          {id: 3,name: '地质灾害',value: 4},
          {id: 4,name: '水旱',value: 5},
          {id: 5,name: '森林草原火灾',value: 6}
        ],
        levelOptions: [
          {id: 6,name: '红色预警',value: 1},
          {id: 7,name: '橙色预警',value: 2},
          {id: 8,name: '黄色预警',value: 3},
          {id: 9,name: '蓝色预警',value: 4}
        ],
        rules: {
          emergType: [{ required: true, message: '请选择紧急类型', trigger: 'change'}],
          disasterType: [{ required: true, message: '请选择灾种', trigger: 'change'}],
          warningLevel: [{ required: true, message: '请选择预警级别', trigger: 'change'}],
          content: [{
            required: true,
            validator: validateContent,
            trigger: 'blur'
          }],
          txlUsers: [{ required: true, message: '请选择通讯录接收人', trigger: 'blur'}],
          // receiver: [{ required: true, message: '请选择接收单位', trigger: 'change'}],
          // recipient: [{ required: true, message: '请选择平级接收人', trigger: 'change'}]
          // verticalRecipient: [{ required: true, message: '请选择接收单位', trigger: 'change'}],
          // horizontalRecipient: [{ required: true, message: '请选择平级接收人', trigger: 'change'}]
        }
            };
        },
        components: {},
    created() {
      const t = this
      t.unittype = getUserInfo().unittype
      t.form.publishingUnit = t.userInfo.company
      t.districtId = t.userInfo.districtId
      t.getUserByGroup()
      t.getNewAddressBook()
      t.getSameLevel()
      t.getAreaUsers()
 
    },
    computed: {
        },
        methods: {
      // 获取原通讯录
      async getUserByGroup(){
        let t = this
        let res = await getUserByGroup()
        if(res.data.code == 100){
          if(res.data.data){
            let bookData = []
            bookData = res.data.data.filter(i=>i.userInfos?.length>0)
            for(let j of bookData){
              j.id = j.id.toString() + '-' + '1'
              j.userInfos.map((item)=>{
                  item.name = item.name + '('+ item.company + ' ' + item.phone.replace(/(\d{3})\d{4}(\d+)/, "$1****$2") + ')'
                  return item
              })
            }
            t.oldAddressBook = bookData
          }else{
            console.log('暂无数据')
          }
        }else{
          this.$message.warning(res.data.msg);
        }
      },
 
      // 获取新通讯录
      async getNewAddressBook(){
        let t = this
        let res = await getNewAddressBookArea()
        if(res.data.code == 100){
          if(res.data.data){
            const data = t.filterBranches(res.data.data,['自治区直辖县级行政区划'])
            // console.log('  data',  data)
            // let bookData = []
            // bookData = res.data.data.filter(i=>i.orgUsers?.length>0)
            // for(let j of bookData){
            //   j['name'] = j.orgName
            //   j.id = j.id.toString() + '-' + '1'
            //   j.orgUsers.map((item)=>{
            //     item.name = item.name + '('+ item.company + ' ' + item.phone.replace(/(\d{3})\d{4}(\d+)/, "$1****$2") + ')'
            //     return item
            //   })
            // }
            // t.addressBook = bookData
            t.addressBook = this.getData(data,'book')
            console.log('  t.addressBook',  t.addressBook)
          }else{
            console.log('暂无数据')
          }
        }else{
          this.$message.warning(res.data.msg);
        }
      },
      filterBranches(branches, targetNames) {
        return branches.filter(branch => {
          if (targetNames.includes(branch.name)) {
            return false; // 过滤掉当前分支
          }
          if (branch.children && branch.children.length > 0) {
            branch.children = this.filterBranches(branch.children, targetNames);
          }
          return true; // 保留当前分支
        });
      },
      getData(data, dataIndex) {
        const list = data.map((item, index) => {
          if (item.children && item.children.length > 0) {
            item.children = item.children.map((child) => {
              return {
                ...child,
                type: 'children', // 添加标识符,判断是否为children/labels 给需求4使用
                label: child.name, // a-tree-select 中为选中子节点的内容和展示字节点内容做区分
              }
            })
            this.getData(item.children, dataIndex + '-' + index)
          } else {
            item.children = []
          }
 
          if (item.orgStructures && item.orgStructures.length > 0) {
 
            item.children =  item.orgStructures.map((label) => {
              return {
                ...label,
                id: label.orgId,
                type: 'label',
                label: label.orgName,
                name: `${label.orgName}`, // 需求2
              }
            }).concat(
                item.children.map((child) => {
                  return {
                    ...child,
                    type: 'children',
                    label: child.name,
                  }
                })
            )
 
 
            // item.children = item.children.map((child) => {
            //       return {
            //         ...child,
            //         type: 'children',
            //         label: child.name,
            //       }
            //     }).concat(
            //         item.orgStructures.map((label) => {
            //           return {
            //             ...label,
            //             id: label.orgId,
            //             type: 'label',
            //             label: label.orgName,
            //             name: `${label.orgName}`, // 需求2
            //           }
            //         })
            //     )
          }
          return {
            ...item,
            label: item.name,
            key: dataIndex + '-' + index,
          }
        })
        return list
      },
      onChangeUser(value, label, extra){
        this.form.txlUsers = this.form.txlUsers.filter(item=> {
          const i = String(item)
          if(i.indexOf('user') != -1){
            return item
          }
        })
      },
      onLoadData(treeNode) {
        // 懒加载内部数据
        const _this = this
        return new Promise(resolve => {
          if(treeNode.dataRef.children && treeNode.dataRef.children.length>0){
            resolve()
          }else {
            this.loadData(treeNode)
            resolve()
          }
        })
      },
      async loadData (treeNode) {
        let orgId = null
        if(treeNode.dataRef.orgId){
          orgId = treeNode.dataRef.orgId.slice(2)
        }else {
          orgId = treeNode.dataRef.id
        }
        console.log('treeNode',treeNode)
          let res = await getNewAddressBookUser(orgId)
          if(res.data.code === 100) {
 
            this.newBookUsers = this.newBookUsers.concat(res.data.data)
            treeNode.dataRef.children = res.data.data.map(item => {
              return {
                ...item,
                label: item.name + ' '+ item.phone.replace(/(\d{3})\d{4}(\d+)/, "$1****$2"),
                name: item.name + '('+ item.company + ' ' + item.phone.replace(/(\d{3})\d{4}(\d+)/, "$1****$2") + ')',
                id: 'user-' + item.id,
                isLeaf: true
              }
            })
            this.$forceUpdate();
          }
      },
 
      changeTxl(e){
        this.checkTxlAll1 = false
        this.checkTxlAll2 = false
        this.form.txlUsers = []
      },
 
      // 获取同级接收人
      async getSameLevel(){
        let t = this
        let res = await getPeerRecipient()
        if(res.data.code == 100){
          if(res.data.data){
            t.filteredOptions = res.data.data
          }else{
            console.log('暂无数据')
          }
        }else{
          this.$message.warning(res.data.msg);
        }
      },
 
      // 获取接收单位
      async getAreaUsers(){
        let t = this
        let res = await getAreaWithUserIfo()
        if(res.data.code == 100){
          if(res.data.data){
            const treeD = []
            t.userTitTree(res.data.data)
            treeD.push(t.findNodeById(res.data.data,t.userInfo.districtId))
            t.areaUsers = treeD
          }else{
            console.log('暂无数据')
          }
        }else{
          this.$message.warning(res.data.msg);
        }
      },
 
      //选择子部门部分
      onTxlChanges1(value,label,extra) {
        const t = this
        if(t.form.txlUsers.length == 0){
          t.checkTxlAll1 = false
        }
      },
      onTxlChanges2(value,label,extra) {
        const t = this
        if(t.form.txlUsers.length == 0){
          t.checkTxlAll2 = false
        }
      },
      checkTxlChange1(e) {
        const t = this
        this.checkTxlAll1 = !this.checkTxlAll1
        if(t.checkTxlAll1 == true){
          let res = []
          for(let i of t.addressBook){
            if(i.orgUsers && i.orgUsers.length>0)
            res = res.concat(...i.orgUsers)
          }
          t.form.txlUsers = res.map(i=>i.id)
        }else{
          t.form.txlUsers = []
        }
      },
      checkTxlChange2(e) {
        const t = this
        this.checkTxlAll2 = !this.checkTxlAll2
        if(t.checkTxlAll2 == true){
          let res = []
          for(let i of t.oldAddressBook){
            if(i.userInfos && i.userInfos.length>0)
              res = res.concat(...i.userInfos)
          }
          t.form.txlUsers = res.map(i=>i.id)
        }else{
          t.form.txlUsers = []
        }
      },
 
      confirmSend(){
        this.$refs.ruleForm.validate(valid => {
          if (valid) {
            this.form.addressBookRecipient = []
            this.form.verticalRecipient = []
            this.form.horizontalRecipient = []
 
            let address = []
            if(this.isNewTxl == 1){
              const userIds = this.form.txlUsers.map(item => item.slice(5))
              address = userIds.map(item => {
                const {id,name,phone,company,...rest} = this.findUser(item)
                const data = { id,name,phone,company }
                console.log('daa',data)
                return data
              })
            }else {
              address = this.form.txlUsers.map((item)=>
                  {
                    this.findUserById(item).recipientType = 3
                    const {id,name,phone,company,...rest} = this.findUserById(item)
                    const data = { id,name,phone,company }
                    data.name = data.name.split('(')[0]
                    return data
                  }
              )
            }
            this.form.addressBookRecipient = address
            const aList = this.form.receiver.map(item=>this.findNodeById(this.areaUsers,item.value)?.users)
            if(aList.includes(null)){
              this.$message.error('选择接收单位时存在无用户的单位')
              return
            }
            const newAList = [].concat(...aList)
            for(let i of newAList){
              const {id,roleId,...data} = i
              const {company: recipientUnit,...rest} = data
              const obj = {recipientUnit,recipientType:1,...rest}
              this.form.verticalRecipient.push(obj)
            }
 
            if(this.form.recipient.length>0){
              const bList = this.form.recipient.map(item => this.filteredOptions.find(i=>i.id == item))
              for(let i of bList){
                const {recipientName: name, company: recipientUnit,...rest} = i
                const obj = {name,recipientUnit,recipientType:2,realName: name,...rest}
                const {id,...noId} = obj
                this.form.horizontalRecipient.push(noId)
              }
            }
            const {txlUsers,receiver,recipient,...data} = this.form
            massSend(data).then( res =>{
              if(res.data.code == 100){
                this.$message.success('信息群发成功')
                this.$refs.ruleForm.clearValidate()
                this.$refs.ruleForm.resetFields()
                this.form.recipient = []
                this.checkTxlAll = false
                this.checkAll = false
                this.checkSlAll = false
              }else{
                this.$message.error(res.data.msg)
                this.$refs.ruleForm.clearValidate()
                this.$refs.ruleForm.resetFields()
              }
            })
          }else{
            console.log('error submit!!');
            return false;
          }
        })
      },
      findUser(id){
        for(let i of this.newBookUsers){
              if(i.id == id){
                return i
              }
        }
        return null
      },
 
      onSearch() {
        // console.log(...arguments);
      },
      onSelect() {
        // console.log(...arguments);
      },
      onTxlSearch() {
        // console.log(...arguments);
      },
      onTxlSelect() {
        // console.log(...arguments);
      },
            //选择平级部门部分
      handleRisk(selectedItems) {
        // this.selectedItems = selectedItems;
      },
      handleLevel(selectedItems) {
        // this.selectedItems = selectedItems;
      },
            onChange(){
                console.log(this.value)
            },
            handleChange(value) {
                console.log(`selected ${value}`);
            },
            handleBlur() {
                console.log('blur');
            },
            handleFocus() {
                console.log('focus');
            },
            filterOption(input, option) {
                return (
                    option.componentOptions.children[0].text.toLowerCase().indexOf(input.toLowerCase()) >= 0
                );
            },
 
      // 根据id查对象
      findNodeById(data,value) {
        for (const node of data) {
          if (node.id === value) {
            return node;
          }
          if (node.children) {
            const foundNode = this.findNodeById(node.children, value);
            if (foundNode) {
              return foundNode;
            }
          }
        }
        return null;
      },
 
      findUserById(id){
        if(this.isNewTxl == 1){
          for(let i of this.addressBook){
            if(i.orgUsers && i.orgUsers.length>0){
              for(let j of i.orgUsers){
                if(j.id == id){
                  return j
                }
              }
            }
          }
          return null
        }else{
          for(let i of this.oldAddressBook){
            if(i.userInfos && i.userInfos.length>0){
              for(let j of i.userInfos){
                if(j.id == id){
                  return j
                }
              }
            }
          }
          return null
        }
      },
 
      // 将树状数据所有id和name放入对象数组
      traverseTree(treeData) {
        let result = [];
        function traverse(node) {
          if(node.users && node.users.length>0){
            result.push({ label: node.name, value: node.id });
            if (node.children && node.children.length > 0) {
              for (let child of node.children) {
                traverse(child);
              }
            }
          }
        }
        traverse(treeData);
        return result;
      },
 
      // 将树状数据新增title字段放入users的姓名电话
      userTitTree(treeData) {
        for(const node of treeData){
          if(node.users){
            node.name = node.name + '('+node.users.map(i=>i.realName +' '+ i.phone).join(',')+')'
          }
          if(node.children){
            this.userTitTree(node.children)
          }
        }
        return treeData
      }
        },
    }
</script>
 
<style lang="less" scoped>
    .left {
        width: 58%;
        float: left;
    }
 
    .right {
        width: 39%;
        float: right;
        border-left: 1px silver solid;
        padding-left: 18px;
 
        .mobile {
            position: relative;
            background: black;
            border: 1px solid black;
            width: 280px;
            min-height: 500px;
            border-radius: 25px;
            margin-left: 20px;
 
            .mesg {
                width: 260px;
                margin: 25px auto;
                min-height: 450px;
                background: white;
                padding-top: 10px;
 
                p {
                    padding: 15px;
                    background-color: #f5f5f5;
                    border-radius: 10px;
                    font-size: 16px;
                    margin: 15px 10px;
                }
            }
        }
 
    }
</style>