gjy há 2 anos atrás
pai
commit
5c28aee0a6
3 ficheiros alterados com 52 adições e 3 exclusões
  1. 39 1
      pages.json
  2. 10 1
      pages/oa_office/the_oaOffice.vue
  3. 3 1
      pages/task/my_task.vue

+ 39 - 1
pages.json

@@ -1536,7 +1536,45 @@
 			}
 
 		}
-	],
+	    ,{
+            "path" : "pages/universalityAudit/list",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "我的申请",
+                "enablePullDownRefresh": false,
+				"app-plus": {
+				    "titleNView": {
+						"buttons": [
+						{
+						"color": "#000",
+						"fontSize": "28rpx",
+						"text": "发布"
+						}
+						]
+				    }
+				}
+            }
+            
+        }
+        ,{
+            "path" : "pages/universalityAudit/look",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "申请详情",
+                "enablePullDownRefresh": false
+            }
+            
+        }
+        ,{
+            "path" : "pages/universalityAudit/addaduit",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "发起申请",
+                "enablePullDownRefresh": false
+            }
+            
+        }
+    ],
 	"subpackages": [{
 			"root": "pageA",
 			"pages": [{

+ 10 - 1
pages/oa_office/the_oaOffice.vue

@@ -91,7 +91,16 @@
 						tips: 0,
 						url: `/pages/reimbursement/the_reimbursement`,
 						show: true
-					}
+					},
+					// {
+					// 	num: 5,
+					// 	name: '申请审批',
+					// 	// icon: 'cuIcon-edit',
+					// 	src: '../../static/img/oa_office/shneqingshenpi.png',
+					// 	tips: 0,
+					// 	url: `/pages/universalityAudit/list`,
+					// 	show: true
+					// }
 				],
 
 			}

+ 3 - 1
pages/task/my_task.vue

@@ -462,7 +462,9 @@
 						if (res.data.data.records.length == 0 && this.data.currentPage == 1 && this.statusFlag ==
 							3 ||
 							res.data.data.records.length == 0 && this.warehouseInOutInfo.currentPage == 1 && this
-							.statusFlag == 1) {
+							.statusFlag == 1 ||
+							res.data.data.records.length == 0 && this.warehouseInOutInfo.currentPage == 1 && this
+							.statusFlag == 5) {
 							console.log()
 							this.taskInfo = []
 						}