chenhaozhe
5 天以前 723793a0aa8d69cbbb463830a3344dbd6655cee5
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')
      {
        this.$emit('deptEmitDb', row, 10)
      }
      else
        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();
      }