yangfeng
2023-10-16 c52c81ee5b908b1d2f380b343a87d1e6a2b757c6
bug 修复(5234)
2个文件已修改
5 ■■■■■ 已修改文件
src/views/sales/refundForm/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/sales/salesReturn/DetailReturn.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/sales/refundForm/index.vue
@@ -237,7 +237,7 @@
    addBtnClick() {
      this.editConfig.visible = true
      this.editConfig.title = "新建"
      this.editConfig.infomation = { currency: "人民币" }
      this.editConfig.infomation = { currency: "人民币", ...this.addConfig }
    },
    // 编辑
    handleClick(row) {
src/views/sales/salesReturn/DetailReturn.vue
@@ -178,7 +178,8 @@
      client_name: this.detailConfig.infomation.client.name,
      contact_name: this.detailConfig.infomation.contact_name,
      client_id: this.detailConfig.infomation.client_id,
      contact_id: this.detailConfig.infomation.contact_id
      contact_id: this.detailConfig.infomation.contact_id,
      sale_return_nunber: this.detailConfig.infomation.number
    }
    this.setTableForm()
  },