From 55cdca8b23c23b9f5bdd9eaf5ab0500376e29088 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期三, 25 十二月 2024 13:14:51 +0800
Subject: [PATCH] Merge branch 'cnas' of http://114.132.189.42:9002/r/tx-lims-before into cnas
---
src/components/view/a7-complaint.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/view/a7-complaint.vue b/src/components/view/a7-complaint.vue
index 074887a..f14a375 100644
--- a/src/components/view/a7-complaint.vue
+++ b/src/components/view/a7-complaint.vue
@@ -53,7 +53,7 @@
<div class="search_thing">
<div class="search_label">妫�楠屾姤鍛婄紪鍙凤細</div>
<div class="search_input">
- <el-input size="small" placeholder="璇疯緭鍏�" clearable v-model="addInfo.code"></el-input>
+ <el-input size="small" placeholder="璇疯緭鍏�" clearable v-model="addInfo.insReport"></el-input>
<!-- <el-select v-model="addInfo.insReportId" filterable placeholder="璇烽�夋嫨" size="small" style="width: 100%;">
<el-option
v-for="item in reportList"
@@ -110,7 +110,7 @@
<p>妫�娴嬫姤鍛婄紪鍙�</p>
<p class="en">Test report number</p>
</td>
- <td colspan="3">{{ currentInfo0.code }}</td>
+ <td colspan="3">{{ currentInfo0.insReport }}</td>
<td >
<p>鏍峰搧缂栧彿</p>
<p class="en">Sample number</p>
--
Gitblit v1.9.3