From 081901392f11255c20894408dbddd3b450b1b83e Mon Sep 17 00:00:00 2001 From: THK3121 Date: Tue, 29 Aug 2023 11:11:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BA=E5=AE=9A=E8=B5=84=E4=BA=A7=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/property.js | 27 +++ pages.json | 50 +++--- subpkg/property/agencyList.vue | 78 +++++++++ subpkg/property/chosseCompany.vue | 166 ++++++++++++++---- subpkg/property/index.vue | 279 +++++++++++++++++++++++------- subpkg/property/vehicle_a.vue | 208 +++++----------------- 6 files changed, 517 insertions(+), 291 deletions(-) create mode 100644 api/property.js create mode 100644 subpkg/property/agencyList.vue 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 4c4986a..bda99ac 100644 --- a/pages.json +++ b/pages.json @@ -66,7 +66,7 @@ "app-plus": { "titleNView": false }, - "navigationBarTextStyle": "white" + "navigationBarTextStyle": "white" } }, { "path": "pages/oaManager/oaManager", @@ -139,26 +139,25 @@ "navigationBarTextStyle": "white" } + }, { + "path": "uni_modules/guyue-updater/pages/updater", + "style": { + "app-plus": { + "animationDuration": 200, + "animationType": "fade-in", + "background": "transparent", + "backgroundColorTop": "transparent", + "bounce": "none", + "popGesture": "none", + "scrollIndicator": false, + "titleNView": false + }, + "backgroundColor": "transparent", + "disableScroll": true, + "navigationStyle": "custom" + } } - ,{ - "path": "uni_modules/guyue-updater/pages/updater", - "style": { - "app-plus": { - "animationDuration": 200, - "animationType": "fade-in", - "background": "transparent", - "backgroundColorTop": "transparent", - "bounce": "none", - "popGesture": "none", - "scrollIndicator": false, - "titleNView": false - }, - "backgroundColor": "transparent", - "disableScroll": true, - "navigationStyle": "custom" - } -} -], + ], "subPackages": [{ "root": "pages/views", "name": "views", @@ -544,6 +543,17 @@ } + , { + "path": "property/agencyList", + "style": { + + "navigationBarTitleText": "签约列表", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#0122C7", + "navigationBarTextStyle": "white" + } + + } ] }], "globalStyle": { 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 @@