|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252 |
- <template>
-
- <view class="content">
- <view class="picture-wrapper">
- <view class="bg">
- <view class="">
- <view class="name">
- 营业执照
- </view>
- <view class="value">
- 上传企业的营业执照
- </view>
- <view class="tip">
- <view class="tip-value">
- 拍摄规范
- </view>
- </view>
- </view>
- <image class="icon" :src="`${$imgUrl}applyCard/zhizhao.png`"></image>
- </view>
- </view>
- <view class="picture-wrapper">
- <view class="bg">
- <view class="">
- <view class="name">
- 人像面
- </view>
- <view class="value">
- 上传身份证的人像面
- </view>
- <view class="tip">
- <view class="tip-value">
- 拍摄规范
- </view>
- </view>
- </view>
- <image class="icon" :src="`${$imgUrl}applyCard/renxiang.png`"></image>
- </view>
- </view>
- <view class="shibie-wrapper">
- <view class="title">
- 单位信息
- </view>
- <view class="">
- <u-field required v-model="state.ocrData.conmpany" input-align='right' label="公司名称">
- </u-field>
- <u-field required v-model="state.ocrData.type" input-align='right' label="证件类型">
- </u-field>
- <u-field required v-model="state.ocrData.card" input-align='right' label="证件号码">
- </u-field>
- <u-field required label-width='200' v-model="state.buchongData.conmpany" input-align='right' label="经办人名称">
- </u-field>
- <u-field required label-width='200' v-model="state.buchongData.type" input-align='right' label="经办人证件类型">
- </u-field>
- <u-field required label-width='200' v-model="state.buchongData.card" input-align='right' label="经办人证件号码">
- </u-field>
- <u-field required label-width='200' v-model="state.buchongData.phone" input-align='right' label="经办人手机号"
- placeholder='请手动输入联系方式'>
- </u-field>
- </view>
- </view>
-
- <view class="action">
- <button type="default" class="button" @click="savaHandle()">确认修改</button>
- </view>
- </view>
- </template>
-
- <script setup lang="ts">
- import {
- reactive
- } from "vue";
- import navBar from "../../components/nav-bar/nav-bar.vue"
- const savaHandle = () => {
- console.log('执行点击事件')
- // uni.navigateTo({
- // url: '/pages/orders/car-release'
- // })
- };
- const state = reactive({
- ocrData: {
- 'conmpany': '贵州市空间加快速度公司',
- 'type': '企业营业执照',
- 'card': 'GZ2364174132894'
-
- },
- buchongData: {
- 'conmpany': '李某一',
- 'type': '居民身份证',
- 'card': '23728347626342332',
- 'phone': ''
- },
- })
- </script>
-
- <style lang="scss" scoped>
- .content {
- padding: 50rpx 30rpx 50rpx 30rpx;
- margin-top: -40rpx;
- background: #FFFFFF;
- border-radius: 30rpx 30rpx 0rpx 30rpx;
- position: relative;
-
- .img-pos {
- position: absolute;
- left: 50rpx;
- top: -38rpx;
- right: 50rpx;
-
- .img-flex {
- display: flex;
- justify-content: space-between;
- align-items: center;
-
-
- .car-img {
- width: 86rpx;
- height: 42rpx;
- }
-
- .flag-img {
- width: 30rpx;
- height: 35rpx;
- }
- }
- }
-
- .action {
- margin-top: 50rpx;
- padding-left: 20rpx;
- padding-right: 20rpx;
- padding-bottom: 30rpx;
-
- .button {
- height: 80rpx;
- background: linear-gradient(-90deg, #43A1E0 0%, #13E7C1 100%);
- border-radius: 40rpx;
- font-size: 32rpx;
- font-weight: 400;
- color: #FFFFFF;
- line-height: 80rpx;
- }
- }
-
- .item-tips {
- .title {
- font-size: 30rpx;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #000000;
- line-height: 24rpx;
- }
-
- .tip {
- margin-top: 16rpx;
- font-size: 24rpx;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #999999;
- line-height: 24rpx;
- }
- }
-
- .picture-wrapper {
- margin-top: 40rpx;
-
- .bg {
- background: #FFFFFF;
- box-shadow: 0rpx 4rpx 13rpx 3rpx rgba(223, 223, 223, 0.8);
- border-radius: 20rpx;
- padding: 40rpx;
- display: flex;
- // align-items: center;
- justify-content: space-between;
-
- .name {
- font-size: 34rpx;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #000000;
- line-height: 34rpx
- }
-
- .value {
- margin-top: 20rpx;
- font-size: 24rpx;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #999999;
- line-height: 24rpx;
- }
-
- .tip {
- margin-top: 20rpx;
- text-align: center;
- width: 110rpx;
- height: 40rpx;
- background: rgba(33, 190, 177, 0.2);
- border-radius: 6rpx;
-
- .tip-value {
- font-size: 20rpx;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #0A8F8A;
- line-height: 40rpx;
- opacity: 1;
- }
- }
- }
-
- .icon {
- width: 294rpx;
- height: 188rpx;
- }
- }
-
- .shibie-wrapper {
- margin-top: 60rpx;
-
- .title {
- font-size: 30rpx;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #000000;
- line-height: 30rpx;
- }
- }
-
- .buchong-wrapper {
- margin-top: 60rpx;
-
- .title {
- font-size: 30rpx;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #000000;
- line-height: 30rpx;
- }
- }
-
- .green-tip {
- margin-top: 50rpx;
- font-size: 24rpx;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #00B38B;
- line-height: 24rpx;
- margin-bottom: 60rpx;
- }
- }
- </style>
|