yangfeng
2023-10-13 2e54592b7adf069f6ddfc9348c6daf9612f34f79
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) {