yangfeng
2023-10-16 41caae7f39a404c61d460e608592cf17bca1f332
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) {