case 4025 replaced partnumber with partname and changed partname to partdescription

This commit is contained in:
2021-11-22 20:30:03 +00:00
parent e15bb0c915
commit baa38997f6
8 changed files with 41 additions and 44 deletions

View File

@@ -748,7 +748,7 @@ export default {
this.obj.customerId = gen.customerId;
this.obj.serial = gen.serial;
this.obj.purchasedDate = gen.purchaseDate;
this.obj.description = p.partNumber;
this.obj.description = p.name;
if (
gen.address ||
gen.city ||