yangfeng
2023-10-16 0f43183f986f0ed314647687c73da5a4493d2611
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) {