1
wwl
2024-12-30 2e5fdbffc7a581a32368d3bd9a64ecdeb6b463b0
src/views/system/tijian/index.vue
@@ -135,10 +135,11 @@
                },
              ]"
            >
            <span
            <!-- style="display: inline-block; border-bottom: 2px solid blue"
            @click="openname" -->
              <span
                slot="label"
                style="display: inline-block; border-bottom: 2px solid blue"
                @click="openname"
              >
                姓名
              </span>
@@ -1087,13 +1088,30 @@
            </div>
          </el-dialog>
          <div style="display: flex; align-items: flex-end;margin-bottom: 10px">
            <div style="margin-left: 46px;font-size:16px;">
              已选项目条数:0条
          <div
            style="
              display: flex;
              align-items: center;
              justify-content: flex-start;
              width: 100%;
            "
          >
            <div
              style="
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
              margin-left: 46px
                font-size: 16px;
                margin-right: 20px;
              "
            >
              {{ this.tableData1[0].pacName || "" }} 已选项目条数:<span
                style="font-weight: 700; color: red; margin-right: 5px"
                >{{ this.tableData1.length || 0 }}</span
              >条
            </div>
            <div style="margin-left: 242px;font-size:26px;font-weight: 700">
              已选项目列表
            </div>
            已选项目列表
          </div>
          <div
            style="
@@ -1115,8 +1133,6 @@
                  <template slot="title">
                    <div style="width: 70%">
                      {{
                        item.pacName +
                        ":" +
                        item.parentName +
                        " (应收金额:" +
                        item.ordPrice +
@@ -1488,10 +1504,12 @@
      </span>
    </el-dialog>
    <Packages ref="aaa" @add="handleChanges" />
    <selectName ref="bbb" />
  </div>
</template>
<script>
import selectName from "@/components/selectName";
import { dataURLtoFile, random } from "./file";
import { getInfo } from "@/api/login";
import {
@@ -1545,6 +1563,7 @@
    VTreeTransfer,
    historyTj,
    Packages,
    selectName,
  },
  data() {
    return {
@@ -1814,7 +1833,10 @@
  mounted() {},
  methods: {
    openname: {},
    openname() {
      this.$refs.bbb.open = true;
      this.$refs.bbb.title = "123";
    },
    getCompanyList() {
      this.loading = true;
      getconfigKey("team_reservation_default_day").then((res) => {