su
su1124
2024-08-08 31badcdb4ce90f9b52c15267500d498da29cda16
su
3个文件已修改
13 ■■■■ 已修改文件
dist.zip 补丁 | 查看 | 原始文档 | blame | 历史
src/api/team/tuanti.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/reservation/resercopy/index.vue 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
dist.zip
Binary files differ
src/api/team/tuanti.js
@@ -21,7 +21,7 @@
//团体预约确认接口 (新版本)
export function newConfirm(data) {
  return request({
    url: '/reservation/reservation/newReservationConfirm' ,
    url: '/reservation/reservation/newReservationConfirmxbb' ,
    method: 'post',
    data:data
  })
src/views/reservation/resercopy/index.vue
@@ -29,7 +29,7 @@
        </el-select>
        <i class="el-icon-circle-plus-outline" @click="handleAdd"></i>
      </el-form-item>
      <el-form-item label="部门" prop="dwDeptName">
      <!-- <el-form-item label="部门" prop="dwDeptName">
        <el-select
          v-model="objs.dwDeptName"
          placeholder="请选择部门"
@@ -45,7 +45,7 @@
          />
        </el-select>
        <i class="el-icon-circle-plus-outline" @click="handleAddbumen"></i>
      </el-form-item>
      </el-form-item> -->
      <!-- <el-form-item label="分组" prop="payType">
        <el-select v-model="objs.payType" placeholder="请选择结算方式" style="width: 200px" clearable>
          <el-option v-for="dict in groupingList" :key="dict.id" :label="dict.groupingName" :value="dict.id" />
@@ -474,7 +474,6 @@
      objs: {
        drugManufacturerId: "",
        dwDeptName: "",
        reservationTime: "",
        yxts:"30",
      },
@@ -507,7 +506,7 @@
        // 上传的地址
        url:
          process.env.VUE_APP_BASE_API +
          "/reservation/reservation/newExcelImport",
          "/reservation/reservation/newExcelImportNotDwDeptId",
      },
      // 查询参数
      queryParam: {
@@ -971,13 +970,15 @@
    /** 确认按钮 */
    submitForm() {
      if (this.objs.reservationTime && this.data.dwDeptId) {
      // if (this.objs.reservationTime && this.data.dwDeptId) {
      if (this.objs.reservationTime) {
        let data = {
          copeWith: this.ListObj.hjMoney,
          reservations: this.userList,
          reservationTime: this.objs.reservationTime,
          dwDeptId: this.data.dwDeptId,
          yxts:this.objs.yxts,
           dwId: this.data.dwId,
        };
        newConfirm(data).then((res) => {
          this.$modal.msgSuccess("提交成功");