wwl
2024-12-23 17b59891ba3675d02812fc209838ece7275d41dd
默认类型
2个文件已修改
9 ■■■■■ 已修改文件
src/views/system/tijian/index copy.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/tijian/index.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/tijian/index copy.vue
@@ -1369,7 +1369,7 @@
              this.discount = this.form.discount;
            }
            if (this.form.tjType === null) {
              this.form.tjType = "2";
              this.form.tjType = this.dict.type.dict_team[0].value;
            }
            if (this.form.reservationId != null) {
              if (this.form.groupingId) {
src/views/system/tijian/index.vue
@@ -1767,7 +1767,7 @@
      CompanyList: [],
      form: {
        cusIdcard: "",
        tjType: "3",
        tjType: "",
        cusSex: 1,
        cusNational: "1",
        cusMarryStatus: "5",
@@ -1867,7 +1867,6 @@
    },
    idFn1(value) {
      if (value) {
        const originalCompId = this.form.dictCompId;
        this.form.compName = value;
        this.CompanyList.forEach((item) => {
@@ -1877,7 +1876,7 @@
        });
        if (this.form.dictCompId === originalCompId) {
          this.form.dictCompId = '';
          this.form.dictCompId = "";
        }
      }
    },
@@ -2385,7 +2384,7 @@
              this.discount = this.form.discount;
            }
            if (this.form.tjType === null) {
              this.form.tjType = "3";
              this.form.tjType = this.dict.type.dict_team[0].value;
            }
            if (this.form.cusMarryStatus === "null") {
              this.form.cusMarryStatus = "5";