admin-web/src/views/stock/transfer/transferApplication/index.vue
@@ -220,9 +220,9 @@
    // 入库
    handleIncome(row) {
      this.$confirm(`您确定 单号:${row.businessFormCode}  调拨出库吗?`, '调拨出库').then(() => {
      this.$confirm(`您确定 单号:${row.businessFormCode}  接收入库吗?`, '接收入库').then(() => {
        transfeIncome({ id: row.id }).then((res) => {
          this.$message.success('调拨出库成功!');
          this.$message.success('接收入库成功!');
          this.search(1);
        });
      });