uu
This commit is contained in:
parent
375a2db717
commit
682a016c56
@ -26,15 +26,6 @@ export const getRSDStaffList = (data = {})=> {
|
||||
return coreRequest(url.getPickStaffList, { ...data, postCode: 'RSD' }, {}, "GET")
|
||||
}
|
||||
|
||||
// 回款人联系列表
|
||||
export const getPayeeList = (data = {})=> {
|
||||
return coreRequest(url.getPayeeList, { ...data, postCode: 'RSD' }, {}, "GET")
|
||||
}
|
||||
|
||||
// 销售人联系列表
|
||||
export const getSalemanList = (data = {})=> {
|
||||
return coreRequest(url.getSalemanList, { ...data, postCode: 'RSD' }, {}, "GET")
|
||||
}
|
||||
|
||||
// 报价试算
|
||||
export const preCalcWaybillFee = (data = {})=> {
|
||||
@ -109,10 +100,6 @@ export const getPreStationList = (data = {})=> {
|
||||
return coreRequest(url.getPreStationList, data, {}, "GET")
|
||||
}
|
||||
|
||||
// 扫描-获取合包列表
|
||||
export const getPackCodeList = (data = {})=> {
|
||||
return coreRequest(url.getPackCodeList, data, {}, "GET")
|
||||
}
|
||||
|
||||
// 获取打印运单信息-图片
|
||||
export const getRealGetWaybillPrintData = (data = {})=> {
|
||||
|
||||
@ -39,9 +39,6 @@ export default {
|
||||
queryPrintListSimple: `/oms2c/emisWaybill/queryPrintListSimple`, // 运单 打印数据-列表
|
||||
getNextStationList: `/oms2c/emisTmsScanRecord/getNextStationList`, // 获取-扫描下一网点
|
||||
getPreStationList: `/oms2c/emisTmsScanRecord/getPreStationList`, // 获取-扫描上一网点
|
||||
getPackCodeList: `/oms2c/emisTmsPack/listSimple`, // 获取-合包列表
|
||||
getPayeeList: `/oms2c/emisStaff/getPayeeList`, // 回款人联系列表
|
||||
getSalemanList: `/oms2c/emisStaff/getSalemanList`, // 销售人联系列表
|
||||
preCalcWaybillFee: `/oms2c/emisWaybill/preCalcWaybillFee`, // 报价试算
|
||||
queryWaybillTraceInfo: `/oms2c/emisTmsScanRecord/queryWaybillTraceInfo`, // 物流轨迹
|
||||
queryProblemTypeList: `/oms2c/emisProblemType/listSimple`, // 问题件类型列表
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
<u-row>
|
||||
<u-avatar :src="userInfo.avatar" size="120"></u-avatar>
|
||||
<u-col custom-style="padding-left: 24rpx;">
|
||||
<u-text :text="userInfo.empName" color="#fff" :bold="true" size="36"></u-text>
|
||||
<u-text :text="userInfo.nickName" color="#fff" :bold="true" size="36"></u-text>
|
||||
<u-text margin="10rpx 0 0 0" :text="userInfo.phonenumber" color="#fff" size="26"></u-text>
|
||||
</u-col>
|
||||
</u-row>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user