zuozhengqing
2023-10-13 e6f552158fe95266179e0166e1ae9266c889da7e
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) {