| | |
| | | /> |
| | | </el-form-item> |
| | | |
| | | <el-form-item label="单位名称" prop="company"> |
| | | <el-form-item label="单位名称" prop="companyId"> |
| | | <el-select |
| | | :remote-method="getRemoteData" |
| | | v-model="queryParams.company" |
| | | v-model="queryParams.companyId" |
| | | remote |
| | | default-first-option |
| | | allow-create |
| | |
| | | phoe: null, |
| | | email: null, |
| | | tjType: null, |
| | | company: null, |
| | | companyId: null, |
| | | reservationTime: null, |
| | | isExpire: null, |
| | | }, |
| | |
| | | this.CompanyList.forEach((item) => { |
| | | if (item.drugManufacturerId == this.form.dictCompId) { |
| | | this.form.compName = item.cnName; |
| | | this.queryParams.company = item.cnName; |
| | | // this.queryParams.company = item.cnName; |
| | | } |
| | | }); |
| | | Deptlist(value).then((response) => { |
| | |
| | | this.queryParams.yyjssj = null; |
| | | } |
| | | listReservation(this.queryParams).then((response) => { |
| | | console.log(this.queryParams,9999999); |
| | | |
| | | this.reservationList = response.rows; |
| | | // response.rows.forEach((item, index) => |
| | | // {item.newID =(this.queryParams.pageNum - 1) * this.queryParams.pageSize +index +1; |
| | |
| | | proIds: null, |
| | | pacId: null, |
| | | company: null, |
| | | drugManufacturerId:null, |
| | | companyId: null, |
| | | jobNo: null, |
| | | department: null, |