|
@@ -2201,6 +2201,7 @@
|
|
|
item['customerMark'] = item.customerMark || this.customerMark;
|
|
item['customerMark'] = item.customerMark || this.customerMark;
|
|
|
item['arrivalWay'] = item.arrivalWay || 1;
|
|
item['arrivalWay'] = item.arrivalWay || 1;
|
|
|
item.discountRatio = Number(item.discountRatio) || 100;
|
|
item.discountRatio = Number(item.discountRatio) || 100;
|
|
|
|
|
+ item.taxRate = item.taxRate || this.defTaxRate;
|
|
|
item.quoteWay = item.quoteWay || 1;
|
|
item.quoteWay = item.quoteWay || 1;
|
|
|
});
|
|
});
|
|
|
this.form.datasource = productList;
|
|
this.form.datasource = productList;
|