Commit 0f7e2723 authored by zhengke's avatar zhengke

修改

parent fe11526c
......@@ -445,9 +445,9 @@
if (x.SuppliesId == myData.SuppliesId) {
x.RealityNum++;
isInStore = false;
document.getElementById(myData.SuppliesId).scrollIntoView({
behavior: 'smooth'
})
// document.getElementById(myData.SuppliesId).scrollIntoView({
// behavior: 'smooth'
// })
this.$refs["barCodeInput" + myData.SuppliesId].focus();
document.getElementById("barTishi" + myData.SuppliesId).style.opacity = 1;
setTimeout(() => {
......
Markdown is supported
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