|
|
|
@ -422,7 +422,7 @@ export default { |
|
|
|
this.testSoBom.componentPartNo = row.partNo; |
|
|
|
this.testSoBom.partDesc = row.partDesc; |
|
|
|
this.testSoBom.umId = row.umId; |
|
|
|
this.testSoBom.unitCost = data.rows && data.rows.length === 1?data.rows[0].inventoryValue:0; |
|
|
|
this.testSoBom.unitCost = (data.rows && data.rows.length === 1)?data.rows[0].inventoryValue:0; |
|
|
|
this.testSoBom.status = row.status; |
|
|
|
this.partDialogFlag = false; |
|
|
|
}else { |
|
|
|
|