111
lkk
2025-01-09 5a9be998d3dc8097d19d6f4833c0538c34bd6dcb
src/views/system/tijian/index.vue
@@ -994,7 +994,8 @@
                <el-button
                  type="primary"
                  @click="submitPrice"
                  :disabled="confirm"
                  :loading="loadingSubmit"
                  :disabled="confirm || loadingSubmit"
                  v-if="showHidden.has_charge == 'N'"
                  size="mini"
                  >签到登记</el-button
@@ -1528,6 +1529,7 @@
      hide: true,
      beat: false,
      dialogVisibles: false,
      loadingSubmit: false,
      charge: false,
      src: "",
      url: "",
@@ -3760,6 +3762,7 @@
    submitPrice() {
      let _this = this;
      if (_this.tjCategory !== "") {
        this.loadingSubmit = true;
        let List = _this.tableData1; //单个项目信息
        if (this.responseList.cusId) {
          var userId = this.responseList.cusId;
@@ -3810,6 +3813,7 @@
          })); // 创建新的对象,包含 discount 和 id
        gaibianzhekou(newArray).then((res) => {
          if (res.code === 200) {
            this.loadingSubmit = false;
            let data;
            if (pacId || this.tjOrderList.length > 0) {
@@ -3847,10 +3851,12 @@
              });
            }
          } else {
            this.loadingSubmit = false;
            this.$modal.msgError("改变折扣错误");
          }
        });
      } else {
        this.loadingSubmit = false;
        this.$modal.msgError("请选择体检类别");
      }
    },