|
@@ -1062,9 +1062,12 @@ export default {
|
1062
|
1062
|
if (this.sellItem.originalPurchasePrice === "") {
|
1063
|
1063
|
this.sellItem.originalPurchasePrice = 0;
|
1064
|
1064
|
}
|
|
1065
|
+
|
|
1066
|
+ this.sellItem.ownerId = Log.getUser().id;
|
1065
|
1067
|
//console.log(this.sellItem.ownerObject);
|
1066
|
|
- console.log(this.sellItem);
|
1067
|
|
- console.log(JSON.stringify(this.sellItem));
|
|
1068
|
+ // console.log(this.sellItem);
|
|
1069
|
+ // console.log(JSON.stringify(this.sellItem));
|
|
1070
|
+ // console.log(Log.getUser());
|
1068
|
1071
|
|
1069
|
1072
|
if (!this.boolError) {
|
1070
|
1073
|
this.saveWeek(this.sellItem)
|