qx
2025-03-26 155a30a172e4cf04838dcf7c8bb73ce6b200e574
src/views/system/tijian/index.vue
@@ -1706,6 +1706,9 @@
    /** 登记提交按钮 */
submitForm() {
  let _this = this;
  if(!this.form.cusPhone || !this.form.cusName){
        this.$message.warning("请填选必填项");
      }else{
  this.$refs["form"].validate((valid) => {
    if (valid) {
      // 创建表单数据的副本并去除空格
@@ -1738,6 +1741,7 @@
      });
    }
  });
}
},
    getmailType() {
@@ -1776,7 +1780,12 @@
            if (this.form.reservationId != null) {
              if (this.form.groupingId) {
                this.form.firmName = this.form.compName;
                this.form.tjType = this.dict.type.dict_team[2].value;
                this.dict.type.dict_team.forEach((item)=> {
                  if(item.label == "团队"){
                    this.form.tjType = item.value;
                  }
                })
                // this.form.tjType = this.dict.type.dict_team[1].value;
                this.CompanyList.forEach((item) => {
                  if (item.cnName == this.form.firmName) {
                    this.form.firmId = item.drugManufacturerId;
@@ -2330,6 +2339,11 @@
    Package() {
      this.activeNames = "first";
      if (this.form.cusSex == "男") {
            this.form.cusSex = 0;
          } else  if (this.form.cusSex == "女"){
            _this.form.cusSex = 1;
          }
      let cusSex = this.form.cusSex;
      this.datekey = Date.now();
      //全部套餐