haoxuan
2023-10-13 eae60bd4eb4f4f7fd9f2da981e962c718d91335a
src/views/sales/salesReturn/index.vue
@@ -239,7 +239,7 @@
      console.log(row)
      this.editConfig.visible = true
      this.editConfig.title = "编辑"
      this.editConfig.infomation = { ...row, currency: "人民币", salesDetailNumber: row.Source.number }
      this.editConfig.infomation = { ...row, currency: "人民币"}
    },
    // 删除
    delClick(rowID) {