1
wwl
2025-01-04 55f244bc13574390e9ac2822a4f1e959662a62b1
1
2个文件已修改
20 ■■■■■ 已修改文件
src/views/reservation/resercopy/index.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/tijian/index.vue 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/reservation/resercopy/index.vue
@@ -130,6 +130,13 @@
          width="200"
        >
        </el-table-column>
        <el-table-column
          label="单位部门"
          align="center"
          prop="department"
          width="200"
        >
        </el-table-column>
        <!-- <el-table-column label="工号" align="center" prop="jobNo" width="80" /> -->
        <el-table-column label="姓名" align="center" prop="name" width="75" />
        <el-table-column label="性别" align="center" prop="sex" width="75">
src/views/system/tijian/index.vue
@@ -1702,6 +1702,13 @@
            }
            if (this.form.reservationId != null) {
              if (this.form.groupingId) {
                this.form.firmName = this.form.compName
                this.form.tjType = "1"
                this.CompanyList.forEach((item) => {
                  if (item.cnName == this.form.firmName) {
                    this.form.firmId = item.drugManufacturerId;
                  }
                });
                _this.tcShow = true;
                getTransitionList1(this.form.cusIdcard).then((res) => {
@@ -2789,7 +2796,7 @@
          }
        });
      }
       else {
      else {
        getaddtTransition(data).then((response) => {
          if (response.code == 200) {
            let cusId = this.form.cusIdcard;
@@ -3152,6 +3159,8 @@
                userId,
                tjType,
                tjCategory: this.tjCategory,
                firmId: this.form.firmId,
                firmName: this.form.firmName
              };
              this.listgetOrder(data);
@@ -3163,6 +3172,8 @@
                userId,
                tjType,
                tjCategory: this.tjCategory,
                firmId: this.form.firmId,
                firmName: this.form.firmName
              };
              this.listgetOrder(data);
            } else {