uu
This commit is contained in:
parent
f55dd776d8
commit
e2111151ae
@ -12,7 +12,35 @@
|
||||
<view class="pgb-header">
|
||||
<view class="com-jianju">
|
||||
<!-- 关键字搜索框 -->
|
||||
<tpx-search placeholder="请输入工号或手机号码" v-model:value="searchParam.searchValue"></tpx-search>
|
||||
<!-- <tpx-search placeholder="请输入工号或手机号码" v-model:value="searchParam.searchValue"></tpx-search> -->
|
||||
<view class="">
|
||||
<view @click="handleScan" class="blcok-grey-sm" style="margin-top: 0;">
|
||||
<u-row justify="between">
|
||||
<view>
|
||||
<u-text :text="'扫码绑定'" size="30" :bold="true" lines="1"></u-text>
|
||||
<u-text margin="10rpx 0 0 0" :text="'扫描快递小哥二维码'" size="28" color="#999"></u-text>
|
||||
<u-text margin="10rpx 0 0 0" :text="'即可享受快递寄件、专属送快递服务'" size="28" color="#999"></u-text>
|
||||
</view>
|
||||
<view>
|
||||
<u-icon name="scan" size="88" color="#B12D29"></u-icon>
|
||||
</view>
|
||||
</u-row>
|
||||
</view>
|
||||
|
||||
<view class="blcok-grey-sm">
|
||||
<u-text :text="'查询绑定'" size="30" :bold="true" lines="1"></u-text>
|
||||
<u-row custom-style="margin-top: 20rpx;">
|
||||
<tpx-input placeholder="输入工号或手机号" v-model:value="bindModal.data.searchValue"></tpx-input>
|
||||
<view class="ml-20">
|
||||
<u-button @click="handleBindSearchEmp" type="primary"
|
||||
custom-style="height:66rpx;font-size: 30rpx;">
|
||||
搜索
|
||||
</u-button>
|
||||
</view>
|
||||
</u-row>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@ -63,45 +91,19 @@
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<template v-slot:footer>
|
||||
<!-- <template v-slot:footer>
|
||||
<view class="blcok-white-noradius" >
|
||||
<u-button @click="handleBindShow()" type="primary" size="large" shape="circle"
|
||||
custom-style="height:80rpx;font-size: 30rpx;">绑定快递员</u-button>
|
||||
</view>
|
||||
</template>
|
||||
</template> -->
|
||||
</tpx-layout>
|
||||
|
||||
<tpx-dialog title="绑定快递员" v-model:show="bindModal.show" >
|
||||
<view style="height: calc(50vh);">
|
||||
<tpx-layout>
|
||||
<template v-slot:body>
|
||||
<view class="pl-30 pr-30">
|
||||
<view @click="handleScan" class="blcok-grey-sm" style="margin-top: 0;">
|
||||
<u-row justify="between">
|
||||
<view>
|
||||
<u-text :text="'扫码绑定'" size="30" :bold="true" lines="1"></u-text>
|
||||
<u-text margin="10rpx 0 0 0" :text="'扫描快递小哥二维码'" size="28" color="#999"></u-text>
|
||||
<u-text margin="10rpx 0 0 0" :text="'即可享受快递寄件、专属送快递服务'" size="28" color="#999"></u-text>
|
||||
</view>
|
||||
<view>
|
||||
<u-icon name="scan" size="88" color="#B12D29"></u-icon>
|
||||
</view>
|
||||
</u-row>
|
||||
</view>
|
||||
|
||||
<view class="blcok-grey-sm">
|
||||
<u-text :text="'查询绑定'" size="30" :bold="true" lines="1"></u-text>
|
||||
<u-row custom-style="margin-top: 20rpx;">
|
||||
<tpx-input placeholder="输入工号或手机号" v-model:value="bindModal.data.searchValue"></tpx-input>
|
||||
<view class="ml-20">
|
||||
<u-button @click="handleBindSearchEmp" type="primary"
|
||||
custom-style="height:66rpx;font-size: 30rpx;">
|
||||
搜索
|
||||
</u-button>
|
||||
</view>
|
||||
</u-row>
|
||||
</view>
|
||||
</view>
|
||||
<view class="pl-30 pr-30"></view>
|
||||
</template>
|
||||
</tpx-layout>
|
||||
</view>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user