Bladeren bron

1.运营陪伴 店主

guo 3 jaren geleden
bovenliggende
commit
e2d148961b

+ 29 - 15
operatingCompany/pages.json

@@ -1,6 +1,20 @@
 {
 	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
-
+		
+		{
+			"path": "pages/shop/shopIndex/index",
+			"style": {
+				"navigationBarTitleText": "运营陪伴",
+				"navigationStyle": "custom"
+				/* "navigationBarBackgroundColor": "#FFFFFF",
+				"enablePullDownRefresh": true, */
+				/* "app-plus":{
+					"titleNView":{
+						"autoBackButton":false
+					}
+				} */
+			}
+		},
 		{
 			"path": "pages/index/index",
 			"style": {
@@ -86,20 +100,20 @@
 				"enablePullDownRefresh": true
 			}
 		},
-		{
-			"path": "pages/shop/shopIndex/index",
-			"style": {
-				"navigationBarTitleText": "运营陪伴",
-				"navigationStyle": "custom"
-				/* "navigationBarBackgroundColor": "#FFFFFF",
-				"enablePullDownRefresh": true, */
-				/* "app-plus":{
-					"titleNView":{
-						"autoBackButton":false
-					}
-				} */
-			}
-		},
+		// {
+		// 	"path": "pages/shop/shopIndex/index",
+		// 	"style": {
+		// 		"navigationBarTitleText": "运营陪伴",
+		// 		"navigationStyle": "custom"
+		// 		/* "navigationBarBackgroundColor": "#FFFFFF",
+		// 		"enablePullDownRefresh": true, */
+		// 		/* "app-plus":{
+		// 			"titleNView":{
+		// 				"autoBackButton":false
+		// 			}
+		// 		} */
+		// 	}
+		// },
 		{
 			"path": "pages/entryReport/entered",
 			"style": {

+ 4 - 1
operatingCompany/pages/entryReport/historyReport.vue

@@ -169,7 +169,10 @@
 			
 			bindPickerChange3(e) {
 				this.thirdIndex = e.target.value
-				this.managerId = this.thirdArr[this.thirdIndex].ID
+				this.managerId = this.thirdArr[this.thirdIndex].ID
+				if(e.target.value == 0){
+					this.thirdIndex = null
+				}
 				this.page = 1
 				this.getShopData()
 			},

+ 4 - 1
operatingCompany/pages/reportManage/reportManage.vue

@@ -205,7 +205,10 @@
 			},
 			bindPickerChange3(e) {
 				this.thirdIndex = e.target.value
-				this.managerId = this.thirdArr[this.thirdIndex].ID
+				this.managerId = this.thirdArr[this.thirdIndex].ID
+				if(e.target.value == 0){
+					this.thirdIndex = null
+				}
 				this.page = 1
 				this.getShopData()
 			},

File diff suppressed because it is too large
+ 234 - 3
operatingCompany/pages/shop/shopIndex/index.vue


+ 4 - 1
operatingCompany/pages/teamStore/teamStore.vue

@@ -161,7 +161,10 @@
 			},
 			bindPickerChange3(e) {
 				this.thirdIndex = e.target.value
-				this.managerId = this.thirdArr[this.thirdIndex].ID
+				this.managerId = this.thirdArr[this.thirdIndex].ID
+				if(e.target.value == 0){
+					this.thirdIndex = null
+				}
 				this.page = 1
 				this.getShopData()
 			},

BIN
operatingCompany/static/img/icon_search@2x.png