@@ -1013,6 +1013,11 @@ export default {
row.outFactoryPrice,
this.form.exchangeRate
);
+ // 出厂价格为零,单品毛利润为零
+ if(row.outFactoryPrice == 0) {
+ row.itemMargin = 0
+ }
+
},
itemTypeFocus(row) {
this.itemtypeList = [];