From a5315bf5a6187099f28c4a91bdaf76eb1a0c4c57 Mon Sep 17 00:00:00 2001
From: yuejiayang <146344614+YangLei105@users.noreply.github.com>
Date: Tue, 15 Oct 2024 16:42:56 +0800
Subject: [PATCH] =?UTF-8?q?2024.10.15=20=E6=88=90=E6=9C=AC=E5=8E=86?=
=?UTF-8?q?=E5=8F=B2=E5=8A=9F=E8=83=BD=E6=96=B0=E5=A2=9E=20RFQ=20-=20?=
=?UTF-8?q?=E8=AF=A2=E4=BB=B7=E5=8D=95=E5=8F=B7=E3=80=81=E4=BA=A7=E5=93=81?=
=?UTF-8?q?=E7=BC=96=E7=A0=81=E8=A7=84=E5=88=99=E5=90=8E=E5=8F=B0=E7=94=9F?=
=?UTF-8?q?=E6=88=90?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/inquiry/inquiryApplication.vue | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/views/modules/inquiry/inquiryApplication.vue b/src/views/modules/inquiry/inquiryApplication.vue
index c96c554..2dfa989 100644
--- a/src/views/modules/inquiry/inquiryApplication.vue
+++ b/src/views/modules/inquiry/inquiryApplication.vue
@@ -58,7 +58,7 @@
- PjM
+ PjM
@@ -213,8 +213,8 @@
- PjM
-
+ PjM
+
@@ -1534,7 +1534,7 @@ export default {
*/
async saveData() {
await this.customerNoBlur()
- await this.requesterBlur(2004)
+ await this.requesterBlur(2008)
await this.quoterBlur(2002)
if (this.modalData.customerNo === '' || this.modalData.customerNo == null) {
this.$message.warning('请选择客户编码!')
@@ -1899,7 +1899,7 @@ export default {
conSql = " and b.site = '" + this.$store.state.user.site + "'"
}
}
- if (val === 2004) {
+ if (val === 2008) {
if (type === 1) {
strVal = this.searchData.requesterName ? this.searchData.requesterName : ''
conSql = " and b.site = '" + this.$store.state.user.site + "'"
@@ -1950,7 +1950,7 @@ export default {
this.modalData.quoterName = val.user_display
}
}
- if (this.tagNo === 2004) {
+ if (this.tagNo === 2008) {
if (this.tagNo1 === 1) {
this.searchData.requester = val.username
this.searchData.requesterName = val.user_display