From bf2a5156d5da212f948e75dfe40263e0eeabd6fa Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期五, 24 七月 2026 18:44:52 +0800
Subject: [PATCH] fix(quality): 修正检测公司名称并添加检验员搜索功能
---
src/views/qualityManagement/finalInspection/components/formDia.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/qualityManagement/finalInspection/components/formDia.vue b/src/views/qualityManagement/finalInspection/components/formDia.vue
index b629d1b..a3202fc 100644
--- a/src/views/qualityManagement/finalInspection/components/formDia.vue
+++ b/src/views/qualityManagement/finalInspection/components/formDia.vue
@@ -278,7 +278,7 @@
quantity: undefined,
qualifiedQuantity: "",
unqualifiedQuantity: "",
- checkCompany: "鏂扮枂澶х綏绱�",
+ checkCompany: "鏂扮枂澶х綏绱犻┈閾冭柉鍒跺搧鏈夐檺鍏徃",
checkResult: "",
salesLedgerId: "",
salesContractNo: "",
@@ -364,7 +364,7 @@
form.value.productId = defaultProductId;
currentProductId.value = defaultProductId;
form.value.productName = '椹搩钖洩鑺辩矇';
- form.value.checkCompany = '鏂扮枂澶х綏绱�';
+ form.value.checkCompany = '鏂扮枂澶х綏绱犻┈閾冭柉鍒跺搧鏈夐檺鍏徃';
// 鍔犺浇瑙勬牸鍨嬪彿鍒楄〃
try {
const modelRes = await modelList({ id: defaultProductId });
--
Gitblit v1.9.3