From 7fb0a8f0ab16c149484bf043754cd10cfa94de2f Mon Sep 17 00:00:00 2001
From: wangyi <2946747746@qq.com>
Date: 星期一, 19 一月 2026 14:48:05 +0800
Subject: [PATCH] 增加了业务员,保管员和验收员的对应的显示

---
 src/views/FbStepFoldinBillList/fbStepFoldinBillList.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/views/FbStepFoldinBillList/fbStepFoldinBillList.vue b/src/views/FbStepFoldinBillList/fbStepFoldinBillList.vue
index 2614570..9890146 100644
--- a/src/views/FbStepFoldinBillList/fbStepFoldinBillList.vue
+++ b/src/views/FbStepFoldinBillList/fbStepFoldinBillList.vue
@@ -436,7 +436,7 @@
 				const userName = sessionStorage['HUserName'] || sessionStorage['Czybm'] || 'admin';
 				const orgName = sessionStorage['OrganizationName'] || sessionStorage['Organization'] || '娴欐睙鏅轰簯杩堟��';
 
-				const url = `${this.baseURL}/Kf_StepFoldinBill/GetStepFoldinBillList`;
+				const url = `${this.$baseUrl}/Kf_StepFoldinBill/GetStepFoldinBillList`;
 				const params = { 
 					sWhere: sWhere || '', 
 					user: userName, 
@@ -503,7 +503,7 @@
 		},
 		async get_DefaultModule() {
 			try {
-				const url = `${this.baseURL}/Xt_FastICScheme/Chooselist`;
+				const url = `${this.$baseUrl}/Xt_FastICScheme/Chooselist`;
 				const params = { 
 					user: sessionStorage['Czybm'] || sessionStorage['HUserName'] || '', 
 					HModuleName: '鍒嗘寮忚皟鍏ュ崟缁存姢', 
@@ -548,7 +548,7 @@
 			
 			try {
 				await this.$confirm('纭瑕佸垹闄ゅ悧锛屽垹闄ゅ悗涓嶈兘鎭㈠', '鍒犻櫎纭');
-				const url = `${this.baseURL}/Fb_StepFoldInBill/DeltetFb_StepFoldInBill`;
+				const url = `${this.$baseUrl}/Fb_StepFoldInBill/DeltetFb_StepFoldInBill`;
 				const params = { HInterID: (row.hmainid || row.HInterID) };
 				const resp = await axios.get(url, { params });
 				
@@ -577,7 +577,7 @@
 			try {
 				await this.$confirm(`纭瑕�${actionName}姝ゅ崟鎹悧锛焋, `${actionName}纭`);
 				
-				const url = `${this.baseURL}/Kf_StepFoldInBill/AuditKf_StepFoldInBill`;
+				const url = `${this.$baseUrl}/Kf_StepFoldInBill/AuditKf_StepFoldInBill`;
 				const params = { 
 					HInterID: (row.hmainid || row.HInterID), 
 					Type: type, 
@@ -610,7 +610,7 @@
 			try {
 				await this.$confirm(`纭瑕�${actionName}姝ゅ崟鎹悧锛焋, `${actionName}纭`);
 				
-				const url = `${this.baseURL}/Kf_StepFoldInBill/CloseKf_StepFoldInBill`;
+				const url = `${this.$baseUrl}/Kf_StepFoldInBill/CloseKf_StepFoldInBill`;
 				const params = { 
 					HInterID: (row.hmainid || row.HInterID), 
 					Type: type, 
@@ -643,7 +643,7 @@
 			try {
 				await this.$confirm(`纭瑕�${actionName}姝ゅ崟鎹悧锛焋, `${actionName}纭`);
 				
-				const url = `${this.baseURL}/Kf_StepFoldInBill/CancellKf_StepFoldInBill`;
+				const url = `${this.$baseUrl}/Kf_StepFoldInBill/CancellKf_StepFoldInBill`;
 				const params = { 
 					HInterID: (row.hmainid || row.HInterID), 
 					Type: type, 

--
Gitblit v1.9.1