فهرست منبع

福达销售毛利润修改

caojunjie 1 سال پیش
والد
کامیت
e824d209da
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 5 0
      src/views/exportTrade/salesContract/components/goodsInfo.vue

+ 5 - 0
src/views/exportTrade/salesContract/components/goodsInfo.vue

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