uu
This commit is contained in:
parent
732b1f9c64
commit
8dadf7ab7f
@ -16,7 +16,7 @@
|
||||
<u-button :plain="true" size="large" shape="circle" custom-style="margin: 0 10rpx;height:80rpx;font-size: 30rpx;"
|
||||
>取消
|
||||
</u-button>
|
||||
<u-button @click="goto(`post/post?id=${222}`)" type="primary" size="large" shape="circle" custom-style="margin: 0 10rpx;height:80rpx;font-size: 30rpx;"
|
||||
<u-button @click="goto(`post/openorder?copyBillCode=${queryOption.billCode}`)" type="primary" size="large" shape="circle" custom-style="margin: 0 10rpx;height:80rpx;font-size: 30rpx;"
|
||||
>再来一单
|
||||
</u-button>
|
||||
</u-row>
|
||||
|
||||
@ -6,13 +6,14 @@
|
||||
<div style="min-height: 100%;display: flex;flex-direction: column;">
|
||||
<view style="position: relative;">
|
||||
<map :markers="map.markers" :latitude="map.latitude" :longitude="map.longitude"
|
||||
style="width: 750rpx;height: 600rpx;"
|
||||
style="width: 750rpx;height: 400rpx;"
|
||||
></map>
|
||||
|
||||
<view class="mp-address-mask">
|
||||
<view class="mp-base-block">
|
||||
<bpd-send-reciever-tmp :value="modelInfo"></bpd-send-reciever-tmp>
|
||||
</view>
|
||||
<view class="mp-kuadiyuan-mask" @click="makePhoneCall(modelInfo.takePieceEmployeePhone)">
|
||||
|
||||
<view class="mp-base-block blackbg" @click="makePhoneCall(modelInfo.takePieceEmployeePhone)">
|
||||
<u-row justify="between">
|
||||
<u-row>
|
||||
<tpx-image :src="getCdnUrl('post/run.png')" width="30" height="30"></tpx-image>
|
||||
@ -23,7 +24,7 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="dt-block">
|
||||
<view class="dt-block mt-20">
|
||||
<view class="mb-20">
|
||||
<buns-locus-pos :billCode="queryOption.billCode"></buns-locus-pos>
|
||||
</view>
|
||||
@ -119,18 +120,29 @@
|
||||
}
|
||||
</style>
|
||||
<style scoped lang="scss">
|
||||
.mp-address-mask, .mp-kuadiyuan-mask{
|
||||
z-index: 1000;
|
||||
position: absolute;
|
||||
left: 30rpx;
|
||||
right: 30rpx;
|
||||
}
|
||||
.mp-address-mask{
|
||||
|
||||
.mp-base-block{
|
||||
margin-top: 20rpx;
|
||||
padding: 20rpx 30rpx;
|
||||
top: 30rpx;
|
||||
background: #FFFFFF;
|
||||
border-radius: 20rpx;
|
||||
position: relative;
|
||||
&.blackbg{
|
||||
&::after{
|
||||
border-radius: 36rpx;
|
||||
content: ' ';
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
background: #0E0708;
|
||||
opacity: 0.5;
|
||||
z-index: -1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.mp-kuadiyuan-mask{
|
||||
padding: 12rpx 10rpx 12rpx 30rpx;
|
||||
bottom: 20rpx;
|
||||
|
||||
@ -55,7 +55,7 @@
|
||||
<u-row>
|
||||
<u-button shape="circle" type="primary" :plain="true"
|
||||
custom-style="height: 54rpx;margin-left: 12rpx;">开始清关</u-button>
|
||||
<u-button @click="goto(`post/post?id=${222}`)" shape="circle" type="primary" :plain="true"
|
||||
<u-button shape="circle" type="primary" :plain="true"
|
||||
custom-style="height: 54rpx;margin-left: 12rpx;">清关完成</u-button>
|
||||
<u-button @click="handleFeedSwitch(orItem)" shape="circle"
|
||||
:plain="true" custom-style="height: 54rpx;margin-left: 12rpx;">报告异常</u-button>
|
||||
|
||||
@ -55,7 +55,7 @@
|
||||
<u-row>
|
||||
<u-button shape="circle" type="primary" :plain="true"
|
||||
custom-style="height: 54rpx;margin-left: 12rpx;">开始报关</u-button>
|
||||
<u-button @click="goto(`post/post?id=${222}`)" shape="circle" type="primary" :plain="true"
|
||||
<u-button shape="circle" type="primary" :plain="true"
|
||||
custom-style="height: 54rpx;margin-left: 12rpx;">报关完成</u-button>
|
||||
<u-button @click="handleFeedSwitch(orItem)" shape="circle"
|
||||
:plain="true" custom-style="height: 54rpx;margin-left: 12rpx;">报告异常</u-button>
|
||||
|
||||
@ -202,7 +202,7 @@
|
||||
<u-button @click="goto(`warehousing/pdfPreview?id=${112}`)" :plain="true" size="large" shape="circle" custom-style="margin: 0 10rpx;height:80rpx;font-size: 30rpx;"
|
||||
>下载PDF
|
||||
</u-button>
|
||||
<u-button @click="goto(`post/post?id=${222}`)" type="primary" size="large" shape="circle" custom-style="margin: 0 10rpx;height:80rpx;font-size: 30rpx;"
|
||||
<u-button type="primary" size="large" shape="circle" custom-style="margin: 0 10rpx;height:80rpx;font-size: 30rpx;"
|
||||
>已确认可发货
|
||||
</u-button>
|
||||
</u-row>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user