cosmoim-852 fix 俄罗斯原材料报废bug修改

master
guoshuang 3 years ago
parent 76f201cd9b
commit bb0bcd2d88

@ -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.12'; this.Version = '1.1.13';
} else { } else {
this.Version = '1.0.46'; this.Version = '1.0.46';
} }

@ -134,13 +134,13 @@ export default class KanDanHandOver extends BasePage {
duration: 2000, duration: 2000,
image: '/static/icons/icon-51.png', image: '/static/icons/icon-51.png',
}); });
this.MaterialList = [];
this.model.orderInInfoList.forEach((item: any) => { this.model.orderInInfoList.forEach((item: any) => {
item.fileNo = ''; item.fileNo = '';
let arr: any = { let arr: any = {
label: item.productCode, label: item.productCode,
value: item.productCode, value: item.productCode,
}; };
this.MaterialList = [];
this.MaterialList.push(arr); this.MaterialList.push(arr);
}); });
this.Some = this.model.orderInInfoList[0]; this.Some = this.model.orderInInfoList[0];

Loading…
Cancel
Save