소스 검색

bug 修复

lilei 2 년 전
부모
커밋
6e8aef08ef
3개의 변경된 파일18개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      pages/replenishmentManage/detail.vue
  2. 6 0
      pages/replenishmentManage/outWarehousing.vue
  3. 6 0
      pages/replenishmentManage/signWarehousing.vue

+ 6 - 0
pages/replenishmentManage/detail.vue

@@ -113,6 +113,12 @@
 				backgroundColor: this.$config('primaryColor')
 			})
 		},
+		onBackPress() {
+			if(this.showModal){
+				this.showModal = false
+				return true
+			}
+		},
 		onLoad(option) {
 			this.replenishBillSn = option.sn
 			this.pageType = option.type

+ 6 - 0
pages/replenishmentManage/outWarehousing.vue

@@ -115,6 +115,12 @@
 				backgroundColor: this.$config('primaryColor')
 			})
 		},
+		onBackPress() {
+			if(this.showModal){
+				this.showModal = false
+				return true
+			}
+		},
 		onLoad(option) {
 			this.replenishBillSn = option.sn
 			this.getDetail()

+ 6 - 0
pages/replenishmentManage/signWarehousing.vue

@@ -111,6 +111,12 @@
 				backgroundColor: this.$config('primaryColor')
 			})
 		},
+		onBackPress() {
+			if(this.showModal){
+				this.showModal = false
+				return true
+			}
+		},
 		onLoad(option) {
 			this.replenishBillSn = option.sn
 			this.getDetail()