|
@@ -160,7 +160,7 @@ var releaseContainer = new Vue({
|
|
|
_this.releaseParams.productCode = data.productCode;
|
|
|
_this.releaseParams.normalPrice = data.normalPrice;
|
|
|
_this.releaseParams.price = data.price;
|
|
|
- _this.releaseParams.includedTax = data.includedTax == '' ? 1 : data.includedTax;
|
|
|
+ _this.releaseParams.includedTax = data.includedTax;
|
|
|
_this.releaseParams.invoiceType = data.invoiceType;
|
|
|
_this.releaseParams.taxPoint = data.supplierTaxPoint;
|
|
|
_this.releaseParams.costPrice = data.costPrice;
|