|
|
|
@ -1095,7 +1095,7 @@ |
|
|
|
if (data.rows.length > 0) { |
|
|
|
this.dataForm.referenceSupplierID = data.rows[0].SupplierID; |
|
|
|
this.dataForm.referencePartDesc = data.rows[0].PartDescription; |
|
|
|
this.dataForm.referenceSupplierName = data.rows[0].SupplierName; |
|
|
|
this.dataForm.referenceSupplierName = data.rows[0].SupplierDesc; |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|
|