|
|
@ -92,8 +92,8 @@ export default class rawMaterialInventory extends BasePage {
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
await this.model.rawMaterialInventoryCheckRaw(this.pddNo);
|
|
|
|
await this.model.rawMaterialInventoryCheckRaw(this.pddNo);
|
|
|
|
this.allNum = 0;
|
|
|
|
|
|
|
|
if (this.model.InventoryList.length != 0) {
|
|
|
|
if (this.model.InventoryList.length != 0) {
|
|
|
|
|
|
|
|
this.allNum = 0;
|
|
|
|
this.model.InventoryList.forEach((item: any) => {
|
|
|
|
this.model.InventoryList.forEach((item: any) => {
|
|
|
|
this.allNum += parseFloat(item.spQty);
|
|
|
|
this.allNum += parseFloat(item.spQty);
|
|
|
|
});
|
|
|
|
});
|
|
|
|