增加销售单价,成本单价,毛利,毛利率之间的数据关系+增加产品选择列表的删除操作
1个文件已修改
9 ■■■■■ 已修改文件
src/views/sales/quotation/AddQuotationDialog.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/sales/quotation/AddQuotationDialog.vue
@@ -615,6 +615,9 @@
            name: "",
            number: "",
            price: 0,
            cost:'',
            profit:'',
            margin:'',
            total: 0,
            unit: ""
          }
@@ -661,6 +664,9 @@
        name: "",
        number: "",
        price: 0,
        cost:'',
        profit:'',
        margin:'',
        total: 0,
        unit: ""
      })
@@ -678,6 +684,9 @@
          name: "",
          number: "",
          price: 0,
          cost:'',
          profit:'',
          margin:'',
          total: 0,
          unit: ""
        }