Commit 7d37b589 authored by 齐 振鋆's avatar 齐 振鋆
Browse files

单据详情页增加滚动条右移(未调试)

parent dfe9909a
......@@ -148,6 +148,11 @@ class OrderDetailTable(BasePage):
detail_list.append(item)
return detail_list
def scroll(self):
# 浏览器页面右滑
self.js(
"document.getElementsByClassName('vxe-table--body-wrapper body--wrapper')[0].scrollLeft = 2000")
class ScanTable(BasePage):
"""扫码明细"""
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment