zhangyuewww 3 years ago
parent
commit
06bb9daafe
2 changed files with 9 additions and 22 deletions
  1. 0 3
      pageD/warehousings/warehousingDetails.vue
  2. 9 19
      pages/task/my_task.vue

+ 0 - 3
pageD/warehousings/warehousingDetails.vue

@@ -168,7 +168,6 @@
 			return {
 				warehouseInOutInfo: {},
 				WarehouseInOutDetail: {},
-				procurementPlanInfos:{}
 			}
 		},
 		onLoad(options){
@@ -184,10 +183,8 @@
 			getList(id1){
 				this.$api.doRequest('get','/warehouseInOutInfo/getInfo',{id:id1}).then(res => {
 					console.log(res)
-					this.procurementPlanInfos = res.data.data
 					this.warehouseInOutInfo = res.data.data
 					this.WarehouseInOutDetail = this.warehouseInOutInfo.warehouseInOutDetail
-					console.log(this.procurementPlanInfos,"对象")
 					
 				})
 				.catch(res => {

+ 9 - 19
pages/task/my_task.vue

@@ -99,12 +99,12 @@
 					})
 				})
 			},
-			tabSelect(e) {
-				this.TabCur = e.currentTarget.dataset.id;
-				this.category = this.TabCur
-				this.pageSize = 1
-				this.loadData()
-			},
+			// tabSelect(e) {
+			// 	this.TabCur = e.currentTarget.dataset.id;
+			// 	this.category = this.TabCur
+			// 	this.pageSize = 1
+			// 	this.loadData()
+			// },
 			tabcarchange(statusFlag) {
 				this.statusFlag = statusFlag
 				this.pageSize = 1
@@ -173,20 +173,9 @@
 	}
 
 	.tag-bule {
-		background: #CDE7FB;
-		color: #0B4572;
-	}
-
-	.tag-green {
-		background: #C6F7BC;
-		color: #065112;
+		background: #8fe08b;
+		color: #000000;
 	}
-
-	.tag-yellow {
-		background: #FBF4B1;
-		color: #5C4409;
-	}
-
 	.tag {
 		padding: 5px;
 		display: inline-flex;
@@ -437,6 +426,7 @@
 
 		.title-tip {
 			flex: 1;
+			-webkit-tap-highlight-color:transparent;
 		}
 
 		.price-box {