src/views/sales/salesDetails/AddSalesDetailsDialog.vue
@@ -646,8 +646,8 @@
                console.log(res)
                this.editConfig.visible = false
                if (res.code === 200) {
                  this.tableData.map((item) => {
                    this.amountTotal += item.total
                  this.selProductData.map((item) => {
                    this.amountTotal += parseFloat(item.total)
                  })
                  let config = {
                    amountTotal: this.amountTotal,
@@ -913,6 +913,7 @@
          { label: "产品名称", prop: "name", isRequird: true },
          { label: "产品编号", prop: "number" },
          { label: "数量", prop: "amount", inputNumber: true, isRequird: true },
          { label: "单位", prop: "unit" },
          { label: "销售单价", prop: "price" },
          { label: "价税合计", prop: "total" }
        ]