|
@@ -17,16 +17,25 @@
|
|
|
<view class="left u-flex" style="display: flex;" @click="send">
|
|
|
<view class="u-row-between left" style="display: flex;flex-direction: column;">
|
|
|
<image src="/static/express/ji.png" style='width: 40rpx;;height:40rpx ;' mode=""></image>
|
|
|
- <image src="/static/express/change.png" style='width: 40rpx;;height:40rpx ;' mode="">
|
|
|
+ <image @click.stop="changeadd" src="/static/express/change.png"
|
|
|
+ style='width: 40rpx;;height:40rpx ;' mode="">
|
|
|
</image>
|
|
|
</view>
|
|
|
<view class=" u-row-between left"
|
|
|
style="flex: 1;margin-left: 28rpx;border-bottom:2rpx solid rgba(151, 151, 151, 0.08) ;display: flex;">
|
|
|
- <view class="u-row-between " style="">
|
|
|
+ <view v-if="JSON.stringify(topadd)==='{}'" class="u-row-between " style="">
|
|
|
<view class="pople">{{i18n.sender}}</view>
|
|
|
<view class="jiadd" style="margin-top: 14rpx;">{{i18n.informat}}</view>
|
|
|
</view>
|
|
|
- <view class="u-flex">
|
|
|
+ <view v-else class="u-row-between " style="" @click="send">
|
|
|
+ <view class="">
|
|
|
+ <text class="topname">{{topadd.name}}</text>
|
|
|
+ <text class="topaddress"
|
|
|
+ style="margin-left: 8rpx;">{{replacePhoneToStar(topadd.mobile)}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="topaddress" style="margin-top: 14rpx;">{{topadd.full_address}}</view>
|
|
|
+ </view>
|
|
|
+ <view class="u-flex" @click.stop="addbook(0)">
|
|
|
<view class="" style="color: rgba(151, 151, 151, 1);">|</view>
|
|
|
<text class="right">{{i18n.addressbook}}</text>
|
|
|
</view>
|
|
@@ -41,11 +50,19 @@
|
|
|
</image>
|
|
|
</view>
|
|
|
<view class=" u-row-between left" style="flex: 1;margin-left: 28rpx;display: flex;">
|
|
|
- <view class="u-row-between " style="">
|
|
|
+ <view v-if="JSON.stringify(bottomadd)==='{}'" class="u-row-between " style="">
|
|
|
<view class="pople">{{i18n.recipient}}</view>
|
|
|
<view class="jiadd" style="margin-top: 14rpx;">{{i18n.informat}}</view>
|
|
|
</view>
|
|
|
- <view class="u-flex">
|
|
|
+ <view v-else class="u-row-between " style="" @click="send">
|
|
|
+ <view class="">
|
|
|
+ <text class="topname">{{bottomadd.name}}</text>
|
|
|
+ <text class="topaddress"
|
|
|
+ style="margin-left: 8rpx;">{{replacePhoneToStar(bottomadd.mobile)}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="topaddress" style="margin-top: 14rpx;">{{bottomadd.full_address}}</view>
|
|
|
+ </view>
|
|
|
+ <view class="u-flex" @click.stop="addbook(1)">
|
|
|
<view class="" style="color: rgba(151, 151, 151, 1);">|</view>
|
|
|
<text class="right">{{i18n.addressbook}}</text>
|
|
|
</view>
|
|
@@ -54,26 +71,37 @@
|
|
|
</view>
|
|
|
<view class="wup">
|
|
|
<!-- 物品信息 -->
|
|
|
- <view class="info u-flex u-row-between" @click='goods'>
|
|
|
+ <view class="info u-flex u-row-between">
|
|
|
<view class="u-flex">
|
|
|
<text class="wupin">{{i18n.item}}</text>
|
|
|
<view class="mast">{{i18n.required}}</view>
|
|
|
</view>
|
|
|
- <view class="u-flex">
|
|
|
- <text class="change">{{i18n.select}}</text>
|
|
|
+
|
|
|
+ <view v-if="JSON.stringify(goodinfo)==='{}'" class="u-flex" @click='goods'>
|
|
|
+ <view class="change">{{i18n.selection}}</view>
|
|
|
<image src="/static/express/next1.png" style="width: 28rpx;height: 28rpx;margin-left: 6rpx;"
|
|
|
mode=""></image>
|
|
|
</view>
|
|
|
+ <view v-else class="goodname" @click='goods'>
|
|
|
+ {{goodinfo.goodname}},{{goodinfo.weight}}kg
|
|
|
+ </view>
|
|
|
+ <!-- <view class="u-flex">
|
|
|
+ <text class="change">{{i18n.select}}</text>
|
|
|
+ <image src="/static/express/next1.png" style="width: 28rpx;height: 28rpx;margin-left: 6rpx;"
|
|
|
+ mode=""></image>
|
|
|
+ </view> -->
|
|
|
</view>
|
|
|
<!-- 跨境物流 -->
|
|
|
- <view class="info u-flex u-row-between" @click="logshow=true">
|
|
|
+ <view class="info u-flex u-row-between" @click="changewu">
|
|
|
<view class="u-flex">
|
|
|
<text class="wupin">{{i18n.flow}}</text>
|
|
|
</view>
|
|
|
<view class="u-flex">
|
|
|
- <text class="change" style="color: rgba(248, 50, 36, 1);">{{i18n.selection}}</text>
|
|
|
- <image src="/static/express/next1.png" style="width: 28rpx;height: 28rpx;margin-left: 6rpx;"
|
|
|
- mode=""></image>
|
|
|
+ <text class="change"
|
|
|
+ style="color: rgba(248, 50, 36, 1);">{{leftname?leftname+' | '+rightname : i18n.selection}}</text>
|
|
|
+ <!-- <text class="change" style="color: rgba(248, 50, 36, 1);">{{i18n.selection}}</text> -->
|
|
|
+ <image v-if="leftname==''" src="/static/express/next1.png"
|
|
|
+ style="width: 28rpx;height: 28rpx;margin-left: 6rpx;" mode=""></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -82,7 +110,7 @@
|
|
|
<view class="" style="flex: 1;">
|
|
|
<view class="sum">
|
|
|
<text>{{i18n.Estimatedprice}}</text>
|
|
|
- <text style="color: rgba(248, 50, 36, 1);">¥ - -</text>
|
|
|
+ <text style="color: rgba(248, 50, 36, 1);">¥{{all?all:'--'}}</text>
|
|
|
</view>
|
|
|
<view class="deal u-flex" style="margin-top: 16rpx;">
|
|
|
<u-checkbox-group shape='circle' v-model="checkboxValue1" placement="column"
|
|
@@ -101,7 +129,8 @@
|
|
|
</view>
|
|
|
<u-popup round='28' :show="logshow" @close="close">
|
|
|
<view class="pop">
|
|
|
- <kj-flow @success='success' @close='logshow=false'></kj-flow>
|
|
|
+ <kj-flow ref="child" :goodstype="this.goodinfo.goodtype" @success='success'
|
|
|
+ @close='logshow=false'></kj-flow>
|
|
|
</view>
|
|
|
</u-popup>
|
|
|
</view>
|
|
@@ -114,25 +143,108 @@
|
|
|
deal: -1,
|
|
|
checkboxValue1: [],
|
|
|
logshow: false, //物流选择
|
|
|
+ language: 'zh-CN',
|
|
|
+ goodinfo: {},
|
|
|
+ topadd: {},
|
|
|
+ bottomadd: {},
|
|
|
+ leftname: '',
|
|
|
+ rightname: '',
|
|
|
+ container_id: '',
|
|
|
+ unit_price: '',
|
|
|
+ number:''
|
|
|
}
|
|
|
},
|
|
|
onLoad(options) {
|
|
|
-
|
|
|
+ this.goodinfo = JSON.parse(decodeURIComponent(options.goodinfo))
|
|
|
+ this.topadd = JSON.parse(decodeURIComponent(options.topadd))
|
|
|
+ this.bottomadd = JSON.parse(decodeURIComponent(options.bottom))
|
|
|
+ this.leftname = options.leftname
|
|
|
+ this.rightname = options.rightname
|
|
|
+ this.container_id = options.container_id
|
|
|
+ this.unit_price = options.unit_price
|
|
|
+ this.number = options.number
|
|
|
+ },
|
|
|
+ onShow() {
|
|
|
+ if (uni.getStorageSync('language') != '') {
|
|
|
+ this.language = uni.getStorageSync('language')
|
|
|
+ }
|
|
|
},
|
|
|
computed: {
|
|
|
i18n() {
|
|
|
return this.$t('index')
|
|
|
+ },
|
|
|
+ all() {
|
|
|
+ return this.unit_price * this.goodinfo.weight * this.goodinfo.number
|
|
|
}
|
|
|
},
|
|
|
methods: {
|
|
|
- close() {
|
|
|
- this.logshow = true
|
|
|
+ //跨境物流选择
|
|
|
+ success(msg) {
|
|
|
+ this.logshow = false
|
|
|
+ this.leftname = msg.leftname
|
|
|
+ this.container_id = msg.dateid
|
|
|
+ this.rightname = msg.rightname
|
|
|
+ this.unit_price = msg.unit_price
|
|
|
+ },
|
|
|
+ //改变地址
|
|
|
+ changeadd() {
|
|
|
+ var a = {}
|
|
|
+ a = this.topadd
|
|
|
+ this.topadd = this.bottomadd
|
|
|
+ this.bottomadd = a
|
|
|
+ this.province_id = this.bottomadd.province_id
|
|
|
+ },
|
|
|
+ //正则匹配手机号
|
|
|
+ replacePhoneToStar: function(phone) {
|
|
|
+ if (phone) {
|
|
|
+ return phone.replace(/(\d{3})\d{4}(\d{4})/, '$1****$2');
|
|
|
+ }
|
|
|
+ },
|
|
|
+ //物流选择
|
|
|
+ changewu() {
|
|
|
+ if (this.province_id) {
|
|
|
+ this.logshow = true
|
|
|
+ setTimeout(() => {
|
|
|
+ this.$refs.child.transport();
|
|
|
+ }, 800)
|
|
|
+ } else {
|
|
|
+ this.$u.toast('请先选择城市')
|
|
|
+ }
|
|
|
+ },
|
|
|
+ //地址薄
|
|
|
+ addbook(index) {
|
|
|
+ var that = this
|
|
|
+ uni.navigateTo({
|
|
|
+ url: "/pageC/addressManagement/addressManagement?index=" + index,
|
|
|
+ events: {
|
|
|
+ getadd(res) {
|
|
|
+ if (index == 0) {
|
|
|
+ that.topadd = res
|
|
|
+ console.log('topadd', that.topadd);
|
|
|
+ } else {
|
|
|
+ that.bottomadd = res
|
|
|
+ console.log('bottom', that.bottomadd);
|
|
|
+ that.province_id = that.bottomadd.province_id
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ })
|
|
|
},
|
|
|
+ //物品信息
|
|
|
goods() {
|
|
|
+ var that = this
|
|
|
uni.navigateTo({
|
|
|
- url: '/pageB/goods'
|
|
|
+ url: '/pageB/goods',
|
|
|
+ events: {
|
|
|
+ goodinfo: function(res) {
|
|
|
+ that.goodinfo = res
|
|
|
+ }
|
|
|
+ }
|
|
|
})
|
|
|
},
|
|
|
+ close() {
|
|
|
+ this.logshow = true
|
|
|
+ },
|
|
|
send() {
|
|
|
uni.navigateTo({
|
|
|
url: '/pageB/Senderinfor'
|
|
@@ -147,15 +259,39 @@
|
|
|
console.log('change', n);
|
|
|
},
|
|
|
next() {
|
|
|
- uni.navigateTo({
|
|
|
- url: '/pageB/end'
|
|
|
- })
|
|
|
+ if (this.checkboxValue1.length == 0) {
|
|
|
+ this.$u.toast('请勾选协议')
|
|
|
+ } else {
|
|
|
+ uni.navigateTo({
|
|
|
+ url: '/pageB/end'
|
|
|
+ })
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
+ .topname {
|
|
|
+ font-family: PingFangSC, PingFang SC;
|
|
|
+ font-weight: 500;
|
|
|
+ font-size: 30rpx;
|
|
|
+ color: #222222;
|
|
|
+ line-height: 42rpx;
|
|
|
+ text-align: left;
|
|
|
+ font-style: normal;
|
|
|
+ }
|
|
|
+
|
|
|
+ .topaddress {
|
|
|
+ font-family: PingFangSC, PingFang SC;
|
|
|
+ font-weight: 400;
|
|
|
+ font-size: 26rpx;
|
|
|
+ color: #777777;
|
|
|
+ line-height: 36rpx;
|
|
|
+ text-align: left;
|
|
|
+ font-style: normal;
|
|
|
+ }
|
|
|
+
|
|
|
.pop {
|
|
|
font-family: PingFangSC, PingFang SC;
|
|
|
font-weight: 500;
|
|
@@ -167,6 +303,7 @@
|
|
|
padding: 32rpx 28rpx 0 0;
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
+
|
|
|
.sum {
|
|
|
font-family: PingFangSC, PingFang SC;
|
|
|
font-weight: 500;
|