qinxianzhangyao
2024-05-24 94c40e717c313d91bde25bff7c6938dfc21d9aaf
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;
        }
@@ -846,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 {