diff --git a/api/property.js b/api/property.js new file mode 100644 index 0000000..942acec --- /dev/null +++ b/api/property.js @@ -0,0 +1,27 @@ +import oahttp from "@/utils/logistics.js"; + +/** + * 车辆列表 + */ +export const getvehicleList = (data) => oahttp.get('/courierLstData', data) +// 车辆详情 +export const getvehicleDetail = (data) => oahttp.get('/courierLstData', data) +// 显示轨迹 +export const locusApi = (data) => oahttp.get('/courierLstData', data) +// 签约列表 +export const getAgencyList = (data) => oahttp.get('/courierLstData', data) +// 签约公司详情 +export const getAgencyDetail = (data) => oahttp.get('/courierLstData', data) +// 车辆租赁 +export const leaseApi = (data) => oahttp.get('/courierLstData', data) +// 生成合同 +export const contractApi = (data) => oahttp.get('/courierLstData', data) +// 申请驳回 +export const overruleApi = (data) => oahttp.get('/courierLstData', data) +// 资产详情 +// export const getpropertyDetil = (data) => oahttp.get('/lstDetail', data) + +/** + * 更新商机 + */ +// export const informationOpportunityUpdate = (data) => oahttp.post('/information/opportunity_update', data) \ No newline at end of file diff --git a/pages.json b/pages.json index f7d0c08..5b8213e 100644 --- a/pages.json +++ b/pages.json @@ -69,7 +69,7 @@ "titleNView": false }, "navigationBarBackgroundColor": "#0122C7", - "navigationBarTextStyle": "white" + "navigationBarTextStyle": "white" } }, { "path": "pages/oaManager/oaManager", @@ -571,56 +571,67 @@ "navigationBarTextStyle": "white" } - }] - }], - "globalStyle": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "uni-app", - "navigationBarBackgroundColor": "#F8F8F8", - "backgroundColor": "#F8F8F8" - }, - "tabBar": { - "color": "#282828", - "selectedColor": "#0122C7", - "borderStyle": "white", - "backgroundColor": "#ffffff", - "list": [{ - "pagePath": "pages/oaHome/oaHome", - "text": "首页", - "iconPath": "/static/tabs-icon/home.png", - "selectedIconPath": "/static/tabs-icon/home-a.png" - }, - { - "pagePath": "pages/oaExamine/oaExamine", - "text": "审批", - "iconPath": "/static/tabs-icon/Task.png", - "selectedIconPath": "/static/tabs-icon/Task-a.png" - }, - { - "pagePath": "pages/oaTask/oaTask", - "text": "任务", - "iconPath": "/static/tabs-icon/approval.png", - "selectedIconPath": "/static/tabs-icon/approval-a.png" - }, - // { - // "pagePath": "pages/oaManager/oaManager", - // "text": "片区经理", - // "iconPath": "/static/tabs-icon/manager.png", - // "selectedIconPath": "/static/tabs-icon/manager-a.png" - // }, - { - "pagePath": "pages/business/business", - "text": "商机", - "iconPath": "/static/tabs-icon/manager.png", - "selectedIconPath": "/static/tabs-icon/manager-a.png" - }, - { - "pagePath": "pages/oaMy/oaMy", - "text": "我的", - "iconPath": "/static/tabs-icon/my.png", - "selectedIconPath": "/static/tabs-icon/my-a.png" - } - ] - }, - "uniIdRouter": {} + , { + "path": "property/agencyList", + "style": { + + "navigationBarTitleText": "签约列表", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#0122C7", + "navigationBarTextStyle": "white" + } + + } + ] + }], + "globalStyle": { + "navigationBarTextStyle": "black", + "navigationBarTitleText": "uni-app", + "navigationBarBackgroundColor": "#F8F8F8", + "backgroundColor": "#F8F8F8" + }, + "tabBar": { + "color": "#282828", + "selectedColor": "#0122C7", + "borderStyle": "white", + "backgroundColor": "#ffffff", + "list": [{ + "pagePath": "pages/oaHome/oaHome", + "text": "首页", + "iconPath": "/static/tabs-icon/home.png", + "selectedIconPath": "/static/tabs-icon/home-a.png" + }, + { + "pagePath": "pages/oaExamine/oaExamine", + "text": "审批", + "iconPath": "/static/tabs-icon/Task.png", + "selectedIconPath": "/static/tabs-icon/Task-a.png" + }, + { + "pagePath": "pages/oaTask/oaTask", + "text": "任务", + "iconPath": "/static/tabs-icon/approval.png", + "selectedIconPath": "/static/tabs-icon/approval-a.png" + }, + // { + // "pagePath": "pages/oaManager/oaManager", + // "text": "片区经理", + // "iconPath": "/static/tabs-icon/manager.png", + // "selectedIconPath": "/static/tabs-icon/manager-a.png" + // }, + { + "pagePath": "pages/business/business", + "text": "商机", + "iconPath": "/static/tabs-icon/manager.png", + "selectedIconPath": "/static/tabs-icon/manager-a.png" + }, + { + "pagePath": "pages/oaMy/oaMy", + "text": "我的", + "iconPath": "/static/tabs-icon/my.png", + "selectedIconPath": "/static/tabs-icon/my-a.png" + } + ] + }, + "uniIdRouter": {} } \ No newline at end of file diff --git a/subpkg/property/agencyList.vue b/subpkg/property/agencyList.vue new file mode 100644 index 0000000..7d95621 --- /dev/null +++ b/subpkg/property/agencyList.vue @@ -0,0 +1,78 @@ + + + + + \ No newline at end of file diff --git a/subpkg/property/chosseCompany.vue b/subpkg/property/chosseCompany.vue index b5cf474..5b78441 100644 --- a/subpkg/property/chosseCompany.vue +++ b/subpkg/property/chosseCompany.vue @@ -1,58 +1,121 @@ \ No newline at end of file diff --git a/subpkg/property/index.vue b/subpkg/property/index.vue index adaa085..8ce8869 100644 --- a/subpkg/property/index.vue +++ b/subpkg/property/index.vue @@ -1,63 +1,118 @@