qinxianzhangyao
2024-06-27 f68fa3bc5fc0a286c88d82ee6eb95e8ad6be0d16
src/views/reservation/resercopy/index.vue
@@ -716,43 +716,43 @@
          sums[index] = this.ListObj.count;
          return;
        }
        if (index === 7) {
        if (index === 6) {
          sums[index] = "男组人数";
          return;
        }
        if (index === 8) {
        if (index === 7) {
          sums[index] = this.ListObj.manCount;
          return;
        }
        if (index === 9) {
        if (index === 8) {
          sums[index] = "男组金额";
          return;
        }
        if (index === 10) {
        if (index === 9) {
          sums[index] = this.ListObj.manMoney;
          return;
        }
        if (index === 12) {
        if (index === 11) {
          sums[index] = "女组人数";
          return;
        }
        if (index === 13) {
        if (index === 12) {
          sums[index] = this.ListObj.woManCount;
          return;
        }
        if (index === 14) {
        if (index === 13) {
          sums[index] = "女组金额";
          return;
        }
        if (index === 15) {
        if (index === 14) {
          sums[index] = this.ListObj.woManMoney;
          return;
        }
        if (index === 16) {
        if (index === 15) {
          sums[index] = "合计金额";
          return;
        }
        if (index === 17) {
        if (index === 16) {
          sums[index] = this.ListObj.hjMoney;
          return;
        }
@@ -784,6 +784,7 @@
    // 取消按钮
    cancel() {
      this.open = false;
      this.open1 = false;
      this.creaseopen = false;
      this.reset();
    },
@@ -845,7 +846,7 @@
    /** 导入按钮操作 */
    handleImport() {
      if (this.data.dwId || this.data.dwDeptId) {
      if (this.objs.drugManufacturerId && this.objs.reservationTime &&this.objs.dwDeptName) {
        this.upload.title = "用户导入";
        this.upload.open = true;
      } else {
@@ -963,6 +964,7 @@
        newConfirm(data).then((res) => {
          this.$modal.msgSuccess("提交成功");
          this.confirm = true;
           this.userList = [];
        });
      } else {
        this.$modal.msgError("请填写带星号内容");