From 9d787c0f551bbf0dd096ebcbb79b8b69caaaddd7 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期五, 16 一月 2026 11:44:29 +0800
Subject: [PATCH] 原材料,过程,出厂检验新增编辑规格改成下拉框,值根据产品获取

---
 src/views/salesManagement/salesQuotation/index.vue |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/views/salesManagement/salesQuotation/index.vue b/src/views/salesManagement/salesQuotation/index.vue
index d2d3943..dd73d76 100644
--- a/src/views/salesManagement/salesQuotation/index.vue
+++ b/src/views/salesManagement/salesQuotation/index.vue
@@ -19,6 +19,7 @@
         <el-col :span="8">
           <el-select v-model="searchForm.customer"
                      placeholder="璇烽�夋嫨瀹㈡埛"
+										 filterable
                      clearable>
             <el-option v-for="item in customerOption"
                        :key="item.id"
@@ -135,6 +136,7 @@
                             prop="customer">
                 <el-select v-model="form.customer"
                            placeholder="璇烽�夋嫨瀹㈡埛"
+													 filterable
                            style="width: 100%"
                            @change="handleCustomerChange">
                   <el-option v-for="item in customerOption"
@@ -152,6 +154,7 @@
               <el-form-item label="涓氬姟鍛�"
                             prop="salesperson">
                 <el-select v-model="form.salesperson"
+													 filterable
                            placeholder="璇烽�夋嫨涓氬姟鍛�"
                            style="width: 100%">
                   <el-option v-for="item in userList"
@@ -233,6 +236,7 @@
                              width="150">
               <template #default="scope">
                 <el-select v-model="scope.row.specificationId"
+													 filterable
                            placeholder="璇烽�夋嫨"
                            clearable
                            @change="getProductModel($event, scope.row)">

--
Gitblit v1.9.3