| | |
| | | border-collapse: collapse; |
| | | width: 200px; |
| | | |
| | | " v-if="item.parentAdvice"> |
| | | " v-if="item.parentAdvice"> |
| | | <el-input v-model="item.parentAdvice[index]" disabled></el-input> |
| | | <!-- <el-select v-model="item.value" multiple filterable placeholder="请选择" style="width: 100%" @change="xiAoJieChange($event, item)"> |
| | | <el-option v-for="item1 in item.parentAdvice" :key="item1.id" :label="item1.title" :value="item1.id"> |
| | |
| | | |
| | | // 页面数据 |
| | | getcheckList(this.queryParams).then((response) => { |
| | | if (response.data) { |
| | | if (response.data.date) { |
| | | this.checkList = response.data.date; |
| | | } else { |
| | | this.checkList = response.data.customers; |
| | | } |
| | | if (response.code == 200) { |
| | | this.loading = false; |
| | | this.total = response.data.total; |
| | | } else { |
| | | this.checkList = []; |
| | | if (response.data) { |
| | | if (response.data.date) { |
| | | this.checkList = response.data.date; |
| | | } else { |
| | | this.checkList = response.data.customers; |
| | | } |
| | | |
| | | this.total = response.data.total; |
| | | } else { |
| | | this.checkList = []; |
| | | } |
| | | } |
| | | |
| | | }), |
| | | // 获取单位信息集合 |
| | | getCompany(this.queryParam).then((response) => { |
| | |
| | | |
| | | // 搜索 |
| | | submitForm() { |
| | | this.loading = true; |
| | | this.queryParams.compId = this.CheckBox.drugManufacturerId; |
| | | this.queryParams.checkStatus = this.tjStatus; |
| | | if (this.startTime) { |
| | |
| | | |
| | | // 页面数据 |
| | | getcheckList(this.queryParams).then((response) => { |
| | | if (response.data.customers != null) { |
| | | this.checkList = response.data.customers; |
| | | this.checkList.forEach((item) => { |
| | | this.tjStatus = item.tjStatus.toString(); |
| | | }); |
| | | if (response.code == 200) { |
| | | this.loading = false; |
| | | this.total = response.data.total; |
| | | } else { |
| | | this.checkList = []; |
| | | if (response.data.customers != null) { |
| | | this.checkList = response.data.customers; |
| | | this.checkList.forEach((item) => { |
| | | this.tjStatus = item.tjStatus.toString(); |
| | | }); |
| | | |
| | | this.total = response.data.total; |
| | | } else { |
| | | this.checkList = []; |
| | | } |
| | | } |
| | | |
| | | }); |
| | | }, |
| | | // 重置 |