yangfeng
2023-10-17 59a544880d9880d55cc0913e64c22595510cf19c
新建收款单bug修复(5260)
3个文件已修改
4 ■■■ 已修改文件
src/views/other/payment/receipt/addReceipt.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/other/payment/receipt/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/sales/salesDetails/DetailSpecification.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/other/payment/receipt/addReceipt.vue
@@ -391,6 +391,7 @@
    }
  },
  created() {
    console.log()
    this.$store.dispatch("geClient")
    this.$store.dispatch("geServiceContract")
    this.$store.dispatch("geSalesDetails")
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: "" }
    }
  }
src/views/sales/salesDetails/DetailSpecification.vue
@@ -274,7 +274,7 @@
      common_name: this.detailConfig.infomation.name,
      client_name: this.detailConfig.infomation.client.name,
      contact_name: this.detailConfig.infomation.contact_name,
      client_id: this.detailConfig.infomation.client_id,
      client_id: this.detailConfig.infomation.clientId,
      contact_id: this.detailConfig.infomation.contact_id,
      amountTotal: this.detailConfig.infomation.amountTotal
    }