|
|
|
@ -244,7 +244,8 @@ export default class dnReceiptDom extends BasePage {
|
|
|
|
|
this.receiptAmount = '';
|
|
|
|
|
this.poNo = e.pickerName.value;
|
|
|
|
|
// 过滤重复物料
|
|
|
|
|
this.materialList = JSON.parse(JSON.stringify(this.removeDuplicates(this.material, 'materialCode')));
|
|
|
|
|
// this.materialList = JSON.parse(JSON.stringify(this.removeDuplicates(this.material, 'materialCode')));
|
|
|
|
|
this.materialList = JSON.parse(JSON.stringify(this.material));
|
|
|
|
|
console.log('this.materialList??>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>', this.materialList);
|
|
|
|
|
// 返回物料中poNo为选中的项;
|
|
|
|
|
this.materialList = this.materialList.filter((item: any) => {
|
|
|
|
|