diff --git a/.gitignore b/.gitignore
index 5931c11..45dca11 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@ node_modules
/dist
.hbuilderx
+
# local env files
.env.local
.env.*.local
diff --git a/api/property.js b/api/property.js
index 21334e1..2acb91e 100644
--- a/api/property.js
+++ b/api/property.js
@@ -1,28 +1,33 @@
-import oahttp from "@/utils/oahttp.js";;
-
+import oahttp from "@/utils/oahttp.js";
+import oahttp2 from "@/utils/logistics.js";
+// http://logistics.lihaink.cn/api/getCarHistory
/**
* 车辆列表
*/
-// https://worker-task.lihaink.cn/api/vehicle/addCar
-export const getvehicleListApi = (data) => oahttp.get('/vehicle/vehicleIndex', data)
+// /api/vehicle/townCompanyVehicleIndex
+export const getvehicleListApi = (data) => oahttp.get('/vehicle/townCompanyVehicleIndex', data)
// 车辆详情
-export const getvehicleDetailApi = (data) => oahttp.get('/courierLstData', data)
+export const getvehicleDetailApi = (data) => oahttp.get('/vehicle/vehicleInfo', data)
// 车辆上传
-export const upVehicleApi = (data) => oahttp.post('/vehicle/addCar', data)
+export const upVehicleApi = (data) => oahttp.post('/vehicle/rentApply', data)
// 申请用车
-export const applycarApi = (data) => oahttp.post('/vehicle/addCar', data)
+export const applycarApi = (data) => oahttp.post('/vehicle/rentApply', data)
// 显示轨迹
-export const locusApi = (data) => oahttp.get('/courierLstData', data)
+export const locusApi = (data) => oahttp.post('/vehicle/vehicleTrack', data)
// 签约列表
-export const getAgencyListApi = (data) => oahttp.get('/courierLstData', data)
+export const getAgencyListApi = (data) => oahttp.get('/vehicle/rentApplyList', data)
// 签约公司详情
-export const getAgencyDetailApi = (data) => oahttp.get('/courierLstData', data)
+export const getAgencyDetailApi = (data) => oahttp.get('/vehicle/rentApplyInfo', data)
// 车辆租赁
export const leaseApi = (data) => oahttp.post('/vehicle/setContractByTownCompany', data)
// 生成合同
-export const contractApi = (data) => oahttp.get('/courierLstData', data)
+export const contractApi = (data) => oahttp.post('/vehicle/setContractByVillageCompany', data)
+// 发送合同
+export const sendcontractApi = (data) => oahttp.post('/vehicle/initiatingRentCarContract', data)
// 申请驳回
-export const overruleApi = (data) => oahttp.get('/courierLstData', data)
+export const overruleApi = (data) => oahttp.post('/vehicle/rejectRentApply', data)
+// 小组公司详情
+export const villageCompanyApi = (data) => oahttp.get('/vehicle/villageCompanyIndex', data)
// 资产详情
// export const getpropertyDetil = (data) => oahttp.get('/lstDetail', data)
diff --git a/manifest.json b/manifest.json
index e4db749..c4e5410 100644
--- a/manifest.json
+++ b/manifest.json
@@ -110,7 +110,176 @@
}
}
},
- "nativePlugins" : {}
+ "nativePlugins" : {
+ "JG-JCore" : {
+ "JPUSH_APPKEY_ANDROID" : "5ced5ec5fa7bb86302944f0f",
+ "JPUSH_APPKEY_IOS" : "",
+ "JPUSH_CHANNEL_ANDROID" : "",
+ "JPUSH_CHANNEL_IOS" : "",
+ "__plugin_info__" : {
+ "name" : "极光推送 JCore 官方 SDK",
+ "description" : "极光推送 JCore 官方 SDK HBuilder 插件版本",
+ "platforms" : "Android,iOS",
+ "url" : "https://ext.dcloud.net.cn/plugin?id=4028",
+ "android_package_name" : "uni.UNIB5B1EDD",
+ "ios_bundle_id" : "uni.UNIB5B1EDD",
+ "isCloud" : true,
+ "bought" : 1,
+ "pid" : "4028",
+ "parameters" : {
+ "JPUSH_APPKEY_ANDROID" : {
+ "des" : "[Android]极光portal配置应用信息时分配的AppKey",
+ "key" : "JPUSH_APPKEY",
+ "value" : ""
+ },
+ "JPUSH_APPKEY_IOS" : {
+ "des" : "[iOS]极光portal配置应用信息时分配的AppKey",
+ "key" : "JCore:APP_KEY",
+ "value" : ""
+ },
+ "JPUSH_CHANNEL_ANDROID" : {
+ "des" : "[Android]用于统计分发渠道,不需要可填默认值developer-default",
+ "key" : "JPUSH_CHANNEL",
+ "value" : ""
+ },
+ "JPUSH_CHANNEL_IOS" : {
+ "des" : "[iOS]用于统计分发渠道,不需要可填默认值developer-default",
+ "key" : "JCore:CHANNEL",
+ "value" : ""
+ }
+ }
+ }
+ },
+ "JG-JPush" : {
+ "JPUSH_ADVERTISINGID_IOS" : "",
+ "JPUSH_DEFAULTINITJPUSH_IOS" : "",
+ "JPUSH_GOOGLE_API_KEY" : "",
+ "JPUSH_GOOGLE_APP_ID" : "",
+ "JPUSH_GOOGLE_PROJECT_ID" : "",
+ "JPUSH_GOOGLE_PROJECT_NUMBER" : "",
+ "JPUSH_GOOGLE_STORAGE_BUCKET" : "",
+ "JPUSH_HONOR_APPID" : "",
+ "JPUSH_HUAWEI_APPID" : "",
+ "JPUSH_ISPRODUCTION_IOS" : "",
+ "JPUSH_MEIZU_APPID" : "",
+ "JPUSH_MEIZU_APPKEY" : "",
+ "JPUSH_OPPO_APPID" : "",
+ "JPUSH_OPPO_APPKEY" : "",
+ "JPUSH_OPPO_APPSECRET" : "",
+ "JPUSH_VIVO_APPID" : "",
+ "JPUSH_VIVO_APPKEY" : "",
+ "JPUSH_XIAOMI_APPID" : "",
+ "JPUSH_XIAOMI_APPKEY" : "",
+ "__plugin_info__" : {
+ "name" : "极光推送 JPush 官方 SDK",
+ "description" : "极光推送JPush官方SDK HBuilder插件版本",
+ "platforms" : "Android,iOS",
+ "url" : "https://ext.dcloud.net.cn/plugin?id=4035",
+ "android_package_name" : "uni.UNIB5B1EDD",
+ "ios_bundle_id" : "uni.UNIB5B1EDD",
+ "isCloud" : true,
+ "bought" : 1,
+ "pid" : "4035",
+ "parameters" : {
+ "JPUSH_ADVERTISINGID_IOS" : {
+ "des" : "[iOS]广告标识符(IDFA)如果不需要使用IDFA,可不填",
+ "key" : "JPush:ADVERTISINGID",
+ "value" : ""
+ },
+ "JPUSH_DEFAULTINITJPUSH_IOS" : {
+ "des" : "[iOS]是否默认初始化,是填true,不是填false或者不填",
+ "key" : "JPush:DEFAULTINITJPUSH",
+ "value" : ""
+ },
+ "JPUSH_GOOGLE_API_KEY" : {
+ "des" : "厂商google api_key,示例:g-12346578",
+ "key" : "google_api_key",
+ "value" : ""
+ },
+ "JPUSH_GOOGLE_APP_ID" : {
+ "des" : "厂商google mobilesdk_app_id,示例:g-12346578",
+ "key" : "google_app_id",
+ "value" : ""
+ },
+ "JPUSH_GOOGLE_PROJECT_ID" : {
+ "des" : "厂商google project_id ,示例:g-12346578",
+ "key" : "project_id",
+ "value" : ""
+ },
+ "JPUSH_GOOGLE_PROJECT_NUMBER" : {
+ "des" : "厂商google project_number,示例:g-12346578",
+ "key" : "gcm_defaultSenderId",
+ "value" : ""
+ },
+ "JPUSH_GOOGLE_STORAGE_BUCKET" : {
+ "des" : "厂商google storage_bucket,示例:g-12346578",
+ "key" : "google_storage_bucket",
+ "value" : ""
+ },
+ "JPUSH_HONOR_APPID" : {
+ "des" : "厂商HONOR-appId,示例:12346578",
+ "key" : "com.hihonor.push.app_id",
+ "value" : ""
+ },
+ "JPUSH_HUAWEI_APPID" : {
+ "des" : "厂商HUAWEI-appId,示例:appid=12346578",
+ "key" : "com.huawei.hms.client.appid",
+ "value" : ""
+ },
+ "JPUSH_ISPRODUCTION_IOS" : {
+ "des" : "[iOS]是否是生产环境,是填true,不是填false或者不填",
+ "key" : "JPush:ISPRODUCTION",
+ "value" : ""
+ },
+ "JPUSH_MEIZU_APPID" : {
+ "des" : "厂商MEIZU-appId,示例:MZ-12345678",
+ "key" : "MEIZU_APPID",
+ "value" : ""
+ },
+ "JPUSH_MEIZU_APPKEY" : {
+ "des" : "厂商MEIZU-appKey,示例:MZ-12345678",
+ "key" : "MEIZU_APPKEY",
+ "value" : ""
+ },
+ "JPUSH_OPPO_APPID" : {
+ "des" : "厂商OPPO-appId,示例:OP-12345678",
+ "key" : "OPPO_APPID",
+ "value" : ""
+ },
+ "JPUSH_OPPO_APPKEY" : {
+ "des" : "厂商OPPO-appkey,示例:OP-12345678",
+ "key" : "OPPO_APPKEY",
+ "value" : ""
+ },
+ "JPUSH_OPPO_APPSECRET" : {
+ "des" : "厂商OPPO-appSecret,示例:OP-12345678",
+ "key" : "OPPO_APPSECRET",
+ "value" : ""
+ },
+ "JPUSH_VIVO_APPID" : {
+ "des" : "厂商VIVO-appId,示例:12345678",
+ "key" : "com.vivo.push.app_id",
+ "value" : ""
+ },
+ "JPUSH_VIVO_APPKEY" : {
+ "des" : "厂商VIVO-appkey,示例:12345678",
+ "key" : "com.vivo.push.api_key",
+ "value" : ""
+ },
+ "JPUSH_XIAOMI_APPID" : {
+ "des" : "厂商XIAOMI-appId,示例:MI-12345678",
+ "key" : "XIAOMI_APPID",
+ "value" : ""
+ },
+ "JPUSH_XIAOMI_APPKEY" : {
+ "des" : "厂商XIAOMI-appKey,示例:MI-12345678",
+ "key" : "XIAOMI_APPKEY",
+ "value" : ""
+ }
+ }
+ }
+ }
+ }
},
/* 快应用特有相关 */
"quickapp" : {},
diff --git a/pages.json b/pages.json
index 1784148..98be749 100644
--- a/pages.json
+++ b/pages.json
@@ -1,644 +1,653 @@
{
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
+ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/oaHome/oaHome",
- "style": {
- "navigationBarTitleText": "首页",
- "enablePullDownRefresh": true,
- "app-plus": {
- "titleNView": false
- },
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/oaLogin/oaLogin",
- "style": {
- "navigationBarTitleText": "登录",
- "app-plus": {
- "titleNView": false
- },
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ {
+ "path": "pages/oaHome/oaHome",
+ "style": {
+ "navigationBarTitleText": "首页",
+ "enablePullDownRefresh": true,
+ "app-plus": {
+ "titleNView": false
+ },
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
+ },
+ {
+ "path": "pages/oaLogin/oaLogin",
+ "style": {
+ "navigationBarTitleText": "登录",
+ "app-plus": {
+ "titleNView": false
+ },
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- },
- {
- "path": "pages/business/business",
- "style": {
- "navigationBarTitleText": "商机信息",
- "enablePullDownRefresh": true,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ },
+ {
+ "path": "pages/business/business",
+ "style": {
+ "navigationBarTitleText": "商机信息",
+ "enablePullDownRefresh": true,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/oaExamine/oaExamine",
- "style": {
- "navigationBarTitleText": "审批",
- "enablePullDownRefresh": true,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/oaTask/oaTask",
- "style": {
- "navigationBarTitleText": "今日任务",
- "enablePullDownRefresh": true,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/oaMy/oaMy",
- "style": {
- "navigationBarTitleText": "我的",
- "app-plus": {
- "titleNView": false
- },
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
- }, {
- "path": "pages/oaManager/oaManager",
- "style": {
- "navigationBarTitleText": "片区经理",
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ },
+ {
+ "path": "pages/index/index",
+ "style": {
+ "navigationBarTitleText": "uni-app",
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
+ },
+ {
+ "path": "pages/oaExamine/oaExamine",
+ "style": {
+ "navigationBarTitleText": "审批",
+ "enablePullDownRefresh": true,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
+ },
+ {
+ "path": "pages/oaTask/oaTask",
+ "style": {
+ "navigationBarTitleText": "今日任务",
+ "enablePullDownRefresh": true,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
+ },
+ {
+ "path": "pages/oaMy/oaMy",
+ "style": {
+ "navigationBarTitleText": "我的",
+ "app-plus": {
+ "titleNView": false
+ },
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
+ }, {
+ "path": "pages/oaManager/oaManager",
+ "style": {
+ "navigationBarTitleText": "片区经理",
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "pages/oaNews/oaNews",
- "style": {
- "navigationBarTitleText": "公告详情",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "pages/oaNews/oaNews",
+ "style": {
+ "navigationBarTitleText": "公告详情",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "pages/logistics/index",
- "style": {
- "navigationBarTitleText": "订单列表",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "pages/logistics/index",
+ "style": {
+ "navigationBarTitleText": "订单列表",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "pages/logistics/te",
- "style": {
- "navigationBarTitleText": "测试",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "pages/logistics/te",
+ "style": {
+ "navigationBarTitleText": "测试",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "pages/logistics/logisticDetil",
- "style": {
- "navigationBarTitleText": "订单详情",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "pages/logistics/logisticDetil",
+ "style": {
+ "navigationBarTitleText": "订单详情",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "pages/logistics/deliveryDetil",
- "style": {
- "navigationBarTitleText": "配送信息",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "pages/logistics/deliveryDetil",
+ "style": {
+ "navigationBarTitleText": "配送信息",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "pages/logistics/post",
- "style": {
- "navigationBarTitleText": "驿站",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "pages/logistics/post",
+ "style": {
+ "navigationBarTitleText": "驿站",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "pages/updatePassword/updatePassword",
- "style": {
- "navigationBarTitleText": "修改密码",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "pages/updatePassword/updatePassword",
+ "style": {
+ "navigationBarTitleText": "修改密码",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "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": "pages/moreFun/moreFun",
- "style": {
- "navigationBarTitleText": "更多功能",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0122C7",
- "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": "pages/moreFun/moreFun",
+ "style": {
+ "navigationBarTitleText": "更多功能",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }
- ],
- "subPackages": [{
- "root": "pages/views",
- "name": "views",
- "pages": [{
- "path": "application",
- "style": {
- "navigationBarTitleText": "地图首页",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "new_task",
- "style": {
- "navigationBarTitleText": "新建任务",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "com_approve",
- "style": {
- "navigationBarTitleText": "通用审批",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "personal_center",
- "style": {
- "navigationBarTitleText": "个人中心1",
- "enablePullDownRefresh": false
- }
+ }
+ ],
+ "subPackages": [{
+ "root": "pages/views",
+ "name": "views",
+ "pages": [{
+ "path": "application",
+ "style": {
+ "navigationBarTitleText": "地图首页",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "new_task",
+ "style": {
+ "navigationBarTitleText": "新建任务",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "com_approve",
+ "style": {
+ "navigationBarTitleText": "通用审批",
+ "enablePullDownRefresh": false
+ }
+ }, {
+ "path": "personal_center",
+ "style": {
+ "navigationBarTitleText": "个人中心1",
+ "enablePullDownRefresh": false
+ }
- }, {
- "path": "task_details",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
+ }, {
+ "path": "task_details",
+ "style": {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false
+ }
- }, {
- "path": "personal_center_two",
- "style": {
- "navigationBarTitleText": "个人中心2",
- "enablePullDownRefresh": false
- }
+ }, {
+ "path": "personal_center_two",
+ "style": {
+ "navigationBarTitleText": "个人中心2",
+ "enablePullDownRefresh": false
+ }
- }, {
- "path": "public_document",
- "style": {
- "navigationBarTitleText": "公司公示文档",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "public_document",
+ "style": {
+ "navigationBarTitleText": "公司公示文档",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "leave_request",
- "style": {
- "navigationBarTitleText": "请假申请",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "leave_request",
+ "style": {
+ "navigationBarTitleText": "请假申请",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }
- ]
- }, {
- "root": "subpkg",
- "name": "subpkg",
- "pages": [{
- "path": "personnel/personnel",
- "style": {
- "navigationBarTitleText": "人员管理",
- "enablePullDownRefresh": true,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }
+ ]
+ }, {
+ "root": "subpkg",
+ "name": "subpkg",
+ "pages": [{
+ "path": "personnel/personnel",
+ "style": {
+ "navigationBarTitleText": "人员管理",
+ "enablePullDownRefresh": true,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "finance/finance",
- "style": {
- "navigationBarTitleText": "财务管理",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "finance/finance",
+ "style": {
+ "navigationBarTitleText": "财务管理",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "topUp/topUp",
- "style": {
- "navigationBarTitleText": "账户充值",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "color": "#fff",
- "text": "充值记录",
- "fontSize": "15",
- "width": "90"
- }]
- }
- }
- }
+ }, {
+ "path": "topUp/topUp",
+ "style": {
+ "navigationBarTitleText": "账户充值",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white",
+ "app-plus": {
+ "titleNView": {
+ "buttons": [{
+ "color": "#fff",
+ "text": "充值记录",
+ "fontSize": "15",
+ "width": "90"
+ }]
+ }
+ }
+ }
- }, {
- "path": "contract/contract",
- "style": {
- "navigationBarTitleText": "合同管理",
- "enablePullDownRefresh": true,
- "navigationBarBackgroundColor": "#0022C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "contract/contract",
+ "style": {
+ "navigationBarTitleText": "合同管理",
+ "enablePullDownRefresh": true,
+ "navigationBarBackgroundColor": "#0022C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "contractDetail/contractDetail",
- "style": {
- "navigationBarTitleText": "合同详情",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "contractDetail/contractDetail",
+ "style": {
+ "navigationBarTitleText": "合同详情",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "pdfView/pdfView",
- "style": {
- "navigationBarTitleText": "合同内容",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "pdfView/pdfView",
+ "style": {
+ "navigationBarTitleText": "合同内容",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "companyInfo/companyInfo",
- "style": {
- "navigationBarTitleText": "公司信息",
- "enablePullDownRefresh": true,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "companyInfo/companyInfo",
+ "style": {
+ "navigationBarTitleText": "公司信息",
+ "enablePullDownRefresh": true,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "companySign/companySign",
- "style": {
- "navigationBarTitleText": "签约公司详情",
- "enablePullDownRefresh": true,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "companySign/companySign",
+ "style": {
+ "navigationBarTitleText": "签约公司详情",
+ "enablePullDownRefresh": true,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "personnelDetails/personnelDetails",
- "style": {
- "navigationBarTitleText": "人员详细信息",
- "enablePullDownRefresh": true,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "personnelDetails/personnelDetails",
+ "style": {
+ "navigationBarTitleText": "人员详细信息",
+ "enablePullDownRefresh": true,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "orderDetail/orderDetail",
- "style": {
- "navigationBarTitleText": "流水详情",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "orderDetail/orderDetail",
+ "style": {
+ "navigationBarTitleText": "流水详情",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "withdrawDeposit/withdrawDeposit",
- "style": {
- "navigationBarTitleText": "提现余额",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "color": "#fff",
- "text": "提现记录",
- "fontSize": "15",
- "width": "90"
- }]
- }
- }
- }
- }, {
- "path": "withdrawList/withdrawList",
- "style": {
- "navigationBarTitleText": "提现记录",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "withdrawDeposit/withdrawDeposit",
+ "style": {
+ "navigationBarTitleText": "提现余额",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white",
+ "app-plus": {
+ "titleNView": {
+ "buttons": [{
+ "color": "#fff",
+ "text": "提现记录",
+ "fontSize": "15",
+ "width": "90"
+ }]
+ }
+ }
+ }
+ }, {
+ "path": "withdrawList/withdrawList",
+ "style": {
+ "navigationBarTitleText": "提现记录",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "noticeList/noticeList",
- "style": {
- "navigationBarTitleText": "公告列表",
- "enablePullDownRefresh": true,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "noticeList/noticeList",
+ "style": {
+ "navigationBarTitleText": "公告列表",
+ "enablePullDownRefresh": true,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "topUpList/topUpList",
- "style": {
- "navigationBarTitleText": "充值记录",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "topUpList/topUpList",
+ "style": {
+ "navigationBarTitleText": "充值记录",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "companyAdmin/companyAdmin",
- "style": {
- "navigationBarTitleText": "公司管理",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "companyAdmin/companyAdmin",
+ "style": {
+ "navigationBarTitleText": "公司管理",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "newPersonnel/newPersonnel",
- "style": {
- "navigationBarTitleText": "新增人员",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "newPersonnel/newPersonnel",
+ "style": {
+ "navigationBarTitleText": "新增人员",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "archives/archives",
- "style": {
- "navigationBarTitleText": "档案管理",
- "enablePullDownRefresh": true,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "archives/archives",
+ "style": {
+ "navigationBarTitleText": "档案管理",
+ "enablePullDownRefresh": true,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "newArchives/newArchives",
- "style": {
- "navigationBarTitleText": "信息登记",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "newArchives/newArchives",
+ "style": {
+ "navigationBarTitleText": "信息登记",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "updateArchives/updateArchives",
- "style": {
- "navigationBarTitleText": "信息更新",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "updateArchives/updateArchives",
+ "style": {
+ "navigationBarTitleText": "信息更新",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "fixedAssets/fixedAssets",
- "style": {
- "navigationBarTitleText": "固定资产",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "fixedAssets/fixedAssets",
+ "style": {
+ "navigationBarTitleText": "固定资产",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "taskAdmin/taskAdmin",
- "style": {
- "navigationBarTitleText": "任务管理",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "taskAdmin/taskAdmin",
+ "style": {
+ "navigationBarTitleText": "任务管理",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "archivesDetail/archivesDetail",
- "style": {
- "navigationBarTitleText": "档案详情",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "archivesDetail/archivesDetail",
+ "style": {
+ "navigationBarTitleText": "档案详情",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "captain/captain",
- "style": {
- "navigationBarTitleText": "队长列表",
- "enablePullDownRefresh": true,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "captain/captain",
+ "style": {
+ "navigationBarTitleText": "队长列表",
+ "enablePullDownRefresh": true,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "companyFinance/companyFinance",
- "style": {
- "navigationBarTitleText": "公司财务",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "companyFinance/companyFinance",
+ "style": {
+ "navigationBarTitleText": "公司财务",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "companyUnsign/companyUnsign",
- "style": {
- "navigationBarTitleText": "未签约公司列表",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "companyUnsign/companyUnsign",
+ "style": {
+ "navigationBarTitleText": "未签约公司列表",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "submit/submit",
- "style": {
- "navigationBarTitleText": "提交审核",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "submit/submit",
+ "style": {
+ "navigationBarTitleText": "提交审核",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "dispatching/dispatching",
- "style": {
- "navigationBarTitleText": "任务:宣传配送",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "dispatching/dispatching",
+ "style": {
+ "navigationBarTitleText": "任务:宣传配送",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "blockTransaction/blockTransaction",
- "style": {
- "navigationBarTitleText": "任务:片区交易",
- "enablePullDownRefresh": true,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "blockTransaction/blockTransaction",
+ "style": {
+ "navigationBarTitleText": "任务:片区交易",
+ "enablePullDownRefresh": true,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "fileTask/fileTask",
- "style": {
- "navigationBarTitleText": "已更新商机",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "fileTask/fileTask",
+ "style": {
+ "navigationBarTitleText": "已更新商机",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "property/index",
- "style": {
- "navigationBarTitleText": "资产管理",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "property/index",
+ "style": {
+ "navigationBarTitleText": "资产管理",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "property/chosseCompany",
- "style": {
- "navigationBarTitleText": "选择公司",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "property/chosseCompany",
+ "style": {
+ "navigationBarTitleText": "选择公司",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "property/vehicle",
- "style": {
- "navigationBarTitleText": "三轮车游走",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "property/vehicle",
+ "style": {
+ "navigationBarTitleText": "三轮车游走",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "property/vehicle_a",
- "style": {
- "navigationBarTitleText": "三轮车详情",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "property/vehicle_a",
+ "style": {
+ "navigationBarTitleText": "三轮车详情",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "buyShare/buyShare",
- "style": {
- "navigationBarTitleText": "任务:入股任务",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "property/success",
+ "style": {
+ "navigationBarTitleText": "生成合同",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "otherTask/otherTask",
- "style": {
- "navigationBarTitleText": "任务:其他任务",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "buyShare/buyShare",
+ "style": {
+ "navigationBarTitleText": "任务:入股任务",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "property/agencyList",
- "style": {
- "navigationBarTitleText": "签约列表",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "path": "otherTask/otherTask",
+ "style": {
+ "navigationBarTitleText": "任务:其他任务",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
- }, {
- "path": "shareCapital/shareCapital",
- "style": {
- "navigationBarTitleText": "股金管理",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#0122C7",
- "navigationBarTextStyle": "white"
- }
+ }, {
+ "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": {}
+ }, {
+ "path": "shareCapital/shareCapital",
+ "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/pages/oaHome/oaHome.vue b/pages/oaHome/oaHome.vue
index bbd39a7..cf7aaa1 100644
--- a/pages/oaHome/oaHome.vue
+++ b/pages/oaHome/oaHome.vue
@@ -1,163 +1,122 @@
-
-
+
+
-
-
-
- 工作管理
-
-
-
+
+
-
-
-
-
- {{ item.name }}
-
-
-
+
+
+
+
+ {{ item.name }}
+
+
+
-
-
- 配送信息
- 更多
-
-
-
-
-
+
+
+ 配送信息
+ 更多
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
-
- 暂无配送信息
- 登录后查看配送信息详情
-
-
-
+
-
-
- 登录里海OA,开启线上便捷办公
-
-
-
-
-
+
+
+ 登录里海OA,开启线上便捷办公
+
+
+
+
+
\ No newline at end of file
diff --git a/subpkg/property/agencyList.vue b/subpkg/property/agencyList.vue
index 7d95621..e449f60 100644
--- a/subpkg/property/agencyList.vue
+++ b/subpkg/property/agencyList.vue
@@ -1,15 +1,19 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ 签约申请
+
+
+ 更多
+
+
+
+ {{item.village_company_name}}提出租赁车辆一辆
+
@@ -17,12 +21,12 @@
\ No newline at end of file
diff --git a/subpkg/property/vehicle_a.vue b/subpkg/property/vehicle_a.vue
index 90d2ebd..27771a9 100644
--- a/subpkg/property/vehicle_a.vue
+++ b/subpkg/property/vehicle_a.vue
@@ -1,175 +1,139 @@
-
-
-
-
-
-
-
-
-
-
- {{queryData}}
-
-
-
+
+
+
+
+
+
+
+ {{queryData}}
+
-
-
-
-
-
-
-
-
- 行驶总里程:
-
-
-
- 本公司签约时间:
-
-
-
- 承租公司:
-
-
-
- 负责人:
-
-
-
- 联系方式:
-
-
-
- 所属区域:
-
-
-
- 签约时间:
-
-
-
- 到期时间:
-
-
+
+
+
+
+
+ {{datas.car_license}}
+
+
+
+
+ 行驶总里程: {{datas.mileage}}
+
+
+
+ 承租公司:
+ {{datas.company.company_name}}
+
+
+ 负责人:
+ {{datas.company.master_name}}
+
+
+ 联系方式:
+ {{datas.company.master_phone}}
+
+
+ 所属区域:
+ {{datas.company.area_name}}
+
+
+ 签约时间:
+ {{datas.rent_time}}
+
+
+ 到期时间:
+ {{datas.rent_time}}
-
-
-
-
-
-
-
-
-
-
+
-
-