md
This commit is contained in:
parent
a40e440d02
commit
faaa04d1e6
@ -102,3 +102,6 @@ export const getOnlineKefuH5Url = (data = {})=> {
|
||||
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`, // 小程序订阅消息模板列表
|
||||
getOnlineKefuH5Url: `/oms2c/common/getOnlineKefuH5Url`, // 获取客服消息链接
|
||||
reportBatchWsInError: `/oms2c/emisWarehouseIn/reportBatchWsInError`, // 进仓单异常反馈
|
||||
getLbsRecordListByBillCode: `/oms2c/common/getLbsRecordListByBillCode`, // 获取运单lbs信息
|
||||
|
||||
|
||||
}
|
||||
|
||||
@ -14,10 +14,13 @@
|
||||
style="width: 750rpx;height: 400rpx;"
|
||||
></map> -->
|
||||
|
||||
<view style="position: absolute;top:5px;width: 95%;padding-left: 8px;padding-right: 8px">
|
||||
<view class="mp-base-block">
|
||||
<bpd-send-reciever-tmp :value="modelInfo"></bpd-send-reciever-tmp>
|
||||
<bpd-map-reciever-panel :value="modelInfo"></bpd-map-reciever-panel>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view style="position: absolute;top:60vh;width: 95%;padding-left: 8px;padding-right: 8px">
|
||||
<view class="mp-base-block blackbg" @click="makePhoneCall(modelInfo.takePieceEmployeePhone)">
|
||||
<u-row justify="between">
|
||||
<u-row>
|
||||
@ -28,6 +31,7 @@
|
||||
</u-row>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="dt-block mt-20">
|
||||
<view class="mb-20">
|
||||
@ -55,6 +59,8 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import coordtransform from 'coordtransform';
|
||||
|
||||
import * as apiService from "@/common/api"
|
||||
// import BpdSendRecieverTmp from "@/components/buns-post-detail-templates/bpd-send-reciever-tmp"
|
||||
import BpdMapRecieverPanel from "@/components/buns-post-detail-templates/bpd-map-reciever-panel"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user