| | |
| | | }, |
| | | ]" |
| | | > |
| | | <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> |
| | |
| | | </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=" |
| | |
| | | <template slot="title"> |
| | | <div style="width: 70%"> |
| | | {{ |
| | | item.pacName + |
| | | ":" + |
| | | item.parentName + |
| | | " (应收金额:" + |
| | | item.ordPrice + |
| | |
| | | </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 { |
| | |
| | | VTreeTransfer, |
| | | historyTj, |
| | | Packages, |
| | | selectName, |
| | | }, |
| | | data() { |
| | | return { |
| | |
| | | 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) => { |