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