yangfeng
2023-10-17 59a544880d9880d55cc0913e64c22595510cf19c
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: "" }
    }
  }