cosmoim-852 fix 俄罗斯半成品盘点光标定位修复

master
guoshuang 2 years ago
parent 6c5e34d59d
commit 20d993c40d

@ -171,7 +171,7 @@ export default class LoginPage extends BasePage {
console.log('......', server.serverAddress);
if (server.serverAddress.includes('https://eurmom.haier.net')) {
//
this.Version = '1.1.35';
this.Version = '1.1.36';
} else {
this.Version = '1.0.50';
}

@ -126,9 +126,12 @@ export default class rawMaterialInventory extends BasePage {
// this.wl = this.model.InventoryItemList[0];
}
this.isfocus = false;
setTimeout(() => {
this.$nextTick(() => {
this.isfocus = true;
}, 0);
});
// setTimeout(() => {
// this.isfocus = true;
// }, 0);
}
//
// onchange(e: any) {

@ -126,9 +126,12 @@ export default class rawMaterialInventory extends BasePage {
// this.wl = this.model.InventoryItemList[0];
}
this.isfocus = false;
setTimeout(() => {
this.$nextTick(() => {
this.isfocus = true;
}, 0);
});
// setTimeout(() => {
// this.isfocus = true;
// }, 0);
}
//
// onchange(e: any) {

Loading…
Cancel
Save