diff --git a/common/api/order.js b/common/api/order.js index 2ba8908..779496c 100644 --- a/common/api/order.js +++ b/common/api/order.js @@ -12,6 +12,7 @@ export const submitOrder = (data = {})=> { export const getCustomerUserList = (data = {})=> { return coreRequest(url.getCustomerUserList, data, {}) } + // 地址列表 export const getCustomerUserAddressList = (data = {})=> { return coreRequest(url.getCustomerUserAddressList, data, {}, "GET") @@ -38,3 +39,9 @@ export const getMonthpayAccountList = (data = {})=> { return coreRequest(url.getMonthpayAccountList, data, {}, "GET") } +// 月结账户列表 +export const getDestSiteList = (data = {})=> { + return coreRequest(url.getDestSiteList, data, {}, "GET") +} + + diff --git a/common/api/url.js b/common/api/url.js index 39ded49..2f6e9dd 100644 --- a/common/api/url.js +++ b/common/api/url.js @@ -16,7 +16,7 @@ export default { getPickStaffList: `/emis/emisStaff/getStaffList`, // 获取操作、收派 员用户列表 getGoodsList: `/emis/emisGoods/listSimple`, // 获取货物列表 getMonthpayAccountList: `/emis/emisMonthpayAccount/listSimple`, // 月结账号列表 - + getDestSiteList: `/emis/emisDestination/getDestSite`, // 目的网点列表 } diff --git a/components/buns-post-edit-templates/bpe-cost-tmp.vue b/components/buns-post-edit-templates/bpe-cost-tmp.vue index 2ec3ee4..3701cf9 100644 --- a/components/buns-post-edit-templates/bpe-cost-tmp.vue +++ b/components/buns-post-edit-templates/bpe-cost-tmp.vue @@ -4,64 +4,78 @@ 计费方式 - - - - - - - - - - 续重 - - - - - - - 运输费计算公式: - - - - - - - - + - - - - 增加收费项 - - + + + + + + +