| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566 |
- <template>
- <view style="padding-bottom: 10upx;">
- <!-- 正文内容 -->
- <view class="contents">
- <view class="part_one">
- <!-- 发货地址 -->
- <view class="one_box" @click="bindtake(1)">
- <view class="box_dian">
- <image src="../static/icon_f.png"></image>
- </view>
- <view class="box_addres" v-if="Object.keys(take).length>0" >
- <view class="add">{{take.province}}{{take.city}}{{take.district}}{{take.addressDetail}}</view>
- <view class="num">
- <view class="name">{{take.userName}}</view>
- <view class="number">{{take.userPhone}}</view>
- </view>
- </view>
- <view class="box_addres1 text-df text-right" v-else>请填写发货地址</view>
- <view class="box_image">
- <u-icon name="arrow-right" class="icon_you"></u-icon>
-
- </view>
- </view>
- <!-- 转换 -->
- <view class="box_jh margin-tb-sm">
- <image src="../static/icon_qh.png"></image>
- </view>
- <!-- 收货地址 -->
- <view class="one_box" @click="bindtake(2)" style="padding-bottom: 10rpx;">
- <view class="box_dian">
- <image src="../static/icon_s.png"></image>
- </view>
- <view class="box_addres" v-if="Object.keys(close).length>0">
- <view class="add">{{close.province}}{{close.city}}{{close.district}}{{close.addressDetail}}</view>
- <view class="num">
- <view class="name">{{close.userName}}</view>
- <view class="number">{{close.userPhone}}</view>
- </view>
- </view>
- <view class="box_addres1 text-df text-right" v-else>请填写收货地址</view>
- <view class="box_image">
- <u-icon name="arrow-right" class="icon_you"></u-icon>
- </view>
- </view>
- <view style="text-align:right;padding: 10upx;margin-right: 32upx;font-size: 24upx;" v-if="distance">
- 预估跑腿距离:
- <text v-if="distance>1000">{{parseFloat(distance/1000).toFixed(1)}}km</text>
- <text v-else>{{distance}}m</text>
- </view>
- </view>
-
- <view class="part_two">
- <u-form :model="forms" ref="uForm" label-position="left" :label-style="labelstyle">
- <u-form-item label="时间" right-icon="arrow-right">
- <u-input @click="onshowdata" :clearable="clearable" :disabled="true" v-model="forms.data"
- input-align="right" placeholder="预约时间" />
- </u-form-item>
- <u-form-item label="物品信息" right-icon="arrow-right">
- <u-input @click="onshowinfo" v-model="forms.wpinfo" :disabled="true" :clearable="clearable"
- input-align="right" placeholder="请选择物品信息" />
- </u-form-item>
- <u-form-item label="备注" >
- <u-input v-model="forms.remarks" type="textarea" input-align="right" placeholder="物品描述 送件要求"
- maxlength="65" />
- </u-form-item>
- </u-form>
- <!-- <view class="beizhu">
- <view>备注</view>
-
- </view> -->
- </view>
- <view class="part_three">
- <u-form :model="form" ref="uForm" label-position="left" :label-style="labelstyle">
- <u-form-item label="物品保价" right-icon="arrow-right">
- <u-input v-model="form.price" :clearable="clearable" input-align="right"
- placeholder="未保价物品最高赔付5倍跑腿费" @click="showwp" :disabled="true" />
- </u-form-item>
- <u-form-item label="红包" right-icon="arrow-right">
- <u-input @click="onshowmoney" v-model="form.hongbao" :disabled="true" :clearable="clearable"
- input-align="right" placeholder="请选择红包" />
- </u-form-item>
- <u-form-item label="小费" right-icon="arrow-right">
- <u-input v-model="form.tip" type="number" :clearable="clearable" input-align="right"
- placeholder="接单更快 购买更加及时" @input="onKeyInput()" />
- </u-form-item>
-
- </u-form>
- </view>
- <view class="part_four" style="padding-bottom: 36upx;">
- <view class="take_number">
- <view class="number_name">收货码</view>
- <view class="number_text">骑手送达时,需提供收货码,确保安全签收</view>
- </view>
- <view class="take_number_kg">
- <u-switch v-model="checked" size="40" active-color="#FF7F00" @change="codekg"></u-switch>
- </view>
- </view>
- <view class="part_four" v-if="price">
- <view class="take_number">
- <view class="number_name">预估跑腿费</view>
-
- </view>
- <view class="take_number_kg">
- ¥{{price}}
- </view>
- </view>
- <view class="content_sure">
- <u-checkbox-group>
- <u-checkbox v-model="check" shape="circle" active-color="#FF7F00">同意并接受</u-checkbox>
- </u-checkbox-group>
- <view style="font-size: 25rpx;margin-left: -10rpx;" @click="binduserxieyi()">
- 《跑腿代购服务用户协议》
- </view>
- </view>
- <view class="tabbar">
-
- <view class="tabbar_price">支付:
- <text v-if="totalprice == ''">¥{{price || 0}}</text>
- <text v-else>¥{{totalprice}}</text>
- </view>
- <view class="tabbar_btn">
- <view class="but" @click="bindpay()">发布并支付</view>
- </view>
- </view>
- <!-- 取件时间弹框 :range="multiSelector"-->
- <u-picker mode="time" v-model="showdata" :default-selector='[0, 0]' cancel-tex="确认" :params="params"
- @confirm="confirm"></u-picker>
- <!-- 物品信息弹框-->
- <u-popup v-model="showinfo" mode="bottom" close-icon="close-circle" close-icon-pos="top-right"
- close-icon-color="#8f9298" close-icon-size="50">
- <!-- <popupInfo></popupInfo> -->
- <view class="popup_info">
- <view class="data_title">物品信息</view>
- <view class="data_items">
- <view class="item_box" v-for="(item,index) in info" :key="item.id">
- <view class="item_name">{{item.name}}</view>
- <view class="item_type">
- <view class="item_btn" v-for="(mytype,index) in item.info_list"
- :class="selected_foods1==index?'actclass':''" @click="selectFoods(item,index)"
- :key="index">{{mytype.num}}</view>
- </view>
- </view>
- <view class="item_box" v-for="(item,index) in info1" :key="item.id">
- <view class="item_name">{{item.name}}</view>
- <view class="item_type">
- <view class="item_btn" v-for="(mytype,index) in item.info_list"
- :class="selected_foods2==index?'actclass':''" @click="selectFoods(item,index)"
- :key="index">{{mytype.num}}</view>
- </view>
- </view>
- <view class="item_box" v-for="(item,index) in info2" :key="item.id">
- <view class="item_name">{{item.name}}</view>
- <view class="item_type">
- <view class="item_btn" v-for="(mytype,index) in item.info_list"
- :class="selected_foods3==index?'actclass':''" @click="selectFoods(item,index)"
- :key="index">{{mytype.num}}</view>
- </view>
- </view>
- </view>
- <view class="data_btn">
- <view class="btn" @click="bindinfo">
- 确定
- </view>
- </view>
- </view>
- </u-popup>
- <!-- 物品保价弹框 -->
- <u-select v-model="onshowwp" mode="single-column" :list="listwp" @confirm="wpconfirm"></u-select>
- <!-- 红包弹框 closeable="true"-->
- <u-popup v-model="showmoney" mode="bottom" close-icon="close-circle" close-icon-pos="top-right"
- close-icon-color="#8f9298" close-icon-size="50" :closeable="true">
- <view class="popup_money">
- <view class="data_title">红包</view>
- <view class="data_select">
- <view class="money_box" v-for="(item,index) in hongbao" :key="index"
- v-if="Number(item.redPacketType)==0||Number(item.redPacketType)==indentType">
- <view class="box_tit">
- <view class="money_name">{{item.redPacketTitle}}</view>
- <view class="money_price">¥{{item.redPacketAmount}}</view>
- </view>
- <view class="money_data">有效期至{{item.expirationTime}}</view>
- <view class="money_line">
- <u-line direction="row" color="#E6E6E6" border-style="dashed" />
- </view>
- <view class="box_bottom">
- <view class="money_use">满{{item.minimumAmount}}元可使用</view>
- <view class="money_btn">
- <view class="lj_use" @click="bindhongindex(item.redPacketId,item.redPacketAmount)">
- 立即使用
- </view>
- </view>
- </view>
- </view>
- <!-- 暂无红包 -->
- <view class="image_box" v-if="hongbao.length==0">
- <image src="https://mxys.chuanghai-tech.com/wmfile/20250814/99c5ced85df04062a736276ba75bdd1e.png" style="width:100%;height: 350rpx;"></image>
- <view style="width: 100%;text-align: center;color: #ccc;">暂无红包</view>
- </view>
- </view>
- </view>
- </u-popup>
- <u-popup v-model="showpay" mode="bottom" close-icon="close-circle" close-icon-pos="top-right"
- close-icon-color="#8f9298" close-icon-size="50">
- <view class="popup_pay">
- <view class="bg margin-top padding-lr radius">
- <view style="padding: 0 20upx;margin-top: 36rpx;">
- <view
- style="display: flex;height: 100upx;align-items: center;padding: 20upx 0;justify-content: center;"
- v-for="(item,index) in openLists" :key='index'>
- <image :src="item.image" style="width: 55upx;height: 55upx;border-radius: 50upx;">
- </image>
- <view style="font-size: 30upx;margin-left: 20upx;width: 70%;">
- {{item.text}}
- </view>
- <radio-group name="openWay" style="margin-left: 45rpx;" @tap='selectWay(item)'>
- <label class="tui-radio">
- <radio color="#FF7F00" :checked="openWay === item.id ? true : false" />
- </label>
- </radio-group>
- </view>
- </view>
- </view>
- <view class="pay_btns" @click="pay()">确认支付</view>
- </view>
- </u-popup>
- </view>
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
- openWay: 0,
- take: {},
- close: {},
- distance: '',
- hongbao: '',
- price: '',
- wpprice: '',
- wpbjprice: '',
- checked: true,
- check: false,
- mobile: '',
- code: '',
- indentType: 1,
- form: {
- price: '',
- hongbao: '',
- tip: ''
- },
- forms: {
- data: '立即送',
- wpinfo: this.wpinfo,
- remarks: ''
- },
- clearable: false,
- showdata: false,
- showinfo: false,
- showmoney: false,
- showpay: false,
- onshowwp: false,
- listwp: [{
- value: '0',
- label: '保价'
- }, {
- value: '1',
- label: '不保价'
- }],
- cargoInsuranceFlag: 1,
- value: '',
- type: 'text',
- autoHeight: true,
- params: {
- // year: true,
- // month: true,
- day: true,
- hour: true,
- minute: true,
- timestamp: true
- },
- info: [{
- id: 1,
- name: '物品类型',
- info_list: [{
- num: '文件'
- }, {
- num: '餐饮'
- }, {
- num: '生鲜'
- }, {
- num: '蛋糕'
- }, {
- num: '数码'
- }, {
- num: '服装'
- }]
- }],
- info1: [{
- id: 2,
- name: '物品价值',
- info_list: [{
- num: '50元以下'
- }, {
- num: '50-150元'
- }, {
- num: '150-350元'
- }, {
- num: '350-500元'
- }, {
- num: '500-1000元'
- }]
- }],
- info2: [{
- id: 3,
- name: "物品重量",
- info_list: [{
- num: '25斤以内'
- }, {
- num: '26-30斤'
- }, {
- num: '31-40斤'
- }, {
- num: '41-50斤'
- }]
- }],
- selected_foods1: '',
- selected_foods2: '',
- selected_foods3: '',
- itemType: '文件',
- itemValue: '50元以下',
- itemWeight: '25斤以内',
- wpinfo: [],
- labelstyle: {
- whiteSpace: 'nowrap',
- fontWeight: 'bold',
- textIndent: '20rpx'
- },
- indentNumber: '',
- openLists: [],
- totalprice: '',
- itemCodeFlag: 0, //是否打开收货码
- cargoInsurance: 0,
- addressId: '',
- addressType: ''
- }
- },
- onLoad(e) {
- console.log(e)
- this.indentType = e.index
- if(this.indentType == 1) {
- uni.setNavigationBarTitle({
- title: '帮我送'
- })
- } else if(this.indentType == 2) {
- uni.setNavigationBarTitle({
- title: '帮我取'
- })
- }
-
- // #ifdef H5
- let ua = navigator.userAgent.toLowerCase();
- if (ua.indexOf('micromessenger') !== -1) {
- this.openLists = [{
- image: '../static/icon_weixin.png',
- text: '微信',
- id: 2
- }];
- this.openWay = 2;
- } else {
- this.openLists = [{
- image: '../static/zhifubao.png',
- text: '支付宝',
- id: 1
- }];
- this.openWay = 2;
- }
- // #endif
- // #ifdef APP-PLUS
- this.openLists = [{
- image: '../static/zhifubao.png',
- text: '支付宝',
- id: 1
- }, {
- image: '../static/icon_weixin.png',
- text: '微信',
- id: 2
- }];
- this.openWay = 2;
- // #endif
- // #ifdef MP-WEIXIN
- this.openLists = [{
- image: '../static/icon_weixin.png',
- text: '微信',
- id: 2
- }];
- this.openWay = 2;
- // #endif
- },
- onShow() {
- this.addressId = this.addressId?this.addressId:uni.getStorageSync('addressId')
- this.addressType = this.addressType?this.addressType:uni.getStorageSync('addressType')
- if(this.addressId) {
- this.getAddress(this.addressId)
- // uni.removeStorageSync('addressType')
- // uni.removeStorageSync('addressId')
- }
- },
- methods: {
- // 查询地址
- getAddress(e) {
- let data = {
- addressId: e
- }
- this.$Request.getT('/app/address/selectAddressById', data).then(res => {
- if (res.code == 0) {
- console.log(res)
- if(this.addressType == 1) {
- this.take = res.data
- } else if(this.addressType == 2) {
- this.close = res.data
- }
- console.log(this.take)
- if(Object.keys(this.take).length && Object.keys(this.close).length) {
- console.log('计算距离')
- this.binddistance()
- }
- uni.removeStorageSync('addressId')
- }
- });
- },
- // 距离计算
- binddistance() {
- console.log('this.take',this.take,'this.close:',this.close)
- let ol = this.take.lat
- let od = this.take.lng
- let dl = this.close.lat
- let dd = this.close.lng
- console.log(this.take)
- console.log('取货纬度:' + ol, '取货经度:' + od, '送货纬度:' + dl, '送货经度:' + dd)
- this.$Request.postT('/app/tbindent/distance?ol=' + ol + '&od=' + od + '&dl=' + dl + '&dd=' + dd).then(
- res => {
- // console.log(res)
- if (res.code === 0) {
- this.distance = res.data
- console.log(this.distance)
- }
- });
- },
-
-
- // 跑腿用户协议
- binduserxieyi() {
- uni.navigateTo({
- url: '/my/setting/xieyi'
- })
- },
- // switch打开或者关闭时触发,值为true或者false
- // 即使不监听此事件,this.checked此时也会相应的变成true或者false
- // 开关 是否需要收货码
- codekg(e) {
- console.log(e)
- if (e == true) {
- this.itemCodeFlag = 0
- } else if (e == false) {
- this.itemCodeFlag = 1
- }
- },
- // 跳转发货地址
- bindtake(e) {
- this.addressType = e;
- // uni.navigateTo({
- // url: '/running/takeaddress/takeaddress?addressType=' + e
- // })
- uni.navigateTo({
- url: '/my/address/index?add=1&addressType=' + e
- })
- },
- // 跳转收货地址
- // bindtake() {
- // uni.navigateTo({
- // url: '/pages/closeaddress/closeaddress?index=1'
- // })
- // },
- confirm(e) {
- console.log(e.timestamp)
- let curDate = new Date();
- this.year = curDate.getFullYear();
- this.month = curDate.getMonth();
- console.log(e.timestamp * 1000)
- console.log(curDate)
- if (parseInt(curDate) >= parseInt(e.timestamp * 1000)) {
- uni.showToast({
- title: '请选择正确时间',
- icon: 'none'
- })
- } else {
- // this.selTime = e.timestamp
- this.buyTime = this.year + '-' + this.month + '-' + e.day + ' ' + e.hour + ':' + e.minute + ':' + '00'
- this.forms.data = e.day + '号' + e.hour + ':' + e.minute
- // this.forms.data = this.year + '-' + this.month + '-' + e.day + ' ' + e.hour + ':' + e.minute + ':' + '00'
- }
- },
- onshowdata() {
- this.showdata = true
- },
- showwp() {
- this.onshowwp = true
- },
- binddata(e) {
- this.showdata = false
- console.log(e)
- },
- onshowinfo() {
- this.showinfo = true
- },
- bindinfo() {
- this.showinfo = false
- let wpinfo = {
- itemType: this.itemType,
- itemValue: this.itemValue,
- itemWeight: this.itemWeight
- }
- uni.setStorageSync('wpinfo', wpinfo)
- this.wpinfo = uni.getStorageSync('wpinfo')
- console.log(this.wpinfo)
- this.forms.wpinfo = wpinfo.itemType + wpinfo.itemValue + wpinfo.itemWeight
- console.log(this.forms.wpinfo)
-
- this.orderjc()
- },
- selectFoods(e, i) {
- // console.log(e)
- if (e.name == "物品类型") {
- this.selected_foods1 = i
- this.itemType = e.info_list[i].num
- // console.log(e.info_list[i].num)
- }
- if (e.name == "物品价值") {
- this.selected_foods2 = i
- this.itemValue = e.info_list[i].num
- // console.log(e.info_list[i].num)
- }
- if (e.name == "物品重量") {
- this.selected_foods3 = i
- this.itemWeight = e.info_list[i].num
- // console.log(e.info_list[i].num)
- }
- },
- // 根据订单信息判断用户可用红包
- onshowmoney() {
- this.showmoney = true
- let data = {
- indentType: this.indentType, //订单类型
- indentBasicsMoney: this.price
- }
- this.$Request.postJson('/app/tbindent/findRedPacket', data).then(res => {
- // console.log(res)
- if (res.code === 0) {
- this.hongbao = res.data
- // console.log(this.hongbao)
- }
- });
- },
- // 物品保价
- wpconfirm(e) {
- console.log(e,'物品报价')
- this.cargoInsuranceFlag = e[0].value
- this.form.price = e[0].label
- console.log(this.cargoInsuranceFlag, '8888', e[0].label)
- if (this.cargoInsuranceFlag == 0) {
- // 总价
- let price1 = ( Number(this.price) - Number(this.form.hongbao) ).toFixed(2)
- if(price1<=0) {
- price1 = 0.01
- }
- console.log(price1,'价格',Number(this.cargoInsurance))
- this.totalprice = (Number(price1) + Number(this.cargoInsurance) + Number(this.form.tip)).toFixed(2)
-
- // this.totalprice = (Number(this.price) + Number(this.cargoInsurance) + Number(this.form.tip) - Number(
- // this.form.hongbao)).toFixed(2)
- } else {
- this.form.price = '不保价';
- let price1 = ( Number(this.price) - Number(this.form.hongbao) ).toFixed(2)
- if(price1<=0) {
- price1 = 0.01
- }
- this.totalprice = (Number(price1) + Number(this.form.tip)).toFixed(2)
- // this.totalprice = (Number(this.price) + Number(this.form.tip) - Number(
- // this.form.hongbao)).toFixed(2)
- }
- if(this.totalprice<=0) {
- this.totalprice = 0.01
- }
- },
- // 判断红包使用id
- bindhongindex(id, money) {
- console.log(id, money)
- this.redPacketId = id
- this.form.hongbao = money
- this.showmoney = false
- if (this.cargoInsuranceFlag == 0) {
- let price1 = ( Number(this.price) - Number(this.form.hongbao) ).toFixed(2)
- if(price1<=0) {
- price1 = 0.01
- }
- this.totalprice = (Number(price1) + Number(this.cargoInsurance) + Number(this.form.tip)).toFixed(2)
-
- } else {
- let price1 = ( Number(this.price) - Number(this.form.hongbao) ).toFixed(2)
- if(price1<=0) {
- price1 = 0.01
- }
-
- this.totalprice = (Number(price1) + Number(this.form.tip)).toFixed(2)
- }
- if(this.totalprice<=0) {
- this.totalprice = 0.01
- }
- },
-
- //计算订单基础价格
- orderjc() {
- let data = {
- indentType: this.indentType, //订单类型
- itemWeight: this.wpinfo.itemWeight, //物品重量:kg
- itemValue: this.wpinfo.itemValue, //物品价格:
- distance: this.distance, //距离
- }
- console.log()
- this.$Request.postJson('/app/tbindent/basicsMoney', data).then(res => {
- // console.log(res)
- if (res.code === 0) {
- this.price = res.data.indentBasicsMoney
- this.wpprice = res.data
- this.cargoInsurance = res.data.cargoInsurance
- console.log(this.wpprice)
- console.log(this.price, 'mmmmm')
- this.onKeyInput();
- }
- console.log(this.price, 'mmmmm')
- // if (this.cargoInsuranceFlag == 0) {
- // this.totalprice = Number(this.price) + Number(this.cargoInsurance) + Number(this.form
- // .tip) - Number(
- // this.form.hongbao)
- // } else {
- // this.totalprice = Number(this.price) + Number(this.form.tip) - Number(
- // this.form.hongbao)
- // }
- });
- },
- // 小费计算
- onKeyInput(e) {
- console.log(e)
- if (this.cargoInsuranceFlag == 0) {
- // 总价
- let price = (Number(this.price) - Number(this.form.hongbao)).toFixed(2)
- if(price<=0) {
- price = 0.01
- }
- this.totalprice = (Number(price) + Number(this.cargoInsurance) + Number(this.form.tip)).toFixed(2)
- } else {
- let price = (Number(this.price) - Number(this.form.hongbao)).toFixed(2)
- if(price<=0) {
- price = 0.01
- }
- this.totalprice = (Number(price) + Number(this.form.tip)).toFixed(2)
- }
- if(this.totalprice<=0) {
- this.totalprice = 0.01
- }
- },
- // 提交订单
- bindpay() {
- // if (this.cargoInsuranceFlag == 0) {
- // this.totalprice = (Number(this.price) + Number(this.cargoInsurance) + Number(this.form.tip) - Number(
- // this.form.hongbao)).toFixed()
- // } else {
- // this.totalprice = (Number(this.price) + Number(this.form.tip) - Number(
- // this.form.hongbao)).toFixed(2)
- // }
- console.log(this.totalprice, this.forms.data)
- if (this.wpinfo == '') {
- uni.showToast({
- title: '请选取物品信息',
- icon: 'none',
- duration: 2000
- });
- return
- }
- if (this.check == false) {
- uni.showToast({
- title: '请勾选跑腿协议',
- icon: 'none',
- duration: 2000
- });
- return
- } else {
- let data = {
- indentType: this.indentType, //订单类型
- itemWeight: this.wpinfo.itemWeight, //物品重量:kg
- itemValue: this.wpinfo.itemValue, //物品价值:
- itemType: this.wpinfo.itemType,
- distance: this.distance, //距离
-
- shopName: this.take.userName, //发货人姓名
- shopPhone: this.take.userPhone, //发货人电话
- shopProvince: this.take.province, //发货人 省
- shopCity: this.take.city, //发货人 市
- shopDistrict: this.take.district, //发货人 区
- shopAddressDetail: this.take.addressDetail, //发货人详细地址
- shopLng: this.take.lng,
- shopLat: this.take.lat,
-
- userName: this.close.userName, //收货人姓名
- userPhone: this.close.userPhone, //收货人电话
- userProvince: this.close.province, //收货人 省
- userCity: this.close.city, //收货人 市
- userDistrict: this.close.district, //收货人 区
- userAddressDetail: this.close.addressDetail, //收货人详细地址
- userLng: this.close.lng,
- userLat: this.close.lat,
-
- // cargoInsurance: this.cargoInsurance, //保价费
- cargoInsuranceFlag: this.cargoInsuranceFlag,
- // cargoInsurance: this.wpprice.cargoInsurance,
- tip: this.form.tip, //小费金额
- modeOfPayment: "", //支付方式
- // itemCode: true,
- itemCodeFlag: this.itemCodeFlag,
- remarks: this.forms.remarks,
- // redPacketId: '', //红包id,
- indentBasicsMoney: this.wpprice.indentBasicsMoney, //订单价格
- userFine: this.wpprice.userFine, //用户取消订单罚金
- riderFine: this.wpprice.riderFine, //骑手取消订单罚金
- errandMoney: this.wpprice.errandMoney, //配送费
- // sendOutTime: this.buyTime, //时间
- sendOutTime: this.forms.data,
- redPacketId: this.redPacketId, //红包ID
-
- deliveryAddressLongitude: this.close.lng,
- deliveryAddressLatitude: this.close.lat
- }
- console.log(data)
- console.log(this.wpinfo)
- // if (this.indentNumber != '') {
- this.$Request.postJson('/app/tbindent/addIndent', data).then(res => {
- // console.log(res)
- if (res.code == 0) {
- this.indentNumber = res.data.indentNumber
-
- // #ifdef MP-WEIXIN
- this.openWay= 2
- this.pay()
- // #endif
- // #ifndef MP-WEIXIN
- this.showpay = true
- // #endif
- }
- });
- // }
- }
- },
-
- selectWay: function(item) {
- this.openWay = item.id;
- },
- pay() {
- // let indentNumber = this.indentNumber
- // console.log(data)
- if (this.openWay == 0) {
- this.$queue.showToast('请选择支付方式!')
- return;
- }
- if (this.openWay == 2) {
- // #ifdef MP-WEIXIN
- // 微信小程序支付
- this.$Request.postJson("/app/wxErrPay/wxPayJsApiOrder?indentNumber=" + this.indentNumber).then(res => {
- console.log(res, '********')
- uni.showLoading({
- title: '支付中...',
- mask: true, // 是否显示透明蒙层,防止触摸穿透
- });
- if (res.code == 0) {
- console.log(this.openWay, '支付')
- uni.requestPayment({
- provider: 'wxpay',
- timeStamp: res.data.timestamp,
- nonceStr: res.data.noncestr,
- package: res.data.package,
- signType: res.data.signType,
- paySign: res.data.sign,
- success: function(suc) {
- console.log('success:' + JSON.stringify(suc));
- uni.showToast({
- title: '支付成功',
- icon: 'success'
- })
- uni.setStorageSync('current', 0)
- setTimeout(function() {
- uni.switchTab({
- url: '/pages/order/index',
- })
- }, 10)
- // uni.navigateTo({
- // url: '/pages/order/orderDetail/detail?indentNumber=' +indentNumber
- // })
-
- },
- fail: function(err) {
- console.log('fail:' + JSON.stringify(err));
- uni.showToast({
- title: '支付失败',
- icon: 'none'
- })
- uni.switchTab({
- url: '/pages/order/index'
- })
- }
- });
- }
- })
- // #endif
- // #ifdef H5
- let ua = navigator.userAgent.toLowerCase();
- if (ua.indexOf('micromessenger') !== -1) { //微信里打开
- this.$Request.postJson('/app/wxPay/wxPayMpOrder?indentNumber=' + this.indentNumber)
- .then(res => {
- console.log(res)
- if (res.code == 0) {
- console.log()
- this.callPay(res.data);
- } else {
- uni.showToast({
- icon: 'none',
- title: '支付失败!'
- });
- }
- });
- } else { //不是微信打开
- this.$Request.postJson('/app/wxPay/wxPayMpOrder?indentNumber=' + this.indentNumber)
- .then(
- res => {
- if (res.code == 0) {
- console.log('....11111111.....', res.data)
- const div = document.createElement('div')
- div.innerHTML = res.data //此处form就是后台返回接收到的数据
- console.log('....2.....', res.data)
- document.body.appendChild(div)
- console.log('....33333.....', document.forms[0])
- document.forms[0].submit()
- } else {
- uni.showToast({
- icon: 'none',
- title: '支付失败!'
- });
- }
- });
- }
- // #endif
-
- // #ifdef APP-PLUS
- // 微信APP支付 根据订单id获取支付信息
- console.log(this.indentNumber)
- this.$Request.postT("/app/wxPay/payAppOrder", {
- indentNumber: this.indentNumber
- }).then(ret => {
- console.log(JSON.stringify(ret),'支付信息')
- this.isCheckPay(ret.code, 'wxpay', JSON.stringify(ret.data));
- });
- // #endif
- } else {
- // #ifdef H5
- this.$Request.postJson('/app/aliPay/payH5Order?indentNumber=' + this.indentNumber).then(
- res => {
- if (res.code == 0) {
- const div = document.createElement('div')
- div.innerHTML = res.data //此处form就是后台返回接收到的数据
- document.body.appendChild(div)
- document.forms[0].submit()
- } else {
- uni.showToast({
- icon: 'none',
- title: '支付失败!'
- });
- }
- });
- // #endif
- // APP支付宝支付
- // #ifdef APP
- this.$Request.postJson("/app/aliPay/payAppOrder?indentNumber=" + this.indentNumber).then(ret => {
- console.log(ret)
- this.isCheckPay(ret.code, 'alipay', ret.data);
- });
- // #endif
-
- }
- },
- callPay: function(response) {
- if (typeof WeixinJSBridge === "undefined") {
- if (document.addEventListener) {
- document.addEventListener('WeixinJSBridgeReady', this.onBridgeReady(response), false);
- } else if (document.attachEvent) {
- document.attachEvent('WeixinJSBridgeReady', this.onBridgeReady(response));
- document.attachEvent('onWeixinJSBridgeReady', this.onBridgeReady(response));
- }
- } else {
- this.onBridgeReady(response);
- }
- },
- onBridgeReady: function(response) {
- let that = this;
- if (!response.package) {
- return;
- }
- WeixinJSBridge.invoke(
- 'getBrandWCPayRequest', {
- "appId": response.appid, //公众号名称,由商户传入
- "timeStamp": response.timestamp, //时间戳,自1970年以来的秒数
- "nonceStr": response.noncestr, //随机串
- "package": response.package,
- "signType": response.signType, //微信签名方式:
- "paySign": response.sign //微信签名
- },
- function(res) {
- console.log(res, '/*-/*-/*-')
- if (res.err_msg === "get_brand_wcpay_request:ok") {
- // 使用以上方式判断前端返回,微信团队郑重提示:
- //res.err_msg将在用户支付成功后返回ok,但并不保证它绝对可靠。
- uni.showLoading({
- title: '支付成功'
- });
- setTimeout(function() {
- uni.hideLoading();
- uni.switchTab({
- url: '../order/order'
- })
- }, 1000);
- } else {
- uni.hideLoading();
- }
- WeixinJSBridge.log(response.err_msg);
- }
- );
- },
- isCheckPay(status, name, order) {
- if (status == 0) {
- this.setPayment(name, order);
- } else {
- uni.hideLoading();
- uni.showToast({
- title: '支付信息有误',
- icon: 'none'
- });
- }
- },
- setPayment(name, order) {
- console.log(name,'*-*-*',order)
- uni.requestPayment({
- provider: name,
- orderInfo: order, //微信、支付宝订单数据
- success: function(res) {
- console.log(res)
- uni.hideLoading();
- uni.showLoading({
- title: '支付成功'
- });
- setTimeout(function() {
- uni.switchTab({
- url: '/pages/order/index',
- })
- }, 1000);
- },
- fail: function(err) {
- console.log(err)
- uni.hideLoading();
- },
- complete() {
- uni.hideLoading();
- }
- });
- },
- }
- }
- </script>
- <style>
- body {
- background: #F2EDED;
- }
- /* #ifndef MP-WEIXIN */
- page {
- background: #F2EDED;
- }
- /* #endif */
- /* 取件时间弹框 */
- .popup_data {
- height: 600upx;
- width: 100%;
- position: relative;
- }
- .data_title {
- width: 92%;
- margin: 0 auto;
- font-size: 32rpx;
- line-height: 100upx;
- font-weight: bold;
- letter-spacing: 3upx;
- position: relative;
- top: 0upx;
- z-index: 99991;
- }
- .data_btn {
- position: absolute;
- bottom: 28upx;
- width: 100%;
- z-index: 99992;
- }
- .btn {
- width: 90%;
- margin: 0 auto;
- height: 80upx;
- color: white;
- background: #FF7F00;
- border-radius: 20upx;
- text-align: center;
- line-height: 80upx;
- letter-spacing: 2upx;
- }
- .u-close {
- position: absolute;
- z-index: 999999 !important;
- }
- .u-picker-body {
- height: 700upx !important;
- }
- /* .u-picker-header {
- position: relative !important;
- top: 138upx;
- z-index: 99992;
- } */
- /* 物品信息弹框 */
- .popup_info {
- height: 950rpx;
- width: 100%;
- position: relative;
- }
- .data_items {
- width: 100%;
- }
- .item_box {
- width: 90%;
- margin: 0 auto;
- }
- .item_btn {
- border: 1upx solid #cccccc;
- border-radius: 70upx;
- width: 200upx;
- height: 70upx;
- text-align: center;
- line-height: 70upx;
- font-size: 27rpx;
- margin-right: 10upx;
- margin-left: 10upx;
- margin-bottom: 20upx;
- }
- .item_btn:active {
- background: #ffd9b3;
- border: 2upx solid #ff7f00;
- }
- .item_type {
- display: flex;
- flex-wrap: wrap;
- margin-top: 20upx;
- }
- /* 物品保价弹框 */
- .valua_icon {
- width: 90%;
- position: absolute;
- bottom: 120upx;
- left: 40upx;
- }
- .input {
- width: 90%;
- margin: 0 auto;
- }
- .u-input--border {
- border-radius: 12rupx;
- /* border-radius:12rupx; */
- border: 2upx solid #F2F2F2 !important;
- background: #F2F2F2 !important;
- }
- .input_bg {
- width: 90%;
- margin: 0 auto;
- position: relative;
- }
- .input_bg image {
- width: 100%;
- height: 80upx;
- }
- .input_bg text {
- position: absolute;
- top: 30upx;
- left: 24upx;
- color: #FF7F00;
- font-size: 26upx;
- }
- /* 红包弹框 */
- .popup_money {
- /* height: 400upx; */
- width: 100%;
- height: 630rpx;
- position: relative;
- background: #F2EDED;
- padding-bottom: 45rpx;
- /* #ifndef MP-WEIXIN */
- height: 680rpx;
- /* #endif */
- }
- .uni-scroll-view,
- .uni-scroll-view-content {
- position: relative;
- width: 100%;
- height: 100%;
- background: #F2EDED;
- }
- .image_box {
- width: 40%;
- margin: 0 auto;
- margin-bottom: 110rpx;
- }
- .u-drawer-bottom {
- background-color: #FAF7F5 !important;
- }
- .money_box {
- width: 93%;
- margin: 0 auto;
- background: #ffffff;
- border-radius: 14upx;
- height: 220rpx;
- margin-bottom: 50rpx;
- }
- .box_tit {
- width: 90%;
- margin: 0 auto;
- height: 80upx;
- display: flex;
- }
- .money_name {
- flex: 1;
- display: flex;
- justify-content: left;
- align-items: center;
- font-size: 27rpx;
- font-weight: bold;
- letter-spacing: 2upx;
- }
- .money_price {
- flex: 1;
- display: flex;
- justify-content: flex-end;
- align-items: center;
- font-size: 34upx;
- font-weight: bold;
- color: red;
- }
- .money_data {
- color: #999999;
- font-size: 24rpx;
- width: 90%;
- margin: 0 auto;
- margin-top: -8upx;
- }
- .u-line {
- width: 90% !important;
- border-bottom-width: 6upx !important;
- margin: 0 auto !important;
- margin-top: 22upx !important;
- margin-bottom: 22upx !important;
- }
- .box_bottom {
- width: 90%;
- margin: 0 auto;
- display: flex;
- height: 40upx;
- }
- .money_use {
- flex: 1;
- color: #999999;
- font-size: 24rpx;
- display: flex;
- justify-content: left;
- align-items: center;
- }
- .lj_use {
- width: 150rpx;
- border: 2rpx solid #FF7F00;
- color: #FF7F00;
- text-align: center;
- line-height: 48rpx;
- border-radius: 40rpx;
- font-size: 23rpx;
- }
- .slot-wrap {
- /* display: flex; */
- /* align-items: center; */
- /* 如果您想让slot内容占满整个导航栏的宽度 */
- /* flex: 1; */
- /* 如果您想让slot内容与导航栏左右有空隙 */
- /* padding: 0 30rpx; */
- width: 100%;
- text-align: center;
- margin-left: 100rpx;
- letter-spacing: 2rpx;
- font-weight: bold;
- font-size: 30rpx;
- }
- .contents {
- width: 100%;
- /* #ifdef MP-WEIXIN */
- margin-top: 25rpx;
- /* #endif */
- }
- .part_one {
- width: 95%;
- margin: 0 auto;
- /* height: 240upx; */
- background: #ffffff;
- border-radius: 20upx;
- margin-top: 20upx;
- padding: 25rpx 10rpx;
- }
- .one_box {
- width: 100%;
- /* height: 80upx; */
- /* background: #F5F5F5; */
- margin: 0 auto;
- border-radius: 12upx;
- display: flex;
- /* height: 100rpx; */
- align-items: center;
- }
- .box_dian {
- /* flex: 1; */
- width:10%;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .box_dian image {
- width: 45rpx;
- height: 45rpx;
- }
- .box_name {
- flex: 5;
- display: flex;
- justify-content: left;
- align-items: center;
- color: #333333;
- font-weight: 700;
- }
- .box_addres {
- /* flex: 5; */
- width: 80%;
- font-size: 32rpx;
- overflow: hidden;
- }
- .box_addres1 {
- /* flex: 5; */
- width: 80%;
- font-size: 28rpx;
- overflow: hidden;
- }
- .name {
- display: inline;
- font-size: 31rpx;
- color: #999999;
- }
- .number {
- display: initial;
- color: #999999;
- font-size: 31rpx;
- margin-left: 30upx;
- }
- .box_image {
- width: 15%;
- /* margin-right: 22rpx; */
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .u-icon__icon {
- color: #CCCCCC !important;
- }
- .icon_you {
- /* position: relative;
- top: 10upx !important; */
- }
- .box_jh {
- margin-left: 19rpx;
- height: 30rpx;
- display: flex;
- justify-content: left;
- align-items: center;
- }
- .box_jh image {
- width: 30upx;
- height: 30upx;
- }
- .part_two {
- width: 95%;
- margin: 0 auto;
- /* height: 260rpx; */
- background: #ffffff;
- border-radius: 20upx;
- margin-top: 20upx;
- }
- .u-input {
- width: 80% !important;
- margin-left: 130rpx !important;
- }
- .part_three {
- width: 95%;
- margin: 0 auto;
- /* height: 260rpx; */
- background: #ffffff;
- border-radius: 20upx;
- margin-top: 20upx;
- }
- .u-form-item__body {
- position: relative !important;
- }
- .u-form-item--left {
- position: absolute !important;
- top: 30upx;
- left: 10rpx;
- font-size: 31rpx;
- /* font-weight: bold; */
- letter-spacing: 2upx;
- }
- .u-form-item--right__content {
- margin-right: 20upx !important;
- }
- .u-form-item {
- line-height: 20upx !important;
- padding: 25rpx 0 !important;
- }
- .u-input__input {
- font-size: 28rpx !important;
- }
- .u-input {
- position: relative;
- display: flex;
- flex-direction: row;
- justify-content: flex-end !important;
- }
- .part_four {
- width: 95%;
- background: #ffffff;
- margin: 0 auto;
- border-radius: 20upx;
- display: flex;
- margin-top: 20upx;
- }
- .take_number {
- flex: 4;
- }
- .number_name {
- width: 90%;
- margin: 0 auto;
- font-size: 31rpx;
- font-weight: bold;
- line-height: 70rpx;
- }
- .number_text {
- width: 90%;
- margin: 0 auto;
- color: #999999;
- font-size: 25rpx;
- line-height: 20upx;
- }
- .take_number_kg {
- flex: 1;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .content_sure {
- display: flex;
- align-items: center;
- margin-bottom: 160rpx;
- margin-left: 15px;
- margin-top: 10px;
- }
- .u-checkbox__label {
- font-size: 26upx !important;
- letter-spacing: 2upx;
- color: #888888 !important;
- }
- .tabbar {
- width: 100%;
- height: 130rpx;
- background: #ffffff;
- position: fixed;
- bottom: 0upx;
- left: 0upx;
- right: 0upx;
- display: flex;
- /* #ifndef MP-WEIXIN */
- position: fixed;
- bottom: 0upx;
- left: 0upx;
- right: 0upx;
- /* #endif */
- z-index: 99;
- }
- .tabbar_price {
- flex: 1;
- display: flex;
- justify-content: left;
- align-items: center;
- font-size: 30rpx;
- font-weight: bold;
- margin-left: 40upx;
- }
- .tabbar_price text {
- color: #FF3333;
- font-size: 38upx;
- font-weight: 500;
- }
- .tabbar_btn {
- flex: 1;
- display: flex;
- justify-content: flex-end;
- align-items: center;
- margin-right: 25rpx;
- }
- .but {
- background: #FF7F00;
- width: 230upx;
- height: 80upx;
- text-align: center;
- line-height: 80upx;
- border-radius: 60upx;
- color: white;
- font-size: 27rpx;
- }
- .actclass {
- background-color: #FFD9B3;
- border:none
- }
- /* 支付弹框 */
- .popup_pay {
- width: 100%;
- }
- .pay_btns {
- width: 90%;
- margin: 0 auto 40rpx;
- text-align: center;
- background: #FF7F00;
- height: 80rpx;
- border-radius: 16rpx;
- color: #ffffff;
- line-height: 80rpx;
- margin-top: 20rpx;
- }
- </style>
|