Browse Source

bug 修复

lilei 3 years ago
parent
commit
2eaa114b42
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/sales/edit.vue

+ 2 - 2
pages/sales/edit.vue

@@ -380,9 +380,9 @@
 						}else{
 							_this.scrollH = winH - 522 - totalH
 						}
-						if(_this.detailData&&_this.detailData.billStatus=='FINISH'){
+						// if(_this.detailData&&_this.detailData.billStatus=='FINISH'){
 							_this.scrollH = _this.scrollH + 100
-						}
+						// }
 					}
 				})
 			}