陈婷婷
2026-04-03 ea3a8207fd2e42b24b80b3ce2a692a62159ec74f
src/views/component/CurrencyDialog/index.vue
@@ -598,7 +598,14 @@
    handleDblclick(row, column, cell, event) {
      this.OperationType = 3
      if (this.openPage) {
        this.$emit('deptEmitDb', row, 2)
        if(this.openPage == 'Kf_StockOutRequestBill'){
          this.$emit('deptEmitDb', row, 10)
          this.closeDialog();
        }
        else{
          this.$emit('deptEmitDb', row, 2)
          this.closeDialog();
        }
      } else {
        this.handleEdit();
      }