diff --git a/common/api/order.js b/common/api/order.js index 158fd6c..89de5e1 100644 --- a/common/api/order.js +++ b/common/api/order.js @@ -76,3 +76,8 @@ export const getOrderDetail = (data = {})=> { } +// 扫描 +export const scanRecord = (data = {})=> { + return coreRequest(url.scanRecord, data, {}) +} + diff --git a/common/api/url.js b/common/api/url.js index 3d29ae3..ad9f62a 100644 --- a/common/api/url.js +++ b/common/api/url.js @@ -35,5 +35,7 @@ export default { getOrderList: `/emis/emisWaybill/listSimple`, // 订单列表 getOrderDetail: `/emis/emisWaybill/getWaybillDetail`, // 订单详情 + scanRecord: `/emis/emisTmsScanRecord/scan`, // 扫描- 揽收 + } diff --git a/components/buns-post-edit-templates/bpe-addressinfo-tmp.vue b/components/buns-post-edit-templates/bpe-addressinfo-tmp.vue index 3a05289..cbbf70b 100644 --- a/components/buns-post-edit-templates/bpe-addressinfo-tmp.vue +++ b/components/buns-post-edit-templates/bpe-addressinfo-tmp.vue @@ -7,7 +7,7 @@ -