yangfeng
2023-10-17 33836e44d74759010d8e79f3cc702186c4bdf4ea
src/views/sales/salesReturn/index.vue
@@ -250,7 +250,7 @@
      console.log(row)
      this.editConfig.visible = true
      this.editConfig.title = "编辑"
      this.editConfig.infomation = { ...row, currency: "人民币" }
      this.editConfig.infomation = { ...row, currency: "人民币", salesDetailNumber: row.source.number }
    },
    // 删除
    delClick(rowID) {