2023-09-20 07:34:58 +00:00
|
|
|
|
<template>
|
|
|
|
|
<div class="order-details">
|
|
|
|
|
<title-block title="寄存画作">
|
|
|
|
|
<template #left>
|
2023-09-23 07:37:27 +00:00
|
|
|
|
<div>
|
|
|
|
|
<image style="width: 112rpx;height: 52rpx"
|
|
|
|
|
src="https://cdns.fontree.cn/fonchain-main/prod/image/default/artwork/785cf885-c4c9-44b3-8155-4b39988c7ef8.png"
|
|
|
|
|
@click="back"></image>
|
|
|
|
|
</div>
|
2023-09-20 07:34:58 +00:00
|
|
|
|
</template>
|
|
|
|
|
</title-block>
|
|
|
|
|
<div class="content2">
|
2023-09-25 11:53:59 +00:00
|
|
|
|
<u-upload
|
|
|
|
|
:fileList="fileList1"
|
|
|
|
|
@afterRead="afterRead"
|
|
|
|
|
@delete="deletePic"
|
2023-09-25 12:03:52 +00:00
|
|
|
|
name="6"
|
2023-09-25 11:53:59 +00:00
|
|
|
|
multiple
|
2023-09-25 12:03:52 +00:00
|
|
|
|
:maxCount="1"
|
2023-09-26 02:13:55 +00:00
|
|
|
|
width="404rpx"
|
|
|
|
|
height="306rpx"
|
2023-09-25 12:03:52 +00:00
|
|
|
|
>
|
2023-09-26 02:13:55 +00:00
|
|
|
|
<div style="width: 404rpx;height: 306rpx;background: #000;border-radius: 20rpx;display: flex;flex-direction: column;align-items: center;justify-content: center">
|
|
|
|
|
<div style="margin-bottom: 14rpx">
|
|
|
|
|
<image style="width: 38.32rpx;height: 38.2rpx" src="../../static/zu142@3x.png"></image>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="font-size: 32rpx;color: #fff">上传画作图片</div>
|
|
|
|
|
</div>
|
2023-11-07 08:25:30 +00:00
|
|
|
|
|
2023-09-25 12:03:52 +00:00
|
|
|
|
</u-upload>
|
2023-11-07 08:25:30 +00:00
|
|
|
|
|
2023-09-20 07:34:58 +00:00
|
|
|
|
</div>
|
2023-11-07 08:25:30 +00:00
|
|
|
|
<u-popup :round="15" :show="show_2" mode="bottom" @open="()=>{show_2=true}">
|
2023-09-26 02:13:55 +00:00
|
|
|
|
<div class="poup1" >
|
2023-09-20 10:00:27 +00:00
|
|
|
|
<div class="content1">
|
|
|
|
|
<div class="wrap1">更换您的寄存地址</div>
|
2023-09-20 11:59:36 +00:00
|
|
|
|
<div @click="show_2=false" class="wrap2">
|
2023-09-23 07:37:27 +00:00
|
|
|
|
<image
|
|
|
|
|
src="https://cdns.fontree.cn/fonchain-main/prod/image/default/artwork/d84593b3-10a8-4d86-be8c-b048b03b22c7.png"></image>
|
2023-09-20 10:00:27 +00:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="content2"></div>
|
|
|
|
|
<div class="content3">
|
2023-09-23 09:23:26 +00:00
|
|
|
|
<div v-for="(item,index) in addressList" @click="selectAddress(item)"
|
|
|
|
|
:class="[warehouseID===item.ID?'active':'']" :key="index" class="wrap1">
|
|
|
|
|
<div class="wrap1_1">{{ item.address }}</div>
|
|
|
|
|
<div class="wrap1_2">*剩余{{ item.leftNum }}位置</div>
|
2023-09-20 10:00:27 +00:00
|
|
|
|
</div>
|
2023-09-23 09:23:26 +00:00
|
|
|
|
<!-- <div class="wrap1 active">
|
|
|
|
|
<div class="wrap1_1">某某某某某某某地方</div>
|
|
|
|
|
<div class="wrap1_2">剩余12位置</div>
|
|
|
|
|
</div>-->
|
|
|
|
|
<!-- <div class="wrap1 disabled">
|
|
|
|
|
<div class="wrap1_1">某某某某某某某地方</div>
|
|
|
|
|
<div class="wrap1_2">*已满员</div>
|
|
|
|
|
</div>-->
|
2023-09-20 10:00:27 +00:00
|
|
|
|
</div>
|
|
|
|
|
<div class="content2"></div>
|
2023-09-23 09:23:26 +00:00
|
|
|
|
<div class="content6" @click="confirmAddress">
|
2023-09-20 10:00:27 +00:00
|
|
|
|
<div class="wrap1">确定</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2023-11-07 08:25:30 +00:00
|
|
|
|
</u-popup>
|
|
|
|
|
|
|
|
|
|
<u-popup :round="15" :show="show_1" mode="bottom" @open="()=>{show_1=true}">
|
2023-09-20 07:34:58 +00:00
|
|
|
|
<div class="poup">
|
2023-11-07 08:25:30 +00:00
|
|
|
|
<div class="content1" style="margin-top: 20rpx">
|
|
|
|
|
<div class="wrap1">寄存结束日期</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div class="content2"></div>
|
|
|
|
|
<div class="content7" @click="show = true">
|
|
|
|
|
<u-datetime-picker
|
|
|
|
|
:show="show"
|
|
|
|
|
@confirm="confirmDate"
|
|
|
|
|
mode="date"
|
|
|
|
|
@cancel="show=false"
|
|
|
|
|
:minDate="minDate"
|
|
|
|
|
></u-datetime-picker>
|
|
|
|
|
<u--input
|
|
|
|
|
readonly
|
|
|
|
|
placeholder="请输入内容"
|
|
|
|
|
border="surround"
|
|
|
|
|
v-model="value1"
|
|
|
|
|
></u--input>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
2023-09-23 09:23:26 +00:00
|
|
|
|
<!-- <div class="content2"></div>
|
|
|
|
|
<div class="content4">起始日期</div>
|
|
|
|
|
<div class="content5">
|
|
|
|
|
<div class="wrap1">年份</div>
|
|
|
|
|
<div class="wrap2">月</div>
|
|
|
|
|
<div class="wrap3">日</div>
|
|
|
|
|
</div>-->
|
|
|
|
|
<!-- <div style="margin-left: -30rpx;margin-right: -30rpx">
|
|
|
|
|
<picker-view indicator-class="test" :value="value" @change="changeData" class="picker-view">
|
|
|
|
|
<picker-view-column>
|
|
|
|
|
<view style="display: flex;align-items: center;justify-content: center" class="item"
|
|
|
|
|
:class="[isDateFont(item,0)?'fontDate':'']" v-for="(item,index) in years" :key="index">{{ item }}年
|
|
|
|
|
</view>
|
|
|
|
|
</picker-view-column>
|
|
|
|
|
<picker-view-column>
|
|
|
|
|
<view style="display: flex;align-items: center;justify-content: center" class="item"
|
|
|
|
|
:class="[isDateFont(item,1)?'fontDate':'']" v-for="(item,index) in months" :key="index">{{ item }}月
|
|
|
|
|
</view>
|
|
|
|
|
</picker-view-column>
|
|
|
|
|
<picker-view-column>
|
|
|
|
|
<view style="display: flex;align-items: center;justify-content: center" class="item"
|
|
|
|
|
:class="[isDateFont(item,2)?'fontDate':'']" v-for="(item,index) in days" :key="index">{{ item }}日
|
|
|
|
|
</view>
|
|
|
|
|
</picker-view-column>
|
|
|
|
|
</picker-view>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="content2"></div>-->
|
|
|
|
|
<div class="content6" @click="confirmCycle">
|
2023-09-20 09:22:49 +00:00
|
|
|
|
<div class="wrap1">确定</div>
|
|
|
|
|
</div>
|
2023-09-20 07:34:58 +00:00
|
|
|
|
</div>
|
2023-11-07 08:25:30 +00:00
|
|
|
|
</u-popup>
|
|
|
|
|
|
2023-09-20 07:34:58 +00:00
|
|
|
|
<div class="content3">
|
|
|
|
|
<div class="prompt">*扫描自动填入</div>
|
|
|
|
|
<div class="wrap1">
|
|
|
|
|
<div class="wrap1_1">
|
|
|
|
|
<div class="wrap1_1_1">画作编号</div>
|
|
|
|
|
<div class="wrap1_1_2"></div>
|
|
|
|
|
<div class="wrap1_1_3">
|
2023-09-26 02:43:39 +00:00
|
|
|
|
<input style="color: #939393;font-size: 24rpx;" v-model="info.artworkNum" placeholder-style="color: #939393;font-size: 24rpx;" placeholder="请输入画作编号"/>
|
2023-09-20 07:34:58 +00:00
|
|
|
|
</div>
|
|
|
|
|
<div class="wrap1_1_4"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="wrap1_1">
|
|
|
|
|
<div class="wrap1_1_1">画作名称</div>
|
|
|
|
|
<div class="wrap1_1_2"></div>
|
|
|
|
|
<div class="wrap1_1_3">
|
2023-09-26 02:43:39 +00:00
|
|
|
|
<input style="color: #939393;font-size: 24rpx;" v-model="info.artworkName" placeholder-style="color: #939393;font-size: 24rpx;" placeholder="请输入画作名称"/>
|
2023-09-20 07:34:58 +00:00
|
|
|
|
</div>
|
|
|
|
|
<div class="wrap1_1_4"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="wrap1_1">
|
|
|
|
|
<div class="wrap1_1_1">画家名称</div>
|
|
|
|
|
<div class="wrap1_1_2"></div>
|
|
|
|
|
<div class="wrap1_1_3">
|
2023-09-26 02:43:39 +00:00
|
|
|
|
<input style="color: #939393;font-size: 24rpx;" v-model="info.artistName" placeholder-style="color: #939393;font-size: 24rpx;" placeholder="请输入画家名称"/>
|
2023-09-20 07:34:58 +00:00
|
|
|
|
</div>
|
|
|
|
|
<div class="wrap1_1_4">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="wrap1_1">
|
|
|
|
|
<div class="wrap1_1_1">画作平尺数</div>
|
|
|
|
|
<div class="wrap1_1_2"></div>
|
|
|
|
|
<div class="wrap1_1_3">
|
2023-11-07 09:07:51 +00:00
|
|
|
|
<input style="color: #939393;font-size: 24rpx;" v-model="info.artworkSquareSize" placeholder-style="color: #939393;font-size: 24rpx;" placeholder="请输入画作平尺数"/>
|
2023-09-20 07:34:58 +00:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="wrap2"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="content4">
|
|
|
|
|
<div class="wrap1">
|
2023-09-26 02:13:55 +00:00
|
|
|
|
<div class="wrap1_1" @click="show_2=true">
|
2023-09-20 07:34:58 +00:00
|
|
|
|
<div class="wrap1_1_1">寄存地址</div>
|
|
|
|
|
<div class="wrap1_1_2"></div>
|
|
|
|
|
<div class="wrap1_1_3">
|
2023-09-26 02:43:39 +00:00
|
|
|
|
<input style="color: #939393;font-size: 24rpx;" disabled :value="warehouseID?addressList.find(x=>x.ID===warehouseID).address:''" placeholder-style="color: #939393;font-size: 24rpx;"
|
|
|
|
|
placeholder="请选择寄存地址"/>
|
2023-09-20 07:34:58 +00:00
|
|
|
|
</div>
|
|
|
|
|
<div class="wrap1_1_4"></div>
|
2023-09-26 02:13:55 +00:00
|
|
|
|
<div class="wrap1_1_5">
|
2023-09-20 07:34:58 +00:00
|
|
|
|
<image src="../../static/zu611@3x.png"></image>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2023-09-27 02:04:50 +00:00
|
|
|
|
<div class="wrap1_1" @click="openShow1()">
|
2023-11-07 09:00:29 +00:00
|
|
|
|
<div class="wrap1_1_1">寄存结束日期</div>
|
2023-09-20 07:34:58 +00:00
|
|
|
|
<div class="wrap1_1_2"></div>
|
|
|
|
|
<div class="wrap1_1_3">
|
2023-11-07 09:00:29 +00:00
|
|
|
|
<input style="color: #939393;font-size: 24rpx;" :value="value1" disabled placeholder-style="color: #939393;font-size: 24rpx;" placeholder="请选择寄存结束日期"/>
|
2023-09-20 07:34:58 +00:00
|
|
|
|
</div>
|
2023-09-26 02:13:55 +00:00
|
|
|
|
<div class="wrap1_1_5">
|
2023-09-20 07:34:58 +00:00
|
|
|
|
<image src="../../static/zu612@3x.png"></image>
|
|
|
|
|
</div>
|
2023-09-26 02:43:39 +00:00
|
|
|
|
|
2023-09-20 07:34:58 +00:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="wrap2"></div>
|
|
|
|
|
</div>
|
2023-09-20 11:59:36 +00:00
|
|
|
|
<div class="content5">
|
|
|
|
|
<div class="wrap1">
|
|
|
|
|
<div class="wrap1_1">*仅微信付款</div>
|
2023-09-25 04:00:57 +00:00
|
|
|
|
<div class="wrap1_2">预计 ¥{{expectedPayment}}</div>
|
2023-09-20 11:59:36 +00:00
|
|
|
|
</div>
|
2023-09-25 07:15:58 +00:00
|
|
|
|
<div class="wrap2" @click="signContract">确认金额并签署合同</div>
|
2023-09-20 11:59:36 +00:00
|
|
|
|
</div>
|
2023-09-26 03:41:01 +00:00
|
|
|
|
<u-loading-page bgColor="rgba(0,0,0,0.5)" :loading="loading" loading-text="正在进入法大大签署..."></u-loading-page>
|
2023-09-20 07:34:58 +00:00
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
<script>
|
2023-09-25 12:06:28 +00:00
|
|
|
|
import http from "@/http/api";
|
2023-09-23 07:37:27 +00:00
|
|
|
|
import {postDataByParams} from "../../http/service";
|
2023-11-07 08:25:30 +00:00
|
|
|
|
|
2023-09-20 07:34:58 +00:00
|
|
|
|
export default {
|
|
|
|
|
name: "order-details",
|
2023-09-23 07:37:27 +00:00
|
|
|
|
data() {
|
2023-09-20 09:11:42 +00:00
|
|
|
|
const date = new Date()
|
|
|
|
|
const years = []
|
|
|
|
|
const year = date.getFullYear()
|
|
|
|
|
const months = []
|
|
|
|
|
const month = date.getMonth() + 1
|
|
|
|
|
const days = []
|
|
|
|
|
const day = date.getDate()
|
|
|
|
|
for (let i = 1990; i <= date.getFullYear(); i++) {
|
|
|
|
|
years.push(i)
|
|
|
|
|
}
|
|
|
|
|
for (let i = 1; i <= 12; i++) {
|
|
|
|
|
months.push(i)
|
|
|
|
|
}
|
|
|
|
|
for (let i = 1; i <= 31; i++) {
|
|
|
|
|
days.push(i)
|
|
|
|
|
}
|
|
|
|
|
return {
|
2023-11-07 08:25:30 +00:00
|
|
|
|
minDate:'',
|
|
|
|
|
show: false,
|
|
|
|
|
value1: '',
|
2023-09-26 03:41:01 +00:00
|
|
|
|
loading:false,
|
2023-09-25 11:53:59 +00:00
|
|
|
|
fileList1:[],
|
2023-09-25 11:01:50 +00:00
|
|
|
|
dayMoney:'',
|
2023-09-25 04:00:57 +00:00
|
|
|
|
expectedPayment:'',
|
2023-09-23 09:23:26 +00:00
|
|
|
|
warehouseID: '',
|
|
|
|
|
cycleId: '',
|
|
|
|
|
cycleList: [],
|
|
|
|
|
addressList: [],
|
2023-09-23 07:37:27 +00:00
|
|
|
|
info: {},
|
|
|
|
|
show_2: false,
|
|
|
|
|
data: [],
|
|
|
|
|
show_1: false,
|
2023-09-20 09:11:42 +00:00
|
|
|
|
title: 'picker-view',
|
|
|
|
|
years,
|
|
|
|
|
year,
|
|
|
|
|
months,
|
|
|
|
|
month,
|
|
|
|
|
days,
|
|
|
|
|
day,
|
|
|
|
|
value: [9999, month - 1, day - 1],
|
|
|
|
|
visible: true,
|
2023-09-23 07:37:27 +00:00
|
|
|
|
url: ''//二维码扫码的结果用户发起请求的body体
|
2023-09-22 06:35:58 +00:00
|
|
|
|
}
|
|
|
|
|
},
|
2023-09-25 04:00:57 +00:00
|
|
|
|
watch:{
|
2023-10-08 01:37:37 +00:00
|
|
|
|
'info.artworkSquareSize':{
|
|
|
|
|
handler(){
|
|
|
|
|
this.obtainAmount()
|
|
|
|
|
}
|
|
|
|
|
},
|
2023-11-07 09:00:29 +00:00
|
|
|
|
value1(newValue){
|
2023-09-25 04:00:57 +00:00
|
|
|
|
this.obtainAmount()
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
},
|
2023-09-23 07:37:27 +00:00
|
|
|
|
mounted() {
|
2023-11-07 08:25:30 +00:00
|
|
|
|
const date = new Date();
|
|
|
|
|
date.setHours(0, 0, 0, 0);
|
|
|
|
|
this.minDate = date.getTime() + 24 * 60 * 60 * 1000;
|
2023-11-07 09:00:29 +00:00
|
|
|
|
// this.value1=this.timestampToDateString(date.getTime() + 24 * 60 * 60 * 1000)
|
2023-09-23 09:23:26 +00:00
|
|
|
|
this.getCycle()
|
2023-09-26 02:13:55 +00:00
|
|
|
|
if (this.$mp.query.url){
|
|
|
|
|
this.url=this.$mp.query.url
|
2023-09-25 11:33:01 +00:00
|
|
|
|
this.getDetailUrl()
|
|
|
|
|
}
|
2023-09-23 07:37:27 +00:00
|
|
|
|
this.getAddress()
|
2023-09-20 09:11:42 +00:00
|
|
|
|
const today = new Date();
|
2023-09-23 07:37:27 +00:00
|
|
|
|
this.value = [today.getFullYear() - 1990, today.getMonth(), today.getDate() - 1]
|
|
|
|
|
this.data = [today.getFullYear(), today.getMonth() + 1, today.getDate()]
|
2023-09-20 09:11:42 +00:00
|
|
|
|
},
|
2023-09-23 07:37:27 +00:00
|
|
|
|
methods: {
|
2023-11-07 08:25:30 +00:00
|
|
|
|
timestampToDateString(timestamp) {
|
|
|
|
|
const date = new Date(timestamp ); // 把时间戳乘以1000转换为Date对象需要的毫秒数
|
|
|
|
|
const year = date.getFullYear();
|
|
|
|
|
const month = ("0" + (date.getMonth() + 1)).slice(-2); // 月份是从0开始的,所以加1,用slice保证格式是2位数
|
|
|
|
|
const day = ("0" + date.getDate()).slice(-2); // 用slice保证格式是2位数
|
|
|
|
|
return year + "-" + month + "-" + day;
|
|
|
|
|
},
|
|
|
|
|
confirmDate(data){
|
|
|
|
|
this.value1=this.timestampToDateString(data.value)
|
|
|
|
|
this.show=false
|
|
|
|
|
},
|
2023-09-27 02:04:50 +00:00
|
|
|
|
openShow1(){
|
|
|
|
|
if (!this.info.artworkSquareSize){
|
|
|
|
|
uni.showToast({
|
|
|
|
|
title: "请先填写画作平尺数",
|
|
|
|
|
duration: 2000,
|
|
|
|
|
icon: "none",
|
|
|
|
|
});
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
this.show_1=true
|
|
|
|
|
},
|
2023-09-25 12:05:55 +00:00
|
|
|
|
uploadFilePromise(url, type = null) {
|
|
|
|
|
return new Promise((resolve) => {
|
|
|
|
|
uni.uploadFile({
|
|
|
|
|
url: http.baseUrl + "/api/wxuser/uploadpic",
|
|
|
|
|
filePath: url,
|
|
|
|
|
name: "file",
|
|
|
|
|
success: (res) => {
|
2023-09-25 12:08:26 +00:00
|
|
|
|
console.log(res,'res')
|
2023-09-25 12:05:55 +00:00
|
|
|
|
const { path } = JSON.parse(res.data).data;
|
|
|
|
|
resolve(path);
|
2023-09-25 12:08:26 +00:00
|
|
|
|
|
2023-09-25 12:05:55 +00:00
|
|
|
|
},
|
|
|
|
|
});
|
|
|
|
|
})
|
|
|
|
|
},
|
2023-09-26 02:13:55 +00:00
|
|
|
|
deletePic() {
|
|
|
|
|
this.fileList1=[]
|
2023-09-25 11:53:59 +00:00
|
|
|
|
},
|
|
|
|
|
// 新增图片
|
|
|
|
|
async afterRead(event) {
|
|
|
|
|
// 当设置 multiple 为 true 时, file 为数组格式,否则为对象格式
|
|
|
|
|
let lists = [].concat(event.file)
|
2023-09-25 12:08:26 +00:00
|
|
|
|
let fileListLen = this[`fileList1`].length
|
2023-09-25 11:53:59 +00:00
|
|
|
|
lists.map((item) => {
|
2023-09-25 12:08:26 +00:00
|
|
|
|
this[`fileList1`].push({
|
2023-09-25 11:53:59 +00:00
|
|
|
|
...item,
|
|
|
|
|
status: 'uploading',
|
|
|
|
|
message: '上传中'
|
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
|
for (let i = 0; i < lists.length; i++) {
|
2023-09-25 12:04:59 +00:00
|
|
|
|
const result = await this.uploadFilePromise(lists[i].url, 'check')
|
|
|
|
|
console.log(result)
|
2023-09-25 12:08:26 +00:00
|
|
|
|
let item = this[`fileList1`][fileListLen]
|
|
|
|
|
this[`fileList1`].splice(fileListLen, 1, Object.assign(item, {
|
2023-09-25 11:53:59 +00:00
|
|
|
|
status: 'success',
|
|
|
|
|
message: '',
|
|
|
|
|
url: result
|
|
|
|
|
}))
|
|
|
|
|
fileListLen++
|
|
|
|
|
}
|
|
|
|
|
},
|
2023-09-25 07:15:58 +00:00
|
|
|
|
async signContract(){
|
2023-09-26 02:47:45 +00:00
|
|
|
|
const checks = [
|
|
|
|
|
{
|
|
|
|
|
value: this.fileList1.length>0,
|
|
|
|
|
message: '请上传画作图片'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
value: this.info.artworkSquareSize,
|
|
|
|
|
message: '请输入画作平尺数'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
value: this.info.artistName,
|
|
|
|
|
message: '请输入画家名称'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
value: this.info.artworkName,
|
|
|
|
|
message: '请输入画作名称'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
value: this.info.artworkNum,
|
|
|
|
|
message: '请输入画作编号'
|
|
|
|
|
},{
|
2023-09-26 02:13:55 +00:00
|
|
|
|
value: this.warehouseID,
|
|
|
|
|
message: '请选择寄存地址'
|
|
|
|
|
}, {
|
2023-11-07 09:00:29 +00:00
|
|
|
|
value: this.value1,
|
|
|
|
|
message: '请选择寄存结束日期'
|
2023-09-26 02:13:55 +00:00
|
|
|
|
}]
|
|
|
|
|
for (const check of checks) {
|
|
|
|
|
if (!check.value) {
|
|
|
|
|
uni.showToast({
|
|
|
|
|
title: check.message,
|
|
|
|
|
icon: 'none'
|
|
|
|
|
})
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-09-26 03:41:01 +00:00
|
|
|
|
this.loading=true
|
2023-09-25 07:15:58 +00:00
|
|
|
|
const data={
|
|
|
|
|
warehouseID:this.warehouseID,
|
2023-11-03 06:15:54 +00:00
|
|
|
|
artworkSquareSize:Number(this.info.artworkSquareSize),
|
|
|
|
|
artworkName: this.info.artworkName,
|
|
|
|
|
artworkImage:this.fileList1?.[0]?.url,
|
|
|
|
|
artworkNum:this.info.artworkNum,
|
|
|
|
|
artistName: this.info.artistName
|
2023-09-25 07:15:58 +00:00
|
|
|
|
}
|
|
|
|
|
const res = await postDataByParams('/api/warehouse/fdd/contract/h5',data)
|
|
|
|
|
if (res.code===200){
|
|
|
|
|
uni.setStorageSync("jumpUrl", res.data.jumpUrl)
|
2023-09-25 12:10:56 +00:00
|
|
|
|
this.info.artworkImg=this.fileList1[0].url
|
2023-09-25 11:01:50 +00:00
|
|
|
|
uni.setStorageSync("orderingInfo", {
|
2023-09-25 11:20:15 +00:00
|
|
|
|
cycleID:this.cycleId,
|
|
|
|
|
warehouseID:this.warehouseID,
|
2023-09-25 11:01:50 +00:00
|
|
|
|
transactionId:res.data.transactionId,
|
|
|
|
|
dayMoney:this.dayMoney,
|
|
|
|
|
info:this.info,
|
|
|
|
|
expectedPayment:this.expectedPayment,
|
|
|
|
|
addressName:this.addressList.find(x=>x.ID===this.warehouseID).address,
|
|
|
|
|
cycleName:this.cycleList.find(x=>x.ID===this.cycleId).name
|
|
|
|
|
})
|
2023-09-25 07:15:58 +00:00
|
|
|
|
uni.navigateTo({
|
|
|
|
|
url: `/pages/signwebview/index`,
|
|
|
|
|
});
|
2023-09-26 03:41:01 +00:00
|
|
|
|
this.loading=false
|
2023-09-25 07:15:58 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
},
|
2023-09-25 04:00:57 +00:00
|
|
|
|
async obtainAmount(){
|
2023-11-07 08:25:30 +00:00
|
|
|
|
uni.setStorageSync("endAt", this.value1);
|
2023-09-25 04:00:57 +00:00
|
|
|
|
const data={
|
2023-11-07 08:25:30 +00:00
|
|
|
|
artworkSquareSize:Number(this.info.artworkSquareSize),
|
|
|
|
|
endAt:this.value1
|
2023-09-25 04:00:57 +00:00
|
|
|
|
}
|
|
|
|
|
const res = await postDataByParams('/api/warehouse/calculate',data)
|
|
|
|
|
if (res.code===200){
|
|
|
|
|
this.expectedPayment=res.data.money
|
2023-09-25 11:01:50 +00:00
|
|
|
|
this.dayMoney=res.data.dayMoney
|
2023-09-25 04:00:57 +00:00
|
|
|
|
}
|
|
|
|
|
},
|
2023-09-23 09:23:26 +00:00
|
|
|
|
confirmCycle() {
|
|
|
|
|
this.show_1 = false
|
|
|
|
|
},
|
|
|
|
|
confirmAddress() {
|
|
|
|
|
this.show_2 = false
|
|
|
|
|
},
|
|
|
|
|
selectAddress(item) {
|
|
|
|
|
this.warehouseID = item.ID
|
|
|
|
|
},
|
|
|
|
|
selectionPeriod(item) {
|
|
|
|
|
this.cycleId = item.ID
|
|
|
|
|
},
|
|
|
|
|
async getCycle() {
|
|
|
|
|
const res = await postDataByParams('/api/warehouse/cycle')
|
|
|
|
|
if (res.code === 200) {
|
|
|
|
|
this.cycleList = res.data.data
|
|
|
|
|
}
|
|
|
|
|
},
|
2023-09-23 07:37:27 +00:00
|
|
|
|
async getAddress() {
|
|
|
|
|
const res = await postDataByParams('/api/warehouse/address')
|
2023-09-23 09:23:26 +00:00
|
|
|
|
if (res.code === 200) {
|
|
|
|
|
this.addressList = res.data.data
|
2023-09-23 07:37:27 +00:00
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
async getDetailUrl() {
|
|
|
|
|
const data = {
|
|
|
|
|
url: this.url
|
|
|
|
|
}
|
|
|
|
|
const res = await postDataByParams('/api/warehouse/ocr', data)
|
|
|
|
|
if (res.code === 200) {
|
|
|
|
|
this.info = res.data
|
2023-09-25 12:03:52 +00:00
|
|
|
|
this.fileList1=[{url:this.info.artworkImg}]
|
2023-09-23 07:37:27 +00:00
|
|
|
|
} else {
|
|
|
|
|
uni.showToast({
|
|
|
|
|
title: res.msg,
|
|
|
|
|
icon: 'none'
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
console.log(res, 'getDetailUrl')
|
|
|
|
|
},
|
|
|
|
|
isDateFont(item, num) {
|
|
|
|
|
if (Array.isArray && this.data.length === 3) {
|
|
|
|
|
return this.data[num] === item
|
2023-09-20 09:11:42 +00:00
|
|
|
|
}
|
|
|
|
|
},
|
2023-09-23 07:37:27 +00:00
|
|
|
|
changeData(e) {
|
|
|
|
|
this.data = [e.detail.value[0] + 1990, e.detail.value[1] + 1, e.detail.value[2] + 1]
|
2023-09-22 06:35:58 +00:00
|
|
|
|
},
|
2023-09-23 07:37:27 +00:00
|
|
|
|
back() {
|
|
|
|
|
uni.navigateBack({delta: 2})
|
2023-09-20 07:34:58 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
<style scoped lang="scss">
|
2023-09-23 07:37:27 +00:00
|
|
|
|
.fontDate {
|
2023-09-20 09:11:42 +00:00
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
2023-09-20 09:11:42 +00:00
|
|
|
|
/deep/ .pickerSelected {
|
|
|
|
|
color: #ffffff !important;
|
|
|
|
|
z-index: 2;
|
|
|
|
|
}
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
/deep/ .test {
|
2023-09-20 09:11:42 +00:00
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
2023-09-23 07:37:27 +00:00
|
|
|
|
z-index: -1;
|
2023-09-20 09:11:42 +00:00
|
|
|
|
background: #A9D897;
|
|
|
|
|
color: #fff;
|
2023-09-23 07:37:27 +00:00
|
|
|
|
height: 62rpx;
|
2023-09-20 09:11:42 +00:00
|
|
|
|
}
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
2023-09-20 09:11:42 +00:00
|
|
|
|
uni-picker-view {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
2023-09-20 09:11:42 +00:00
|
|
|
|
uni-picker-view .uni-picker-view-wrapper {
|
|
|
|
|
display: flex;
|
|
|
|
|
position: relative;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
height: 100%;
|
|
|
|
|
background-color: white;
|
|
|
|
|
}
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
2023-09-20 09:11:42 +00:00
|
|
|
|
uni-picker-view[hidden] {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
2023-09-20 09:11:42 +00:00
|
|
|
|
picker-view {
|
|
|
|
|
width: 100%;
|
|
|
|
|
// height: 600upx;
|
|
|
|
|
height: 400rpx;
|
2023-09-23 07:37:27 +00:00
|
|
|
|
margin-top: 20 upx;
|
2023-09-20 09:11:42 +00:00
|
|
|
|
}
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
2023-09-20 09:11:42 +00:00
|
|
|
|
.item {
|
2023-09-23 07:37:27 +00:00
|
|
|
|
line-height: 100 upx;
|
2023-09-20 09:11:42 +00:00
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
.order-details {
|
2023-09-20 07:34:58 +00:00
|
|
|
|
background-image: url("https://cdns.fontree.cn/fonchain-main/prod/image/default/artwork/4fdc9a0f-d72a-46b6-a04d-ed56d5465213.png");
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
padding-left: 30rpx;
|
|
|
|
|
padding-right: 30rpx;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
width: 100vw;
|
|
|
|
|
height: 100vh;
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
& > .content5 {
|
2023-09-25 11:01:50 +00:00
|
|
|
|
|
2023-09-20 11:59:36 +00:00
|
|
|
|
align-items: center;
|
2023-09-20 12:01:11 +00:00
|
|
|
|
left: 0;
|
2023-09-20 11:59:36 +00:00
|
|
|
|
background: #fff;
|
|
|
|
|
width: 750rpx;
|
|
|
|
|
position: fixed;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
height: 172rpx;
|
|
|
|
|
display: flex;
|
2023-09-20 12:01:11 +00:00
|
|
|
|
|
2023-09-23 07:37:27 +00:00
|
|
|
|
.wrap2 {
|
2023-09-20 11:59:36 +00:00
|
|
|
|
border-radius: 40rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
width: 392rpx;
|
|
|
|
|
height: 56rpx;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 32rpx;
|
2023-09-23 07:37:27 +00:00
|
|
|
|
background: #76C458;
|
2023-09-20 11:59:36 +00:00
|
|
|
|
}
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
.wrap1 {
|
2023-09-20 11:59:36 +00:00
|
|
|
|
margin-left: 58rpx;
|
|
|
|
|
margin-right: 70rpx;
|
2023-09-23 07:37:27 +00:00
|
|
|
|
display: flex;
|
2023-09-20 11:59:36 +00:00
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: start;
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
.wrap1_1 {
|
2023-09-20 11:59:36 +00:00
|
|
|
|
color: #939393;
|
|
|
|
|
font-size: 16rpx;
|
|
|
|
|
}
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
.wrap1_2 {
|
2023-09-20 11:59:36 +00:00
|
|
|
|
font-size: 32rpx;
|
|
|
|
|
color: #76C458;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
.poup1 {
|
2023-09-20 10:00:27 +00:00
|
|
|
|
padding-top: 28rpx;
|
|
|
|
|
padding-left: 30rpx;
|
|
|
|
|
padding-right: 30rpx;
|
2023-09-26 02:13:55 +00:00
|
|
|
|
margin-bottom: 72rpx;
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
& > .content6 {
|
2023-09-20 10:00:27 +00:00
|
|
|
|
margin-top: 26rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
.wrap1 {
|
2023-09-20 10:00:27 +00:00
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
width: 436rpx;
|
|
|
|
|
height: 60rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
background: #76C458;
|
|
|
|
|
border-radius: 30rpx;
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
& > .content3 {
|
2023-09-20 10:00:27 +00:00
|
|
|
|
margin-bottom: 70rpx;
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
.wrap1 {
|
|
|
|
|
margin-bottom: 18rpx;
|
|
|
|
|
border-radius: 32rpx;
|
|
|
|
|
height: 80rpx;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
border: 2px solid #76C458;
|
|
|
|
|
padding-left: 44rpx;
|
|
|
|
|
padding-right: 42rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
|
|
.wrap1_2 {
|
|
|
|
|
color: #76C458;
|
|
|
|
|
font-size: 26rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wrap1_1 {
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
color: #000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.disabled {
|
|
|
|
|
border: none;
|
|
|
|
|
background: #D8D8D8;
|
|
|
|
|
|
|
|
|
|
.wrap1_1 {
|
|
|
|
|
color: #626262;
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wrap1_2 {
|
|
|
|
|
color: #626262;
|
|
|
|
|
font-size: 16rpx;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.active {
|
|
|
|
|
background: #76C458;
|
|
|
|
|
|
|
|
|
|
.wrap1_2 {
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 26rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wrap1_1 {
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-09-20 10:00:27 +00:00
|
|
|
|
}
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
& > .content1 {
|
2023-09-20 10:00:27 +00:00
|
|
|
|
margin-bottom: 36rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
.wrap1 {
|
2023-09-20 10:00:27 +00:00
|
|
|
|
color: #000;
|
|
|
|
|
font-size: 32rpx;
|
|
|
|
|
}
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
.wrap2 {
|
|
|
|
|
image {
|
2023-09-20 10:00:27 +00:00
|
|
|
|
width: 48rpx;
|
|
|
|
|
height: 48rpx;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
& > .content2 {
|
2023-09-20 10:00:27 +00:00
|
|
|
|
margin-bottom: 36rpx;
|
|
|
|
|
height: 1rpx;
|
2023-09-23 07:37:27 +00:00
|
|
|
|
background: #626262;
|
2023-09-20 10:00:27 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
.poup {
|
2023-09-26 02:13:55 +00:00
|
|
|
|
margin-bottom: 72rpx;
|
2023-09-20 07:34:58 +00:00
|
|
|
|
padding-top: 28rpx;
|
|
|
|
|
padding-left: 30rpx;
|
|
|
|
|
padding-right: 30rpx;
|
2023-11-07 08:25:30 +00:00
|
|
|
|
&> .content7{
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
2023-11-07 08:25:30 +00:00
|
|
|
|
}
|
2023-09-23 07:37:27 +00:00
|
|
|
|
& > .content3 {
|
2023-09-20 07:34:58 +00:00
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
.wrap4 {
|
2023-09-20 09:11:42 +00:00
|
|
|
|
margin-bottom: 40rpx;
|
2023-09-20 07:34:58 +00:00
|
|
|
|
border-radius: 32rpx;
|
|
|
|
|
margin-top: 30rpx;
|
|
|
|
|
width: 220rpx;
|
|
|
|
|
height: 84rpx;
|
|
|
|
|
background: #D8D8D8;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
2023-09-23 07:37:27 +00:00
|
|
|
|
align-items: center;
|
2023-09-20 07:34:58 +00:00
|
|
|
|
justify-content: center;
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
.wrap4_1 {
|
2023-09-20 09:11:42 +00:00
|
|
|
|
color: #626262;
|
2023-09-20 07:34:58 +00:00
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
}
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
.wrap4_2 {
|
2023-09-20 07:34:58 +00:00
|
|
|
|
color: #BE7E7E;
|
|
|
|
|
font-size: 16rpx;
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
.wrap1 {
|
2023-09-20 07:34:58 +00:00
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
flex-shrink: 0;
|
|
|
|
|
margin-right: 16rpx;
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
border-radius: 32rpx;
|
|
|
|
|
border: 2rpx solid #76C458;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
width: 220rpx;
|
|
|
|
|
height: 84rpx;
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
&:nth-child(3) {
|
2023-09-20 07:34:58 +00:00
|
|
|
|
margin-right: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2023-09-23 07:37:27 +00:00
|
|
|
|
&.active {
|
2023-09-20 07:34:58 +00:00
|
|
|
|
color: #fff;
|
2023-09-23 07:37:27 +00:00
|
|
|
|
background: #76C458;
|
2023-09-20 07:34:58 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
& > .content6 {
|
2023-09-20 09:22:49 +00:00
|
|
|
|
margin-top: 26rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
.wrap1 {
|
2023-09-20 09:22:49 +00:00
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
width: 436rpx;
|
|
|
|
|
height: 60rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
background: #76C458;
|
|
|
|
|
border-radius: 30rpx;
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
& > .content5 {
|
2023-09-20 09:11:42 +00:00
|
|
|
|
margin-top: 36rpx;
|
|
|
|
|
height: 66rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
border-bottom: 1rpx solid #BABABA;
|
|
|
|
|
border-top: 1rpx solid #BABABA;
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
.wrap1 {
|
2023-09-20 09:11:42 +00:00
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
flex-grow: 1;
|
|
|
|
|
color: #4E964D;
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
}
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
.wrap2 {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
flex-grow: 1;
|
|
|
|
|
color: #4E964D;
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wrap3 {
|
2023-09-20 09:11:42 +00:00
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
flex-grow: 1;
|
|
|
|
|
color: #4E964D;
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
& > .content4 {
|
2023-09-20 09:11:42 +00:00
|
|
|
|
font-size: 32rpx;
|
|
|
|
|
color: #000;
|
|
|
|
|
}
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
& > .content2 {
|
2023-09-20 09:11:42 +00:00
|
|
|
|
margin-bottom: 36rpx;
|
2023-09-20 07:34:58 +00:00
|
|
|
|
height: 1rpx;
|
2023-09-23 07:37:27 +00:00
|
|
|
|
background: #626262;
|
2023-09-20 07:34:58 +00:00
|
|
|
|
}
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
& > .content1 {
|
2023-09-20 07:34:58 +00:00
|
|
|
|
margin-bottom: 36rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
.wrap1 {
|
2023-09-20 07:34:58 +00:00
|
|
|
|
color: #000;
|
|
|
|
|
font-size: 32rpx;
|
|
|
|
|
}
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
.wrap2 {
|
|
|
|
|
image {
|
2023-09-20 07:34:58 +00:00
|
|
|
|
width: 48rpx;
|
|
|
|
|
height: 48rpx;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
& > .content4 {
|
2023-09-20 07:34:58 +00:00
|
|
|
|
margin-top: 60rpx;
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
.wrap1 {
|
2023-09-20 07:34:58 +00:00
|
|
|
|
border: 1rpx dashed #DFE9F0;
|
|
|
|
|
background-color: #fff;
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
.wrap1_1 {
|
2023-09-20 07:34:58 +00:00
|
|
|
|
position: relative;
|
|
|
|
|
height: 114rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
.wrap1_1_4 {
|
2023-09-20 07:34:58 +00:00
|
|
|
|
left: 50%;
|
|
|
|
|
transform: translateX(-50%);
|
|
|
|
|
bottom: 0;
|
|
|
|
|
position: absolute;
|
|
|
|
|
height: 0;
|
|
|
|
|
width: 636rpx;
|
|
|
|
|
border-bottom: 0.5px solid #626262;
|
|
|
|
|
}
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
.wrap1_1_5 {
|
2023-09-20 07:34:58 +00:00
|
|
|
|
right: 42rpx;
|
|
|
|
|
position: absolute;
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
image {
|
2023-09-20 07:34:58 +00:00
|
|
|
|
width: 46.34rpx;
|
|
|
|
|
height: 20rpx;
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
.wrap1_1_2 {
|
2023-09-20 07:34:58 +00:00
|
|
|
|
margin-right: 36rpx;
|
|
|
|
|
width: 0;
|
|
|
|
|
height: 66rpx;
|
|
|
|
|
border-left: 0.5px solid #626262;
|
|
|
|
|
|
|
|
|
|
}
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
.wrap1_1_1 {
|
2023-09-20 07:34:58 +00:00
|
|
|
|
width: 210rpx;
|
|
|
|
|
padding-left: 32rpx;
|
|
|
|
|
|
|
|
|
|
color: #626262;
|
|
|
|
|
font-size: 24rpx;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
& > .content3 {
|
2023-09-20 07:34:58 +00:00
|
|
|
|
margin-top: 60rpx;
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
.prompt {
|
2023-09-20 07:34:58 +00:00
|
|
|
|
color: #4E964D;
|
|
|
|
|
font-size: 16rpx;
|
|
|
|
|
margin-bottom: 4rpx;
|
|
|
|
|
}
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
.wrap1 {
|
2023-09-20 07:34:58 +00:00
|
|
|
|
border: 1rpx dashed #DFE9F0;
|
|
|
|
|
background-color: #fff;
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
.wrap1_1 {
|
2023-09-20 07:34:58 +00:00
|
|
|
|
position: relative;
|
|
|
|
|
height: 114rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
.wrap1_1_4 {
|
2023-09-20 07:34:58 +00:00
|
|
|
|
left: 50%;
|
|
|
|
|
transform: translateX(-50%);
|
|
|
|
|
bottom: 0;
|
|
|
|
|
position: absolute;
|
|
|
|
|
height: 0;
|
|
|
|
|
width: 636rpx;
|
|
|
|
|
border-bottom: 0.5px solid #626262;
|
|
|
|
|
}
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
.wrap1_1_2 {
|
2023-09-20 07:34:58 +00:00
|
|
|
|
margin-right: 36rpx;
|
|
|
|
|
width: 0;
|
|
|
|
|
height: 66rpx;
|
|
|
|
|
border-left: 0.5px solid #626262;
|
|
|
|
|
|
|
|
|
|
}
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
.wrap1_1_1 {
|
2023-09-20 07:34:58 +00:00
|
|
|
|
width: 210rpx;
|
|
|
|
|
padding-left: 32rpx;
|
|
|
|
|
|
|
|
|
|
color: #626262;
|
|
|
|
|
font-size: 24rpx;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
& > .content2 {
|
2023-09-20 07:34:58 +00:00
|
|
|
|
margin-top: 42rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
2023-09-23 07:37:27 +00:00
|
|
|
|
|
|
|
|
|
image {
|
2023-09-20 07:34:58 +00:00
|
|
|
|
width: 404rpx;
|
|
|
|
|
height: 306rpx;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
</style>
|