| | |
| | | <el-form-item label="联系电话" style="width: 400px"> |
| | | <el-input v-model="createData.mobile" size="small"></el-input> |
| | | </el-form-item> |
| | | <el-form-item label="课包/会员卡"> |
| | | <el-form-item label="课包"> |
| | | <el-select |
| | | v-model="createData.saleMan.id" |
| | | filterable |
| | |
| | | id: "", |
| | | name: "", |
| | | }, |
| | | staffId: JSON.parse(localStorage.getItem("user")).staffs[0].id, |
| | | staffId: JSON.parse(localStorage.getItem("selectStaff")).id, |
| | | visibility: true, |
| | | voucherId: "", //课包/会员卡 |
| | | voucherId: "", //课包 |
| | | }, |
| | | saleManList: [], |
| | | voucherList: [], |
| | |
| | | }, |
| | | getSaleManList() { |
| | | let data = { |
| | | staffId: JSON.parse(localStorage.getItem("user")).staffs[0].id, |
| | | staffId: JSON.parse(localStorage.getItem("selectStaff")).id, |
| | | keyword: "", |
| | | pageIn: { |
| | | index: 0, |