-
zhangwei
2025-03-14 6e961fafc0f921d575772a3c89f2c5cad28c270d
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
<template>
    <up-sticky bgColor="#fff">
        <view class="coreshop-ff content c-p-10">
            <view class="coreshop-ff content c-p-l-10 c-p-t-10 c-p-r-10">
                <up-search placeholder="请点击选择日期" @click='clickTime' @clear='init' disabled v-model="workTime"
                    search-icon="calendar" @search='init'></up-search>
            </view>
        </view>
    </up-sticky>
    <view class="c-p-b-100">
        <view class="c-p-l-20 c-p-r-20" v-if="orderList&&orderList.length>0">
            <view class="listrecord c-p-t-20" v-for="(item,index) in orderList" :key="item.keyid" @click='goDetail(item)'>
                <view class="coreshop-ff chuany-bradius20">
                    <view class="chuany-font26">
                        <view class="chuany-flex chuany-justify-between">
                            <text class="chuany-width5">{{index+1}}</text>
                            <view class="chuany-width13">
                                {{$util.formatDate(item.creatTime,'riqi')}}
                            </view>
                            <view class="chuany-width13">
                                {{item.creater}}
                            </view>
                            <view class="chuany-width52">
                                {{item.car.carNumber}}
                            </view>
                            <!-- <view class="chuany-width52" @click='goDetail(item)'>
                                
                            </view> -->
                            <!-- <view class="chuany-width11 chuany-flex chuany-justify-between">
                                <up-icon v-if="item.deliveredstatus=='Undeliver'" name="play-right" size='18'
                                    @tap.stop='startOrder(item)'></up-icon>
                                <up-icon v-else-if="item.deliveredstatus=='Deliver'" name="checkbox-mark" size='18'
                                    @tap.stop="editOrder(item)"></up-icon>
                            </view> -->
                            <view class="chuany-width17 chuany-flex chuany-justify-between">
                                <u-text size='14' :text="item.clockType=='ClockIn'?'出车打卡':'下班打卡'" lines="1">
                                </u-text>
 
                            </view>
 
                        </view>
                        <view class="c-p-t-8 chuany-flex">
                            <text class="chuany-width5" style="color: white;">{{index+1}}</text>
                            <u-text size='14' :text="item.carCondition" lines="1">
                            </u-text>
                        </view>
                    </view>
                </view>
            </view>
            <up-loadmore :status="loadStatus" />
        </view>
        <view v-else>
            <up-empty text='暂无' icon="/static/order.png">
            </up-empty>
        </view>
        <up-modal title="完成送货" :show="show7" showCancelButton @confirm="confirmSave" @cancel='cancelModal'
            :asyncClose="true" ref='modalFinish'>
            <up-form labelPosition="left" :model="arrangeInfo" ref="formFinishRef" labelWidth='140rpx'>
                <up-form-item label="收货单位" prop="buyerId" :borderBottom='false' ref="item1">
                    <up-input v-model="arrangeInfo.companyName" placeholder="请选择收货单位" border="none" readonly>
                    </up-input>
                </up-form-item>
                <up-form-item label="意见反馈" prop="wentifankui" labelPosition='top' :borderBottom='false' ref="item1">
                    <up-input v-model="arrangeInfo.wentifankui" border="none" placeholder="请输入意见反馈"></up-input>
                </up-form-item>
 
                <up-form-item label="送货单" prop="attachments" required>
                    <tem-upload-file immediate :url="`https://appimchat.oss-cn-chengdu.aliyuncs.com`" ref="uploadB"
                        :isSource='true' fileType="all" @success="success('File',$event)" @error="errorInvoice"
                        @complete="completeInvoice('',$event)">
                    </tem-upload-file>
                </up-form-item>
            </up-form>
        </up-modal>
        <up-modal :title="clockInfo.clockType=='ClockIn'?'出车打卡':'下班打卡'" :show="showClockIn" showCancelButton
            :closeOnClickOverlay="true" @close="closeModal" @confirm="confirmClockSave" @cancel='cancelModal'
            :asyncClose="true" ref='clockInModal' cancel-text="存为草稿" confirm-text="打卡">
            <up-form labelPosition="left" :model="clockInfo" ref="formClockInRef" labelWidth='140rpx'>
                <up-form-item label="车辆检查" prop="carConditionAttachments" v-if="clockInfo.clockType=='ClockIn'"
                    required>
                    <tem-upload-file immediate btnText="上传照片" :url="`https://appimchat.oss-cn-chengdu.aliyuncs.com`"
                        ref="carCondition" :isSource='true' fileType="all"
                        @success="successClock('carCondition',$event)" @error="errorInvoice"
                        @complete="completeInvoice('carCondition',$event)">
                    </tem-upload-file>
                </up-form-item>
                <template v-else>
                    <up-form-item label="装货照片" prop="attachments" required v-if='!clockInfo.emptyCause'>
                        <tem-upload-file immediate btnText="上传照片" :url="`https://appimchat.oss-cn-chengdu.aliyuncs.com`"
                            ref="zhuanghuo" :isSource='true' fileType="all" @success="successClock('zhuanghuo',$event)"
                            @error="errorInvoice" @complete="completeInvoice('zhuanghuo',$event)">
                        </tem-upload-file>
                    </up-form-item>
                    <up-form-item label="未装货原因" required prop="emptyCause" :borderBottom='false' @click="clickAction"
                        v-if="clockInfo.attachments&&clockInfo.attachments.length==0" labelWidth='160rpx' ref="item1">
                        <up-input v-model="clockInfo.emptyCause" disabled border="none" disabledColor="#ffffff"
                            placeholder="请选择未装货原因"></up-input>
                    </up-form-item>
                </template>
                <up-form-item label="里程表" required prop="mileage" :borderBottom='false' ref="item1">
                    <up-input v-model="clockInfo.mileage" placeholder="请输入里程" border="none" type="digit">
                        <template #suffix>
                            <text>km</text>
                        </template>
                    </up-input>
                </up-form-item>
                <up-form-item label="里程照片" required prop="mileageImg" :borderBottom='false' ref="item1">
                    <tem-upload-file immediate max="1" btnText="上传照片"
                        :url="`https://appimchat.oss-cn-chengdu.aliyuncs.com`" ref="licheng" :isSource='true'
                        fileType="all" @success="successClock('licheng',$event)" @error="errorInvoice"
                        @complete="completeInvoice('licheng',$event)">
                    </tem-upload-file>
                </up-form-item>
                <up-form-item label="车况备注" prop="carCondition" labelPosition='top' :borderBottom='false' ref="item1">
                    <up-input v-model="clockInfo.carCondition" border="none" placeholder="请输入车况备注"></up-input>
                </up-form-item>
            </up-form>
        </up-modal>
        <fui-date-picker :show="datePickerShow" :value="getFirstDayOfMonth()" type="3" zIndex="10000"
            @change="changePicker" :minDate='minDate' :maxDate='maxDate' @cancel="clickTime"></fui-date-picker>
        <up-action-sheet :show="showActions" :actions="actions" title="请选择" @close="showActions = false"
            @select="selectItem">
        </up-action-sheet>
    </view>
</template>
 
<script>
    import {
        mapActions,
        mapGetters,
        mapMutations
    } from 'vuex'
    export default {
        data() {
            return {
                datePickerShow: false,
                shougHuoshow: false,
                workTime: this.$util.formatDate(new Date()),
                orderList: [],
                loadStatus: 'loadmore',
                pageIndex: 1,
                pageSize: 30,
                contentVal: '',
                customerList: [],
                isEdit: false,
                editItem: {},
                isLoading: false,
                show7: false,
                showClockIn: false,
                showActions: false,
                driverName: '',
                // actions: [{
                //     name: '未完成',
                //     id: 'Reject'
                // }, {
                //     name: '已完成',
                //     id: 'Delivered'
                // }],
                actions: [{
                    name: '货物不齐',
                    id: '货物不齐'
                }, {
                    name: '未完工',
                    id: '未完工'
                }],
                // selectAc: '已完成',
                minDate: this.$util.formatDate(new Date(), null, -7),
                maxDate: this.$util.formatDate(new Date(), null),
                deliverTime: Number(new Date(this.$util.formatDate(new Date(), null, 1))),
                arrangeInfo: {
                    keyid: '',
                    wentifankui: '',
                    companyName: '',
                    attachments: [],
                    Deliveredstatus: 'Delivered'
                },
                rules: {
                    'mileage': {
                        type: 'number',
                        required: true,
                        message: '请输入里程',
                        trigger: ['blur', 'change']
                    },
                    'attachments': {
                        type: 'array',
                        required: true,
                        message: '请上传装货照片',
                        trigger: ['blur', 'change']
                    },
                    'carConditionAttachments': {
                        type: 'array',
                        required: true,
                        message: '请上传车辆检查照片',
                        trigger: ['blur', 'change']
                    },
                    'mileageImg': {
                        type: 'string',
                        required: true,
                        message: '请上传里程照片',
                        trigger: ['blur', 'change']
                    },
                },
                rules1: {
                    'attachments': {
                        type: 'array',
                        required: true,
                        message: '请上传送货单照片',
                        trigger: ['blur', 'change']
                    },
                    'emptyCause': {
                        type: 'string',
                        required: true,
                        message: '请选择未装货原因',
                        trigger: ['blur', 'change']
                    },
                },
                radio: '',
                switchVal: false,
                driverList: [],
                buyerName: '',
                timeStart: new Date(),
                timeEnd: new Date(),
                sevenDaysDriver: [],
                deliverKeyID: '',
                deliverKeyName: '',
                companyName: '',
                clockInfo: {
                    emptyCause: '',
                    carConditionAttachments: [],
                    attachments: [],
                    mileageImg: '',
                    mileage: '',
                    clockType: '', //ClockIn ,Clockout
                    carCondition: ''
                },
                nextClockType: ''
            }
        },
        onShow() {
            this.init()
        },
        onReady() {
            this.$refs.formClockInRef.setRules(this.rules);
            this.$refs.formFinishRef.setRules(this.rules1);
        },
        onLoad() {
            // this.Getdrivers()
            // this.getCustomer()
            // this.GetDriversOfWithin7days()
        },
        onReachBottom() {
            if (this.loadStatus != 'nomore') {
                this.getList()
            }
        },
        onPullDownRefresh() {
            this.timeStart = new Date()
            this.timeEnd = new Date()
            this.workTime = this.$util.formatDate(new Date())
            this.deliverKeyName = ''
            this.init()
            uni.stopPullDownRefresh();
        },
        methods: {
            clockIn(text) {
                this.$api.GetClockRoughDraft().then(res => {
                    if (res.code == 1 && res.data) {
                        this.clockInfo.emptyCause = res.data.emptyCause || ''
                        this.clockInfo.carConditionAttachments = res.data.carConditionAttachments || []
                        this.clockInfo.attachments = res.data.attachments || []
                        this.clockInfo.mileageImg = res.data.mileageImg || ''
                        this.clockInfo.mileage = res.data.mileage || ''
                        this.clockInfo.carCondition = res.data.carCondition || ''
                        this.clockInfo.id = res.data.id
                    }
                    this.clockInfo.clockType = text
                    this.showClockIn = true
                    this.$refs.licheng.urls = this.clockInfo.mileageImg ? [this.clockInfo.mileageImg] : []
                    this.$refs.licheng.status = this.clockInfo.mileageImg ? ['success'] : []
                    this.$nextTick(() => {
                        if (text == 'ClockIn') {
                            this.$refs.carCondition.urls = []
                            this.clockInfo.carConditionAttachments.forEach(item => {
                                this.$refs.carCondition.urls.push(item.planAttachment)
                            })
                            let length = this.$refs.carCondition.urls.length
                            this.$refs.carCondition.status = Array.from({
                                length
                            }, () => 'success')
                            console.log(this.$refs.carCondition.urls, this.$refs.carCondition.status);
                        } else {
                            this.$refs.zhuanghuo.urls = []
                            this.clockInfo.attachments.forEach(item => {
                                console.log(item, '9jh');
                                this.$refs.zhuanghuo.urls.push(item.planAttachment)
                            })
                            console.log(res.data, this.clockInfo.attachments, res.data.attachments);
                            let length = this.$refs.zhuanghuo.urls.length
                            this.$refs.zhuanghuo.status = Array.from({
                                length
                            }, () => 'success')
                        }
                    })
 
 
                })
 
            },
            success(text, e) {
                //e.res 为服务器返回数据
                //上传成功回调,处理服务器返回数据【此处根据实际返回数据进行处理】
                let obj = {}
                let res = e.res
                if (res.statusCode == 200) {
                    obj.PlanAttachment = res.data
                    this.arrangeInfo.attachments.push(obj)
                    this.$refs.uploadB.urls.push(res.data)
                    this.$refs.uploadB.urls = this.$refs.uploadB.urls.filter(item => {
                        return item.indexOf('https') !== -1
                    })
                    this.$refs.uploadB.status.push('success')
                    this.$refs.uploadB.status.length = this.$refs.uploadB.urls.length
                } else {
                    uni.$u.toast(res.error)
                    this.$refs.uploadB.deleteImage()
                }
                console.log(this.arrangeInfo.attachments);
            },
            successClock(text, e) {
                let obj = {}
                //e.res 为服务器返回数据
                //上传成功回调,处理服务器返回数据【此处根据实际返回数据进行处理】
                let res = e.res
                // let res = JSON.parse(e.res.data.replace(/\ufeff/g, "") || "{}")
                if (res.statusCode == 200) {
                    if (res.data && text == 'carCondition') {
                        obj.planAttachment = res.data //车辆检查照片
                        this.$refs.carCondition.urls.push(res.data)
                        this.$refs.carCondition.urls = this.$refs.carCondition.urls.filter(item => {
                            return item.indexOf('https') !== -1
                        })
                        this.$refs.carCondition.status.push('success')
                        this.$refs.carCondition.status.length = this.$refs.carCondition.urls.length
                        console.log(this.$refs.carCondition.status);
                        this.clockInfo.carConditionAttachments.push(obj)
                    } else if (res.data && text == 'licheng') {
                        this.clockInfo.mileageImg = res.data //里程照片
                        this.$refs.licheng.urls.push(res.data)
                        this.$refs.licheng.urls = this.$refs.licheng.urls.filter(item => {
                            return item.indexOf('https') !== -1
                        })
                        this.$refs.licheng.status.push('success')
                        this.$refs.licheng.status.length = this.$refs.licheng.urls.length
                    } else {
                        obj.planAttachment = res.data //装货照片
                        this.$refs.zhuanghuo.urls.push(res.data)
                        this.$refs.zhuanghuo.urls = this.$refs.zhuanghuo.urls.filter(item => {
                            return item.indexOf('https') !== -1
                        })
                        this.$refs.zhuanghuo.status.push('success')
                        this.$refs.zhuanghuo.status.length = this.$refs.zhuanghuo.urls.length
                        this.clockInfo.attachments.push(obj)
                        console.log(this.clockInfo.attachments, '------------------------------');
                    }
                } else {
                    uni.$u.toast(res.error)
                    if (text == 'carCondition') {
                        this.$refs.carCondition.deleteImage()
                    } else if (text == 'licheng') {
                        this.$refs.licheng.deleteImage()
                    } else {
                        this.$refs.zhuanghuo.deleteImage()
                    }
                }
            },
            GetDriversOfWithin7days() {
                this.$api.GetDriversOfWithin7days().then(res => {
                    if (res.code == 1) {
                        this.sevenDaysDriver = res.data
                    }
                })
            },
            changePicker(val) {
                console.log(val);
                this.workTime = val.result
                this.timeStart = new Date(val.result) //工作开始时间
                this.timeEnd = new Date(val.result)
                this.datePickerShow = !this.datePickerShow
                this.init()
            },
            confirmDate(val) {
                console.log(val);
                this.arrangeInfo.deliverTime = val
                this.shougHuoshow = false
            },
            getCustomer() {
                this.$api.GeCorporateClients().then(res => {
                    if (res.code == 1) {
                        this.customerList = res.data
                        this.customerList.forEach(item => {
                            item.name = item.companyName
                        })
                    }
                })
            },
            selectItem(item) {
                this.arrangeInfo.Deliveredstatus = item.id
                // this.selectAc = item.name
            },
            getFirstDayOfMonth() {
                var currentDate = new Date();
                // currentDate.setDate(1); // 将日期设为1
                return this.$util.formatDate(currentDate);
            },
            clickTime() {
                this.datePickerShow = !this.datePickerShow
            },
            clickShouTime() {
                this.shougHuoshow = !this.shougHuoshow
            },
            clickAction() {
                this.showActions = true
                uni.hideKeyboard()
            },
            editOrder(item) {
                this.isEdit = true
                this.$refs.uploadB.urls = []
                this.$refs.uploadB.status = []
                this.arrangeInfo.keyid = item.keyid
                this.arrangeInfo.companyName = item.companyName
                this.show7 = true
                // let obj = this.customerList.find(ite => {
                //     return ite.keyid == item.buyerId
                // })
                // this.buyerName = obj.companyName
            },
            startOrder(item) {
                let that = this
                uni.showModal({
                    title: '提示',
                    content: '确认开始送货吗?',
                    success: function(res) {
                        if (res.confirm) {
                            // 执行确认后的操作
                            that.$api.StartDeliverPlan(item.keyid).then(req => {
                                if (req.code == 1) {
                                    that.$util.showToast({
                                        title: '开始送货成功!'
                                    })
                                    that.init()
                                } else {
                                    that.$util.showToast({
                                        title: req.error
                                    })
                                }
                            })
                        } else {
                            // 执行取消后的操作
                        }
                    }
                })
            },
            init() {
                this.pageIndex = 1
                this.pageSize = 30
                this.loadStatus = 'loadmore'
                this.orderList = []
                this.contentVal = ''
                this.getList()
            },
            //选择图片或上传完成时触发
            completeInvoice(val, e) {
                if (e.action == 'delete') {
                    if (val == 'licheng') {
                        this.clockInfo.mileageImg = ''
                        return
                    }
                    switch (val) {
                        case 'carCondition':
                            this.clockInfo.carConditionAttachments = []
                            break;
                        case 'zhuanghuo':
                            this.clockInfo.attachments = []
                            break;
                        default:
                            this.arrangeInfo.attachments = []
                            break;
                    }
                    // 删除处理
                    console.log(e.urls, 'e.urls', this.arrangeInfo.attachments);
                    e.urls.forEach(item => {
                        let obj = {}
                        obj.planAttachment = item //发票
                        console.log(item);
                        switch (val) {
                            case 'carCondition':
                                this.clockInfo.carConditionAttachments.push(obj)
                                break;
                            case 'zhuanghuo':
                                this.clockInfo.attachments.push(obj)
                                break;
                            default:
                                this.arrangeInfo.attachments.push(obj)
                                break;
                        }
                    })
                    console.log(e, this.arrangeInfo, this.clockInfo, '0-0-0-');
                    return
                }
                // $util.pathToBase64(e.urls[0]).then(res => {
                //     idCardFaceBase64.value = res
                //     console.log(idCardFaceBase64, idCardFaceBase64.value);
                // })
            },
            errorInvoice(e) {
                console.log(e, '--------------');
            },
            confirmSave() {
                this.$refs.formFinishRef.validate().then(res => {
                    this.$api.FinishDeliverPlan(this.arrangeInfo).then(res => {
                        if (res.code == 1) {
                            this.arrangeInfo = {
                                keyid: '',
                                wentifankui: '',
                                companyName: '',
                                attachments: [],
                                Deliveredstatus: 'Delivered'
                            }
                            this.show7 = false
                            this.driverName = ''
                            this.buyerName = ''
                            this.init()
                        } else {
                            this.$refs.modalFinish.loading = false
                            this.$util.showToast({
                                title: res.error
                            })
                        }
                    })
                }).catch(errors => {
                    this.$refs.modalFinish.loading = false
                })
            },
            confirmClockSave() {
                console.log(this.clockInfo);
                // if (!this.clockInfo.mileageImg) {
                //     this.$refs.clockInModal.loading = false
                //     return this.$util.showToast({
                //         title: '请上传里程照片!'
                //     })
                // }
                // if(this.clockInfo.emptyCause){
                //     this.clockInfo.attachments = []
                // }
                this.clockInfo = this.$util.removeEmptyValuesRecursive(this.clockInfo)
                this.$refs.formClockInRef.validate().then(res => {
                    this.$api.Clock(this.clockInfo).then(res => {
                        if (res.code == 1) {
                            this.clockInfo = {
                                emptyCause: '',
                                carConditionAttachments: [],
                                mileageImg: '',
                                attachments: [],
                                clockType: '', //ClockIn ,Clockout
                                carCondition: ''
                            }
                            this.showClockIn = false
                            this.init()
                        } else {
                            this.$util.showToast({
                                title: res.error
                            })
                            this.$refs.clockInModal.loading = false
                        }
                    })
                }).catch(errors => {
                    this.$refs.clockInModal.loading = false
                })
 
 
            },
            cancelModal() {
                console.log(this.clockInfo);
                // if (!this.clockInfo.mileageImg) {
                //     this.$refs.clockInModal.loading = false
                //     return this.$util.showToast({
                //         title: '请上传里程照片!'
                //     })
                // }
                // if(this.clockInfo.emptyCause){
                //     this.clockInfo.attachments = []
                // }
                this.clockInfo = this.$util.removeEmptyValuesRecursive(this.clockInfo)
                this.clockInfo.clockType = 'RoughDraft '
                this.$api.Clock(this.clockInfo).then(res => {
                    if (res.code == 1) {
                        this.clockInfo = {
                            emptyCause: '',
                            carConditionAttachments: [],
                            mileage: '',
                            mileageImg: '',
                            attachments: [],
                            clockType: '', //ClockIn ,Clockout
                            carCondition: ''
                        }
                        this.showClockIn = false
                        this.init()
                    } else {
                        this.$util.showToast({
                            title: res.error
                        })
                        this.$refs.clockInModal.loading = false
                    }
                })
            },
            closeModal() {
                this.showClockIn = false
                this.clockInfo = {
                    emptyCause: '',
                    carConditionAttachments: [],
                    mileage: '',
                    mileageImg: '',
                    attachments: [],
                    clockType: this.nextClockType, //ClockIn ,Clockout
                    carCondition: ''
                }
            },
            Getdrivers() {
                this.$api.Getdrivers().then(res => {
                    if (res.code == 1) {
                        this.driverList = res.data
                    }
                })
            },
            getList() {
                this.deliverKeyName == '' ? this.deliverKeyID = '' : null
                let data = {
                    page: {
                        pageIndex: this.pageIndex,
                        pageSize: this.pageSize,
                    }
                }
                if (this.timeStart) {
                    data.timeStart = this.timeStart
                }
                if (this.timeEnd) {
                    data.timeEnd = this.timeEnd
                }
                if (this.deliverKeyID) {
                    data.deliverKeyID = this.deliverKeyID
                }
                this.$api.GetDriverRecords(data).then(res => {
                    if (res.code == 1) {
                        this.nextClockType = res.data.nextClockType
                        if (this.pageIndex == 1) {
                            this.orderList = res.data.data
                        } else {
                            this.orderList = this.orderList.concat(...res.data.data)
                        }
                        console.log(this.orderList, 'orderList’');
                        // totalPages = res.data.totalCount
                        // 根据count数量判断是否还有数据
                        if (res.data.page.totalCount > this.orderList.length) {
                            this.loadStatus = 'loadmore'
                            this.pageIndex++
                        } else {
                            // 数据已加载完毕
                            this.loadStatus = 'nomore'
                        }
 
                    } else {
                        // _that.$refs.uToast.show({ message: res.msg, type: 'error' });
                    }
                })
            },
            accept(item) {
                let that = this
                uni.showModal({
                    title: '提示',
                    content: '确认受理该送货吗?',
                    success: function(res) {
                        if (res.confirm) {
                            // 执行确认后的操作
                            that.$api.AcceptAppointmentDeliver(item.keyid).then(req => {
                                if (req.code == 1) {
                                    that.$util.showToast({
                                        title: '受理成功!'
                                    })
                                    that.init()
                                } else {
                                    that.$util.showToast({
                                        title: req.error
                                    })
                                }
                            })
                        } else {
                            // 执行取消后的操作
                        }
                    }
                })
            },
            actionClick(item, e) {
                console.log(e);
                if (e.index == 0) {
                    this.contentVal = item.wentifankui
                }
            },
            goDetail(item) {
                uni.navigateTo({
                    url: `/pages/delivergoods/clockInDetail?KeyId=${item.id}&isAdmin=true`
                });
            }
        }
    }
</script>
 
<style lang="scss">
    .u-textarea {
        padding: 0 !important;
    }
 
    .u-form-item__body {
        padding: 5px 0 !important;
    }
 
    .labelSty {
        .u-form-item__body__left.data-v-98223e3d {
            display: block;
        }
    }
</style>