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 @@
-
-
-
-
- {item.company_name}
-
- 详情
+
+
+ 2022年12月12日提出申请
-
-
-
-
- 法人姓名 :
- {item.master_name}
-
-
- 已签约
- 未签约
-
+
+
+
+
+ {item.company_name}
+
+ 详情
+
+
+
+
+
+ 法人姓名 :
+ {item.master_name}
+
+
+ 已签约
+ 未签约
+
-
-
-
- 担任职务 :
- {item.master_position}
-
-
-
-
+
+
+ 担任职务 :
+ {item.master_position}
+
+
+
+ 联系电话 :
+ {item.master_phone}
+
+
+ 负责区域 :
+ {item.city_name+item.area_name}
-
-
-
- 联系电话 :
- {item.master_phone}
-
-
- 负责区域 :
- {item.city_name+item.area_name}
+
+
+ 空闲车辆
+ 自有车辆
+
+
+ 车牌号: 川Y103D2
+
+ 租赁车辆
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ 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 @@
-
-
-
-
-
+
+
+ 可监管车辆数量 10
+
+
+ 租赁 10
+
+
+
+
+ 可再租赁车辆:2辆
+
+
+ 自有车辆 10
+
+
+
+
+ 签约申请
+
+ 更多
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
+
- XSDSDSD
+
-
- 车牌号:
- { item.name }
-
-
- 行驶总里程:
- { item.phone }
-
-
-
-
+
+
+
+ 使用人:
+
+
+ 自有车辆
+ 租赁车辆
+
+
+
+ 联系方式:
+
+
+
+ 所属公司:
+
+
+
+ 签约时间:
+
+
+
+
+
+
+
+ 车牌号:
+
+
+ 自有车辆
+ 租赁车辆
+
+
+
+ 暂未出租,快去选择承租对象吧!
-
- 本公司签约时间:
- 所属片区
-
-
-
-
+
+
-
+
-
+
+
+
-
+
+
@@ -125,19 +183,25 @@