cosmoim-852 fix 汇总拣配解锁问题修复

master
guoshuang 3 years ago
parent e4829b2c20
commit 7bfd821ed7

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

@ -415,10 +415,10 @@ export default class RawReceiptDetail extends BasePage {
}; };
this.unLockParams = params; this.unLockParams = params;
await this.model.queryAggregateList(params); await this.model.queryAggregateList(params);
if (this.unlockflg == 0) { // if (this.unlockflg == 0) {
await this.unlock(); // await this.unlock();
} // }
this.unlockflg++; // this.unlockflg++;
this.disableflg = false; this.disableflg = false;
this.some = {}; this.some = {};
this.LocationList = []; this.LocationList = [];

Loading…
Cancel
Save