From 70bf5f310d85c3a0700d75a7a877f5a1e403d83f Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期四, 28 三月 2024 09:09:51 +0800
Subject: [PATCH] 合并冲突

---
 src/components/view/b1-inspection-order.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/components/view/b1-inspection-order.vue b/src/components/view/b1-inspection-order.vue
index 0200bd6..2fefd41 100644
--- a/src/components/view/b1-inspection-order.vue
+++ b/src/components/view/b1-inspection-order.vue
@@ -86,9 +86,9 @@
 							v-model="componentData.entity.entrustCode" @keyup.enter.native="refreshTable()"></el-input></div>
 				</div>
 				<div class="search_thing">
-					<div class="search_label">鏍峰搧鍚嶇О锛�</div>
+					<div class="search_label">鏍峰搧绫诲瀷锛�</div>
 					<div class="search_input"><el-input size="small" placeholder="璇疯緭鍏�" clearable
-							v-model="componentData.entity.sample" @keyup.enter.native="refreshTable()"></el-input></div>
+							v-model="componentData.entity.sampleType" @keyup.enter.native="refreshTable()"></el-input></div>
 				</div>
 				<div class="search_thing" style="padding-left: 30px;">
 					<el-button size="small" @click="refresh()">閲� 缃�</el-button>
@@ -157,7 +157,7 @@
 						<el-col class="search_thing" :span="22">
 							<div class="search_label"><span class="required-span" v-show="distributeData.type==2">* </span>鎸囨淳浜哄憳锛�</div>
 							<div class="search_input">
-								<el-select v-model="distributeData.userId" placeholder="璇烽�夋嫨" size="small" style="width: 100%;">
+								<el-select v-model="distributeData.userId" placeholder="璇烽�夋嫨" size="small" style="width: 100%;" clearable>
 									<el-option v-for="item in personList" :key="item.value" :label="item.label" :value="item.value">
 									</el-option>
 								</el-select>
@@ -217,7 +217,7 @@
 				componentData: {
 					entity: {
 						entrustCode: null,
-						sample: null,
+						sampleType: null,
 						state: 0,
 						orderBy: {
 							field: 'id',
@@ -447,7 +447,7 @@
 			handleIssued(row) {
 				this.issuedDialogVisible = true;
 				this.$axios.post(this.$api.insOrder.selectOrderManDay, {
-					id: row.sampleId
+					id: row.id
 				}).then(res => {
 					this.distributeData.orderId = row.id
 					this.distributeData.sampleId = row.sampleId

--
Gitblit v1.9.3