yangan
2024-11-28 fc83822df8fffc62f726d3811dd72e43d7b62a90
feat:大厅检查对应提示
4个文件已修改
30 ■■■■■ 已修改文件
pages/customer-page/customer-index/customer-index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/doorkeeper-page/doorkeeper-index/doorkeeper-index.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/driver-page/driver-index/driver-index.vue 18 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/loadUnload-page/selectTarget/selectTarget.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/customer-page/customer-index/customer-index.vue
@@ -5,7 +5,7 @@
                
                <!-- 待领取和转发收发单 -->
                <view class="wait-collection"
                    style="background: url('https://wrzs.czjlchem.com:9090/wrzs/appimg/image/banner/customerbanner.png') no-repeat;background-size:contain">
                    style="background: url('https://wrzs.czjlchem.com:9090/appimg/image/banner/customerbanner.png') no-repeat;background-size:contain">
                </view>
                    <!-- 自主配送界面 -->
                <view class="self-deliver" v-if="personnelType === 1">
pages/doorkeeper-page/doorkeeper-index/doorkeeper-index.vue
@@ -409,7 +409,7 @@
                                    inspectedResult:JSON.stringify(this.inspectData)
                                }, 'json').then(res => {
                        if (res.code === 0) {
                            uni.$u.toast('检查成功')
                            this.$u.toast('检查成功')
                            this.form={}
                            this.ClickLoading = false;
                            this.inspectData=[]
@@ -417,12 +417,15 @@
                            this.logoutShow = false;
                            this.TaskCoalList()
                        } else {
                            uni.$u.toast(res.msg ? res.msg : '检查失败')
                            this.ClickLoading = false;
                            this.show = false;
                            this.logoutShow = false;
                            this.$u.toast(res.msg || '检查失败')
                        }
                    })
                }else{
                    uni.$u.toast('必须全部检测')
                    this.$u.toast('必须全部检测')
                }
            },
            logoutCancel() {
pages/driver-page/driver-index/driver-index.vue
@@ -410,8 +410,13 @@
                        :loading="ClickLoading"></u-button></view>
                </view>
            </u-popup>
            <u-modal :show="isFirstShow" :title="'温馨提示'" @confirm="isFirstConFirm">
            <u-modal
            :width="700"
            :show="isFirstShow" :title="'温馨提示'" @confirm="isFirstConFirm">
                <view class="tishiBox">
                <view>入场需要扫描车牌照和刷身份证入场,请携带身份证原件!</view>
                <view style="color: red;font-size: 24rpx;">(注):如运输相关危险品,请携带相关证件前往大厅</view>
                </view>
            </u-modal>
    </view>
</template>
@@ -622,14 +627,9 @@
                }
            },
            qiangDanTiShi(item){
                const flag = uni.getStorageSync('isFirstMeet');
                this.jiedanObj = item;
                if(!flag){
                    this.isFirstShow = true;
                }else{
                    this.qiangDanBtn(item)
                }
            },
            // 接单模态框
            qiangDanConfirm() {
@@ -870,6 +870,10 @@
<style lang="scss"
    scoped>
    .tishiBox{
        display: flex;
        flex-direction: column;
    }
    .tableCon{
        overflow: auto;
            height: 560rpx;
pages/loadUnload-page/selectTarget/selectTarget.vue
@@ -1028,6 +1028,7 @@
            cancelModal(){
                this.enterZx = false;
                this.checkNum = '';
                this.discountReason = ''; //情况备注
                this.isEmptyCar = null;
            },
            cancelModaledit(){