haoxuan
2023-10-17 d5ed072db0c236ba505971471460e24789c58562
src/views/other/payment/receipt/index.vue
@@ -247,6 +247,7 @@
      this.editConfig.visible = true
      this.editConfig.title = "新建"
      this.editConfig.sourceType = this.addConfig.keywordType === "客户名称" ? 1 : this.sourceType
      console.log(this.addConfig)
      this.editConfig.infomation = { ...this.addConfig, saleDetailNumber: "" }
    }
  }