From fb66c7aafd8d7ef6f4be05a0c12cfa3c4ca84863 Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期一, 15 七月 2024 13:48:41 +0800 Subject: [PATCH] qxtj --- src/views/reservation/resercopy/index.vue | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/src/views/reservation/resercopy/index.vue b/src/views/reservation/resercopy/index.vue index e79c40c..6a43536 100644 --- a/src/views/reservation/resercopy/index.vue +++ b/src/views/reservation/resercopy/index.vue @@ -123,7 +123,9 @@ align="center" prop="company" width="200" - /> + > + + </el-table-column> <!-- <el-table-column label="宸ュ彿" align="center" prop="jobNo" width="80" /> --> <el-table-column label="濮撳悕" align="center" prop="name" width="75" /> <el-table-column label="鎬у埆" align="center" prop="sex" width="75"> @@ -869,6 +871,14 @@ handleFileSuccess(response, file, fileList) { this.ListObj = response.data; this.userList = response.data.list; + this.userList.forEach(item => { + this.CompanyList.forEach (item1 => { + if(item1.drugManufacturerId ==this.objs.drugManufacturerId ){ + item.company = item1.cnName + } + }) + + }) this.upload.open = false; this.upload.isUploading = false; this.$refs.upload.clearFiles(); -- Gitblit v1.8.0