md
This commit is contained in:
parent
a40e440d02
commit
faaa04d1e6
@ -101,4 +101,7 @@ export const querySappNotifyTplList = (data = {})=> {
|
|||||||
export const getOnlineKefuH5Url = (data = {})=> {
|
export const getOnlineKefuH5Url = (data = {})=> {
|
||||||
return coreRequest(url.getOnlineKefuH5Url, data, {}, 'get')
|
return coreRequest(url.getOnlineKefuH5Url, data, {}, 'get')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export const getLbsRecordListByBillCode = (data = {})=> {
|
||||||
|
return coreRequest(url.getLbsRecordListByBillCode, data, {}, "GET")
|
||||||
|
}
|
||||||
|
|||||||
@ -70,6 +70,7 @@ export default {
|
|||||||
querySappNotifyTplList: `/oms2c/common/querySappNotifyTplList`, // 小程序订阅消息模板列表
|
querySappNotifyTplList: `/oms2c/common/querySappNotifyTplList`, // 小程序订阅消息模板列表
|
||||||
getOnlineKefuH5Url: `/oms2c/common/getOnlineKefuH5Url`, // 获取客服消息链接
|
getOnlineKefuH5Url: `/oms2c/common/getOnlineKefuH5Url`, // 获取客服消息链接
|
||||||
reportBatchWsInError: `/oms2c/emisWarehouseIn/reportBatchWsInError`, // 进仓单异常反馈
|
reportBatchWsInError: `/oms2c/emisWarehouseIn/reportBatchWsInError`, // 进仓单异常反馈
|
||||||
|
getLbsRecordListByBillCode: `/oms2c/common/getLbsRecordListByBillCode`, // 获取运单lbs信息
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -14,18 +14,22 @@
|
|||||||
style="width: 750rpx;height: 400rpx;"
|
style="width: 750rpx;height: 400rpx;"
|
||||||
></map> -->
|
></map> -->
|
||||||
|
|
||||||
<view class="mp-base-block">
|
<view style="position: absolute;top:5px;width: 95%;padding-left: 8px;padding-right: 8px">
|
||||||
<bpd-send-reciever-tmp :value="modelInfo"></bpd-send-reciever-tmp>
|
<view class="mp-base-block">
|
||||||
|
<bpd-map-reciever-panel :value="modelInfo"></bpd-map-reciever-panel>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="mp-base-block blackbg" @click="makePhoneCall(modelInfo.takePieceEmployeePhone)">
|
<view style="position: absolute;top:60vh;width: 95%;padding-left: 8px;padding-right: 8px">
|
||||||
<u-row justify="between">
|
<view class="mp-base-block blackbg" @click="makePhoneCall(modelInfo.takePieceEmployeePhone)">
|
||||||
<u-row>
|
<u-row justify="between">
|
||||||
<tpx-image :src="getCdnUrl('post/run.png')" width="30" height="30"></tpx-image>
|
<u-row>
|
||||||
<view class="ml-20">探路小哥 - {{modelInfo.takePieceEmployeeName}}</view>
|
<tpx-image :src="getCdnUrl('post/run.png')" width="30" height="30"></tpx-image>
|
||||||
|
<view class="ml-20">探路小哥 - {{modelInfo.takePieceEmployeeName}}</view>
|
||||||
|
</u-row>
|
||||||
|
<tpx-image v-if="modelInfo.takePieceEmployeePhone" :src="getCdnUrl('post/call.png')" width="60" height="60"></tpx-image>
|
||||||
</u-row>
|
</u-row>
|
||||||
<tpx-image v-if="modelInfo.takePieceEmployeePhone" :src="getCdnUrl('post/call.png')" width="60" height="60"></tpx-image>
|
</view>
|
||||||
</u-row>
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
@ -55,6 +59,8 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
import coordtransform from 'coordtransform';
|
||||||
|
|
||||||
import * as apiService from "@/common/api"
|
import * as apiService from "@/common/api"
|
||||||
// import BpdSendRecieverTmp from "@/components/buns-post-detail-templates/bpd-send-reciever-tmp"
|
// import BpdSendRecieverTmp from "@/components/buns-post-detail-templates/bpd-send-reciever-tmp"
|
||||||
import BpdMapRecieverPanel from "@/components/buns-post-detail-templates/bpd-map-reciever-panel"
|
import BpdMapRecieverPanel from "@/components/buns-post-detail-templates/bpd-map-reciever-panel"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user