From c57c6546d706019a5c5656ff02c411439bf95af5 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期五, 24 十一月 2023 10:49:48 +0800 Subject: [PATCH] 概述的 入库获取供应商的接口联调 ,数据参数修改+出库获取客户的接口联调+数据参数修改 --- src/views/reportForm/outboundDetail/AddOutboundDetailDialog.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/reportForm/outboundDetail/AddOutboundDetailDialog.vue b/src/views/reportForm/outboundDetail/AddOutboundDetailDialog.vue index 2097ac0..70bc0aa 100644 --- a/src/views/reportForm/outboundDetail/AddOutboundDetailDialog.vue +++ b/src/views/reportForm/outboundDetail/AddOutboundDetailDialog.vue @@ -59,9 +59,9 @@ > <el-option v-for="item in companyOptions" - :key="item.id" - :label="item.name" - :value="{ value: item.id, label: item.name }" + :key="item.SupplierId" + :label="item.SupplierName" + :value="{ value: item.SupplierId, label: item.SupplierName }" > </el-option> </el-select> -- Gitblit v1.8.0