From 597674287e557da07eab8c3b5e3a36d2e1868de9 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: 星期一, 27 十月 2025 14:06:42 +0800
Subject: [PATCH] 修改新增
---
src/views/work/qualityInfo/supplierQuality/satisfiedEvaluste/deliver/components/editDialog.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/work/qualityInfo/supplierQuality/satisfiedEvaluste/deliver/components/editDialog.vue b/src/views/work/qualityInfo/supplierQuality/satisfiedEvaluste/deliver/components/editDialog.vue
index 302b7d1..1a9350f 100644
--- a/src/views/work/qualityInfo/supplierQuality/satisfiedEvaluste/deliver/components/editDialog.vue
+++ b/src/views/work/qualityInfo/supplierQuality/satisfiedEvaluste/deliver/components/editDialog.vue
@@ -44,7 +44,7 @@
v-for="item in state.supplierList"
:key="item.id"
:label="item.customerName"
- :value="item.id">
+ :value="item.customerName">
</el-option>
</el-select>
</el-form-item>
@@ -282,7 +282,7 @@
title.value = type === 'add' ? '新增' : type ==='edit' ? '编辑' : '查看' ;
if(type === 'edit' || type === 'review') {
state.form = JSON.parse(JSON.stringify(value));
- state.form.unitName = Number(state.form.unitName)
+ // state.form.unitName = Number(state.form.unitName)
if(state.isAdmin){
state.form.companyId = value.companyId
state.form.companyName = value.companyName
@@ -428,7 +428,7 @@
state.form.address = ''
state.form.phone = ''
state.supplierList.forEach(item => {
- if(val == item.id){
+ if(val == item.customerName){
state.form.person = item.person
state.form.address = item.customerAddr
state.form.phone = item.phone
--
Gitblit v1.9.2