Ver Fonte

新增客户模块

tanxue há 1 mês atrás
pai
commit
bb56cceb77

+ 14 - 0
pages.json

@@ -301,6 +301,20 @@
 			{
 				"navigationStyle": "custom"
 			}
+		},
+		{
+			"path" : "pages/admin/kehu/kehuList",
+			"style" :
+			{
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path" : "pages/admin/kehu/kehuInfo",
+			"style" :
+			{
+				"navigationStyle": "custom"
+			}
 		}
 	],
 	"tabBar": {

+ 5 - 0
pages/admin/ShouYe/shouye.vue

@@ -285,6 +285,11 @@
 					url: '/pages/admin/zijiazheng/index'
 				})
 				break;
+			case 'zjkh':
+			uni.redirectTo({
+				url: '/pages/admin/kehu/kehuList'
+			})
+			break;
 			// 家政合同	
 			case 'jzht':
 				if(indexInfoData.tixingFlag){

+ 9 - 0
pages/admin/kehu/kehuInfo.vue

@@ -0,0 +1,9 @@
+<template>
+	<view>家政客户新增</view>
+</template>
+
+<script>
+</script>
+
+<style>
+</style>

+ 22 - 0
pages/admin/kehu/kehuList.vue

@@ -0,0 +1,22 @@
+<template>
+	<view>
+		家政客户列表
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+				
+			}
+		},
+		methods: {
+			
+		}
+	}
+</script>
+
+<style>
+
+</style>