瀏覽代碼

福达销售毛利润修改

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 = [];