zuozhengqing
2024-02-05 fbd020b270e0aa79104432a7171c93ea873119a4
src/views/sales/salesDetails/AddSalesDetailsDialog.vue
@@ -641,6 +641,22 @@
  },
  created() {
    if (this.editConfig.title !== "新建") {
      this.productTableList.tableData=[
        {
          productId: this.productId,
          id: 0,
          amount: 0,
          desc: "",
          name: "",
          number: "",
          price: 0,
          cost: "",
          profit: "",
          margin: "",
          total: 0,
          unit: ""
        }
      ]
      this.isAddQuatation = false
    }
    this.$store.dispatch("geClient")