From a34b66fbce395d149da9088a451e7cda891e62cc Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期一, 25 三月 2024 15:24:33 +0800
Subject: [PATCH] 修改u页面样式
---
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