|
|
@@ -23,8 +23,8 @@
|
|
|
uuid: this.item.uuid,
|
|
|
batchCode: this.item.batchCode,
|
|
|
number: this.item.minBuyQty,
|
|
|
- storeid: this.item.storeid,
|
|
|
- storeUuid: this.item.storeid,
|
|
|
+ storeid: this.item.storeid ? this.item.storeid : this.item.storeId,
|
|
|
+ storeUuid: this.item.storeid ? this.item.storeid : this.item.storeId,
|
|
|
currencyName: this.item.currencyName,
|
|
|
minPackQty: this.item.minPackQty
|
|
|
}])
|
|
|
@@ -59,8 +59,8 @@
|
|
|
uuid: this.item.uuid,
|
|
|
batchCode: this.item.batchCode,
|
|
|
number: this.item.minBuyQty,
|
|
|
- storeid: this.item.storeid,
|
|
|
- storeUuid: this.item.storeid,
|
|
|
+ storeid: this.item.storeid ? this.item.storeid : this.item.storeId,
|
|
|
+ storeUuid: this.item.storeid ? this.item.storeid : this.item.storeId,
|
|
|
currencyName: this.item.currencyName,
|
|
|
minPackQty: this.item.minPackQty
|
|
|
})
|