|
|
@ -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];
|
|
|
|