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);
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 = [];
this.MaterialList.push(arr);
});
this.Some = this.model.orderInInfoList[0];

Loading…
Cancel
Save