From c86765cfc4f188321cd1f4d15fef5cb5c0593611 Mon Sep 17 00:00:00 2001
From: Rui_Li <877258667@qq.com>
Date: Mon, 14 Apr 2025 17:00:40 +0800
Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=85=B7=E7=94=B3=E8=AF=B7BUG?=
=?UTF-8?q?=E7=9A=84=E5=88=86=E9=A1=B5=20BUG=20=E4=BF=AE=E5=B0=AC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/tooling/toolingInfo.vue | 85 ++++++-----------------
1 file changed, 23 insertions(+), 62 deletions(-)
diff --git a/src/views/modules/tooling/toolingInfo.vue b/src/views/modules/tooling/toolingInfo.vue
index d0895c2..df4c8c7 100644
--- a/src/views/modules/tooling/toolingInfo.vue
+++ b/src/views/modules/tooling/toolingInfo.vue
@@ -127,7 +127,7 @@
- 报价专员
+ 报价专员
@@ -317,42 +317,6 @@
fixed: '',
columnWidth: 100
},
- // {
- // userId: this.$store.state.user.name,
- // functionId: 106001001,
- // serialNumber: '106001001Table1BuNo',
- // tableId: "106001001Table1",
- // tableName: "项目信息主表",
- // columnProp: "buNo",
- // headerAlign: "center",
- // align: "left",
- // columnLabel: "BU编码",
- // columnHidden: false,
- // columnImage: false,
- // columnSortable: false,
- // sortLv: 0,
- // status: true,
- // fixed: '',
- // columnWidth: 100
- // },
- // {
- // userId: this.$store.state.user.name,
- // functionId: 106001001,
- // serialNumber: '106001001Table1BuDesc',
- // tableId: "106001001Table1",
- // tableName: "项目信息主表",
- // columnProp: "buDesc",
- // headerAlign: "center",
- // align: "left",
- // columnLabel: "BU名称",
- // columnHidden: false,
- // columnImage: false,
- // columnSortable: false,
- // sortLv: 0,
- // status: true,
- // fixed: '',
- // columnWidth: 100
- // },
{
userId: this.$store.state.user.name,
functionId: 106001001,
@@ -574,7 +538,6 @@
},
/* 列表方法的回调 */
getUserData (val) {
-
if(this.tagNo1==1) {
this.dataForm.quoter = val.username
this.dataForm.quoterName = val.userDisplay
@@ -603,8 +566,7 @@
this.tagNo1 = type
this.$nextTick(() => {
let strVal = ''
-
- if(val==2001) {
+ if(val==2002) {
strVal = this.dataForm.quoter
}
if(val==2042) {
@@ -619,28 +581,27 @@
},
/* 列表方法的回调 */
getBaseData (val) {
- if (this.tagNo === 103) {
- if(this.tagNo1==1) {
- this.dataForm.quoter = val.username
- this.dataForm.quoterName = val.user_display
- this.$nextTick(() => {
- this.$triggerInputEvent(this.$refs.quoterName);
- });
- }
- if(this.tagNo1==2) {
- this.dataForm.tp = val.username
- this.dataForm.tpName = val.user_display
- this.$nextTick(() => {
- this.$triggerInputEvent(this.$refs.tpName);
- });
- }
- if(this.tagNo1==3) {
- this.dataForm.purchaser = val.username
- this.dataForm.purchaserName = val.user_display
- this.$nextTick(() => {
- this.$triggerInputEvent(this.$refs.purchaserName);
- });
- }
+ debugger;
+ if(this.tagNo == 2002) {
+ this.dataForm.quoter = val.username
+ this.dataForm.quoterName = val.user_display
+ this.$nextTick(() => {
+ this.$triggerInputEvent(this.$refs.quoterName);
+ });
+ }
+ if(this.tagNo == 2042) {
+ this.dataForm.tp = val.username
+ this.dataForm.tpName = val.user_display
+ this.$nextTick(() => {
+ this.$triggerInputEvent(this.$refs.tpName);
+ });
+ }
+ if(this.tagNo ==2000) {
+ this.dataForm.purchaser = val.username
+ this.dataForm.purchaserName = val.user_display
+ this.$nextTick(() => {
+ this.$triggerInputEvent(this.$refs.purchaserName);
+ });
}
},
selectionChangeHandle (val) {