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