value
2023-09-13 d43899492c6a4bea0d18af33992a844aeb035bc4
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
<style scoped>
    .sale .title .el-button {
        height: 32px;
        border: 1px solid rgba(190, 190, 190, 0.44);
        box-shadow: 0px 2px 4px rgba(220, 220, 220, 0.41);
        padding: 0 12px;
    }
 
    .sale .title {
        margin-bottom: 10px;
        padding: 0 20px;
    }
 
    .sale .title * {
        font-size: 16px;
    }
 
    .choose {
        padding: 21px 24px;
        display: flex;
        align-items: center;
        background-color: #fff;
        border-bottom: 3px solid rgb(245, 247, 251);
    }
 
    .choose * {
        font-size: 14px;
    }
 
    .choose .el-button {
        height: 32px;
        border: 1px solid rgba(190, 190, 190, 0.44);
        box-shadow: 0px 2px 4px rgba(220, 220, 220, 0.41);
        padding: 0 12px;
    }
 
    .thing {
        width: calc(100% - 44px);
        height: calc(100% - 42px - 82px - 66px);
        background-color: #fff;
        overflow: auto;
        padding: 33px 22px;
    }
 
    .table_do {
        color: #004ea0;
        cursor: pointer;
    }
 
    .select-model .body {
        padding: 0 20px;
        color: #333;
        max-height: 72vh;
        overflow-y: auto;
    }
 
    .select-model .head {
        font-size: 16px;
        color: #333;
        line-height: 40px;
    }
 
    .select-model .content * {
        font-size: 14px;
    }
 
    .select-model .content .value {
        font-size: 14px;
        padding: 0 15px;
        background-color: rgba(0, 0, 0, 0.05);
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 4px;
    }
</style>
<style>
    .sale .title .el-button * {
        font-size: 14px;
    }
 
    .sale .title .el-button--default {
        color: #004EA2;
    }
 
    .sale .thing * {
        font-size: 14px;
    }
 
    .sale .has-gutter .el-table__cell {
        background-color: #F0F1F5 !important;
        color: #333;
    }
 
    .sale .has-gutter .el-table__cell .cell {
        font-size: 16px;
        font-weight: 500;
    }
 
    .sale .cell {
        color: #333;
        padding-left: 17px !important;
    }
 
    .sale .el-table__body-wrapper {
        height: 100%;
    }
 
    .sale .el-table__body {
        height: 100%;
    }
</style>
 
<template>
    <div class="sale">
        <div class="title">
            <el-row>
                <el-col :span="12" style="line-height: 32px;">销售管理</el-col>
                <el-col :span="12" style="text-align: right;">
                    <el-button type="primary" icon="el-icon-plus" @click="openAddDia">新增</el-button>
                    <!-- <el-button icon="el-icon-edit-outline">修改</el-button> -->
                    <el-button icon="el-icon-delete" @click="delSales">删除</el-button>
                    <el-button icon="el-icon-download">导出</el-button>
                </el-col>
            </el-row>
        </div>
        <div class="choose">
            <span>订单编号:</span>
            <el-input v-model="search.code" size="small" placeholder="请输入" style="width: 224px;margin-right: 30px;"
                clearable></el-input>
            <span>产品名称:</span>
            <el-input v-model="search.name" size="small" placeholder="请输入" style="width: 224px;margin-right: 30px;"
                clearable></el-input>
            <span>状态:</span>
            <el-select v-model="search.type" size="small" placeholder="请选择" style="width: 224px;margin-right: 30px;">
                <el-option label="全部" :value="null"></el-option>
                <el-option label="通过" :value="1"></el-option>
                <el-option label="不通过" :value="0"></el-option>
            </el-select>
            <span>交货日期:</span>
            <el-date-picker v-model="search.delTime" size="small" placeholder="请输入" style="width: 224px;margin-right: 30px;"
                clearable value-format="yyyy-MM-dd"></el-date-picker>
            <el-button size="mini" @click="clean()"><span>重 置</span></el-button>
            <el-button size="mini" type="primary" style="background: #004EA2;" @click="selectRawInspectsList()">
                <span>查询</span>
            </el-button>
        </div>
        <div class="thing">
            <el-table ref="tableData" :data="tableData" border
                style="width: 100%;overflow-y: auto;min-height: calc(100% - 50px)" max-height="calc(100% - 50px)"
                @selection-change="handleSelectionChange" default-expand-all row-key="id">
                <el-table-column type="selection" width="50">
                </el-table-column>
                <el-table-column type="index" label="序号" width="65">
                </el-table-column>
                <el-table-column prop="order_number" label="订单编号" width="150">
                </el-table-column>
                <el-table-column prop="code" label="合同编号" width="220">
                </el-table-column>
                <el-table-column prop="name" label="工程名称">
                </el-table-column>
                <el-table-column prop="proname" label="客户名称">
                </el-table-column>
                <el-table-column prop="交货日期" label="交货日期" width="150">
                </el-table-column>
                <el-table-column prop="type" label="状态" width="100">
                    <template slot-scope="scope">
                        <span style="color: #34BD66;" v-if="scope.row.type==1">通过</span>
                        <span style="color: #E84738;" v-else-if="scope.row.type==0">不通过</span>
                        <span v-else></span>
                    </template>
                </el-table-column>
                <el-table-column label="操作" width="220">
                    <template slot-scope="scope">
                        <span class="table_do" @click="changeShowDetail(scope.row)">&nbsp;查看详情&nbsp;</span>
                        <span class="table_do" v-if="scope.row.type==null" @click="saleCheck(scope)">&nbsp;审核&nbsp;</span>
                        <span class="table_do" v-else>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>
                        <span class="table_do" v-if="scope.row.type==null" @click="openUpDia(scope.row.id)">&nbsp;编辑&nbsp;</span>
                        <span class="table_do" v-else>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>
                        <span class="table_do" @click="delSale(scope.$index)">&nbsp;删除&nbsp;</span>
                    </template>
                </el-table-column>
            </el-table>
            <el-col style="height: 50px;display: flex;align-items: center;justify-content: right;">
                <el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="currentPage"
                    :page-sizes="[10, 20, 30, 50]" :page-size="pageSize" layout="total, sizes, prev, pager, next, jumper"
                    :total="countSize">
                </el-pagination>
            </el-col>
        </div>
        <div class="select-model">
            <el-dialog title="销售详情" :visible.sync="selectDia" width="750px">
                <div class="body" v-if="oneData!=null">
                    <div class="head">基本信息</div>
                    <div class="content">
                        <el-row style="line-height: 30px;margin: 15px 0;">
                            <el-col :span="3">订单编号</el-col>
                            <el-col :span="8">
                                <div class="value">{{oneData.orderNumber}}</div>
                            </el-col>
                            <el-col :span="3" :offset="2">合同编号</el-col>
                            <el-col :span="8">
                                <div class="value">{{oneData.code}}</div>
                            </el-col>
                        </el-row>
                        <el-row style="line-height: 30px;margin: 15px 0;">
                            <el-col :span="3">工程名称</el-col>
                            <el-col :span="8">
                                <div class="value">{{oneData.name}}</div>
                            </el-col>
                            <el-col :span="3" :offset="2">状态</el-col>
                            <el-col :span="8">
                                <div class="value" v-if="oneData.type == 1" style="color: #34BD66;">通过</div>
                                <div class="value" v-else-if="oneData.type == 0" style="color: #E84738;">不通过</div>
                                <div class="value" v-else>&nbsp;</div>
                            </el-col>
                        </el-row>
                    </div>
                    <div class="head">客户信息</div>
                    <div class="content">
                        <el-row style="line-height: 30px;margin: 15px 0;">
                            <el-col :span="3">客户名称</el-col>
                            <el-col :span="8">
                                <div class="value">{{oneData.proname}}</div>
                            </el-col>
                            <el-col :span="3" :offset="2">收货地址</el-col>
                            <el-col :span="8">
                                <div class="value">{{oneData.adress}}</div>
                            </el-col>
                        </el-row>
                        <el-row style="line-height: 30px;margin: 15px 0;">
                            <el-col :span="3">联系人</el-col>
                            <el-col :span="8">
                                <div class="value">{{oneData.username}}</div>
                            </el-col>
                            <el-col :span="3" :offset="2">联系电话</el-col>
                            <el-col :span="8">
                                <div class="value">{{oneData.phone}}</div>
                            </el-col>
                        </el-row>
                        <el-row style="line-height: 30px;margin: 15px 0;">
                            <el-col :span="3">业务员</el-col>
                            <el-col :span="8">
                                <div class="value">{{oneData.saleman}}</div>
                            </el-col>
                            <el-col :span="3" :offset="2">下单人</el-col>
                            <el-col :span="8">
                                <div class="value">{{oneData.orderName}}</div>
                            </el-col>
                        </el-row>
                        <el-row style="line-height: 30px;margin: 15px 0;">
                            <el-col :span="3">交货日期</el-col>
                            <el-col :span="8">
                                <div class="value">{{oneData.delTime}}</div>
                            </el-col>
                            <el-col :span="3" :offset="2">审核人</el-col>
                            <el-col :span="8">
                                <div class="value">{{oneData.checkname==null?'&nbsp;': oneData.checkname}}</div>
                            </el-col>
                        </el-row>
                        <el-row style="line-height: 30px;margin: 15px 0;">
                            <el-col :span="3">审核日期</el-col>
                            <el-col :span="8">
                                <div class="value">{{oneData.checkTime==null?'&nbsp;': oneData.checkTime}}</div>
                            </el-col>
                        </el-row>
                    </div>
                    <div class="head">产品信息</div>
                    <div class="content">
                        <el-table :data="oneData.saleMaterialList" border style="width: 100%">
                            <el-table-column prop="name" label="产品名称" width="180">
                            </el-table-column>
                            <el-table-column prop="specifications" label="规格型号" width="200">
                            </el-table-column>
                            <el-table-column prop="unit" label="单位">
                            </el-table-column>
                            <el-table-column prop="number" label="数量">
                            </el-table-column>
                            <el-table-column prop="price" label="单价">
                            </el-table-column>
                        </el-table>
                    </div>
                </div>
            </el-dialog>
        </div>
        <div class="select-model">
            <el-dialog :title="`销售${upDia==true?'修改':'新增'}`" :visible.sync="addDia" width="850px">
                <div class="body">
                    <div class="head">基本信息</div>
                    <div class="content">
                        <el-row style="line-height: 30px;margin: 15px 0;">
                            <el-col :span="3">订单编号</el-col>
                            <el-col :span="8">
                                <el-input v-model="addData.orderNumber" size="small" placeholder="请输入订单编号" clearable></el-input>
                            </el-col>
                            <el-col :span="3" :offset="2">合同编号</el-col>
                            <el-col :span="8">
                                <el-input v-model="addData.code" size="small" placeholder="请输入合同编号" clearable></el-input>
                            </el-col>
                        </el-row>
                        <el-row style="line-height: 30px;margin: 15px 0;">
                            <el-col :span="3">工程名称</el-col>
                            <el-col :span="8">
                                <el-input v-model="addData.name" size="small" placeholder="请输入工程名称" clearable></el-input>
                            </el-col>
                        </el-row>
                    </div>
                    <div class="head">客户信息</div>
                    <div class="content">
                        <el-row style="line-height: 30px;margin: 15px 0;">
                            <el-col :span="3">客户名称</el-col>
                            <el-col :span="8">
                                <el-input v-model="addData.proname" size="small" placeholder="请输入客户名称" clearable></el-input>
                            </el-col>
                            <el-col :span="3" :offset="2">收货地址</el-col>
                            <el-col :span="8">
                                <el-input v-model="addData.adress" size="small" placeholder="请输入收货地址" clearable></el-input>
                            </el-col>
                        </el-row>
                        <el-row style="line-height: 30px;margin: 15px 0;">
                            <el-col :span="3">联系人</el-col>
                            <el-col :span="8">
                                <el-input v-model="addData.username" size="small" placeholder="请输入联系人" clearable></el-input>
                            </el-col>
                            <el-col :span="3" :offset="2">联系电话</el-col>
                            <el-col :span="8">
                                <el-input v-model="addData.phone" size="small" placeholder="请输入联系电话" clearable></el-input>
                            </el-col>
                        </el-row>
                        <el-row style="line-height: 30px;margin: 15px 0;">
                            <el-col :span="3">下单人</el-col>
                            <el-col :span="8">
                                <el-input v-model="addData.orderName" size="small" placeholder="请输入下单人" clearable></el-input>
                            </el-col>
                            <el-col :span="3" :offset="2">交货日期</el-col>
                            <el-col :span="8">
                                <el-date-picker v-model="addData.delTime" size="small" placeholder="请输入交货日期" clearable
                                    value-format="yyyy-MM-dd"></el-date-picker>
                            </el-col>
                        </el-row>
                    </div>
                    <div class="head" style="line-height: 50px;">
                        <el-col :span="12">产品信息</el-col>
                        <el-col :span="12" style="text-align: right;">
                            <el-button size="mini" @click="addSaleMaterial"><span style="font-size: 12px;">添加行</span></el-button>
                        </el-col>
                    </div>
                    <div class="content">
                        <el-table :data="addData.saleMaterialList" border style="width: 100%">
                            <el-table-column prop="name" label="产品名称" width="180">
                                <template slot-scope="scope">
                                    <el-input v-model="scope.row.name" size="small" clearable placeholder="请输入产品名称">
                                    </el-input>
                                </template>
                            </el-table-column>
                            <el-table-column prop="specifications" label="规格型号" width="180">
                                <template slot-scope="scope">
                                    <el-input v-model="scope.row.specifications" size="small" clearable placeholder="请输入规格型号"></el-input>
                                </template>
                            </el-table-column>
                            <el-table-column prop="unit" label="单位">
                                <template slot-scope="scope">
                                    <el-input v-model="scope.row.unit" size="small" clearable placeholder="请输入"></el-input>
                                </template>
                            </el-table-column>
                            <el-table-column prop="number" label="数量">
                                <template slot-scope="scope">
                                    <el-input v-model.number="scope.row.number" size="small"
                                         @change="(val)=>scope.row.number = isNaN(val)?null:val" clearable
                                        placeholder="请输入"></el-input>
                                </template>
                            </el-table-column>
                            <el-table-column prop="price" label="单价">
                                <template slot-scope="scope">
                                    <el-input v-model="scope.row.price" size="small" clearable placeholder="请输入"></el-input>
                                </template>
                            </el-table-column>
                            <el-table-column prop="price" label="操作" width="65px">
                                <template slot-scope="scope">
                                    <el-button type="text" @click.native.prevent="deleteRow(scope.$index, addData.saleMaterialList)">删除</el-button>
                                </template>
                            </el-table-column>
                        </el-table>
                    </div>
                </div>
                <span slot="footer" class="dialog-footer">
                    <el-button v-if="upDia==false" type="primary" @click="addSale">确 定</el-button>
                    <el-button v-else-if="upDia==true" type="primary" @click="upSale">确 定</el-button>
                    <el-button @click="addDia = false">取 消</el-button>
                </span>
            </el-dialog>
        </div>
    </div>
</template>
 
<script>
    export default {
        data() {
            return {
                search: {
                    code: null,
                    name: null,
                    type: null,
                    delTime: null
                },
                tableData: [],
                selects: '',
                currentPage: 1,
                countSize: 0,
                pageSize: 10,
                selectDia: false,
                oneData: null,
                addDia: false,
                addData: {
                    orderNumber: null,
                    code: null,
                    name: null,
                    proname: null,
                    adress: null,
                    username: null,
                    delTime: null,
                    orderName: null,
                    phone: null,
                    saleMaterialList: []
                },
                repeList: [],
                upDia: false
            }
        },
        mounted() {
            this.selectRawInspectsList()
        },
        methods: {
            handleSelectionChange(val) {
                this.selects = ''
                val.forEach((a, ai)=>{
                    this.selects += a.id
                    if(ai!=val.length-1){
                        this.selects += ','
                    }
                })
            },
            handleSizeChange(val) {
                this.pageSize = val
                this.selectRawInspectsList()
            },
            handleCurrentChange(val) {
                this.currentPage = val
                this.selectRawInspectsList()
            },
            selectRawInspectsList() {
                this.axios.get(this.$api.url.selectSaleList, {
                    params: {
                        pageSize: this.currentPage,
                        countSize: this.pageSize,
                        delTime: this.search.delTime,
                        name: this.search.name,
                        type: this.search.type,
                        orderNumber: this.search.code
                    }
                }).then(res => {
                    this.tableData = res.data.row
                    this.countSize = res.data.total
                })
            },
            clean() {
                this.selects = ''
                this.currentPage = 1
                this.countSize = 0
                this.pageSize = 10
                this.search = {
                    formTime: null,
                    createTime: null,
                    insState: 2,
                    judgeState: 2
                }
                this.selectRawInspectsList()
            },
            changeShowDetail(ob) {
                this.selectDia = true
                this.axios.get(this.$api.url.selectSaleDatilById, {
                    params: {
                        id: ob.id
                    }
                }).then(res => {
                    this.oneData = res.data
                })
            },
            addSaleMaterial() {
                this.addData.saleMaterialList.push({})
            },
            addSale() {
                for (var b = 0; b < this.addData.saleMaterialList.length; b++) {
                    if (Object.keys(this.addData.saleMaterialList[b]).length == 0) {
                        this.addData.saleMaterialList.splice(b, 1)
                        b--
                    } else {
                        for (var c in this.addData.saleMaterialList[b]) {
                            if (this.addData.saleMaterialList[b][c] == null || this.addData.saleMaterialList[b][c] == '' || Object
                                .keys(this.addData.saleMaterialList[b]).length != 5) {
                                this.$message.error('产品信息有必填项未填写')
                                return
                            }
                        }
                    }
                }
                for (var a in this.addData) {
                    if (this.addData[a] == null || this.addData[a] == '') {
                        if (a == 'saleMaterialList') {
                            this.$message.error('产品信息不能为空')
                        } else {
                            this.$message.error('销售订单有必填项未填写')
                        }
                        return
                    }
                }
                this.axios.post(this.$api.url.addSale, this.addData, {
                    headers: {
                        'Content-Type': 'application/json'
                    }
                }).then(res => {
                    this.$message.success('添加成功')
                    this.addDia = false
                    this.selectRawInspectsList()
                })
            },
            openAddDia() {
                this.addDia = !(this.addDia)
                this.upDia = false
            },
            upRepe(index, i) {
                var data = this.repeList[index]
                if (data == undefined) {
                    this.addData.saleMaterialList[i] = {}
                } else {
                    this.addData.saleMaterialList[i].unit = data.unit
                    this.addData.saleMaterialList[i].specifications = data.specifications
                }
            },
            saleCheck(ob) {
                this.$confirm(`订单${ob.row.code}的信息是否通过`, '销售订单审核', {
                    distinguishCancelAndClose: true,
                    confirmButtonText: '通过',
                    cancelButtonText: '不通过'
                }).then(res => {
                    this.$axios.post(this.$api.url.saleCheck, {
                        id: ob.row.id,
                        type: 1
                    }).then(res => {
                        this.selectRawInspectsList()
                    })
                }).catch(e => {
                    if (e == 'cancel') {
                        this.$axios.post(this.$api.url.saleCheck, {
                            id: ob.row.id,
                            type: 0
                        }).then(res => {
                            this.selectRawInspectsList()
                        })
                    }
                })
            },
            openUpDia(index) {
                this.addDia = true
                this.upDia = true
                this.axios.get(this.$api.url.selectSaleDatilById, {
                    params: {
                        id: index
                    }
                }).then(res => {
                    this.addData = res.data
                    this.addData.id = index
                })
            },
            upSale() {
                for (var b = 0; b < this.addData.saleMaterialList.length; b++) {
                    if (Object.keys(this.addData.saleMaterialList[b]).length == 0) {
                        this.addData.saleMaterialList.splice(b, 1)
                        b--
                    } else {
                        for (var c in this.addData.saleMaterialList[b]) {
                            if (this.addData.saleMaterialList[b][c] == null || this.addData.saleMaterialList[b][c] == '' || Object
                                .keys(this.addData.saleMaterialList[b]).length != 6) {
                                this.$message.error('产品信息有必填项未填写')
                                return
                            }
                        }
                    }
                }
                for (var a in this.addData) {
                    console.log(a);
                    if ((this.addData[a] == null || this.addData[a] == '') && a!='checkname' && a!='checkTime' && a != 'type') {
                        if (a == 'saleMaterialList') {
                            this.$message.error('产品信息不能为空')
                        } else {
                            this.$message.error('销售订单有必填项未填写')
                        }
                        return
                    }
                }
                this.axios.post(this.$api.url.updateSaleById, {
                    id: this.addData.id,
                    str: JSON.stringify(this.addData)
                }).then(res => {
                    this.$message.success('编辑成功')
                    this.addDia = false
                    this.upDia = false
                    this.selectRawInspectsList()
                })
            },
            deleteRow(index, rows) {
                rows.splice(index, 1);
            },
            delSale(index){
                this.axios.post(this.$api.url.delSale, {
                    id: this.tableData[index].id,
                }).then(res => {
                    this.$message.success('删除成功')
                    this.tableData.splice(index, 1)
                })
            },
            delSales(){
                if(this.selects=='') {
                    this.$message.warning('请选择一条数据删除')
                    return
                }
                this.axios.post(this.$api.url.delAllSale,{
                    ids: this.selects
                }).then(res=>{
                    this.$message.success('删除成功')
                    this.selectRawInspectsList()
                })
            }
        }
    }
</script>