Commit 0f7e2723 authored by zhengke's avatar zhengke

修改

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